body {
  position: relative;
}

#land {
  height: 100vh;
  min-height: 760px;
  position: relative;
}

header.wrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;

  width: 100% !important;

  border-bottom: 1px solid white;

  background-color: #33333350;

  max-width: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

header.wrapper nav {
  padding: 26px 0px;
  width: 85%;
}

header.wrapper nav .right {
  width: 50%;
  max-width: 580px;

  > #login-btn-header {
    position: relative;

    > .login-dropdown {
      display: none;
      position: absolute;
      background-color: white;
      top: 140%;
      right: 0%;
      border-radius: 15px;

      > .dropdown-wrapper {
        display: flex;
        flex-direction: column;

        > .dropdown-element {
          width: 23rem;
          height: 5rem;

          display: flex;
          align-items: center;
          justify-content: center;
        }

        > .dropdown-element:not(:last-child) {
          border-bottom: 1px solid #33333333;
        }
      }
    }
    > .login-dropdown.active {
      display: block;
    }

    > .login-dropdown:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 80%;
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-bottom-color: white;
      border-top: 0;
      margin-left: -25px;
      margin-top: -25px;
    }
  }
}
.right:has(.services-list) {
  width: 100%;
}

.services-list {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;

  @media screen and (max-width: 1080px) {
    flex-direction: column;
    align-items: center;
    gap: 15rem !important;
    justify-content: space-between;
  }
}

.services-list .splide__slide {
  @media screen and (min-width: 1000px) {
    width: 32%;
  }
}

.services-list .splide__slide > div {
  width: auto !important;
}

#header {
  transition: 0.5s;
}
#header.sticky {
  background: var(--light-green);
}
#header.sticky .white:not(.button) {
  color: #000000;
}

header.wrapper nav .left {
  gap: 0px 20px;
  height: 60px;
}

header.wrapper .title a .span-title {
  font-family: "gin", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  line-height: 1;
  margin-bottom: 0;
}

header.wrapper .title a .span-subtitle {
  font-size: 1.166667rem;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 1.7px;
  margin-top: 5px;
}

header.wrapper nav .left img {
  width: 70px;
  height: auto;
}

header.wrapper nav {
  padding: 20px 0;
}

header.wrapper nav .right a.button {
  padding: 10px 47px 7px;
  font-weight: 500;
}

.w-max-content {
  width: max-content;
}

#header nav .right,
#header nav,
#header nav .left {
  transition: 0.5s;
}
#header.sticky nav .left {
  transform: scale(0.65);
  transform-origin: left;
}
#header.sticky nav {
  padding: 10px 0;
}
#header.sticky nav .right {
  transform: scale(0.75);
  /* transform-origin: right; */
}

/*Home*/
#land #home.wrapper {
  width: 100% !important;
  margin: 0;
  max-width: none;
}

#land #home .body p._1 {
  margin-bottom: 5px;
}

#land #home .body h1._2 {
  margin-bottom: 21px;
}

#land #home .body p._3 {
  margin-bottom: 29px;
}

#land #home .body .buttons {
  gap: 19px;
}

#land .progress-bar {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: auto;
}

#land .splide__slide {
  width: 100%;
  max-width: none;
  padding: 0 8.3%;
  height: 100vh;
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

#land .splide__slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#land .splide__slide .slide {
  max-width: 490px;
}

#land .progress-bar .line {
  width: 100%;
  height: 3px;
  background: white;
  transition: all 0.5s;
}

#land .progress-bar .line.guide {
  opacity: 0.5;
}

#land .progress-bar .line.progress {
  position: relative;
  top: -3px;
  left: 0;
}

#land .progress-bar .steps {
  max-width: none;
}

#land .progress-bar .steps .step {
  padding: 17.5px 0 15px 0;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #land {
    height: auto;
    position: relative;
  }

  #land #home {
    margin-bottom: 200px;
  }

  

  header.wrapper nav {
    padding: 19px 20px !important;
    align-items: center;
    width: 100%;
  }

  header nav .left #main-logo {
    width: 48px;
  }

  header nav .left .title a {
    font-size: 2.5rem;
  }

  header ul {
    height: 0;
    overflow: hidden;
    position: absolute;
  }

  header ul li a {
    font-size: 16px !important;
  }

  header #mobile-menu {
    height: 100%;
    gap: 7.3px;
    cursor: pointer;
  }

  header #mobile-menu .line {
    height: 3px;
    background: white;
    border-radius: 5px;
  }

  header #mobile-menu .line._1 {
    width: 20px;
  }

  header #mobile-menu .line._2 {
    width: 12.5px;
  }

  header #mobile-menu .line._3 {
    width: 15px;
  }

  header.active ul {
    transition: all 0.25s;
    height: auto;
    overflow: visible;
    background: #33333360;
    padding: 24px 0 24px 0;

    flex-direction: column;
    gap: 2rem 0px;
    top: 100%;
    left: 0;

    border-radius: 5px;
  }

  #land .splide__slide {
    height: 100%;
    padding-bottom: 111px !important;
    padding-top: 25vh;
  }

  #land .splide__slide p._1 {
    font-size: 14px !important;
    margin-bottom: 7px;
  }

  #land .splide__slide h1._2 {
    font-size: 48px !important;
    line-height: 60px !important;
    margin-bottom: 27px;
  }

  #land .splide__slide p._3 {
    font-size: 16px !important;
    margin-bottom: 27px;
    max-width: 307px;
  }

  #land .splide__slide .buttons {
    align-items: start;
  }

  #land .splide__slide .buttons .button {
    max-width: 199px;
  }

  #land .splide__slide .buttons .button._1 {
    padding: 14px 0 !important;
  }

  #land .splide__slide .buttons .button._2 {
    padding: 12px 0 !important;
  }

  #land .steps .step p {
    font-size: 16px;
  }
}
