.hover__uderline {
  position: relative;
}
.hover__uderline::before {
  background: #324054;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: 0.3s ease;
}
.hover__uderline:hover::before {
  width: 100%;
}

.scrolbar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrolbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrolbar::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.title {
  color: #161617;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 32.5px */
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.bannerSlider {
  width: 100%;
}
.bannerSlider .swiper {
  width: 100%;
}
.bannerSlider .swiper-slide {
  width: 100%;
  display: flex;
  position: relative;
}
.bannerSlider .swiper-slide .video_container {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.bannerSlider .swiper-slide .video_container .video {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.bannerSlider .swiper-slide .video_container .video__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.bannerSlider .swiper-slide .video_container .video .play,
.bannerSlider .swiper-slide .video_container .video .stop {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(25, 25, 27, 0.7);
  position: absolute;
  inset: 0;
}
.bannerSlider .swiper-slide .video_container .video .play {
  display: flex;
}
.bannerSlider .swiper-slide .video_container .video .stop {
  display: none;
}
.bannerSlider .swiper-slide .video_container .video.playVideo .play {
  display: none;
}
.bannerSlider .swiper-slide .video_container .video.playVideo .stop {
  display: flex;
}
.bannerSlider .swiper-slide .video_container .video svg {
  width: 22px;
  height: 22px;
}
.bannerSlider .swiper-slide .video_container .sound {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.bannerSlider .swiper-slide .video_container .sound__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.bannerSlider .swiper-slide .video_container .sound .mute,
.bannerSlider .swiper-slide .video_container .sound .unmute {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(25, 25, 27, 0.7);
  width: 100%;
  height: 50px;
}
.bannerSlider .swiper-slide .video_container .sound .mute {
  display: flex;
}
.bannerSlider .swiper-slide .video_container .sound .unmute {
  display: none;
}
.bannerSlider .swiper-slide .video_container .sound.playVideo .mute {
  display: none;
}
.bannerSlider .swiper-slide .video_container .sound.playVideo .unmute {
  display: flex;
}
.bannerSlider .swiper-slide .video_container .sound svg {
  width: 22px;
  height: 22px;
}
.bannerSlider__item {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bannerSlider__item img,
.bannerSlider__item video {
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  max-height: 70vh;
  width: 100%;
}

.popularModel {
  padding: 50px 0 100px;
  position: relative;
}
.popularModel .title {
  margin-bottom: 35px;
}
.popularModel.pt {
  padding-top: 0;
}
.popularModel .swiper-slide {
  height: auto;
}
.popularModel .swiper-scrollbar {
  top: auto;
  left: calc(50% - 162.5px);
  bottom: 40px;
  max-width: 325px;
  height: 2px;
  background: #dcdcdc;
}
.popularModel .swiper-scrollbar-drag {
  width: 80px;
  background: #161617;
}

.collection {
  padding-bottom: 70px;
}
.collection .row {
  row-gap: 30px;
}
.collection__item {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
}
.collection__item--img {
  width: 100%;
}
.collection__item--img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection__item--info {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 40px;
  gap: 20px;
  flex-direction: column;
  background: linear-gradient(2deg, rgba(0, 0, 0, 0.7) 1.24%, rgba(0, 0, 0, 0.2) 34.41%);
}
.collection__item--text {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.attention {
  position: relative;
  margin-bottom: 60px;
}
.attention__img {
  width: 100%;
}
.attention__img img {
  width: 100%;
  height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
.attention__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attention__content--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attention__content--title {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  margin-bottom: 15px;
}
.attention__content--text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 30px;
}

.ourClients {
  margin-bottom: 50px;
}
.ourClients .row {
  row-gap: 20px;
}
.ourClients .swiper-wrapper {
  transition-timing-function: linear;
}
.ourClients__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  width: 100%;
}
.ourClients__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}
.ourClients__item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
  transform: translateX(-50%) translateY(-50%);
}
.ourClients__item .client1 {
  opacity: 1;
}
.ourClients__item .client2 {
  opacity: 0;
}
.ourClients__item:hover .client1 {
  opacity: 0;
}
.ourClients__item:hover .client2 {
  opacity: 1;
}
.ourClients.projects {
  padding-top: 30px;
  display: block;
}
.ourClients.projects .ourClients__item {
  transition: 0.3s ease;
}
.ourClients.projects .ourClients__item img {
  transition: 0.3s ease;
}
.ourClients.projects .ourClients__item:hover img {
  scale: 1.1;
}

@media (max-width: 991.98px) {
  .popularModel {
    padding: 50px 0 100px;
  }
  .popularModel .swiper-button-next,
  .popularModel .swiper-button-prev {
    width: 37px;
    height: 37px;
  }
  .popularModel .swiper-button-next svg,
  .popularModel .swiper-button-prev svg {
    width: 13px;
    height: 13px;
  }
  .collection {
    padding-bottom: 50px;
  }
  .collection__item--info {
    padding: 20px 30px;
  }
  .collection__item--text {
    font-size: 20px;
  }
  .attention {
    margin-bottom: 50px;
  }
  .attention__img img {
    height: 360px;
  }
  .attention__content--title {
    font-size: 30px;
  }
  .attention__content--text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .bannerSlider .swiper-slide .video_container {
    bottom: 20px;
    right: 20px;
    gap: 15px;
  }
  .bannerSlider .swiper-slide .video_container .video {
    width: 32px;
    height: 32px;
  }
  .bannerSlider .swiper-slide .video_container .video .play,
  .bannerSlider .swiper-slide .video_container .video .stop {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(25, 25, 27, 0.7);
    position: absolute;
    inset: 0;
    height: 32px;
  }
  .bannerSlider .swiper-slide .video_container .video svg {
    width: 15px;
    height: 15px;
  }
  .bannerSlider .swiper-slide .video_container .sound {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .bannerSlider .swiper-slide .video_container .sound .mute,
  .bannerSlider .swiper-slide .video_container .sound .unmute {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(25, 25, 27, 0.7);
    width: 100%;
    height: 32px;
  }
  .bannerSlider .swiper-slide .video_container .sound svg {
    width: 15px;
    height: 15px;
  }
  .popularModel {
    padding: 30px 0 50px;
  }
  .popularModel .swiper-scrollbar {
    bottom: 25px;
    width: 100%;
    left: 20px;
    max-width: calc(100% - 40px);
  }
  .popularModel .swiper-button-next,
  .popularModel .swiper-button-prev {
    display: none;
  }
  .collection {
    padding-bottom: 40px;
  }
  .collection__item--info {
    padding: 20px;
  }
  .collection__item--text {
    font-size: 16px;
  }
  .attention {
    margin-bottom: 40px;
  }
  .attention__img img {
    height: 300px;
  }
  .attention__content--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .attention__content--text {
    font-size: 14px;
  }
  .ourClients__item {
    height: 65px;
  }
  .ourClients__item img {
    max-width: 80%;
    max-height: 80%;
  }
}/*# sourceMappingURL=index.css.map */