@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: white;
}

.container {
  max-width: 1110px;
  margin: auto;
  padding: 0px 10px;
}

header {
  position: relative;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 2222;
}
header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .inner .navigation nav ul li a {
  color: #000;
}
header .inner .navigation nav ul li a:hover {
  border-bottom: 1px solid white;
  transition: 0.5s;
}
header .inner .buttonlar {
  display: flex;
  align-items: center;
}
header .inner .buttonlar .button button {
  all: unset;
  padding: 10px 22px;
  background-color: transparent;
  color: #173A56;
  border: 1px solid #BCD0E5;
  border-radius: 4px;
  transition: 0.4s;
}
header .inner .buttonlar .button button:hover {
  background-color: #02897A;
  color: white;
}
header .inner .buttonlar .but2 {
  margin-left: 24px;
}
header .inner .logo {
  display: flex;
  align-items: center;
}
header .inner .logo .bir {
  margin-right: 10px;
}
header .inner .nav-fl #dark-light {
  all: unset;
  background-color: #fff;
}
header .inner .nav-fl #dark-light button {
  all: unset;
}

.logo2 {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: gray;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.navigation {
  position: relative;
}
.navigation ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navigation ul li {
  margin-left: 60px;
}
.navigation ul li a {
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
.navigation ul li a::before {
  content: "" attr(data-menu) "";
  position: absolute;
  z-index: 1;
  color: #02897A;
  width: 0px;
  transition: 0.5s;
  overflow: hidden;
}
.navigation ul li a:hover::before {
  width: 100%;
}

input#toggle-icon,
.toggle-icon {
  display: none;
}

main .section1 {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
main .section1 .sec1 h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #22343D;
}
main .section1 .sec1 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #22343D;
  margin-top: 16px;
  margin-bottom: 40px;
}
main .section1 .sec1 .buttonlar {
  display: flex;
  align-items: center;
}
main .section1 .sec1 .buttonlar button {
  all: unset;
  border: 1px solid rgb(151, 142, 142);
  border-radius: 4px;
  padding: 10px 20px;
  color: #02897A;
  transition: 0.4s;
}
main .section1 .sec1 .buttonlar button:hover {
  background-color: #02897A;
  border: 1px solid #02897A;
  color: white;
}
main .section1 .sec1 .buttonlar .ikkib {
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #02897A;
  transition: 0.4s;
}
main .section1 .sec1 .buttonlar .ikkib button {
  all: unset;
}
main .section1 .sec1 .buttonlar .ikkib img {
  margin-right: 5px;
}
main .section1 .right {
  width: 100%;
}
main .section1 .right img {
  width: 100%;
}
main .section2 .sec2 h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #22343D;
  margin-top: 114px;
  margin-bottom: 66px;
}
main .section2 .sec2 .tort {
  display: flex;
  justify-content: space-between;
}
main .section2 .sec2 .tort .bir h3 {
  margin-top: 10px;
  margin-bottom: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #22343D;
}
main .section2 .sec2 .tort .bir p {
  margin-bottom: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #22343D;
}
main .section2 .sec2 .sign {
  text-align: center;
}
main .section2 .sec2 .sign button {
  all: unset;
  cursor: pointer;
  background-color: #02897A;
  border: 1px solid #02897A;
  border-radius: 4px;
  padding: 15px 30px;
  color: white;
  margin-bottom: 50px;
  transition: 0.5s;
}
main .section2 .sec2 .sign button:hover {
  background-color: transparent;
  color: #02897A;
}
main .section3 {
  padding-bottom: 50px;
}
main .section3 .sec3 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .section3 .sec3 .img {
  width: 90%;
  margin-left: 50px;
}
main .section3 .sec3 .img img {
  width: 90%;
}
main .section3 .sec3 .text {
  width: 100%;
}
main .section3 .sec3 .text .pp {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #22343D;
  margin-bottom: 8px;
}
main .section3 .sec3 .text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #22343D;
  margin-bottom: 23px;
}
main .section3 .sec3 .text .pi {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #22343D;
}
main .section3 .sec3 .text .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #22343D;
  margin-top: 30px;
  margin-bottom: 12px;
}
main .section4 {
  margin-bottom: 50px;
}
main .section4 .sec4 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
main .section4 .sec4 .text {
  margin-left: 90px;
  width: 100%;
}
main .section4 .sec4 .text .ea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #22343D;
}
main .section4 .sec4 .text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #22343D;
}
main .section4 .sec4 .text .the {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #22343D;
  margin-top: 23px;
}
main .section4 .sec4 .text .right {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .section4 .sec4 .text .right p {
  margin-left: 10px;
  margin-top: -5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #22343D;
}
main .section4 .left {
  width: 100%;
}
main .section4 .left img {
  width: 100%;
}
main .section6 {
  background: linear-gradient(to top, #fff, #e3e1e1, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}
main .section6 .sec6 {
  text-align: center;
}
main .section6 .sec6 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .section6 .sec6 .top .top1 {
  display: flex;
  align-items: center;
}
main .section6 .sec6 .top .top1 img {
  width: 100%;
}
main .section6 .sec6 .top .top1 .to {
  margin-right: 16px;
}
main .section6 .sec6 button {
  all: unset;
  cursor: pointer;
  padding: 16px 32px;
  background-color: #02897A;
  border: 1px solid #02897A;
  color: white;
  border-radius: 4px;
  margin-top: 40px;
  transition: 0.5s;
}
main .section6 .sec6 button:hover {
  background-color: transparent;
  color: #02897A;
}
main .section6 .sec6 h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #22343D;
  margin-bottom: 30px;
}
main .section6 .sec6 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #22343D;
  margin-bottom: 50px;
}
main #owl-carousel {
  padding-top: 136px;
  padding-bottom: 130px;
}
main .owl-carousel-1 {
  position: relative;
  margin-top: 50px;
}
main .owl-carousel-1 .shop-card {
  border: 1px solid grey;
  border-radius: 10px;
}
main .owl-carousel-1 .shop-card .shop-card-content p {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8B8E99;
}
main .owl-carousel-1 .shop-card .shop-card-content h3 {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
main .owl-carousel-1 .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  border-radius: 30px;
  transition: all 0.2s ease;
}
main .owl-carousel-1 .owl-dots .owl-dot.active span {
  width: 100px;
  background-color: #D9D9D9;
}
main #owl-carousel .owl-prev,
main #owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  width: 30px;
  height: 30px;
  background-color: rgb(195, 210, 208) !important;
  color: rgb(78, 23, 23) !important;
  font-size: 25px !important;
}
main .owl-carousel-1 .owl-prev {
  left: -15px;
}
main .owl-carousel-1 .owl-next {
  right: -15px;
}
main .section8 .sec8 h3 {
  text-align: center;
}
main .section8 .sec8 .we {
  text-align: center;
}
main .section8 .sec8 .uch {
  display: flex;
  justify-content: space-between;
}
main .section8 .sec8 .uch .bir {
  box-shadow: 0px 0px 10px 4px rgb(221, 218, 218);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 100%;
  margin-top: 30px;
  transition: 0.5s;
}
main .section8 .sec8 .uch .bir .free {
  margin-bottom: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #22343D;
}
main .section8 .sec8 .uch .bir .nol {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}
main .section8 .sec8 .uch .bir .nol h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #02897A;
}
main .section8 .sec8 .uch .bir .nol .doll {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #02897A;
}
main .section8 .sec8 .uch .bir .nol .per {
  color: #AFAFAF;
}
main .section8 .sec8 .uch .bir .br {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #22343D;
  margin-bottom: 16px;
}
main .section8 .sec8 .uch .bir .on {
  margin-bottom: 20px;
}
main .section8 .sec8 .uch .bir button {
  all: unset;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #02897A;
  color: white;
  border-radius: 10px;
}
main .section8 .sec8 .uch .bir:hover {
  background-color: #02897A;
}
main .section8 .sec8 .uch .bir:hover .nol h1 {
  color: white;
}
main .section8 .sec8 .uch .bir:hover button {
  background-color: white;
  color: #02897A;
}
main .section8 .sec8 .uch .bir:hover .on {
  color: white;
}
main .section8 .sec8 .uch .bir:hover .free {
  color: white;
}
main .section8 .sec8 .uch .bir:hover .br {
  color: white;
}
main .section8 .sec8 .uch .br {
  margin-left: 20px;
}
main .section9 .sec9 h1 {
  text-align: center;
  margin-bottom: 8px;
}
main .section9 .sec9 .pro {
  text-align: center;
  margin-bottom: 50px;
}
main .section9 .sec9 .uch {
  display: flex;
}
main .section9 .sec9 .uch .bir {
  border: 1px solid gray;
  padding: 20px;
  border-radius: 5px;
}
main .section9 .sec9 .uch .bir .flex {
  display: flex;
  margin-top: 16px;
}
main .section9 .sec9 .uch .bir .flex img {
  margin-right: 10px;
}
main .section9 .sec9 .uch .bir .flex .q {
  color: #02897A;
}
main .section9 .sec9 .uch .bir img {
  margin-bottom: 16px;
}
main .section9 .sec9 .uch .bir .p {
  color: #737373;
}
main .section9 .sec9 .uch .brr {
  margin-left: 20px;
}
main .section10 {
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #02897A;
  color: white;
  border-radius: 32px;
  padding: 20px;
}
main .section10 .sec10 {
  display: flex;
  align-items: center;
}
main .section10 .sec10 button {
  all: unset;
  padding: 13px 33px;
  background-color: white;
  color: #02897A;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 98px;
}
main .section10 .sec10 button:hover {
  background-color: #173A56;
  color: white;
}
main .section10 .sec10 img {
  width: 100%;
}

.futer .fle {
  display: flex;
  justify-content: space-between;
}
.futer .fle .one {
  margin-bottom: 50px;
}
.futer .fle .one .logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.futer .fle .one .logo .pr {
  margin-left: 10px;
}
.futer .fle .one .ij {
  display: flex;
}
.futer .fle .one .ij .f {
  margin-left: 10px;
}
.futer .fle h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #22343D;
  margin-bottom: 5px;
}
.futer .fle p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #22343D;
}
.futer .fle input {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
}
.futer .fle button {
  all: unset;
  padding: 10px 20px;
  background-color: #02897A;
  border: 1px solid #02897A;
  color: white;
  border-radius: 4px;
  transition: 0.5s;
}
.futer .fle button:hover {
  background-color: transparent;
  color: #02897A;
}
.futer .made {
  text-align: center;
  font-family: "Poppins";
  color: #22343D;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dark {
  background-color: rgba(0, 0, 0, 0.9333333333);
  color: white;
}
.dark header {
  background-color: rgba(0, 0, 0, 0.9333333333);
  color: white;
}
.dark header .buttonlar .button button {
  color: white;
}
.dark header .navigation ul li a {
  color: white !important;
}
.dark header .nav-fl #dark-light {
  background-color: #02897A;
}
.dark main .section1 .sec1 h1 {
  color: white;
}
.dark main .section1 .sec1 p {
  color: white;
}
.dark main .section2 .sec2 h1 {
  color: white;
}
.dark main .section2 .sec2 .tort .bir h3 {
  color: white;
}
.dark main .section2 .sec2 .tort .bir p {
  color: white;
}
.dark main .section3 .sec3 .text h1 {
  color: white;
}
.dark main .section3 .sec3 .text p {
  color: white;
}
.dark main .section4 .sec4 .text p {
  color: white;
}
.dark main .section4 .sec4 .text h1 {
  color: white;
}
.dark main .section6 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9333333333), rgba(28, 27, 27, 0.9333333333), rgba(0, 0, 0, 0.9333333333));
}
.dark main .section6 h1 {
  color: white;
}
.dark main .section6 p {
  color: white;
}
.dark main .section8 .sec8 .uch .bir {
  box-shadow: 0px 0px 4px 4px rgb(34, 33, 33);
  background-color: #000000;
}
.dark main .section8 .sec8 .uch .bir .free {
  color: white;
}
.dark main .section8 .sec8 .uch .bir .br {
  color: white;
}
.dark main .section8 .sec8 .uch .bir .nol h1 {
  color: #02897A;
}
.dark main .section8 .sec8 .uch .bir button {
  background-color: #02897A;
  color: white;
}
.dark main .section8 .sec8 .uch .bir:hover {
  background-color: #e2dfdf;
}
.dark main .section8 .sec8 .uch .bir:hover p {
  color: black;
}
.dark .futer .fle h3 {
  color: white;
}
.dark .futer .fle p {
  color: white;
}
.dark .futer .made {
  color: white;
}

@media (max-width: 1116px) {
  header .inner .buttonlar {
    display: none;
  }
}
@media (max-width: 970px) {
  .nav-fl {
    margin-right: 30px;
  }
}
@media (max-width: 970px) {
  header {
    padding: 20px 50px;
    padding-bottom: 40px;
  }
  .logo {
    font-size: 38px;
  }
  .navigation {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
  }
  .navigation ul li {
    margin-left: 0px;
    width: 100%;
    background: #02897A;
    animation: liAnim 0.5s 0ms ease-in forwards;
    transform-origin: left;
    opacity: 0;
    transform: scaleY(0);
  }
  .navigation ul li a {
    color: #fff;
  }
  .navigation ul li a::before {
    color: #173A56;
  }
  .navigation ul li:nth-child(1) {
    animation-delay: 100ms;
  }
  .navigation ul li:nth-child(2) {
    animation-delay: 300ms;
  }
  .navigation ul li:nth-child(3) {
    animation-delay: 500ms;
  }
  .navigation ul li:nth-child(4) {
    animation-delay: 700ms;
  }
  .navigation ul li:nth-child(5) {
    animation-delay: 900ms;
  }
  .navigation ul li:nth-child(6) {
    animation-delay: 1100ms;
  }
  @keyframes liAnim {
    0% {
      opacity: 0;
      transform: scaleY(0);
    }
    100% {
      opacity: 1;
      transform: scaleY(1);
    }
  }
  .navigation a {
    line-height: 1;
    display: block;
    color: white !important;
    padding: 15px 10px;
  }
  .navigation a::before {
    color: #fff;
  }
  .navigation nav {
    display: none;
  }
  .toggle-icon {
    display: block;
  }
  .toggle-icon {
    position: fixed;
    top: 6px;
    right: 50px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /* hamburger css start */
  .hamburger {
    position: relative;
    width: 60%;
    height: 60%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
  }
  .burger-1::before,
  .burger-1::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: black;
    border-radius: 8px;
    transition: 0.3s;
  }
  .burger-1::before {
    transform: translateY(-10px);
  }
  #toggle-icon:checked + .toggle-icon .burger-1::before {
    transform: translateY(0) rotate(-315deg);
  }
  .burger-1::after {
    transform: translateY(10px);
    box-shadow: 0 -10px 0 black;
  }
  #toggle-icon:checked + .toggle-icon .burger-1::after {
    transform: translateY(0) rotate(-45deg);
    box-shadow: unset;
  }
  #toggle-icon:checked ~ nav {
    display: block;
  }
}
@media (max-width: 930px) {
  .section3 .sec3 {
    flex-direction: column;
  }
  main .section4 .sec4 {
    flex-direction: column-reverse;
  }
  main .section4 .sec4 .text {
    margin-left: -1px;
  }
}
@media (max-width: 888px) {
  .section2 .sec2 .tort {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 870px) {
  .futer .fle {
    flex-direction: column;
    text-align: center;
  }
  .futer .fle .one .logo {
    justify-content: center;
  }
  .futer .fle .one .ij {
    justify-content: center;
  }
}
@media (max-width: 830px) {
  .section6 .sec6 .top {
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .section10 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .section10 .sec10 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 777px) {
  .section1 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 740px) {
  main .section8 .sec8 .uch {
    flex-direction: column;
  }
  main .section8 .sec8 .uch .br {
    margin-left: 0px;
  }
}
@media (max-width: 670px) {
  main .section9 .sec9 .uch {
    flex-direction: column;
  }
  main .section9 .sec9 .uch .brr {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 465px) {
  main .section6 .sec6 .top .top1 {
    flex-direction: column;
  }
  main .section6 .sec6 .top .top2 {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=style.css.map */