@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header__title {
  font-weight: 500;
  font-size: 27px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

header {
  margin-top: 30px;
}

.header__img {
  gap: 10px;
  display: flex;
  align-items: center;
}

.header__block {
  align-items: center;
  display: flex;
  gap: 81px;
  justify-content: space-between;
}

.header__ul {
  gap: 70px;
  display: flex;
}

.header__button {

  font-weight: 700;
  font-size: 21px;
  text-align: center;
  color: #FDA30D;
  border: 1px solid #FDA30D;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 12px;
  border-radius: 20px;

}

.header__hero {
  gap: 50px;
  display: flex;
}

.header__link {
  font-weight: 400;
  font-size: 21px;
  text-align: center;

  color: black;
}

.header__link:hover {
  color: #FDA30D;
  text-decoration: underline;
}

.lang-wrapper {
  position: relative;
}

.lang-selected img {
  width: 32px;
  cursor: pointer;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  width: 160px;
  background: #fff;
  border: 0.5px solid #CCCCCC;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
}

.lang-dropdown li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  cursor: pointer;
}

.lang-dropdown li img {
  width: 22px;
}

.check {
  margin-left: auto;
  width: 18px;
  display: none;
}

.lang-wrapp {
  align-items: center;
  display: flex;
  gap: 50px;
}

.section1__block {
  margin-bottom: 135px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.section1__title {
  max-width: 505px;
  margin-bottom: 40px;
  max-width: 600px;
  text-align: center;
}

.section1__text {

  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-transform: capitalize;
  text-align: center;
  color: #272727;
}

.section1_sub_title {
  font-weight: 800;
  font-size: 88px;
  line-height: 102%;
  text-transform: capitalize;
  text-align: center;
  color: #272727;
}

.section1_sub_title>span {
  color: #fda30d;
}

.section1__links img {
  
  max-width: 100%;
  height: auto;
}

.section2__block {
  display: flex;
  justify-content: center;
}



.section3_li {
  text-align: center;
  max-width: 286px;
}

.section2 {
  margin-bottom: 110px;
}

.li_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #272727;
}

.li_title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: capitalize;
  text-align: center;
  color: #272727;
}

.title_sub_block {
  width: 395px;
}

.title__block {
  margin-bottom: 72px;
  display: flex;
  justify-content: center;

}

.section3__title {
  font-weight: 800;
  font-size: 70px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #272727;
}

.section3__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-transform: capitalize;
  color: #272727;
}

.section3__ul {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.li__img {
  margin-bottom: 16px;
}

.section3 {
  margin-bottom: 111px;
}



.s4_title {
  font-weight: 800;
  font-size: 68px;
  line-height: 103%;
  text-transform: capitalize;
  text-align: center;
  color: #272727;
  margin-bottom: 131px;
  margin-top: 102px;
}

.carousel-wrapper {
  margin-bottom: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.carousel {
  position: relative;
  width: 900px;
  height: 600px;
}

.phone {
  position: absolute;
  top: 0;
  width: 280px;
  transition: 0.6s ease;
  transform: scale(0.85);
}


.phone.left {
  left: 0;
}

.phone.center {
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 2;
}

.phone.right {
  right: 0;
}

.nav {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  cursor: pointer;
  background: white;
  color: #000;
}

.active {
  background-color: #022597;
  color: white;
}

.s5_title {
  font-weight: 800;
  font-size: 68px;
  line-height: 128%;
  text-transform: capitalize;
  color: #272727;
  margin-bottom: 37px;
}

.ul2 {
  width: 650px;
}

.li2_text {
  font-weight: 400;
  font-size: 22px;
  line-height: 133%;
  text-transform: capitalize;
  color: #272727;
}

.ul_li2 {
  display: flex;
  gap: 21px;
  margin-bottom: 33px;
}

.section5__title {
  align-items: center;
  display: flex;
  gap: 98px;
}

.sevtion5_img {
  margin-top: 60px;
  margin-bottom: 75px;
}

.s6_title {
  z-index: 999;
  max-width: 506px;
  font-weight: 800;
  font-size: 48px;
  text-transform: capitalize;
  color: #272727;
}

.s6_text {
  max-width: 464px;
  font-weight: 500;
  font-size: 18px;
  line-height: 194%;
  text-transform: capitalize;
  color: #272727;
}

.s6_img {
  gap: 16px;
}

.section6__block {
  align-items: center;
  display: flex;
}

.section6__img {
  margin-bottom: 16px;
}

.section7 {
  padding-top: 136px;
  padding-bottom: 122px;
  background-image: url(./image/section7.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;

}

.s7_title {
  margin-bottom: 16px;
  width: 813px;
  font-weight: 700;
  font-size: 68px;
  line-height: 103%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

.s7_text {
  margin-bottom: 49px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
}

.s7_img {
  justify-content: center;
  display: flex;
  gap: 16px;
}

.section7__block {
  display: flex;
  justify-content: center;
}

.container1 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer__block {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;

}

.footer__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.coin {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.gmail {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.phone1 {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-bottom: 77px;
}

.havola {
  text-align: center;
}

.li3_a {

  font-weight: 500;
  font-size: 20px;
  line-height: 163%;
  text-transform: capitalize;
  color: #000;
}

.info {
  font-weight: 500;
  font-size: 25px;
  line-height: 210%;
  text-transform: capitalize;
  color: #000;
}

.ul_item {
  margin-bottom: 17px;
}

.url_a {
  font-weight: 400;
  font-size: 20px;
  line-height: 163%;
  text-transform: capitalize;
  color: #000;
}

.info_text {
  margin-bottom: 40px;
  margin-top: 38px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #98a2b3;
}

.mobile-menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #000;
}

.burger {
  display: none;
  font-size: 30px;
  cursor: pointer;
}


.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  padding: 30px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile-menu a {
  font-size: 20px;
  color: #000;
}

.mobile-menu.active {
  right: 0;
}

.close {
  font-size: 26px;
  cursor: pointer;
  align-self: flex-end;
}




.mobile-menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #000;
}


.mobile-menu {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px 0;
}

.mobile-menu.open {
  display: block;
}
.header__link1{
font-weight: 600;
font-size: 18px;
line-height: 122%;
letter-spacing: -0.02em;
color: #000;
}
.mobile-ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  gap: 15px;
  margin-bottom: 20px;
}
.header__link1.active1{
  color: #fda30d;
}

.mobile-ul li a {
  font-size: 20px;
  color: #272727;
}

.mobile-btn {
  display: block;
  margin: 0 auto;
}

.desktop-nav {
  display: block;
}

@media (max-width: 768px) {

  .container,
  .container1 {
    padding-left: 15px;
    padding-right: 15px;
  }

 
  .header__block {
    gap: 10px;
    justify-content: space-between;
  }

  .header__ul {

    display: none;
  }

  .lang-wrapp {
    gap: 15px;
  }

  .header__button {
    display: none;
  }


  .section1_sub_title {
    max-width: 305px;
    text-align: center;
    font-size: 48px;
    line-height: 120%;
  }

  .section1__text {
    font-size: 16px;
  }

  .section1__links img {
    width: 130px;
  }

  .section1__links {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .section1__block {
  
    margin-bottom: 60px;
    margin-top: 40px;
  }


  .section2__block img {
    max-width: 100%;
    height: auto;
  }

  .section2 {
    margin-bottom: 60px;
  }


  .section3__title {
    font-size: 40px;
  }

  .title__block {
    margin-bottom: 40px;
  }

  .title_sub_block {
    width: 100%;
    text-align: center;
  }

  .section3__ul {
    flex-direction: column;
    gap: 40px;
  }

  .section3_li {
    max-width: 80%;
  }

  .li_title {
    font-size: 24px;
  }

  .section3 {
    margin-bottom: 60px;
  }


  .s4_title {
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .carousel-wrapper {
    margin-bottom: 60px;
    gap: 10px;
    position: relative;
  }

  .carousel {
    width: 320px;
    height: 480px;
  }

  .phone {
    width: 160px;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
  }

  .phone.center {
    transform: translate(-50%, -50%) scale(1);
  }

  .phone.left {
    left: -10%;
  }

  .phone.right {
    right: -10%;
  }

  .nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }



  .section5__title {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
  }

  .ul2 {
    width: 100%;
    text-align: left;
  }

  .s5_title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .ul_li2 {
    gap: 10px;
    margin-bottom: 20px;
  }

  .ul_li2 img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }

  .li2_text {
    font-size: 18px;
  }

  .sevtion5_img img {
    max-width: 100%;
    height: auto;
  }


  .section6__block {
    flex-direction: column;
    text-align: center;
  }

  .section6__img img {
    max-width: 80%;
    height: auto;
  }

  .section6__title {
    padding-top: 30px;
    max-width: 300px;
    margin-bottom: 43px;
  }

  .s6_title,
  .s6_text {
    width: 100%;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .s6_text {
    font-size: 16px;
  }

  .s6_img {
    display: flex;
    justify-content: center;
  }
  .s6_img1,.s6_img2{
    max-width: 153px;
  }


  .section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s7_title {
    width: 100%;
    font-size: 36px;
    line-height: 1.2;
  }

  .s7_text {
    font-size: 16px;
  }

  .s7_img img {
    width: 130px;
    height: auto;
  }


  .footer__block {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    text-align: center;
  }

  .address,
  .havola,
  .qullab,
  .huquqiy {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .coin,
  .gmail,
  .phone1 {
    justify-content: center;
    margin-bottom: 15px;
  }

  .li3_a,
  .url_a {
    font-size: 16px;
  }

  .info {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .footer_info {
    text-align: center;
  }

  .info_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .desktop-nav {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }


  .section3__title {
    font-size: 40px;
  }

  .coin {
    margin-bottom: 30px;
  }

  .footer__title {
    font-size: 20px;
  }

  .li3_a {
    font-size: 16px;
  }

  .ul_item {
    margin-bottom: 10px;
  }

  .url_a {
    font-size: 16px;
    font-weight: 400;
  }

  .footer_info {
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #e0e0e0;
  }

  .info_text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 0;
  }

  .coin img,
  .gmail img,
  .phone1 img {
    width: 20px;
    height: 20px;
  }

  .section1 {
    background-image: none !important;
    padding: 60px 0;
    margin-bottom: 0;
  }

  .section1::before,
  .section1::after {
    display: none;
  }

    
   
}




header {
    
    position: relative;
    z-index: 100; 
   
    background: transparent; 
}



.section1 {

    
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px; 
    margin-bottom: -200px; 
    
    display: flex;
    justify-content: center;
}


.section2 {
    margin-bottom: 110px;
    position: relative;
    z-index: 50; 
}

.section3 {
    margin-bottom: 111px;
    position: relative; 
    z-index: 50;
}




.section1 {
    
    background-image: linear-gradient(to right, rgba(144, 48, 48, 0.1), transparent), 
                      
                      
                      url(./image/backround.svg) ;
                       

    
    background-size:70% 100%, 100% auto; 
    background-position: top left, top center ;
    
    
}



.section1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 0px 0 160px;
   
}

/* CHAP RASM */
.section1::before {
  
  display: block;
  content: "";
  position: absolute;
  top: 0;
  opacity: 0,6;
  filter: blur(30px);
  left: -10px;
  width: 450px;
  height: 100%;
  background: url(./image/section_back1.svg) no-repeat right center;
  
  pointer-events: none;
}

/* O‘NG RASM */
.section1::after {
  display: block;
  content: "";
  position: absolute;
  top: 471px;
  opacity: 0.6;
  right: 0;
  width: 250px;
  height: 100%;
  filter: blur(30px);
  background:url(./image/section_back2.svg) no-repeat bottom right;
  
  pointer-events:none;
}

