.section {
  background-color: #f5f5f5;
  width: 100svw;
  height: 90vh;
  margin-top: 100px;
  padding-top: 0;
  font-family: Playfair Display, sans-serif;
  position: static;
}

.section.section-mobile {
  width: 100vw;
  height: 150vh;
  margin-bottom: 40px;
}

.hero-overlay {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 220px;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 75px;
  margin-right: 75px;
  display: flex;
  position: relative;
}

.container.profile-container {
  flex-flow: column;
  padding-top: 100px;
}

.container-2 {
  max-width: 100%;
  height: 90px;
  max-height: 90px;
  margin-left: 75px;
  margin-right: 75px;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  text-transform: uppercase;
  background-color: #21a1e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 51px;
  margin-top: 40px;
  margin-left: 140px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
}

.brand {
  background-image: url('../images/WhatsApp-Image-2025-04-02-at-10.57.40.jpeg');
  background-position: 0 0;
  background-size: cover;
  min-width: 220px;
}

.nav-link {
  color: #000;
  margin-top: 20px;
  padding: 8px 13px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 40px;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.bold-text {
  color: #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
}

.heading-2-tablet {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 500;
  display: flex;
}

.logo-tablet {
  vertical-align: baseline;
  background-image: url('../images/logo_over_1000.svg');
  background-position: 0 0;
  background-size: auto;
  width: 229px;
  height: 50px;
  margin-top: 20px;
  padding-top: 10px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
  scale: .75;
}

.navbar {
  z-index: 1;
  position: relative;
}

.image {
  z-index: 0;
  width: 500px;
  max-width: none;
  margin-top: 60px;
  margin-left: 0;
  position: absolute;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.image-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: 700px;
  display: flex;
}

.heading-container {
  margin-top: 0;
}

.preloader {
  z-index: 99;
  background-color: #4adbf8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-button {
  vertical-align: bottom;
  background-color: #21a1e2;
  border-radius: 18px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-button.tablet-menu {
  background-color: #21a1e2;
}

.dropdown-toggle {
  display: none;
}

.heading-3 {
  text-align: center;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  display: block;
}

.paragraph, .paragraph-2 {
  text-align: center;
  width: 700px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.body {
  overflow: visible;
}

.button-2 {
  text-align: center;
  background-color: #21a1e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 51px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscription-item {
  z-index: 2;
  color: #fff;
  background-color: #21a1e2;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  min-width: auto;
  max-width: 300px;
  height: 430px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.containter-subscription {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  margin-left: 75px;
  margin-right: 75px;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.paragraph-3, .paragraph-4 {
  text-align: left;
  height: 60%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-5 {
  text-align: left;
  height: 60%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
}

.heading-4, .heading-5, .heading-6 {
  margin-bottom: 40px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.heading-8 {
  text-align: center;
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  z-index: 1;
  background-color: #9c27b0;
  border-radius: 17px;
  width: 23%;
  max-width: 330px;
  height: 50%;
  margin-top: -50px;
  position: absolute;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100%;
    margin-top: 0;
    padding-top: 0%;
  }

  .section.section-mobile {
    margin-top: 100px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .container.profile-container {
    padding-top: 0;
  }

  .container-2 {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .bold-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 1.3;
    display: flex;
  }

  .heading-2-tablet {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-tablet {
    vertical-align: baseline;
    margin-top: 0;
    display: inline-block;
  }

  .navbar {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .image {
    z-index: 0;
    width: auto;
    max-width: 100%;
    margin-top: 45%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .heading-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 28px;
    display: block;
  }

  .image-container {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .heading-container {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 90px;
    display: flex;
    position: absolute;
  }

  .nav-button.tablet-menu {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
    position: static;
    top: 60px;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    display: block;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #3898ec;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    background-color: #f5f5f5;
  }

  .subscription-item {
    flex-flow: column;
    width: 43%;
    min-width: 0;
  }

  .containter-subscription {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: wrap;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    overflow: visible;
  }

  .heading-8 {
    margin-top: 45%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: -72px;
  }

  .section.section-mobile {
    margin-top: 60px;
    margin-left: 0;
  }

  .container-2 {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text {
    font-size: 32px;
  }

  .logo-tablet {
    background-image: url('../images/logo_over_1000.svg');
    background-position: 0 0;
    background-size: cover;
    width: 240px;
    height: 51px;
  }

  .image {
    width: auto;
    max-width: 100%;
  }

  .heading-2 {
    font-size: 20px;
  }

  .image-container {
    height: 600px;
  }

  .heading-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .heading-container.heading-mobile {
    padding-top: 5%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-3 {
    width: 80%;
    margin-top: 0;
  }

  .paragraph, .paragraph-2 {
    width: 80%;
  }

  .body, .body-2, .body-3 {
    background-color: #f5f5f5;
  }

  .subscription-item {
    width: 80%;
    height: 400px;
  }

  .containter-subscription {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100vw;
    height: 100vh;
    margin-top: 0;
  }

  .section.section-mobile {
    width: 100%;
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .container {
    max-width: 100vw;
  }

  .container.profile-container {
    background-color: #f5f5f5;
  }

  .container-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    width: 280px;
    margin-top: 50px;
    margin-bottom: 5%;
  }

  .bold-text {
    font-size: 32px;
  }

  .heading-2-tablet {
    margin-top: 20px;
  }

  .logo-tablet {
    background-image: url('../images/logo_over_1000.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 240px;
    max-width: none;
    height: 50px;
    padding-left: 0;
    overflow: visible;
  }

  .image {
    aspect-ratio: auto;
    width: auto;
    max-width: 100%;
    margin-top: 15%;
    overflow: hidden;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.2;
  }

  .link-block {
    background-image: url('../images/logo_over_1000.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .heading-container {
    padding-top: 0;
  }

  .heading-container.heading-mobile {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .nav-button {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .paragraph {
    line-height: 1.3;
  }

  .body {
    height: auto;
    overflow: visible;
  }

  .containter-subscription {
    width: 100%;
    max-width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-3 {
    margin-top: 10%;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    font-size: 32px;
  }

  .heading-8 {
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
  }
}


