@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Unbounded", sans-serif;
  height: 200vh;
  background-color: #f4f7ff;
  font-style: normal;
  font-optical-sizing: auto;
  /* Scroll uchun joy */
}

.hover {
  transition: all 0.3s ease;
}

.hover:hover {
  opacity: 0.8;
}

.hover:active {
  opacity: 0.6;
}

.section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  font-size: 48px;
  color: white;
}

#section-3 {
  position: fixed;
  bottom: 0;
  left: 200%;
  /* Ekrandan tashqarida boshlaydi */
  width: 100%;
  height: 100vh;
  /* O'zingiz xohlagan rangni qo'ying */
}

.header {
  position: fixed;
  width: 100%;
  height: 30px;
  z-index: 10;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 96%;
  height: 71px;
  top: 1.5%;
  left: 50%;
  transform: translate(-50%, 20%);
  z-index: 10;
}

.nav {
  position: absolute;
  right: 0;
  width: 92%;
  height: 71px;
  background-color: #fff;
  border-radius: 25px;
  z-index: 11;
}

.header-address {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #2c3041;
}

.title {
  position: absolute;
  top: 20%;
  left: 30px;
  z-index: 5;
}

.title-content {
  width: 47%;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2c3041;
}

.subtitle {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

#section-1 {
  left: 0;
  background-color: #f4f7ff;
  z-index: 1;
}

.img {
  width: 633px;
  height: 952px;
}

#section-1 {
  background-image: url("../assets/bg-i-1.svg"), url("../assets/bg-i-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top, top right;
}

.box-2 {
  position: absolute;
  top: 20%;
  right: 40px;
  width: 400px;
  height: 300px;
  z-index: 5;
}

.hero-img {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.hero-img img {
  height: 650px;
}

.hero-img-2 {
  position: absolute;
  bottom: 0;
  left: -50.1%;
  width: 347px;
  height: 750px;
}

#hero-2-inner {
  position: relative;
  transition: all 0.5s ease;
}

.border-dash {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 70px;
  margin-bottom: 15px;
}

.border-dash {
  background-size: contain;
  background-repeat: no-repeat;
}

.border-img-1 {
  width: 100px;
  background-image: url("../../src/assets/border/border-img-1.svg");
}

.border-img-2 {
  width: 123px;
  background-image: url("../../src/assets/border/border-img-2.svg");
}

.border-img-3 {
  width: 260px;
  line-height: 70px;
  background-image: url("../../src/assets/border/border-img-3.svg");
}

.border-img-4 {
  background-image: url("../../src/assets/border/border-img-4.svg");
}

.border-img-5 {
  background-image: url("../../src/assets/border/border-img-5.svg");
}

#section-2 {
  overflow: hidden;
  left: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 2;
  background-color: #ffffff;
}

.u-images {
  position: relative;
  width: 350px;
  height: 778px;
  /* border: 1px solid black; */
  transform: scale(0.7);
}

#u-img-top {
  position: absolute;
  top: 20px;
  right: 10px;
}

#u-img-center {
  position: absolute;
  top: 83px;
  right: 80px;
  z-index: 1;
}

#u-img-body {
  position: absolute;
  top: 120px;
  right: 0;
}

#u-img-oval {
  position: absolute;
  top: 152px;
  left: 84px;
  z-index: 2;
}

#u-img-bottom {
  position: absolute;
  left: -10px;
  top: 370px;
  z-index: 1;
}/*# sourceMappingURL=main.css.map */