@import url("https://db.onlinewebfonts.com/c/000833a3a58fb083c44b9de42c2ff0a2?family=Gilroy+SemiBold");
@import url("https://db.onlinewebfonts.com/c/1064f0ad1cb65fdab43bb592ddd8aa91?family=Gilroy-Bold");
@import url("https://db.onlinewebfonts.com/c/4443b611d51ff971972892a2ade08240?family=Gilroy-Thin");
@import url("https://db.onlinewebfonts.com/c/b4e5daf5e56a2f78c4ee9ab45d660b93?family=");
@import url("https://db.onlinewebfonts.com/c/6061c980f1f3f9420e1829c57a44cd23?family=Gilroy+Heavy");
@import url("https://db.onlinewebfonts.com/c/0744a43ed7aac352ec78c1404c890d72?family=Gilroy+Light");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800&display=swap");


#form_button{
  cursor: pointer;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gilroy", "Questrial", "Roboto Flex";
}
html {
  scroll-behavior: smooth;
}
.yellow-txt {
  color: #ffcc00;
}
.grey-text {
  color: #d7d7d7 !important;
}
.product-text {
  color: #363636;
  font-weight: 400;
}

nav {
  padding: 10px 5%;
  box-shadow: none;
  background: transparent;
}
.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-btn-li {
  padding: 15px 0px;
  font-weight: 500;
  margin-right: 290px;
  /* margin-left: auto; */
}

.active1 {
  border-bottom: 1px solid #ffcc00;
}

.request {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  border: 2px solid #ffcc00;
  font-family: "Gilroy", "Questrial", "Roboto Flex";
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
.call-center {
  padding: 10px 0px;
}
.phone {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.container1 {
  width: 100%;
  padding: 50px 5%;
}
.container2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 400px;
  padding-bottom: 50px;
  background-color: #000;
  margin-top: -400px;
}
.main-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 120px;
  text-transform: uppercase;
}
.little-txt {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #363636;
}
.center-align {
  padding: 10px 0px;
}
.now {
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.offer-text {
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 83px;
}
.offer-little-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #d7d7d7;
}
.send-btn {
  width: 100%;
  padding: 11px 60px;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  border: 1px solid #ffcc00;
  cursor: pointer;
}
.order-btn {
  padding: 10px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  border: 2px solid #ffcc00;
  cursor: pointer;
  text-align: center;
}
.hovered:hover .order {
  display: block;
  cursor: pointer;
}
.container3 {
  width: 100%;
  padding: 50px 5%;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  background: #ffe992;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-color {
  color: #ffcc00;
}
.box {
  width: 382px;
  height: 379px;
  border-radius: 50%;
  border: 1px solid #81817f;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.box .yellow-txt {
  padding-top: 50px;
  font-weight: 600;
  font-style: normal;
  font-size: 94px;
}

.box .yellow-txt:last-child {
  padding-top: 0;
}

.box-text {
  font-size: 28px;
  font-weight: 400;
}
.leaf-box {
  height: 239px;
  background: #0b171e;
  border-radius: 0px 100px;
  margin-top: 10px;
}
.leaf-text {
  padding: 48px 0 0 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #ffe992;
}
.leaf-little-text {
  padding: 10px 56px 47px 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #d7d7d7;
}
.boxes {
  width: 400px;
  height: 216px;
  padding: 35px 0px;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #ffe992;
}
.forward {
  padding: 100px 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forward i {
  margin-top: 35px;
  margin-left: 35px;
}
.offer-little {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.discount {
  background: url("../images/discount.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center;
}
.txt {
  padding: 80px 0px;
}
.disc {
  font-style: normal;
  font-weight: 500;
  font-size: 180px;
  line-height: 218px;
}
.world {
  width: 420px;
  height: 200px;
  padding: 5px 0px;
  text-align: center;
}
.square {
  width: 80px;
  height: 80px;
  background: #9ac2ff;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 7px;
}
.world1 {
  transform: rotate(-45deg);
}
.product {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.win1 {
  position: absolute;
  margin-left: 75%;
  margin-top: 65%;
  z-index: -99;
}
.win2 {
  position: absolute;
  margin-top: 80%;
  margin-left: -235px;
  overflow-x: hidden;
  z-index: -99;
}
.about-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
}
.tab1 {
  width: 320px;
  padding: 0px 30px;
  border: 1px solid #ffe992;
}
.ellipse {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 691px;
  height: 466px;
  background: #ffcc00;
  opacity: 0.56;
  filter: blur(240px);
  z-index: -99;
}
.left {
  margin-top: 100px;
}
.right {
  margin-left: -370px;
}
.image-ceo {
  width: 100%;
  height: 628px;
  background: #ffffff;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.ceoo {
  font-size: 28px;
  color: #d7d7d7;
  padding-top: 10px;
  padding-bottom: 30px;
}
.ceo-info {
  width: 100%;
  height: 628px;
  padding: 30px 20px;
  background: #0b171e;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
.ceo-name {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
  color: #ffe992;
}
.ceo-about-txt {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 38px;
  padding-bottom: 10px;
}
.social {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff8da;
  border-radius: 50%;
}

.social1 {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff8da;
  border-radius: 50%;
}
.hidden {
  display: none;
}
.offer-text1 {
  padding-top: 80px;
  padding-bottom: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 68px;
  line-height: 82px;
  text-align: center;
}
.foot-little {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  /* yellow */
  color: #ffcc00;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.swiper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: flex;
  object-fit: cover;
}
.sl1 {
  background: url("../images/first.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sl2 {
  background: url("../images/second.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.returning {
  display: none;
}
.bg-text {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 255px;
  line-height: 350px;
  /* identical to box height */
  text-transform: uppercase;
  /* gold light */
  color: #f3e8bc;
  opacity: 0.04;
  margin-top: -20px;
}
.lists {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.list1 {
  background: #d7d7d7;
  padding: 30px 0px;
  margin-right: 24px;
  border-radius: 4px;
}

#list2 {
  margin-top: 30px;
}
#list3 {
  margin-top: 60px;
}
.flex1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.flex2 .white-text {
  margin-bottom: 10px !important;
}

.white-text{
  color:#ffffff;
}

.order {
  display: none;
  margin-left: 30%;
  margin-top: -60%;
  /* position: absolute;
    margin-top: -200px;
    margin-left: 100px; */
}

#test-swipe-1 img,
#test-swipe-2 img,
#test-swipe-3 img,
#test-swipe-4 img,
#test-swipe-5 img,
#test-swipe-6 img,
#test-swipe-7 img,
#test-swipe-8 img,
#test-swipe-9 img {
  height: 430px;
  width: 321px;
}

.header {
  bottom: 10rem;
  left: 0;
  display: grid;
  row-gap: 0.5rem;
  position: fixed;
  font-size: 24px;
  rotate: 270deg;
}

.header::before {
  background-color: white;
  content: "";
  width: 68px;
  height: 2px;
  transform: rotate(-180deg) translate(85px, -18px);
}

.progress-bar {
  background-color: #363636;
  content: "";
  width: 68px;
  height: 2px;
  transform: rotate(-180deg) translate(85px, -8px);
}

.content {
  padding: 2em;
}
.up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer_end {
  margin-left: 10px;
  margin-top: 60px;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
}

.footer_end a {
  margin-left: 580px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.footer_end img {
  margin-left: 15px;
  width: 156px;
  height: 42px;
}

.change-lang {
  width: 50%;
}

.dwnl {
  margin-right: 15px;
}

.infin {
  margin-top: -50px;
  margin-bottom: -50px;
}
.right_arrow {
  padding: -1px 10px;
}

.main {
  width: 1366px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.mySwiper3 {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  height: 500px;
}

.mySwiper3 .swiper-wrapper {
  align-items: center;
}
.mySwiper3 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 150px 20px 0;
  width: 600px;
  height: 500px;
}

.mySwiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.mySwiper3 .swiper-slide-active {
  transform: scale(1.2);
  transition: 0.4s;
}

.collapsiblee {
  background: #0b171e;
  border-radius: 4px;
  color: #ffe992;
  cursor: pointer;
  padding: 0 18px;
  width: 100%;
  height: 80px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.active {
  border-radius: 4px 4px 0 0;
}

.collapsiblee:after {
  content: "\002B";
  font-size: 40px;
  color: #ffcc00;
  float: right;
  margin-top: -15px;
}

.collapsiblee.active:after {
  content: "\2212";
  color: #ffffff;
}

div.collapsible-content.show {
  opacity: 1;
  max-height: 100px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

.collapsible-content {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  background: #0b171e;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  font-size: 18px;
  margin-bottom: 20px;
}
.collapsible-content p {
  padding: 18px 0;
}

.flip-card {
  cursor: pointer;
  background-color: transparent;
  border-radius: 24px;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}


/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background: #0b171e;
  border-radius: 24px;
  display: grid;
  place-items: center;
  animation: flip 6s linear infinite;
}

.flip-card-front img {
  width: 500px;
  height: 300px;
}

/* Style the back side */
.flip-card-back {
  text-transform: uppercase;
  font-size: 100px;
  background: #0b171e;
  border-radius: 24px;
  color: white;
  transform: rotateX(180deg);
  padding: 0 35px;
  animation: flip 6s linear infinite;
  animation-delay: 3s;
}

.flip-card-back h1 {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
  font-size: 62px;
  line-height: 100px;
}

.flip-card-back hr {
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  width: 95%;
}
@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

.pagination {
  padding-right: 20px;
  top: 50%;
  float: right;
  position: relative;
}

.card-pag {
  /* float: right; */
  margin-right: 20px;
  position: relative;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
}

.active-product {
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffcc00;
}
.active-wholesale {
  background-color: #ffcc00;
  border-radius: 0;
}

.activebtn,
.inactivebtn {
  background-color: #ffe992;
}

.activebtn,
.inactivebtn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.language {
  position: relative;
  width: 50px;
  margin-left: 40px;
  font-weight: 400;
}

.language-selected {
  display: flex;
  align-items: center;
  color: #000000;
  cursor: pointer;
}

/*Jquery Class*/
.language-selected.change-ru::before {
  background-image: url("https://countryflagsapi.com/svg/ru");
}
.language-selected.change-uz::before {
  background-image: url("https://countryflagsapi.com/svg/uz");
}

.language-selected::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url("https://countryflagsapi.com/svg/ru");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.language ul {
  position: absolute;
  width: 120px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding-top: 1px;
  padding-right: 1px;
  display: none;
}

.language ul li {
  list-style: none;
}

.language ul li a:hover {
  background-color: #ffe992 !important;
  width: 117px;
}

.language ul li a {
  display: block;
  color: #000000;
  padding: 1px 10px;
}

.language ul li:hover {
  background-color: #f8f8f8;
}

.language ul li a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

a.ru::before {
  background-image: url("https://countryflagsapi.com/svg/ru");
}

a.uz::before {
  background-image: url("https://countryflagsapi.com/svg/uz");
}

.language:hover ul {
  display: block;
}

.copyrg1 {
  display: none;
}

.responsive-img1 {
  padding-bottom: 80px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 60% !important;
  color: #ffcc00 !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.benefits-factory-info .benefits-factory-box .under-dot.dot1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #ffe992;
  background-color: #ffe992 !important;
  border-radius: 50%;
  bottom: -25px;
  transition: 2s;
  left: 0;
  background: #fff;
  animation-name: dot1;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.benefits-factory-info .benefits-factory-box .under-dot.dot2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #ffe992;
  background-color: #ffe992 !important;
  border-radius: 50%;
  bottom: -25px;
  transition: 2s;
  left: 0;
  background: #fff;
  animation-name: dot2;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.benefits-factory-info .benefits-factory-box .under-dot.dot3 {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #ffe992;
  background-color: #ffe992 !important;
  border-radius: 50%;
  bottom: -25px;
  transition: 2s;
  left: 0;
  background: #fff;
  animation-name: dot3;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.benefits-factory-info .benefits-factory-box {
  padding-right: 100px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@keyframes dot1 {
  from {
    left: 0px;
  }
  to {
    left: 93%;
  }
}
@keyframes dot2 {
  from {
    left: 0px;
  }
  to {
    left: 70%;
  }
}
@keyframes dot3 {
  from {
    left: 0px;
  }
  to {
    left: 83%;
  }
}

/*==========-MODAL CONTENT-========== */
.bg-modal {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal_txt {
  padding: 0 40px;
  font-family: "Gilroy", "Questrial", "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
}

.modal_text {
  padding: 0 40px;
  font-family: "Gilroy", "Questrial", "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #d7d7d7;
}

.modal-contents {
  height: 650px;
  width: 1200px;
  background-color: #000000;
  padding: 60px 60px 20px;
  position: relative;
  border-radius: 4px;
}

.form_input {
  width: 93%;
  padding: 16px;
  /* margin-bottom: 10px; */
  border: none;
  background: #18181a;
  color: #ffffff;
  font-size: 22px;
}

.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 42px;
  color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
}
.close:hover {
  color: #666;
}

.left-modal img {
  position: relative;
  width: 480px;
  height: 550px;
  float: left;
  margin-top: 40px;
}

.right-modal {
  padding: 10px 10px;
  width: 535px;
  height: 535px;
  background: #111114;
  float: right;
  border: 1px solid #363636;
  backdrop-filter: blur(100px);
}

.form_modal {
  padding: 0 40px;
  font-family: "Gilroy", "Questrial", "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.form_txt {
  color: #ffcc00;
  padding-bottom: 10px;
  padding-top: 10px;
}
.form_btn {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  width: 93%;
  padding: 16px;
  margin-top: 25px;
  background: #18181a;
  color: #ffffff;
  font-size: 22px;
}

.form_btn a {
  color: #ffffff;
  text-decoration: none;
}
