/** @format */
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/PPEditorialNew-Regular-BF644b214ff145f.otf");
  font-weight: 400;
}
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/PPEditorialNew-Italic-BF644b214fb0c0a.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/PPEditorialNew-Ultrabold-BF644b21500840c.otf");
  font-weight: 600;
}
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/PPEditorialNew-Ultralight-BF644b21500d0c0.otf");
  font-weight: 200;
}
@font-face {
  font-family: PP Editorial New;
  src: url("../fonts/editorial-new-font-family-1704410997-0/PPEditorialNew-UltralightItalic-BF644b214ff1e9b.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-BoldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-Light.otf");
  font-weight: 200;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-LightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-Semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: Founders Grotesk;
  src: url("../fonts/founders_Grotesk/FoundersGrotesk-SemiboldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #4c8589;
}

body {
  font-family: Founders Grotesk;
  overflow-x: hidden;
  color: #000;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: PP Editorial New;
  font-size: 4rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
h1 b {
  font-weight: 400;
  font-style: italic;
}

h2 {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h2 span {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

h3 {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
h3 span {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

p {
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5rem; /* 150% */
}

.glb-btn {
  display: inline-flex;
  padding: 0.625rem 2.3125rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.9375rem;
  background: var(--Brand-Green, #66ae83);
  color: var(--Neutrals-White, #fff);
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.5rem; /* 150% */
  transition: all ease 0.6s 0s;
}
.glb-btn:hover {
  background: #082220;
  color: #fff;
}

header {
  display: flex;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  left: 0;
  padding: 1rem 0;
}
header .row {
  align-items: center;
}
header .logo-sec a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .logo-sec a img {
  display: block;
  margin: auto;
}
header .glb-btn {
  margin-left: 1.1rem;
}
header .menu-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 62rem) {
  header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: PP Editorial New;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding: 0.22rem 0.75rem;
  }
  header nav ul li a:hover {
    color: #66ae83;
  }
  header nav ul li:not(:last-child) {
    border-right: 0.0625rem solid #fff;
  }
  header nav ul .active a {
    color: #66ae83;
  }
  header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.125rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 18.5625rem;
    margin-right: 0;
    color: #fff;
    font-family: PP Editorial New;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 0.0625rem dashed #4c8589;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children ul.sub-menu li a:hover:hover {
    color: #4c8589;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}

.banner {
  position: relative;
}
.banner > video {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.09) 100%), radial-gradient(178.18% 76.19% at 50% 50%, rgba(7, 7, 7, 0) 0%, #070707 100%);
}
.banner .bntx {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.banner .bntx p {
  color: #fff;
  max-width: 40.125rem;
  margin: 0.69rem auto 3.75rem;
}
.banner .bntx .form-sec {
  text-align: left;
  max-width: 54.125rem;
  margin: auto;
}
.banner .bntx .form-sec form {
  display: flex;
  border-radius: 0.375rem;
  background: var(--Text-Dark-Green, #082220);
  color: #fff;
}
.banner .bntx .form-sec form label {
  color: var(--Neutrals-White, #fff);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.banner .bntx .form-sec form input,
.banner .bntx .form-sec form select {
  background: transparent;
  border: 0rem;
  cursor: pointer;
  width: 100%;
  color: var(--Neutrals-White, #fff);
  font-family: Founders Grotesk;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.banner .bntx .form-sec form input:focus,
.banner .bntx .form-sec form select:focus {
  border: 0rem;
  outline: 0rem;
}
.banner .bntx .form-sec form input::-moz-placeholder, .banner .bntx .form-sec form select::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.banner .bntx .form-sec form input::placeholder,
.banner .bntx .form-sec form select::placeholder {
  opacity: 1;
  color: #fff;
}
.banner .bntx .form-sec form input[type=submit] {
  height: 100%;
  width: 100%;
  text-align: center;
  color: var(--Neutrals-White, #fff);
  text-align: center;
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.banner .bntx .form-sec form .form-row:not(.submit) {
  position: relative;
  padding: 0.89rem 1.88rem 0.4rem;
}
.banner .bntx .form-sec form .form-row:not(.submit)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1.275rem;
  width: 0.0625rem;
  transform: translateY(-50%);
  border-right: 0.0625rem solid #fff;
}
.banner .bntx .form-sec form .form-row.submit {
  background: var(--Brand-Green, #66ae83);
}
.banner .bntx .form-sec form .form-row {
  width: 25%;
}
.banner .bntx .form-sec form .form-row:nth-child(3)::after {
  content: none;
}

/* selectbox wrapper */
.styled-select {
  display: inline-block;
  margin: 0 0.125rem;
  font: normal bold 0.6875rem/1.625rem Arial, Sans-Serif;
  height: 1.625rem;
  color: black;
  position: relative;
}

/* select element inside the custom selectbox */
.styled-select select {
  padding: 0 0;
  margin: 0 0;
  height: 0;
  visibility: hidden;
}

/* selectbox button (current value holder) */
.styled-select .curr {
  display: block;
  position: absolute;
  top: 0.1875rem;
  right: 0;
  background: transparent;
  left: 0;
  cursor: pointer;
  background: transparent;
  border: 0rem;
  cursor: pointer;
  width: 100%;
  color: var(--Neutrals-White, #fff);
  font-family: Founders Grotesk;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

/* drop down menu (fake option list) */
.styled-select ul {
  border: 0.0625rem solid #ccc;
  background-color: white;
  margin: 0 0;
  padding: 0 0;
  position: absolute;
  top: 100%;
  right: -0.0625rem;
  left: -0.0625rem;
  z-index: 99;
  width: 10rem;
  box-shadow: 0 0.0625rem 0.25rem -0.125rem rgba(0, 0, 0, 0.4);
}

/* option item (fake option item) */
.styled-select li {
  list-style: none;
  cursor: pointer;
  padding: 0 0.625rem;
  margin: 0 0;
  font-size: 0.75rem;
}

.styled-select li:hover {
  background-color: #082220;
  color: white;
}

/* selected option */
.styled-select li.selected,
.styled-select li.selected:hover {
  background-color: #ffc;
  color: black;
}

/* disabled option */
.styled-select li.disabled,
.styled-select li.disabled:hover {
  color: #bbb;
  font-style: italic;
  background: none;
  cursor: text;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0.0625rem solid #c5c5c5;
  background: #66ae83;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #082220 !important;
}

.hm-section1 {
  padding: 5.06rem 0 4.12rem;
}
.hm-section1 .glb-btn {
  margin-top: 1.5rem;
}

.image-sec {
  position: relative;
  overflow: hidden;
}
.image-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.5%, rgba(0, 0, 0, 0.6) 100%);
}
.image-sec .content {
  position: absolute;
  z-index: 3;
  bottom: -20%;
  padding: 0 0.7rem;
  transition: all ease 0.6s 0s;
}
.image-sec p {
  color: var(--Neutrals-White, #fff);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0875rem; /* 124.286% */
}
.image-sec:hover .content {
  bottom: 0;
}

.hm-section2 {
  background: #fffcf1;
  padding: 3.75rem 0 5rem;
}

.img-card {
  margin-top: 3.81rem;
}
.img-card .content {
  bottom: -17%;
}
.img-card .content h4 {
  color: var(--Neutrals-White, #fff);
  text-align: center;
  font-family: PP Editorial New;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2.37rem;
}

.hm-section3 {
  position: relative;
  overflow: hidden;
}
.hm-section3 > img {
  width: 100%;
}
.hm-section3::before {
  content: "";
  position: absolute;
  height: 140%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #fffcf1 15.3%, rgba(255, 252, 241, 0) 46.12%), url(<path-to-image>), transparent 0rem 5.0625rem/100% 128.205% no-repeat;
}
.hm-section3 .bntx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.hm-section4 {
  padding: 5rem 0;
}

.area-card {
  margin-top: 2.5rem;
}
.area-card .img {
  margin-bottom: 1rem;
  overflow: hidden;
  display: block;
  width: 100%;
}
.area-card .img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 2s 0s;
}
.area-card .img:hover img {
  transform: scale(1.2);
}
.area-card h4 {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.review-section {
  background: #fffcf1;
}
.review-section h2 {
  max-width: 18.5rem;
}
.review-section p {
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.review-section .owl-nav {
  margin-top: 2.5rem;
}
.review-section .owl-nav a {
  margin-right: 0.63rem;
}
.review-section .txt {
  margin-top: 5.31rem;
}
.review-section .r-img {
  position: relative;
}
.review-section .r-img::before {
  content: "";
  position: absolute;
  top: 0;
  height: 11.0625rem;
  width: 100%;
  background: linear-gradient(173deg, #fffcf1 5.63%, rgba(255, 252, 241, 0) 79.33%);
}
.review-section .r-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11.0625rem;
  width: 100%;
  background: linear-gradient(172deg, #fffcf1 6.01%, rgba(255, 252, 241, 0) 71.69%);
}

.footer-top {
  margin-top: 5rem;
}
.footer-top .content {
  position: relative;
  top: 7.06rem;
  margin-top: -7.06rem;
  padding: 2.31rem;
  border-radius: 0.3125rem;
  background: var(--Brand-Offwhite, #f3eedb);
}
.footer-top .content h2 {
  margin-bottom: 0.75rem;
}
.footer-top .content p {
  color: var(--Text-Dark-offwhite, #626262);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.footer-top .content .social {
  margin-top: 1.63rem;
  display: flex;
  justify-content: center;
  gap: 1.31rem;
}
.footer-top .content .social li a {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #66ae83;
  font-size: 1.375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: var(--Neutrals-Black, #05060e);
  padding-top: 10.75rem;
}
footer .ft-logo {
  margin-bottom: 2.5rem;
  display: block;
}
footer .ft-nav {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  padding: 0.94rem 0;
  border: 0.0625rem solid #fff;
  border-right: 0;
  border-left: 0;
  margin-bottom: 1.87rem;
}
footer .ft-nav li a {
  color: #fff;
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  display: block;
}
footer .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .mail img {
  margin-right: 0.38rem;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  bottom: 0.2rem;
}
footer .mail p {
  margin-bottom: 0;
  color: #fff;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5rem; /* 150% */
  text-transform: lowercase;
}
footer .copyright {
  padding: 0.69rem 0;
  border-top: 0.0625rem solid #fff;
  margin-top: 3.44rem;
}
footer .copyright .row {
  align-items: center;
}
footer .copyright p {
  color: var(--White, #fff);
  font-family: Founders Grotesk;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 0;
}
footer .copyright .social {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
footer .copyright .social li a {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.625rem;
  border-radius: 50%;
  color: #fff;
  border: 0.0625rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.6s 0s;
}
footer .copyright .social li a:hover {
  background: #fff;
  color: #000;
}

#kn-more {
  top: 3rem;
}
#kn-more .modal-body {
  text-align: center;
  position: relative;
  padding: 0;
}
#kn-more .modal-content {
  border: 0rem;
}
#kn-more .tx {
  margin-top: 2.5rem;
  padding: 0 0.61rem;
}
#kn-more .tx h2 {
  margin-bottom: 0.5rem;
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#kn-more .tx p {
  color: var(--Text-Dark-offwhite, #626262);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
#kn-more .tx form {
  padding: 0 1.86rem;
  padding-bottom: 1.87rem;
  margin-top: 1.25rem;
}
#kn-more .tx form input:not([type=submit]) {
  width: 100%;
  border-radius: 2.5rem;
  border: 0rem;
  padding: 1.0625rem;
  background: var(--Brand-Offwhite, #f3eedb);
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
#kn-more .tx form input:not([type=submit]):focus {
  border: 0rem;
  outline: 0rem;
}
#kn-more .tx form input[type=submit] {
  width: 100%;
  border: 0rem;
  padding: 1.0625rem;
  border-radius: 1.5rem;
  background: var(--Brand-Green, #66ae83);
  color: var(--Text-Dark-offwhite, #626262);
  color: var(--Neutrals-White, #fff);
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.16225rem; /* 116.225% */
}
#kn-more .close {
  position: absolute;
  top: 2.37rem;
  right: 2.38rem;
}

@keyframes down {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.scroll-down {
  position: absolute;
  z-index: 9;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.scroll-down a {
  width: 1.25rem;
  height: 2.1875rem;
  display: block;
  border: 0.0625rem solid #fff;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.scroll-down a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.25rem;
  width: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  animation: down 1.5s 0s infinite;
}

.innerban > img {
  width: 100%;
}
.innerban .innerban-txt {
  position: relative;
  bottom: 6rem;
  margin-bottom: -6rem;
  padding: 3.31rem 7.13rem;
  border-radius: 0.3125rem;
  background: var(--Brand-Offwhite, #f3eedb);
}
.innerban .innerban-txt p {
  color: var(--Text-Dark-offwhite, #626262);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-align: center;
  margin-bottom: 0;
}

.opp-section1 {
  padding-top: 4rem;
}
.opp-section1 .area-card .img {
  margin-bottom: 1.5rem;
}
.opp-section1 .area-card p {
  max-width: 33.125rem;
}
.opp-section1 .area-card h3 {
  margin-bottom: 1rem;
}
.opp-section1 .link {
  display: flex;
  align-items: center;
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.opp-section1 .link img {
  margin-left: 0.62rem;
  position: relative;
  bottom: 0.15rem;
}

.prop-details-section1 {
  padding: 5rem 0 0;
}
.prop-details-section1 h2 {
  margin-bottom: 2.5rem;
}
.prop-details-section1 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.prop-details-section1 .owl-nav button:hover {
  background: transparent !important;
  box-shadow: none;
}
.prop-details-section1 .owl-nav .owl-prev {
  margin-left: -1.7rem;
}
.prop-details-section1 .owl-nav .owl-next {
  margin-right: -1.7rem;
}

.st-header {
  position: relative;
}
.st-header .logo-sec img {
  filter: brightness(0%);
}
.st-header nav li a {
  color: #05060e;
}

.prod-details-section2 {
  padding-top: 3.75rem;
  display: block;
}
.prod-details-section2 h3:not(:first-child) {
  margin-top: 3.5rem;
}
.prod-details-section2 p {
  margin-bottom: 0.15rem;
}
.prod-details-section2 ul.list li {
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  position: relative;
}
.prod-details-section2 ul.list li:last-child {
  margin-bottom: 0;
}
.prod-details-section2 ul.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/tk.png");
}
.prod-details-section2 .timings {
  display: flex;
}
.prod-details-section2 .timings li {
  margin-right: 3.75rem;
  color: var(--Neutrals-Black, #05060e);
  font-family: Founders Grotesk;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.prod-details-section2 .timings li b {
  font-weight: 400;
}
.prod-details-section2 .timings li img {
  margin-right: 0.5rem;
}
.prod-details-section2 .ame {
  display: flex;
  max-width: 47.125rem;
  flex-wrap: wrap;
  gap: 1.25rem 3.75rem;
}
.prod-details-section2 .ame li {
  color: var(--Neutrals-Black, #05060e);
  font-family: Founders Grotesk;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.prod-details-section2 .ame li img {
  margin-right: 0.75rem;
}
.prod-details-section2 .policy h3 {
  margin-top: 3.75rem;
}
.prod-details-section2 .policy p {
  margin-bottom: 1.25rem;
}
.prod-details-section2 .isavail {
  padding: 1.87rem 1.25rem;
  border-radius: 0.5rem;
  background: var(--Brand-Offwhite, #f3eedb);
  box-shadow: 0rem 0rem 1.2063rem 0rem rgba(0, 0, 0, 0.13);
}
.prod-details-section2 .isavail button {
  width: 100%;
  border: 0rem;
}
.prod-details-section2 .isavail ul {
  display: flex;
  margin-bottom: 2.75rem;
}
.prod-details-section2 .isavail ul li {
  color: #928b6e;
  width: 50%;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0.75rem 2.56rem;
  border-radius: 0.0625rem;
  border: 0.0625rem solid #bdb9a8;
}
.prod-details-section2 .isavail ul li img {
  margin-right: 0.5rem;
}
.prod-details-section2 .isavail ul li:nth-child(odd) {
  border-right: 0;
}
.prod-details-section2 .isavail h4 {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.87rem;
}
.prod-details-section2 .isavail h4 span {
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.ev-sec1 {
  padding: 5rem 0;
}
.ev-sec1 img {
  display: block;
  width: 100%;
}
.ev-sec1 .mt-3 {
  margin-top: 1.1rem !important;
}

.ev-sec2 {
  padding-bottom: 5rem;
  padding-top: 0;
}

.ev-details-sec2 {
  overflow: hidden;
}
.ev-details-sec2 .owl-carousel {
  margin-top: 2.5rem;
}
.ev-details-sec2 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.ev-details-sec2 .owl-item:nth-child(even) {
  margin-top: 3.75rem !important;
}

.ev-details-sec3 {
  padding-top: 5rem;
}
.ev-details-sec3 p {
  margin-bottom: 2.5rem;
}
.ev-details-sec3 form input:not([type=submit]), .ev-details-sec3 form textarea {
  width: 100%;
  padding: 0.75rem;
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  border: 0rem;
  border-bottom: 0.0625rem solid var(--Text-Dark-offwhite, #626262);
  margin-bottom: 1.25rem;
}
.ev-details-sec3 form input:not([type=submit]):focus, .ev-details-sec3 form textarea:focus {
  border: 0rem;
  outline: 0rem;
  border-bottom: 0.0625rem solid var(--Text-Dark-offwhite, #626262);
}
.ev-details-sec3 form textarea {
  height: 10.5rem;
  resize: none;
}
.ev-details-sec3 form textarea:focus {
  border: 0rem;
  outline: 0rem;
  border-bottom: 0.0625rem solid var(--Text-Dark-offwhite, #626262);
}
.ev-details-sec3 form input[type=submit] {
  border: 0rem;
  margin-top: 1.75rem;
}

.area-att-sec1 {
  padding: 5rem 0 0;
}
.area-att-sec1 .nth-sec {
  margin-bottom: 5rem;
  position: relative;
}
.area-att-sec1 .nth-sec .tx-card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.area-att-sec1 .nth-sec .tx-card .area-card {
  padding: 2.5rem;
  background: #F8F8F8;
}
.area-att-sec1 .nth-sec .tx-card .area-card .link {
  margin-top: 2.5rem;
}
.area-att-sec1 .nth-sec:nth-child(even) .tx-card {
  right: unset;
  left: 0;
}

.link {
  display: flex;
  align-items: center;
  color: var(--Text-Dark-Green, #082220);
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.link img {
  margin-left: 0.62rem;
  position: relative;
  bottom: 0.15rem;
}

.area-att-det-1 h3 {
  margin-top: 3.75rem;
}
.area-att-det-1 p {
  margin-bottom: 1.5rem;
}
.area-att-det-1 p b {
  color: var(--Black, #000);
  font-family: Founders Grotesk;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 1.75rem */
}
.area-att-det-1 .img-section {
  margin: 3.75rem 0;
}
.area-att-det-1 .img-section img {
  width: 100%;
  display: block;
}

.abt-sec1 h3 {
  max-width: 70%;
}

.abt-sec2 {
  padding-bottom: 5rem;
}

.abt-sec3 {
  position: relative;
}
.abt-sec3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  mix-blend-mode: multiply;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(<path-to-image>), lightgray -2.3252rem -26.4797rem/104.909% 270.329% no-repeat;
}
.abt-sec3 > img {
  width: 100%;
}
.abt-sec3 .bntx {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abt-sec3 .bntx h3 {
  color: var(--Neutrals-White, #FFF);
  text-align: center;
  font-family: PP Editorial New;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
}
.abt-sec3 .bntx h2 {
  color: var(--Brand-Offwhite, #F3EEDB);
  text-align: center;
  font-family: PP Editorial New;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.abt-sec3 .bntx p {
  color: var(--Neutrals-White, #FFF);
  text-align: center;
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.1rem;
}
.abt-sec3 .bntx ul {
  display: flex;
}
.abt-sec3 .bntx ul li {
  width: 100%;
  text-align: center;
}
.abt-sec3 .bntx ul li .image {
  width: 4.0625rem;
  margin: auto;
  height: 4.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  margin-bottom: 1.375rem;
}
.abt-sec3 .bntx ul li h2 {
  position: relative;
}
.abt-sec3 .bntx ul li h2::after {
  content: attr(data-attr);
  display: inline-block;
  margin-left: 0.25rem;
}

.abt-sec4 {
  padding: 5rem 0;
}
.abt-sec4 .row {
  align-items: center;
}

.contact-sec1 {
  padding: 5rem 0;
}
.contact-sec1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-wrap form input:not([type=submit]):not([type=checkbox]), .form-wrap form textarea {
  width: 100%;
  border-radius: 0.0625rem;
  border: 0.0625rem solid #BFBBBB;
  padding: 0.79rem 1.25rem 0.4rem;
  margin-bottom: 1.25rem;
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.form-wrap form input:not([type=submit]):not([type=checkbox]):focus, .form-wrap form textarea:focus {
  outline: none;
  border: 0.0625rem solid #BFBBBB;
}
.form-wrap form textarea {
  height: 13.5625rem;
  resize: none;
}
.form-wrap form input[type=submit] {
  width: 100%;
  padding: 1.09rem;
  border-radius: 1.5rem;
  background: var(--Brand-Green, #66AE83);
  border: 0rem;
  color: var(--Neutrals-White, #FFF);
  font-family: PP Editorial New;
  font-size: 1rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.16225rem; /* 116.225% */
}

.contact-sec2 .mail {
  margin-top: 1.53rem;
  display: block;
  text-align: center;
}
.contact-sec2 .mail img {
  margin-bottom: 1.06rem;
}

.auth .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.auth .modal-dialog {
  max-width: 100%;
  margin: 0;
  overflow: auto;
}
.auth .modal-body {
  padding: 0;
}
.auth .modal-body > img {
  height: 100vh;
}
.auth .modal-content {
  border: 0rem;
}
.auth .txt-cont {
  position: absolute;
  left: 2.5rem;
  bottom: 3.75rem;
  max-width: 34.5rem;
}
.auth .txt-cont img {
  margin-bottom: 1.88rem;
}
.auth .txt-cont h2 {
  color: var(--Neutrals-White, #FFF);
  font-family: PP Editorial New;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.auth .txt-cont p {
  color: var(--Neutrals-White, #FFF);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5rem; /* 150% */
}
.auth .tx {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.auth .form-wrap .check-sec {
  display: flex;
  justify-content: space-between;
}
.auth .form-wrap .check-sec label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.auth .form-wrap .check-sec label input {
  position: relative;
  bottom: 0.1875rem;
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.25rem;
}
.auth .form-wrap .check-sec label p {
  margin-bottom: 0;
}
.auth .form-wrap .link {
  color: var(--Brand-Green, #66AE83);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.auth .form-wrap p {
  color: var(--Text-Dark-offwhite, #626262);
  font-family: Founders Grotesk;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  display: flex;
  gap: 0 0.15rem;
  justify-content: center;
  text-align: center;
}
.auth .form-wrap input[type=submit] {
  margin-top: 2.9rem;
  margin-bottom: 0.94rem;
}
.auth .form-wrap input:not([type=submit]):not([type=checkbox]) {
  padding: 1.14rem 1.25rem 0.8rem;
}/*# sourceMappingURL=style.css.map */