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

@font-face {
  font-family: "Metropolis";
  src: url("../font/Metropolis-Black.otf") format("opentype");
}

/* Common classes */
body {
  font-family: "Metropolis", sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.banner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

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

/* nav section */
.nav-section {
  padding: 27px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.nav-logo > img {
  max-width: 109px;
  max-height: 53px;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* nav{
    gap: 96px;
} */

.nav-left {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 139px;
}

.nav-left > ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
}

.nav-left > ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #010101;
  letter-spacing: 2px;
}

.nav-anch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}

.nav-anch-logo > img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.nav-anch-bar {
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed017f;
  font-weight: 500;
  font-size: 12px;
  color: white;
  letter-spacing: 2px;
}

.ham-menu {
  display: none;
}

#menu {
  display: none;
}

/* first banner */
.first-banner {
  background: url("../assets/Frame\ 31.png") no-repeat center center/cover;
  min-height: 654px;
  /* padding: 114px 0; */
}

.first-banner > div > div {
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-first {
  max-width: 453px;
  min-height: 496px;
  padding-top: 142px;
}

.right-first {
  /* width: 710px; */
  max-width: 547px;
  width: 100%;
  min-height: 618px;
  background-color: #ffeaf5;
  position: relative;
}

.anch-top-car {
  padding: 20px 27px;
  background-color: white;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  position: absolute;
  top: 145px;
  left: -89px;
  box-shadow: 2px 2px 34px gainsboro;
}

.anch-top-car > span {
  color: #343434;
  font-weight: 700;
  font-size: 18px;
}

.anch-top-car > img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.anch-top-home {
  padding: 20px 27px;
  background-color: white;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  position: absolute;
  top: 256px;
  right: 5px;
  box-shadow: 2px 2px 34px gainsboro;
}

.anch-top-home > span {
  color: #343434;
  font-weight: 700;
  font-size: 18px;
}

.anch-top-home > img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.right-image {
  width: 710px;
  height: fit-content;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.right-image > img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.first-bottom-logos {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
}

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

.left-first-bottom > span {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
}

.left-first-bottom > a > img {
  max-width: 19px;
  max-height: 19px;
  object-fit: contain;
}

.left-first-line {
  background-color: #cccccc;
  height: 24px;
  width: 3px;
}

.right-first-bottom {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}

.right-first-bottom img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.left-first > h1 {
  max-width: 453px;
  color: #010101;
  font-weight: 900;
  font-size: 63px;
  line-height: 68px;
  margin-bottom: 23px;
}

.left-first > p {
  color: #676767;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 38px;
}

.first-anch {
  max-width: 365px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 185px;
  flex-wrap: wrap;
}

.first-anch-left {
  padding: 13px 22px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #ed017f;
  text-transform: uppercase;
  border-radius: 4px;
}

.first-anch-right {
  padding: 13px 20px;
  background-color: #ffffff;
  color: #ed017f;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #ed017f;
  text-transform: uppercase;
  border-radius: 4px;
}

/* second banner */
.second-banner {
  min-height: 820px;
  padding-top: 88px;
}

.second-main {
  max-width: 795px;
  min-height: 107px;
  margin: 0 auto;
}

.second-main > h2 {
  font-size: 34px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 32px;
}

.second-main > p {
  font-weight: 500;
  color: #999999;
  text-align: center;
  padding-bottom: 76px;
}

.card-first-section {
  justify-content: space-between;
  gap: 64px;
}

.card-one {
  min-height: 231px;
  max-width: 259px;
}

.card-one > img {
  max-width: 37px;
  max-height: 37px;
  object-fit: contain;
  margin-bottom: 18px;
}

.card-one > h3 {
  color: #363940;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.card-one > p {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.card-second-section {
  justify-content: space-between;
  gap: 64px;
}

/* third banner */
.third-banner {
  min-height: 449px;
  background-color: #fef9fc;
  padding-top: 78px;
}

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

.third-main > p {
  font-size: 23px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 88px;
}

.third-bottom {
  justify-content: space-between;
  margin-bottom: 67px;
  /* gap: 130px; */
}

.third-bottom img {
  max-width: 185px;
  max-height: 110px;
  object-fit: contain;
}

.third-loader {
  width: 100%;
  text-align: center;
  padding-bottom: 69px;
}

.third-loader > img {
  max-width: 91px;
  height: fit-content;
  object-fit: contain;
}

/* fourth banner */
.fourth-banner {
  min-height: 610px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 110px;
  flex-wrap: wrap;
}

.left-image-fourth {
  max-width: 618px;
  max-height: 610px;
}

.left-image-fourth > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.right-text-fourth {
  max-width: 460px;
  min-height: 338px;
}

.right-text-fourth > h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #343434;
  margin-bottom: 10px;
}

.right-text-fourth > p {
  color: #676767;
  font-weight: 500;
  line-height: 29px;
  max-width: 460px;
  margin-bottom: 44px;
}

.fourth-anch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 137px;
  width: 100%;
}

.fourth-anch > span {
  text-transform: uppercase;
  color: #ed017f;
}

/* fifth banner */
.fifth-section {
  min-height: 842px;
  background-color: #fef9fc;
  padding-top: 106px;
}

.main-fifth {
  text-align: center;
}

.main-fifth > h2 {
  color: #343434;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bolder;
}

.main-fifth > p {
  color: #999999;
  font-weight: 500;
  max-width: 836px;
  margin: 0 auto;
}

.fifth-row {
  align-items: center;
  justify-content: space-between;
  /* gap: 50px; */
  padding-top: 64px;
}

.fifth-block {
  max-width: 254px;
  min-height: 457px;
}

.fifth-block > img {
  max-width: 254px;
  max-height: 365px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 22px;
}

.bottom-fifth-anch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-fifth-anch > span {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 900;
  color: #363940;
}

/* sixth banner */
.sixth-section {
  min-height: 662px;
  padding-bottom: 50px;
}

.sixth-main {
  text-align: center;
  padding-top: 106px;
}

.sixth-main > h2 {
  margin-bottom: 20px;
  color: #343434;
  font-size: 34px;
  font-weight: bolder;
}

.sixth-main > p {
  max-width: 548px;
  margin: 0 auto;
  color: #999999;
  margin-bottom: 84px;
}

.sixth-row {
  min-height: 101px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  /* gap: 160px; */
}

.sixth-colored-block {
  max-width: 172px;
  min-height: 76px;
}

.sixth-colored-block > h3 {
  color: #ed017f;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 900;
}

.sixth-colored-block > p {
  color: #676767;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
}

.sixth-block {
  max-width: 172px;
  min-height: 76px;
}

.sixth-block > h3 {
  color: #343434;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 900;
}

.sixth-block > p {
  color: #676767;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
}

/* seventh banner */
.seventh-section {
  min-height: 403px;
  background-color: #fef9fc;
  padding-block: 100px;
}

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

.seventh-main > h2 {
  color: #343434;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bolder;
}

.seventh-main > p {
  color: #999999;
  font-weight: 500;
  max-width: 836px;
  margin: 0 auto;
}

.form-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  padding-top: 34px;
}

.form-field > input[type="email"] {
  outline: none;
  border: 1px solid #cccccc;
  padding: 12px 15px;
  border-radius: 4px;
  max-width: 343px;
  width: 100%;
}

.form-field > button {
  outline: none;
  border: none;
  text-transform: uppercase;
  color: white;
  padding: 13px 24px;
  border-radius: 4px;
  max-width: 132px;
  width: 100%;
  background-color: #ed017f;
}

/* end banner */
.end-section {
  min-height: 331px;
}

.end-block-left {
  max-width: 180px;
  min-height: 192px;
}

.end-block-left > span {
  display: inline-block;
  line-height: 21px;
  color: #010101;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
}

.end-block-left > p {
  margin-bottom: 26px;
  color: #676767;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.end-block-center {
  max-width: 180px;
  min-height: 192px;
}

.end-block-center > span {
  display: inline-block;
  line-height: 21px;
  color: #010101;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
}

.end-block-center > ul {
  list-style-type: none;
}

.end-block-center > ul > li {
  color: #676767;
  padding-block: 10px;
}

.end-block-right {
  max-width: 85px;
  min-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 11px;
}

.end-block-right > a > img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.end-block-right > span {
  line-height: 21px;
  color: #010101;
  font-weight: 900;
  font-size: 18px;
}

.end-section > div > div {
  justify-content: center;
  align-items: start;
  gap: 97px;
  padding-block: 60px;
}

@media screen and (max-width: 1439px) {
  .fourth-banner {
    justify-content: center;
  }

  .right-text-fourth {
    text-align: center;
  }

  .fourth-anch {
    margin: 0 auto;
  }

  .fifth-row {
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}

@media screen and (max-width: 1120px) {
  nav {
    position: relative;
  }

  .nav-left {
    display: none;
    flex-direction: column;
    flex-basis: 100%;
    gap: 50px;
    padding: 20px 0;
    background-color: #ffeaf5;
    position: absolute;
    top: 90px;
    left: -15px;
    right: -15px;
    animation: slide-in 900ms forwards ease-in;
  }

  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateY(-500px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-left > ul,
  .nav-anch {
    flex-direction: column;
  }

  .ham-menu {
    display: flex;
    justify-content: center;
  }

  #menu:checked ~ .nav-left {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .first-banner > div > div {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .left-first > h1 {
    text-align: center;
    font-size: 57px;
    line-height: 60px;
  }

  .left-first > p {
    text-align: center;
  }

  .first-anch {
    justify-content: center;
    margin-bottom: 110px;
  }

  .first-bottom-logos {
    justify-content: center;
  }

  .card-first-section {
    justify-content: center;
    gap: 50px;
  }

  .card-second-section {
    justify-content: center;
    gap: 50px;
  }

  .third-bottom {
    justify-content: center;
    gap: 50px;
  }

  .left-image-fourth {
    max-width: 465px;
  }
}

@media screen and (max-width: 768px) {
  .right-image {
    width: 561px;
    width: 100%;
    right: 25px;
  }

  .anch-top-car {
    padding: 6px 17px;
    left: 0;
    gap: 12px;
  }

  .anch-top-home {
    padding: 6px 17px;
    top: 202px;
    right: 0;
    gap: 12px;
  }

  .right-first {
    min-height: 498px;
  }

  .card-first-section {
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .card-second-section {
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .card-one {
    width: 40%;
    align-items: center;
    text-align: center;
  }

  .third-bottom {
    align-items: center;
  }

  .third-bottom img {
    max-width: 135px;
    max-height: 87px;
  }

  .left-image-fourth {
    max-width: 343px;
  }

  .right-text-fourth > p {
    font-size: 14px;
    line-height: 26px;
  }

  .fifth-row {
    flex-direction: column;
  }

  .fifth-block > img {
    max-width: 199px;
    max-height: 296px;
  }

  .bottom-fifth-anch > span {
    font-size: 17px;
  }

  .fifth-block {
    min-height: 370px;
  }

  .right-text-fourth {
    padding-inline: 20px;
  }

  .sixth-row {
    min-height: 101px;
    flex-direction: column;
    justify-content: center;
    gap: 160px;
  }

  .sixth-colored-block {
    text-align: center;
  }

  .sixth-block {
    text-align: center;
  }

  #bottom-gap {
    padding-bottom: 80px;
  }

  .end-section > div > div {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 426px) {
  .anch-top-car {
    padding: 7px 9px;
  }

  .anch-top-car > span {
    font-size: 14px;
  }

  .anch-top-car > img {
    max-width: 25px;
    max-height: 25px;
  }

  .anch-top-home {
    padding: 7px 9px;
  }

  .anch-top-home > span {
    font-size: 14px;
  }

  .anch-top-home > img {
    max-width: 25px;
    max-height: 25px;
  }

  .left-first {
    padding-top: 65px;
  }

  .left-first > h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .card-one {
    width: 47%;
  }

  .card-one > img {
    max-width: 31px;
  }

  .card-one > h3 {
    font-size: 18px;
  }

  .card-one > p {
    font-size: 12px;
    line-height: 18px;
  }

  .right-text-fourth > p {
    font-size: 11px;
    line-height: 21px;
  }

  .right-text-fourth > h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .sixth-colored-block > p {
    line-height: 22px;
    font-size: 12px;
  }

  .sixth-block > p {
    line-height: 22px;
    font-size: 12px;
  }

  .sixth-colored-block > h3 {
    font-size: 24px;
  }

  .sixth-block > h3 {
    font-size: 24px;
  }

  .sixth-row {
    gap: 50px;
    margin-bottom: 10px;
  }

  #bottom-gap {
    padding-bottom: 60px;
  }

  .right-first {
    min-height: 389px;
  }

  .end-block-center > span {
    width: 100%;
    text-align: center;
  }

  .end-block-center > ul {
    text-align: center;
  }
}

@media screen and (max-width: 376px) {
  .left-first > h1 {
    font-size: 46px;
    line-height: 48px;
  }

  .first-anch-left {
    padding: 13px 13px;
    font-size: 10px;
  }

  .first-anch-right {
    padding: 13px 13px;
    font-size: 10px;
  }

  .third-bottom img {
    max-width: 111px;
  }

  .left-image-fourth {
    max-width: 278px;
  }

  .end-section > div > div {
    gap: 59px;
  }

  .end-block-center > ul > li {
    padding-block: 8px;
    font-size: 12px;
  }

  .end-block-left > p {
    font-size: 12px;
    text-align: center;
  }
}
