@font-face {
  font-family: "SFProText";
  src: url("/fonts/SFProText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/fonts/SFProText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/fonts/SFProText-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/fonts/SFProText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/fonts/Switzer-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/fonts/Switzer-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100.01%;
}

body {
  font-family: "SFProText", serif;
  border: 4px solid #ffffff;
  background-color: #EFEDEA;
  font-size: 16px;
  min-height: 100vh;
  font-weight: 500;
  line-height: 1.5;
  color: #808480;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none !important;
}
a.d-block, a.d-flex, a.row {
  text-decoration: none;
}
a.d-block .btn, a.d-flex .btn, a.row .btn {
  text-decoration: none;
}

.btn, button {
  outline: none !important;
}

p {
  margin: 0 0 1.5em;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1em;
}
p small {
  font-size: 12px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: inherit;
  font-family: inherit !important;
  text-decoration: underline !important;
}
p a:hover {
  color: #2E342D;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1520px;
  width: 95%;
}
.container-sm {
  max-width: 1093px;
}
.container-md {
  max-width: 1376px;
}
.container-lg {
  max-width: 1512px;
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

.dropdown-noarrow:after {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

a, .btn, .btn i, .btn-icon {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

@-webkit-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-moz-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-ms-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-webkit-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@-moz-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@-ms-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
.btn {
  gap: 12px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  font-family: "SFProText", serif;
}
@media screen and (max-width: 1280px) {
  .btn {
    font-size: 15px;
  }
}
.btn-lg {
  padding: 19.2px 24px;
}
.btn-xl {
  padding: 25.6px 32px;
}
@media screen and (max-width: 575px) {
  .btn-xl {
    padding: 24px;
  }
}
.btn-2xl {
  padding: 36px 40px;
}
@media screen and (max-width: 575px) {
  .btn-2xl {
    padding: 28px;
  }
}
.btn-primary-outline {
  border: 3px solid #E0761A;
  color: #ffffff;
}
.btn-primary-outline:hover {
  background-color: #E0761A;
  color: #ffffff;
}
.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-link {
  color: #302F2F;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
}
.btn-link.border-0:after {
  display: none;
}
.btn-link:hover {
  color: #2E342D;
}
.btn-link:hover:after {
  background-color: #E0761A;
  -webkit-animation: btnLink 0.5s ease-out;
  -moz-animation: btnLink 0.5s ease-out;
  -ms-animation: btnLink 0.5s ease-out;
  -o-animation: btnLink 0.5s ease-out;
  animation: btnLink 0.5s ease-out;
}
.btn-link i {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
}
.btn-link-icon {
  padding-bottom: 0;
  color: #494949;
  font-weight: 500;
  gap: 24px;
}
.btn-link-icon:after {
  display: none;
}
.btn-link-icon:hover .btn-link-line:after {
  -webkit-animation: btnLink 0.5s ease-out;
  -moz-animation: btnLink 0.5s ease-out;
  -ms-animation: btnLink 0.5s ease-out;
  -o-animation: btnLink 0.5s ease-out;
  animation: btnLink 0.5s ease-out;
}
.btn-link-icon img {
  max-height: 17px;
}
.btn-link-icon .btn-link-line {
  line-height: 1;
  font-weight: 600;
  position: relative;
  color: #494949;
  padding-bottom: 3px;
}
.btn-link-icon .btn-link-line:after {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: #E0761A;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
}
.btn-link:after {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: #E0761A;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
}
.btn-link-white {
  color: #ffffff;
}
.btn-link-white:after {
  background-color: #C5C5C5;
}
.btn-link-arrow {
  color: #494949;
}
.btn-link-arrow h6 {
  color: #2E342D;
}
.btn-link-arrow-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: relative;
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.btn-link-arrow:hover .btn-link-arrow-icon {
  -webkit-animation: btnLinkArrow 0.5s ease-out forwards;
  -moz-animation: btnLinkArrow 0.5s ease-out forwards;
  -ms-animation: btnLinkArrow 0.5s ease-out forwards;
  -o-animation: btnLinkArrow 0.5s ease-out forwards;
  animation: btnLinkArrow 0.5s ease-out forwards;
}

.text-body {
  color: #808480;
}
.text-heading {
  color: #2E342D;
}
.text-link {
  color: #494949;
}
.text-green {
  color: #42523E;
}
.text-orange {
  color: #E0761A;
}
.text-para {
  line-height: 1.6;
}

.fa-22 {
  font-size: 22px;
}

h1, h2, h3, h4 {
  font-family: "Gilda Display", serif;
}

h1, h2, h3, h4 {
  font-weight: 400;
  margin-bottom: 0;
  color: #2E342D;
}

.h1xl {
  font-size: 80px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .h1xl {
    font-size: 62px;
  }
}
@media screen and (max-width: 767px) {
  .h1xl {
    font-size: 57px;
  }
}
@media screen and (max-width: 575px) {
  .h1xl {
    font-size: 49px;
  }
}

h1, .h1 {
  font-size: 62px;
}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 54px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 58px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 48px;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 34px;
}

h5, .h5 {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  h5, .h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 12px;
  letter-spacing: 0.32em;
}

.text-24 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .text-24 {
    font-size: 18px;
  }
}
.text-18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .text-18 {
    font-size: 16px;
  }
}
.text-base {
  font-size: 16px;
}
.text-md {
  font-size: 14px;
}
.text-sm {
  font-size: 12px;
}

.bg-gray {
  background-color: #EFEDEA;
}
.bg-green {
  background-color: #42523E;
}

.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
.mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .mb-56 {
    margin-bottom: 40px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
.mb-72 {
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .mb-72 {
    margin-bottom: 40px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 56px;
  }
}
.mb-90 {
  margin-bottom: 88px;
}
@media screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 64px;
  }
}
.mb-96 {
  margin-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .mb-96 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 991px) {
  .mb-96 {
    margin-bottom: 48px;
  }
}
.mb-112 {
  margin-bottom: 112px;
}
@media screen and (max-width: 1199px) {
  .mb-112 {
    margin-bottom: 80px;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 64px;
  }
}

.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 991px) {
  .mt-96 {
    margin-top: 48px;
  }
}
.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 64px;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media screen and (max-width: 991px) {
  .mt-160 {
    margin-top: 80px;
  }
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .my--16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .my-32 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.my-48 {
  margin-bottom: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .my-48 {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.my-104 {
  margin-bottom: 104px;
  margin-top: 104px;
}
@media screen and (max-width: 1199px) {
  .my-104 {
    margin-bottom: 64px;
    margin-top: 64px;
  }
}

.ml-8 {
  margin-left: 8px;
}
.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .ml-40 {
    margin-left: 24px;
  }
}

.mr-8 {
  margin-right: 8px;
}
.mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .mr-40 {
    margin-right: 24px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .pt-16 {
    padding-top: 12px;
  }
}
.pt-72 {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .pt-72 {
    padding-top: 40px;
  }
}
.pt-96 {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .pt-96 {
    padding-top: 48px;
  }
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .py-32 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.py-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 991px) {
  .py-48 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .py-64 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .py-96 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-48 {
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .gap-48 {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .gap-48 {
    gap: 16px;
  }
}
.gap-64 {
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .gap-64 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gap-64 {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .gap-64 {
    gap: 16px;
  }
}
.gap-80 {
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  .gap-80 {
    gap: 64px;
  }
}
@media screen and (max-width: 991px) {
  .gap-80 {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .gap-80 {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .gap-80 {
    gap: 24px;
  }
}

.dropdown-item {
  --bs-dropdown-link-active-bg: #24252A;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  min-width: auto;
  border: none;
}
.dropdown-menu li a {
  padding: 4px 16px !important;
}

.navbar {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar-brand img {
  max-width: 112px;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.navbar.shadow-sm {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #42523E;
}
@media screen and (max-width: 1199px) {
  .navbar.shadow-sm {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar.shadow-sm .navbar-brand img {
  max-width: 80px;
}
.navbar-nav {
  font-family: "Switzer", serif;
  margin-right: 48px;
  font-size: 17px;
  font-weight: 500;
  gap: 36px;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    gap: 16px;
    font-size: 14px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    font-size: 18px;
    gap: 16px;
  }
}
.navbar-nav a {
  padding: 0 !important;
  color: #ffffff !important;
}
.navbar-nav .dropdown-menu {
  background-color: #42523E;
}
.navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus {
  background-color: #E0761A !important;
}
.navbar .nav-link:after {
  border-width: 0px 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #ffffff !important;
  border-style: solid !important;
  vertical-align: 0.155em;
  margin-left: 10px;
  height: 8px;
  width: 8px;
}
.navbar-controls {
  position: relative;
}
.navbar-controls:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  margin: auto;
  height: 12px;
  background-color: #42523E;
}
@media screen and (max-width: 1199px) {
  .navbar-controls:before {
    display: none;
  }
}

.offcanvas {
  background-color: #42523E;
}
@media screen and (max-width: 575px) {
  .offcanvas .navbar-brand img {
    max-width: 80px;
  }
}

.footer {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.footer-para {
  max-width: 520px;
  width: 100%;
}
.footer-logo {
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    max-width: 120px;
  }
}
.footer-logo h5 {
  color: #2E342D;
  margin-bottom: 0;
}
.footer-info {
  gap: 112px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    gap: 64px;
  }
}
@media screen and (max-width: 420px) {
  .footer-info {
    gap: 40px;
  }
}
.footer-social {
  gap: 32px;
}
.footer-social a {
  text-decoration: underline !important;
  font-family: "Gilda Display", serif;
  color: #494949;
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 380px) {
  .footer-social a {
    font-size: 20px;
  }
}
.footer-social a:hover {
  color: #E0761A;
}

.home.loaded .hero-banner .img-fluid {
  filter: blur(0);
  transform: scale(1);
}
.home.loaded .hero-banner-content {
  opacity: 1;
  transform: translateY(0);
}
.home.loaded .navbar {
  opacity: 1;
  transform: translateY(0);
}
.home .hero-banner .img-fluid {
  filter: blur(18px);
  transform: scale(1.05);
  transition: filter 1.8s ease, transform 1.8s ease;
}
.home .hero-banner-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
}
.home .navbar {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease 1.4s, transform 0.8s ease 1.4s;
}

.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner:before, .hero-banner:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.hero-banner:after {
  background-color: rgba(30, 29, 29, 0.2);
}
.hero-banner:before {
  opacity: 0.28;
  background: #000000;
  background: -webkit-linear-gradient(1deg, rgb(0, 0, 0) 50%, rgb(102, 102, 102) 100%);
  background: -moz-linear-gradient(1deg, rgb(0, 0, 0) 50%, rgb(102, 102, 102) 100%);
  background: linear-gradient(1deg, rgb(0, 0, 0) 50%, rgb(102, 102, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#666666", GradientType=0);
}
.hero-banner .img-fluid {
  display: block;
  min-height: 75vh;
  object-fit: cover;
  object-position: center;
}
.hero-banner-content {
  position: absolute;
  bottom: 120px;
  color: #ffffff;
  z-index: 1;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .hero-banner-content {
    bottom: 64px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-content {
    bottom: 40px;
  }
}
.hero-banner-content-text {
  max-width: 530px;
  width: 100%;
}
.hero-banner-content-text h5 {
  line-height: 1.6;
}
.hero-banner-content h1 {
  color: #ffffff;
}
.hero-banner-content p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 48px;
  font-family: "Switzer", serif;
}
@media screen and (max-width: 1199px) {
  .hero-banner-content p {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-content p {
    font-size: 16px;
  }
}
.hero-banner-inner {
  background-color: #42523E;
  position: relative;
  min-height: 730px;
  max-height: 55vh;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .hero-banner-inner {
    min-height: 500px;
  }
}
.hero-banner-inner .img-fluid {
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.85;
  display: block;
  object-fit: cover;
  position: absolute;
  object-position: center;
}
.hero-projects {
  padding: 112px 0;
  background-color: #42523E;
}
@media screen and (max-width: 1199px) {
  .hero-projects {
    padding: 80px 0;
  }
}

.projects {
  overflow: visible;
}
.projects .swiper-slide {
  width: 520px;
  margin-right: 32px;
}
@media screen and (max-width: 1280px) {
  .projects .swiper-slide {
    width: 460px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .projects .swiper-slide {
    width: 420px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .projects .swiper-slide {
    width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .projects .swiper-slide {
    width: 100%;
  }
}

.project-card {
  aspect-ratio: 9/13.5;
  position: relative;
  overflow: hidden;
  display: block;
}
.project-card:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background-color: rgba(66, 82, 62, 0.2);
}
.project-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  object-position: center;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.project-card span {
  left: 16px;
  z-index: 2;
  bottom: 16px;
  width: 192px;
  height: 192px;
  color: #ffffff;
  display: flex;
  padding: 24px;
  font-size: 24px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  font-family: "Gilda Display", serif;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .project-card span {
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
}
.project-card:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.project-card:hover span {
  left: 0px;
  width: 90%;
  height: 92%;
  bottom: 0px;
  margin: auto;
  top: 0px;
  right: 0px;
  font-size: 34px;
}
.project-info {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1199px) {
  .project-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .project-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.project-keys > div {
  max-width: 400px;
  width: 100%;
}
.project-keys p {
  font-weight: 500;
}
.project-view {
  position: relative;
}
.project-view > img {
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}
.project-view-info {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .project-view-info {
    bottom: 5%;
  }
}

.swiper-button-next, .swiper-button-prev {
  top: auto !important;
  width: 104px;
  height: 15px;
  bottom: -120px;
}
@media screen and (max-width: 1199px) {
  .swiper-button-next, .swiper-button-prev {
    bottom: -80px;
  }
}
.swiper-button-next img, .swiper-button-prev img {
  width: 100%;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.swiper-button-next {
  right: auto !important;
  left: 128px !important;
}

.anim-group {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .anim-group {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .anim-group {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.anim-group-content {
  max-width: 384px;
  width: 100%;
}

.image-group {
  background-color: #EFEDEA;
  position: relative;
  z-index: 1;
}
.image-overlay {
  aspect-ratio: 9/12;
  position: absolute;
  max-width: 340px;
  width: 50%;
  z-index: 1;
  top: 25px;
  left: 0;
}
.image-overlay:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: rgba(121, 121, 121, 0.2);
}
.image-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.image-full {
  width: 80%;
  display: block;
  max-width: 530px;
  margin-left: auto;
  aspect-ratio: 9/14;
  position: relative;
}
.image-full:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: rgba(66, 82, 62, 0.15);
}
.image-full img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

hr {
  height: 1px;
  border: none;
  background-color: #ffffff;
}

.col-md-6:not(.order-md-1) .image-full {
  margin-left: 0;
}
.col-md-6:not(.order-md-1) .image-overlay {
  left: auto;
  right: 0;
}

.gallery-image {
  width: 100%;
  display: block;
}
.gallery-image img {
  aspect-ratio: 16/9;
  width: 100%;
}
.gallery .swiper-controls {
  position: absolute;
  bottom: 15%;
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .gallery .swiper-controls {
    gap: 16px;
  }
}
.gallery .swiper-controls .swiper-button-next, .gallery .swiper-controls .swiper-button-prev {
  position: relative;
  right: 0 !important;
  left: 0 !important;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery .swiper-controls .swiper-button-next, .gallery .swiper-controls .swiper-button-prev {
    width: 65px;
  }
}
.gallery .swiper-controls .swiper-pagination {
  --swiper-theme-color: #fff;
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .gallery .swiper-controls .swiper-pagination {
    gap: 16px;
  }
}
.gallery .swiper-controls .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.8;
  margin: 0;
}
.gallery .swiper-controls .swiper-pagination-bullet-active {
  opacity: 1;
}

.max-full {
  max-width: 100% !important;
}

.contact-area {
  padding-top: 80px;
  padding-bottom: 160px;
}
.contact-form {
  background-color: #ffffff;
  padding: 88px;
}
@media screen and (max-width: 1199px) {
  .contact-form {
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact-form {
    padding: 24px;
  }
}
.contact-form label {
  color: #808480;
  font-weight: 500;
  font-size: 16px;
}

.form-control {
  background-color: #F5F5F5 !important;
  font-family: "SFProText", serif;
  padding: 16px 18px;
  color: #2E342D;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  width: 100%;
}
.form-control::placeholder {
  color: #808480;
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
