* {
  margin: 0;
  padding: 0;
}

#home-content {
  width: 100vw;
}
#home-content .container-step-one {
  width: 90%;
  height: 45vw;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  position: relative;
}
#home-content .container-step-one .content-vedio {
  width: 57vw;
  height: 45vw;
  position: absolute;
  right: -9vw;
}
#home-content .container-step-one .content-vedio .video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home-content .container-step-one .content-vedio .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-content .container-step-one .content {
  position: relative;
  z-index: 100;
}
#home-content .container {
  width: 90%;
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5vw;
}
#home-content .container.noMarginTop {
  margin-top: 0vw;
}
#home-content .container.noPadding {
  padding: 0;
  width: 100%;
}
#home-content .container .br-left {
  border-left: 0.1vw solid rgba(255, 255, 255, 0.2);
  padding: 5vw 0vw;
}
#home-content .container .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3vw;
}
#home-content .container .items .news-item {
  width: 40%;
}
#home-content .container .image-full {
  width: 100%;
}
#home-content .container .image-full.h30w {
  height: 30vw;
}
#home-content .container .image-full.h20w {
  height: 20vw;
  margin-bottom: 1vw;
}
#home-content .container .image-full img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#home-content .link-parag {
  margin-top: 1vw;
}
#home-content .link-parag.m4t {
  margin-top: 4vw;
}
#home-content .content {
  width: 55%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-content .content .data {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2vw;
}
#home-content .content .data.w90f {
  width: 94%;
}
#home-content .content .data .descrbtion {
  margin-top: 2vw;
}
#home-content .content .icons-row {
  width: 90%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#home-content .content .icons-row .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home-content .content .icons-row .icons .icon {
  background-size: 100% 100%;
  margin-right: 1.5vw;
  height: 1.6vw;
}
#home-content .content .icons-row .icons .icon.faceBook {
  background-image: url(../assets/images/facebook.png);
  width: 0.8vw;
}
#home-content .content .icons-row .icons .icon.xapp {
  background-image: url(../assets/images/xapp.png);
  width: 1.2vw;
}
#home-content .content .icons-row .icons .icon.linkedin {
  background-image: url(../assets/images/linkedin.png);
  width: 1.4vw;
}
#home-content .content .icons-row .icons .icon.instagram {
  background-image: url(../assets/images/instagram.png);
  width: 1.4vw;
}
#home-content .content .icons-row .mouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home-content .content .icons-row .mouse .image {
  width: 1.6vw;
  height: 2.6vw;
  background-image: url(../assets/images/mouse.png);
  background-size: 100% 100%;
}
#home-content .content .icons-row .mouse p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 0.8vw;
  font-weight: 400;
  margin: 0.3vw;
}
#home-content .content-right {
  width: 45%;
  position: relative;
}
#home-content .content-right .bg-blue {
  width: 27vw;
  height: 25vw;
  position: absolute;
  background-image: url(../assets/images/div.png);
  background-size: 100% 100%;
  bottom: -10vw;
  left: -7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5vw;
}
#home-content .content-right .bg-blue .title-small {
  width: 100%;
}
#home-content .content-right .bg-blue .size2 p {
  font-size: 2vw;
}
#home-content .content-right .pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home-content .content-right .pagination .next {
  background-image: url(../assets/images/next.png);
  background-size: 100% 100%;
  width: 5vw;
  height: 5vw;
  margin: 1vw;
}
#home-content .content-right .pagination .prev {
  background-image: url(../assets/images/prev.png);
  background-size: 100% 100%;
  width: 5vw;
  height: 5vw;
  margin: 1vw;
}

.title-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 20vh;
  margin: 2vw 0;
  /* space for line */
}
.title-line p {
  position: relative;
  padding-left: 1vw;
  font-family: Osald;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}
.title-line p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.1vw;
  height: 9vw;
  background: -webkit-gradient(linear, left top, left bottom, from(grey), color-stop(60%, grey), color-stop(60%, rgb(233, 233, 233)), to(rgb(233, 233, 233)));
  background: linear-gradient(to bottom, grey 0%, grey 60%, rgb(233, 233, 233) 60%, rgb(233, 233, 233) 100%);
}

.hiddenLan {
  display: none;
}

.hiddenPor {
  display: unset;
}

.legal {
  width: 100%;
  height: 40vw;
  background-image: url(../assets/images/legal-concept.png);
  background-size: 100% 100%;
  position: relative;
  margin-top: 3vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.legal::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 101%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 21, 61, 0.8)), to(rgb(2, 21, 61)));
  background: linear-gradient(to bottom, rgba(2, 21, 61, 0.8), rgb(2, 21, 61));
}
.legal .opacityDiv {
  width: 100%;
  height: 10vw;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 21, 61, 0)), to(rgb(2, 21, 61)));
  background: linear-gradient(360deg, rgba(2, 21, 61, 0), rgb(2, 21, 61) 100%);
}
.legal .content-legal {
  width: 52%;
  height: 100%;
  position: relative;
  padding-right: 5vw;
}
.legal .content-legal .border-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border-left: 0.1vw solid rgba(255, 255, 255, 0.2);
}
.legal .content-legal .legal-small {
  border-left: 0.1vw solid rgba(255, 255, 255, 0.8);
}
.legal .content-legal .legal-small p {
  margin-left: 1vw;
  font-family: Montserrat;
  font-size: 1.5vw;
  text-transform: uppercase;
}
.legal .link-parag {
  margin-top: 3vw !important;
}

@media (orientation: portrait) {
  #home-content .container-step-one {
    height: 178vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #home-content .container-step-one .content-vedio {
    width: 91vw;
    height: 112vw;
    right: -11vw;
    top: -9vw;
  }
  #home-content .container-step-one .content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    height: 65%;
  }
  #home-content .container .br-left {
    border-left: 0.3vw solid rgba(255, 255, 255, 0.2);
    padding: 0vw;
    padding-top: 15vw;
  }
  #home-content .container .br-left .title-line-border {
    border-left: 0.3vw solid rgba(255, 255, 255, 0.8);
  }
  #home-content .container .br-left .title-line-border p {
    margin-left: 3vw;
  }
  #home-content .container .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home-content .container .items .news-item {
    width: 100%;
    margin-top: 12vw;
  }
  #home-content .container .image-full {
    width: 100%;
  }
  #home-content .container .image-full.h30w {
    height: 40vw;
  }
  #home-content .container .image-full.h20w {
    height: 45vw;
  }
  #home-content .container .image-full img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #home-content .link-parag {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  #home-content .link-parag.m4t {
    margin-top: 4vw;
  }
  #home-content .content {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-content .content .data {
    width: 100%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2vw;
  }
  #home-content .content .data.w90f {
    width: 100%;
  }
  #home-content .content .data .descrbtion {
    margin-top: 2vw;
  }
  #home-content .content .icons-row {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home-content .content .icons-row .icons {
    display: none;
  }
  #home-content .content .icons-row .mouse .image {
    width: 6vw;
    height: 8vw;
  }
  #home-content .content .icons-row .mouse p {
    font-size: 3vw;
  }
  #home-content .content-right {
    height: 45vh;
    width: 100%;
    margin-bottom: 12vw;
  }
  #home-content .content-right .bg-blue {
    width: 84%;
    height: 100%;
    bottom: -1vw;
    left: -3vw;
    padding: 10vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #home-content .content-right .bg-blue .size2 p {
    font-size: 5vw;
  }
  #home-content .content-right .pagination {
    bottom: -8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    direction: rtl;
  }
  #home-content .content-right .pagination .next {
    width: 9vw;
    height: 9vw;
    margin: 1.5vw;
  }
  #home-content .content-right .pagination .prev {
    width: 9vw;
    height: 9vw;
    margin: 1.5vw;
  }
  .title-line {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    /* space for line */
  }
  .title-line p {
    padding-left: 2vw;
    font-size: 7.5vw;
  }
  .title-line p::before {
    content: "";
    width: 0.3vw;
    height: 25vw;
  }
  .hiddenLan {
    display: unset;
  }
  .hiddenPor {
    display: none;
  }
  .legal {
    height: 100vw;
    background-image: url(../assets/images/legal-concept-mob.png);
  }
  .legal .opacityDiv {
    height: 40vw;
  }
  .legal .content-legal {
    width: 90%;
  }
  .legal .content-legal .border-left {
    border-left: 0.3vw solid rgba(255, 255, 255, 0.2);
  }
  .legal .content-legal .legal-small {
    border-left: 0.3vw solid rgba(255, 255, 255, 0.8);
  }
  .legal .content-legal .legal-small p {
    margin-left: 5vw;
    font-size: 4.5vw;
  }
  .legal .content-legal .title-line-border {
    border-left: 0.3vw solid rgba(255, 255, 255, 0.8);
  }
  .legal .content-legal .title-line-border p {
    margin-left: 5vw;
  }
  .legal .link-parag {
    margin-top: 3vw !important;
    margin-left: 5vw;
  }
}