/* Regular */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* Black Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
/* Thin */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
/* Thin Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
/* Ultra */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
}
/* Ultra Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-UltraItalic.otf") format("opentype");
  font-weight: 950;
  font-style: italic;
}
/* X-Light */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
/* X-Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
/* MOD20 */
@font-face {
  font-family: "Modern No. 20";
  src: url("../fonts/MOD20.TTF") format("truetype");
}
body {
  margin: 0;
  padding: 150px 0 0;
  position: relative;
  font-family: "Gotham", sans-serif !important;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

p {
  font-size: 16px;
}

h1 {
  font-size: 64px;
  line-height: 68px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

section {
  margin-bottom: 124px;
}

.ply-btn {
  margin-left: 24px;
  font-size: 16px;
}
.ply-btn img {
  margin-right: 8px;
}

.main-button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  outline: none;
  border: none;
}
.main-button span {
  margin-right: 22px;
}
.main-button::after {
  content: "";
  background: url("../img/icons/arrow.svg") no-repeat;
  height: 12px;
  width: 14px;
  position: absolute;
  right: 24px;
  top: 22px;
}
@media (max-width: 993px) {
  .main-button::after {
    right: 16px;
    top: 18px;
  }
}
.main-button:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -1000px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  filter: blur(20px);
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.main-button:hover {
  color: inherit;
}
.main-button:hover:before {
  z-index: 2;
  left: 120%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
}

.reset-button {
  color: white !important;
}
.reset-button::after {
  content: unset;
}
.reset-button:hover {
  background-color: #DAE647 !important;
  color: #181818 !important;
  transition: all 0.3s ease-in-out;
}

.cbg-dark {
  background-color: #181818;
}

.cbg-yellow {
  background-color: #DAE647;
}

.cbg-gray {
  background-color: rgba(26, 27, 49, 0.0705882353);
}

.cbg-white {
  background-color: white;
}

a.cbg-dark::after, button.cbg-dark::after {
  background: url("../img/icons/arrow-white.svg") no-repeat;
}
a.cbg-dark:hover, button.cbg-dark:hover {
  background-color: #DAE647;
  color: #181818 !important;
  transition: all 0.3s ease-in-out;
}
a.cbg-dark:hover:after, button.cbg-dark:hover:after {
  background: url("../img/icons/arrow.svg") no-repeat !important;
}

a.cbg-yellow::after, button.cbg-yellow::after {
  background: url("../img/icons/arrow.svg") no-repeat;
}
a.cbg-yellow:hover, button.cbg-yellow:hover {
  background-color: #181818;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
a.cbg-yellow:hover:after, button.cbg-yellow:hover:after {
  background: url("../img/icons/arrow-white.svg") no-repeat !important;
}

a.cbg-gray:hover, button.cbg-gray:hover, a.cbg-white:hover, button.cbg-white:hover {
  background-color: #DAE647;
  transition: all 0.3s ease-in-out;
}

.h1-text-yellow {
  color: #aeb839;
}

.default-input {
  background: #333;
  border-radius: 16px;
  border: 1px solid #383838;
  padding: 16px 24px;
  color: white;
  outline: none;
}
.default-input:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}
.default-input::placeholder {
  color: #c1c1c1;
}

.section-heading {
  margin-bottom: 56px;
  width: 100%;
}
@media (min-width: 992px) {
  .section-heading .heading-area {
    width: 50%;
  }
}
.section-heading h2 {
  font-size: 64px;
  margin-bottom: 18px;
}
.section-heading p {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .section-heading h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .section-heading .main-button {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
}

.pagination {
  margin-top: 56px;
}
.pagination ul {
  list-style: none;
  gap: 8px;
  padding-left: 0;
}
.pagination ul li .number {
  font-size: 14px;
  line-height: 21px;
  background-color: #EBEBEB;
  padding: 8px;
}
.pagination ul li .prev, .pagination ul li .next {
  background-color: transparent;
}
.pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px 8px 8px;
  text-decoration: none;
  color: #181818;
  text-align: center;
  border-radius: 160px;
  border: 1px solid #EBEBEB;
}
.pagination ul li a.active {
  background-color: #DAE647 !important;
}
.pagination ul li img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.bg-dark {
  background-color: #181818 !important;
}

.select2-container .select2-selection--single {
  background: #333;
  border-radius: 16px;
  border: 1px solid #383838;
  padding: 16px 24px;
  color: white;
  height: auto;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #c1c1c1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
  padding: 0; /* Remove default padding */
  margin-left: 0; /* Align text properly */
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  background-image: none;
  border: none;
  right: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow::before {
  transform: rotate(-180deg);
}

.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../img/icons/down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 24px;
  top: 20px;
  transition: transform 0.3s ease;
}

.select2-container .select2-dropdown {
  background: #333;
  border: 1px solid #383838;
  color: white;
}

.select2-container .select2-results__option {
  color: white;
}

.select2-container--default .select2-results__option--selected {
  color: #333;
}

.select2-container .select2-results__option--highlighted {
  background: #444;
  color: #333;
}

.select2-dropdown.select2-dropdown--above {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.select2-dropdown .select2-results__option {
  padding: 8px 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #444;
  color: white;
}

.navbar {
  background-color: white;
}
.navbar a.nav-link {
  color: #181818 !important;
}
@media (max-width: 993px) {
  .navbar .navbar-menu.open-menu {
    display: flex !important;
  }
  .navbar .navbar-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    background: white;
    height: 100vh;
  }
  .navbar .navbar-menu .header-button {
    width: 100%;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .navbar .navbar-menu .header-button .whatsapp-btn {
    background-color: #41C352;
  }
  .navbar .navbar-menu .header-button a span {
    margin: unset;
  }
  .navbar .navbar-menu .header-button a::after {
    content: unset;
  }
  .navbar .navbar-menu .navbar-nav {
    padding: 80px 24px 0;
    margin: unset !important;
    width: 100%;
    text-align: center;
    height: 75vh;
  }
  .navbar .navbar-menu .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 32px 0;
  }
  .navbar .navbar-menu .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
    border-bottom: 6px solid #DAE647;
  }
  .navbar .navbar-menu .mobile-menu__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px !important;
  }
  .navbar .navbar-menu .mobile-menu__header span {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .navbar {
    background-color: white;
    height: 112px;
    padding-bottom: 24px;
    padding-top: 0;
  }
  .navbar .container {
    align-items: flex-end;
    height: 100%;
  }
  .navbar .container .navbar-collapse {
    align-items: flex-end;
  }
  .navbar .container .navbar-nav {
    padding-bottom: 16px;
  }
  .navbar .header-button {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .navbar .header-button a {
    font-size: 16px;
  }
  .navbar .navbar-nav .nav-item {
    padding-top: 43px;
    font-weight: bold;
    font-size: 16px;
    color: #181818;
    position: relative;
  }
  .navbar .navbar-nav .nav-item:hover::before {
    width: 100%;
    left: 0;
    background-color: #DAE647;
    transform: unset;
  }
  .navbar .navbar-nav .nav-item::before {
    content: "";
    top: -5px;
    position: absolute;
    left: 50%;
    width: 0;
    height: 3px;
    transition: all 0.5s ease;
    transform: translateX(-50%);
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    left: 0;
    transform: unset;
    background-color: #DAE647;
  }
  .navbar .navbar-nav .nav-item a {
    padding: 0 16px;
  }
}
.footer {
  background: #181818;
}
.footer__top {
  position: relative;
}
.footer__top::before {
  position: absolute;
  top: 0;
  height: 50%;
  left: -100%;
  right: -100%;
  background-color: white;
  content: "";
}
.footer__center {
  margin-bottom: 56px;
  margin-top: 80px;
}
.footer__bottom {
  padding: 24px 0;
  color: white;
  border-top: 1px solid #4F4F4F;
}
.footer__bottom p {
  color: white;
  font-size: 14px;
}
.footer .footer-logo {
  max-height: 46px;
}
@media (max-width: 993px) {
  .footer .footer-logo {
    margin-bottom: 40px;
  }
}
.footer .footer-content {
  gap: 24px;
  color: white;
  max-width: 600px;
}
@media (max-width: 993px) {
  .footer .footer-content {
    gap: 16px;
  }
}
.footer .footer-content p {
  font-size: 18px;
  line-height: 28px;
}
.footer .footer-content h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 993px) {
  .footer .footer-content h5 {
    font-size: 32px;
    line-height: 44px;
  }
}
.footer .footer-content h5 span {
  color: #C4CF40;
}
.footer .form-container form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .form-container form .main-button {
  margin-top: 8px;
  max-width: max-content;
}
.footer .form-container form input {
  width: 100%;
}
.footer ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: white;
}
.footer ul.social-links li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 993px) {
  .footer ul.social-links {
    margin-top: 24px;
  }
}
.footer ul.social-links a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.banner .banner__content {
  max-width: 458px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 993px) {
  .banner .banner__content {
    margin-bottom: 30px;
  }
}
.banner .banner__content h1 {
  margin-bottom: 24px;
}
.banner .banner__content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 993px) {
  .banner .banner__content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner .banner__form {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 993px) {
  .banner .banner__form {
    flex-direction: column;
    width: 100%;
  }
}
.banner .banner__form .img-container {
  max-width: 119px;
  max-height: 500px;
  overflow: hidden;
}
.banner .banner__form .img-container .mobile-bg {
  display: none;
}
@media (max-width: 993px) {
  .banner .banner__form .img-container {
    max-width: unset;
    width: 100%;
    max-height: 90px;
    display: flex;
    justify-content: center;
  }
  .banner .banner__form .img-container .mobile-bg {
    display: flex;
    padding: 0 16px;
    object-fit: cover;
    width: 100%;
  }
  .banner .banner__form .img-container .desktop-bg {
    display: none;
  }
}
.banner .banner__form .form-container {
  border-radius: 16px;
  padding: 32px;
  flex: 1;
}
@media (max-width: 993px) {
  .banner .banner__form .form-container {
    width: 100%;
  }
}
.banner .banner__form .form-container label {
  color: white;
}
@media (max-width: 993px) {
  .banner .banner__form .form-container label {
    font-size: 14px;
  }
}
.banner .banner__form .form-container .form-check {
  margin-bottom: 54px;
}
.banner .banner__form .form-container .d-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  margin-bottom: 24px;
}
@media (max-width: 993px) {
  .banner .banner__form .form-container .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner .banner__form .form-container .reset-button {
  background: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  padding: 16px 24px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 16px;
}
.banner .banner__form .form-container .full-width {
  margin-bottom: 24px;
}
.banner .banner__form h3 {
  margin-bottom: 24px;
}

.about-us {
  position: relative;
}
.about-us h2 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 24px;
}
.about-us__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}
@media (min-width: 992px) {
  .about-us__content {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about-us__content p {
  margin-bottom: 42px;
  line-height: 30px;
}
.about-us .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.about-us .background-video::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #AEB839;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-us .background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.steps__container .steps__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 120px;
}
@media (max-width: 993px) {
  .steps__container .steps__item {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .steps__container .steps__item a {
    max-width: max-content;
    margin-bottom: 40px;
  }
}
.steps__container .steps__item .overflow-item {
  background-color: white;
  position: absolute;
  bottom: -60px;
  padding: 28px 20px;
}
@media (max-width: 993px) {
  .steps__container .steps__item .overflow-item {
    padding: 20px 14px;
  }
}
.steps__container .steps__item .overflow-item::before {
  content: "";
  position: absolute;
  top: -40px;
  height: 40px;
  width: 40px;
  box-shadow: 0 20px 0 0 #fff;
}
.steps__container .steps__item .overflow-item::after {
  content: "";
  position: absolute;
  bottom: 60px;
  height: 40px;
  width: 40px;
  box-shadow: 0 20px 0 0 #fff;
}
.steps__container .steps__item .overflow-img {
  object-fit: contain;
  object-position: center;
  animation: rotate 30s linear infinite;
}
@media (max-width: 993px) {
  .steps__container .steps__item .overflow-img {
    max-width: 125px;
    max-height: 125px;
  }
}
.steps__container .steps__item:nth-child(odd) .overflow-item {
  left: 0;
  border-radius: 0 16px 0 0;
}
.steps__container .steps__item:nth-child(odd) .overflow-item::before {
  left: 0;
  border-bottom-left-radius: 50%;
}
.steps__container .steps__item:nth-child(odd) .overflow-item::after {
  right: -40px;
  border-bottom-left-radius: 50%;
}
@media (min-width: 992px) {
  .steps__container .steps__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .steps__container .steps__item:nth-child(even) .item-media {
    margin-left: 0;
    margin-right: 72px;
  }
}
.steps__container .steps__item:nth-child(even) .overflow-item {
  right: 0;
  border-radius: 16px 0 0 0;
}
.steps__container .steps__item:nth-child(even) .overflow-item::before {
  right: 0;
  border-bottom-right-radius: 50%;
}
.steps__container .steps__item:nth-child(even) .overflow-item::after {
  content: "";
  left: -40px;
  border-bottom-right-radius: 50%;
}
.steps__container .steps__item .step-number {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 400;
  font-family: "Modern No. 20", serif;
}
.steps__container .steps__item h3 {
  margin-bottom: 16px;
}
.steps__container .steps__item p {
  margin-bottom: 32px;
}
.steps__container .steps__item .item-media {
  position: relative;
}
@media (min-width: 992px) {
  .steps__container .steps__item .item-media {
    margin-left: 72px;
  }
}
@media (max-width: 993px) {
  .steps__container {
    flex-direction: column;
  }
}
.steps__container .media-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.steps__container .media-container .main-media {
  border-radius: 16px;
  max-width: 478px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 266px;
}
@media (min-width: 992px) {
  .steps__container .media-container .main-media {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .steps__container a {
    max-width: max-content;
  }
  .steps__container .steps__item .item-content {
    width: 50%;
  }
  .steps__container .steps__item .item-media {
    width: 50%;
  }
}

.services {
  background: rgba(235, 235, 235, 0.6);
  padding: 56px 0;
}
@media (max-width: 993px) {
  .services {
    padding: 56px 0 120px;
  }
}
.services__container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
}
.services__container .sub-container {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .services__container {
    flex-direction: column;
  }
  .services__container .sub-container {
    flex-direction: row;
  }
  .services__container .sub-container .service-item:hover {
    width: 50%;
  }
  .services__container .sub-container .service-item:not(:hover) {
    width: 25%;
  }
  .services__container:not(:hover) .service-item:first-child {
    width: 50%;
  }
  .services__container:not(:hover) .service-item:first-child .item-content {
    padding: 40px 35px !important;
    color: white !important;
  }
  .services__container:not(:hover) .service-item:first-child .item-content span {
    opacity: 0;
    display: none;
  }
  .services__container:not(:hover) .service-item:first-child .item-content h4 {
    margin-bottom: 16px;
    font-size: 24px;
    opacity: 1;
    color: white !important;
    transition: opacity 1000ms ease-in-out;
  }
  .services__container:not(:hover) .service-item:first-child::after {
    top: 120px;
    transition: all 500ms ease-in-out;
    opacity: 0;
  }
}
.services .service-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 435px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 500ms ease-in-out;
}
@media (max-width: 993px) {
  .services .service-item {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
}
.services .service-item .item-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 40px 35px;
  z-index: 3;
  position: relative;
  color: white;
  justify-content: end;
}
@media (max-width: 993px) {
  .services .service-item .item-content {
    padding: 32px 20px;
  }
}
.services .service-item .item-content span {
  font-size: 24px;
  margin-bottom: 16px;
  transition: opacity 300ms ease-in-out;
}
@media (max-width: 993px) {
  .services .service-item .item-content span {
    display: none;
  }
}
.services .service-item .item-content h4 {
  margin-bottom: 16px;
  font-size: 24px;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.services .service-item .item-content p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .services .service-item:hover span {
    display: none;
    opacity: 0;
  }
  .services .service-item:hover::after {
    top: 120px;
    transition: all 500ms ease-in-out;
    opacity: 0;
  }
  .services .service-item:not(:hover) .item-content {
    padding: 40px 20px;
    color: #181818;
    transition: all 500ms ease-in-out;
  }
  .services .service-item:not(:hover) .item-content h4 {
    opacity: 0;
  }
  .services .service-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }
}
.services .service-item::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: all 500ms ease-in-out;
}

@media (max-width: 993px) {
  .reviews .main-button {
    display: none !important;
  }
}
.reviews .swiper {
  overflow: visible;
}
.reviews .swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.reviews .swiper .swiper-slide {
  max-width: 337px;
}
@media (max-width: 993px) {
  .reviews .swiper .swiper-slide {
    max-width: 262px;
  }
}
.reviews .swiper .swiper-button-prev, .reviews .swiper .swiper-button-next {
  position: relative;
  left: unset;
  top: unset;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.reviews .swiper .swiper-button-prev {
  background: #C4CF40;
}
.reviews .swiper .swiper-button-prev::after {
  content: "";
  background: url("../img/icons/arrow-white.svg") no-repeat;
  width: 23px;
  height: 20px;
  background-size: contain;
  transform: rotate(180deg);
}
.reviews .swiper .swiper-button-next {
  background: #EBEBEB;
  margin-left: 8px;
}
.reviews .swiper .swiper-button-next::after {
  content: "";
  background: url("../img/icons/arrow.svg") no-repeat;
  width: 25px;
  height: 20px;
  background-size: contain;
}
.reviews .swiper .swiper-pagination {
  position: relative;
  width: auto;
}
.reviews .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7A7A7A;
}
.reviews .swiper .swiper-pagination-bullet-active {
  width: 29px;
  background-color: #181818;
  border-radius: 16px;
}
.reviews .review-card {
  border-radius: 16px;
  width: 100%;
  background: #F7F7F7;
  position: relative;
  padding: 32px 32px 50px 32px;
  margin-top: 50px;
  min-height: 330px;
}
.reviews .review-card .position {
  margin-bottom: 24px;
}
.reviews .review-card .icon {
  height: 20px;
}
.reviews .review-card h4 {
  font-size: 26px;
  width: 60%;
  margin-bottom: 16px;
}
.reviews .review-card span {
  font-size: 12px;
}
.reviews .review-card p {
  font-size: 14px;
}
.reviews .review-card .user-img-container {
  position: absolute;
  right: 52px;
  top: -55px;
  width: 107px;
  height: 107px;
  background-color: white;
  border-radius: 50%;
}
.reviews .review-card .user-img-container::before {
  content: "";
  position: absolute;
  bottom: 12px;
  height: 40px;
  width: 40px;
  box-shadow: 0 20px 0 0 #fff;
  right: -38px;
  border-bottom-right-radius: 20px;
  transform: rotate(180deg);
}
.reviews .review-card .user-img-container::after {
  content: "";
  position: absolute;
  bottom: 12px;
  height: 40px;
  left: -38px;
  width: 40px;
  box-shadow: 0 20px 0 0 #fff;
  transform: rotate(180deg);
  border-bottom-left-radius: 20px;
}
.reviews .review-card .user-img-container .user-img {
  position: absolute;
  width: 87px;
  height: 87px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  object-position: center;
}

.partners .swiper-slide {
  height: 75px;
  display: grid;
  place-items: center;
}
.partners .swiper-slide img {
  max-width: 100%; /* Ensures it doesn't overflow horizontally */
  max-height: 100%; /* Ensures it doesn't overflow vertically */
  object-fit: contain;
}

@media (max-width: 993px) {
  .gallery {
    padding: 0 0 53px;
  }
}

.gallery__container .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  .gallery__container .gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery__container .gallery-wrapper .gallery__item {
    max-width: unset;
  }
}
@media (max-width: 993px) {
  .gallery__container .gallery-wrapper .gallery__item {
    height: 255px;
  }
  .gallery__container .gallery-wrapper .gallery__item:first-child, .gallery__container .gallery-wrapper .gallery__item:last-child {
    grid-column: unset;
  }
}
.gallery__container .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.gallery__container .swiper-wrapper .swiper-slide {
  max-width: 272px;
  height: 365px;
}
@media (min-width: 992px) {
  .gallery__container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .gallery__container .swiper-wrapper .swiper-slide {
    max-width: unset;
  }
}
.gallery__container .gallery__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.gallery__container .gallery__item :not(:hover) {
  animation: bounceOutAbsolute 1s cubic-bezier(0.25, 1.25, 0.5, 1.1) 0s forwards;
}
.gallery__container .gallery__item:hover::after {
  left: 100%;
}
.gallery__container .gallery__item:hover::before {
  opacity: 0.7;
}
.gallery__container .gallery__item:hover .item-content {
  animation: bounceInAbsolute 2s cubic-bezier(0.25, 1.25, 0.5, 1.1) 300ms forwards;
}
.gallery__container .gallery__item::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: 2;
  display: block;
  width: 58.5px;
  height: 665.91px;
  transform: rotate(23.427deg);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(81.4499969482px);
  transition: all 700ms ease-in-out;
}
.gallery__container .gallery__item::before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 700ms ease-out;
  background: rgb(0, 0, 0);
}
.gallery__container .gallery__item .item-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 16px 16px;
}
.gallery__container .gallery__item .item-content a.main-button {
  max-width: max-content;
}
.gallery__container .gallery__item .item-content h4 {
  color: white;
  font-size: 32px;
}
@media (max-width: 993px) {
  .gallery__container .gallery__item .item-content h4 {
    font-size: 24px;
  }
}
.gallery__container .gallery__item .item-content p {
  color: white;
  font-size: 14px;
}
.gallery__container .gallery__item:first-child, .gallery__container .gallery__item:last-child {
  grid-column: span 2;
}
.gallery__container .gallery__item video, .gallery__container .gallery__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.calculator {
  border-radius: 24px;
  background: #DAE647;
  padding: 56px;
  position: relative;
  min-height: 576px;
}
@media (max-width: 993px) {
  .calculator {
    padding: 40px 24px;
  }
}
.calculator .row {
  position: relative;
  z-index: 2;
}
.calculator .form-wizard {
  padding: 16px 0 16px 56px;
  border-left: 1px solid #181818;
  height: 100%;
  min-height: 464px;
}
@media (max-width: 993px) {
  .calculator .form-wizard {
    border-left: unset;
    padding: 16px 0;
  }
  .calculator .form-wizard .steps-line-container, .calculator .form-wizard .step {
    margin-bottom: 24px;
  }
}
.calculator .form-wizard h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.calculator .form-wizard .step-circle {
  height: 36px;
  width: 36px;
  padding: 6px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 14px;
  color: #181818;
  font-weight: bold;
  font-family: "Modern No. 20", serif;
}
.calculator .form-wizard .step-active {
  background-color: #181818;
  color: white;
}
.calculator .form-wizard .step-active + .step-line {
  background-color: #181818;
}
.calculator .form-wizard .step-line {
  height: 1px;
  flex-grow: 1;
  width: 16px;
}
.calculator .form-wizard .check-label {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 16px;
  cursor: pointer;
}
.calculator .form-wizard .check-label p {
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 4px;
}
.calculator .form-wizard .check-label span {
  font-size: 8px;
  font-weight: 500;
}
.calculator .form-wizard .check-label img {
  opacity: 0.3;
}
.calculator .form-wizard .check-label.label-active {
  border: 1px solid #181818;
}
.calculator .form-wizard .check-label.label-active img {
  opacity: 1;
}
.calculator .form-wizard .prev {
  text-decoration: none;
  color: #181818;
  background: rgba(26, 27, 49, 0.07);
  padding: 16px 24px;
  margin-right: 8px;
  border-radius: 16px;
}
.calculator .form-wizard .next {
  text-decoration: none;
  color: white;
  background: #181818;
  padding: 16px 24px;
  border-radius: 16px;
}
.calculator .form-wizard .step-2 p {
  font-size: 12px;
  font-weight: bold;
}
.calculator .form-wizard .step-2 #propertyAreaOptions {
  background: rgba(24, 24, 24, 0.1);
  border: none !important;
}
.calculator .form-wizard .step-2 #propertyAreaOptions:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator .form-wizard .step-2 input[type=range] {
  opacity: 0;
  height: 100%;
  cursor: pointer;
  z-index: 6;
}
.calculator .form-wizard .step-2 .range-slider {
  z-index: 0;
  height: 8px;
  cursor: pointer;
}
.calculator .form-wizard .step-2 .range-slider-label {
  left: calc(25% - 20px);
  top: 35px;
  width: 40px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: black;
  padding: 0 8px;
  border-radius: 5px;
}
.calculator .form-wizard .step-2 .tooltip-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #181818;
}
.calculator .form-wizard .step-2 .range-slider-labels span {
  font-size: 14px;
  margin-top: 20px;
}
.calculator .form-wizard .step-2 .left-range-slider,
.calculator .form-wizard .step-2 .right-range-slider,
.calculator .form-wizard .step-2 .range-slider-label {
  background-color: #181818;
}
.calculator .form-wizard .step-2 .range-slider-dot,
.calculator .form-wizard .step-2 .range-slider-button {
  height: 28px;
  width: 28px;
  left: calc(25% - 14px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 50%;
  background-color: #181818;
}
.calculator .form-wizard .step-2 .fw-top-50 {
  top: 50%;
}
.calculator .form-wizard .step-2 .fw-start-0 {
  left: 0;
}
.calculator .form-wizard .step-2 .fw-end-0 {
  right: 0;
}
.calculator .form-wizard .step-2 .fw-opacity-0 {
  opacity: 0;
}
.calculator .form-wizard .step-2 .fw-opacity-50 {
  opacity: 0.5;
}
.calculator .form-wizard .step-2 .translate-middle-y {
  transform: translateY(-50%);
}
.calculator .form-wizard .step-3 .check-label span {
  font-size: 12px;
}
.calculator .form-wizard .d-grid.radio-area {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 993px) {
  .calculator .form-wizard .d-grid.radio-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calculator .form-wizard .calc-input {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.06);
  outline: none;
  color: #181818;
  font-size: 14px;
  padding: 16px 24px;
  border: none;
}
.calculator .form-wizard .calc-input::placeholder {
  color: #181818;
}
.calculator__content {
  z-index: 2;
}
@media (max-width: 993px) {
  .calculator__content {
    margin-bottom: 48px;
  }
  .calculator__content h4 {
    margin-bottom: 16px;
  }
}
.calculator:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg/bg-calc.svg") no-repeat;
  opacity: 0.1;
  z-index: 1;
}
.calculator h4 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 993px) {
  .calculator h4 {
    color: var(--Foundation-Natural-natural-900, #181818);
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .calculator__content {
    padding-right: 60px;
    gap: 24px;
  }
  .calculator__content p {
    font-size: 18px;
  }
}

@keyframes bounceInAbsolute {
  0% {
    top: 110%;
  }
  60% {
    top: 19%;
  }
  80% {
    top: 21%;
  }
  100% {
    top: 20%;
  }
}
@keyframes bounceOutAbsolute {
  0% {
    top: 20%;
  }
  20% {
    top: 21%;
  }
  40% {
    top: 19%;
  }
  100% {
    top: 110%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.project-detail {
  padding-top: 0 !important;
}
.project-detail .about-us {
  margin: 0;
}
.project-detail .about-us__content {
  width: 100%;
  padding: 0;
  min-height: 553px;
}
.project-detail .about-us__content h2 {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .project-detail .about-us__content h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
  }
}
.project-detail .steps .steps__item {
  margin-bottom: 180px;
}
.project-detail .steps .steps__item:nth-child(1) {
  padding-top: 80px;
}
@media (max-width: 993px) {
  .project-detail .steps .steps__item:nth-child(1) {
    padding: 0;
  }
}
.project-detail .steps .steps__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .project-detail .steps .steps__item:nth-child(odd) .item-media {
    margin-left: 0;
    margin-right: 73px;
  }
}
@media (max-width: 993px) {
  .project-detail .steps .steps__item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.project-detail .steps .steps__item:nth-child(even) {
  flex-direction: row;
}
@media (min-width: 992px) {
  .project-detail .steps .steps__item:nth-child(even) .item-media {
    margin-left: 73px;
    margin-right: 0;
  }
}
@media (max-width: 993px) {
  .project-detail .steps .steps__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.project-detail .steps .steps__item .step-number {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .project-detail .steps a {
    max-width: max-content;
  }
  .project-detail .steps__item .item-content {
    width: 50%;
  }
  .project-detail .steps__item .item-media {
    width: 50%;
  }
  .project-detail .steps__item .item-media .img-container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .project-detail .steps__item .item-media .img-container img {
    object-fit: cover;
    width: 100%;
    height: calc(100% + 80px);
    position: absolute;
    top: -80px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
  }
  .project-detail .steps__item:nth-child(1) .item-media .img-container img {
    height: calc(100% + 160px);
    top: -160px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
  }
}
@media (max-width: 993px) {
  .project-detail .steps__item {
    margin-bottom: 80px !important;
    gap: 48px;
  }
  .project-detail .steps__item .step-number {
    margin-bottom: 0 !important;
  }
  .project-detail .steps__item h2 {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
  }
  .project-detail .steps__item .item-media {
    display: block;
    min-height: 372px;
  }
  .project-detail .steps__item .item-media .img-container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .project-detail .steps__item .item-media .img-container img {
    object-fit: cover;
    width: 100%;
    position: static;
    border-radius: 24px;
    height: 372px;
  }
  .project-detail .steps__item:nth-child(1) .item-media {
    min-height: 200px !important;
  }
  .project-detail .steps__item:nth-child(1) .item-media .img-container img {
    position: absolute;
    top: -160px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
  }
}

.detail-navbar {
  background-color: transparent;
}
@media (min-width: 992px) {
  .detail-navbar .nav-item .nav-link {
    color: white !important;
  }
}

.media .media__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(18, 1fr);*/
  /*max-height: 1000px;*/
  gap: 16px 22px;
}
@media (max-width: 993px) {
  .media .media__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(25, 1fr);
    gap: 8px;
    max-height: 1100px;
  }
}
.media .media__container a {
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 90px 50px 48px 0 rgba(14, 2, 49, 0.05);
}
.media .media__container a:nth-child(1) {
  grid-row: span 4;
}
.media .media__container a:nth-child(2) {
  grid-row: span 8;
}
.media .media__container a:nth-child(3) {
  grid-row: span 3;
}
.media .media__container a:nth-child(4) {
  grid-row: span 7;
}
.media .media__container a:nth-child(5) {
  grid-row: span 8;
}
.media .media__container a:nth-child(6) {
  grid-row: span 4;
}
.media .media__container a:nth-child(7) {
  grid-row: span 8;
}
.media .media__container a:nth-child(8) {
  grid-row: span 6;
}
.media .media__container a:nth-child(9) {
  grid-row: span 6;
}
@media (max-width: 993px) {
  .media .media__container a:nth-child(1) {
    grid-row: span 5;
  }
  .media .media__container a:nth-child(2) {
    grid-row: span 7;
  }
  .media .media__container a:nth-child(3) {
    grid-row: span 4;
  }
  .media .media__container a:nth-child(4) {
    grid-row: span 5;
  }
  .media .media__container a:nth-child(5) {
    grid-row: span 5;
  }
  .media .media__container a:nth-child(6) {
    grid-row: span 6;
  }
  .media .media__container a:nth-child(7) {
    grid-row: span 7;
  }
  .media .media__container a:nth-child(8) {
    grid-row: span 3;
  }
  .media .media__container a:nth-child(9) {
    grid-row: span 4;
    grid-column: span 2;
    max-height: 200px;
  }
}
.media .media__container a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
#contactModal {
  color: white !important;
}
#contactModal .modal-content {
  border-radius: 16px;
}
#contactModal .modal-header {
  border-bottom: 1px solid #333;
}
#contactModal .default-input {
  margin-bottom: 24px;
}

@media (max-width: 993px) {
  p {
    font-size: 14px;
  }
  .main-button, .reset-button {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 40px;
  }
  section {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */