@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 24px;
  --headerheight: calc(52px + (var(--headerpadding) * 2));
  --headerfixed: 75px;
  --footerstrip: 38px;
  --primary: #FAA673;
  --secondary: #A06242;
  --gradient-a: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  --gradient-b: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
  --gradient-c: linear-gradient(90deg, #2F2A2A 0%, #86502F 50%, #2F2A2A 100%);
  --text: #9C9A9A;
  --white: #FFFFFF;
  --black: #000000;
  --black2: #111010;
  --black3: #0A0A0A;
  --black4: #181616;
  --gray: #DCDCDC;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1366px) {
  :root {
    --homecounterstrip: 75px;
  }
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --headerstrip: 30px;
    --containerfluid: 15px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --mainheader: 65px;
    --headerfixed: 65px;
  }
}
@media only screen and (max-width: 675px) {
  :root {
    --headerstrip: 0px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

body {
  background: var(--black2);
}
body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Circular Pro Book";
  font-weight: normal;
}

select {
  display: none;
}

b {
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 1.17;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

.heading h3, .heading h2 {
  font-size: 40px;
  line-height: 1;
  font-family: "Optima";
  text-transform: uppercase;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
}
@media only screen and (max-width: 1200px) {
  .heading h3, .heading h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .heading h3, .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .heading h3, .heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.heading p {
  color: #9C9A9A;
  margin-top: 7px;
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 14px;
  }
}
.heading.h-medium h3, .heading.h-medium h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1200px) {
  .heading.h-medium h3, .heading.h-medium h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .heading.h-medium h3, .heading.h-medium h2 {
    font-size: 26px;
  }
}
.heading.c-white h3, .heading.c-white h2 {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  background-image: initial;
}
.heading.c-white p {
  color: rgba(255, 255, 255, 0.7);
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close:not(.btn) {
  position: absolute;
  top: 0;
  right: 0;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn) path {
  stroke: var(--black);
}

.btn {
  --height: 40px;
  --padding: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  text-transform: capitalize;
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  border-image-source: var(--gradient-a);
  border-image-repeat: repeat;
  border-image-slice: 1;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.btn:not(.btn-btn) {
  position: relative;
  background: var(--gradient-a);
}
.btn:not(.btn-btn)::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.btn:not(.btn-btn):hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.btn.btn-btn {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.btn.btn-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
@media only screen and (max-width: 675px) {
  .btn.btn-btn {
    font-weight: normal;
  }
}
.btn.btn-btn::before {
  z-index: -1;
  transform: scaleX(0);
  transition: 0.5s ease;
  transform-origin: left;
}
.btn.btn-btn:hover {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-image: initial;
  color: var(--black);
  font-weight: normal;
}
.btn.btn-btn:hover::before {
  transform: scaleX(1);
}
.btn.btn-btn:hover path {
  fill: var(--black);
}
.btn.w-100 {
  width: 100%;
}

.view-all-btn {
  --arrow: 20px;
  --space: 11px;
  color: var(--white);
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  text-transform: uppercase;
  padding-right: calc(var(--arrow) + var(--space));
  --arrowwhite: url(../../icon/arrow-right-white.svg);
  --arrowblack: url(../../icon/arrow-right-black.svg);
  --arrowgradient: url(../../icon/arrow-right-gradient.svg);
}
.view-all-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: var(--arrow);
  width: var(--arrow);
  background-image: var(--arrowgradient);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
  transform-origin: center right;
}
.view-all-btn:hover {
  color: var(--white);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--white);
  background-image: initial;
}
.view-all-btn:hover::before {
  background-image: var(--arrowwhite);
  transform: translateX(-5px);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: url(../../icon/location-gradient.svg);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 0;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.form {
  --inputsize: 48px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--black);
  --borderafter: var(--secondary);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: 500;
  --inputsize: 42px;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: none;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .submit-grp {
  text-align: center;
  margin-top: 23px;
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 33.24%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 65.46%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 44.24%, rgba(0, 0, 0, 0.8) 85%), linear-gradient(180deg, rgba(0, 0, 0, 0) 17.24%, rgba(0, 0, 0, 0.91) 80%);
  }
}
.banner .bg {
  height: 700px;
  line-height: 0;
}
@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .bg {
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bg {
    height: 485px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .banner .banner-wrapper {
    bottom: 10%;
  }
}
.banner .banner-wrapper h1, .banner .banner-wrapper p {
  color: var(--white);
}
.banner .banner-wrapper h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.0417;
  font-family: "Optima";
}
@media only screen and (max-width: 1200px) {
  .banner .banner-wrapper h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .banner-wrapper h1 {
    font-size: 30px;
  }
}
.banner .banner-wrapper .content p {
  font-size: 18px;
  line-height: 1.334;
  margin-top: 11px;
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .banner-wrapper .content p {
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
}
@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.header-wrapper .colA, .header-wrapper .colB, .header-wrapper .colC {
  height: 100%;
  display: flex;
  align-items: center;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.website-content * {
  color: var(--white);
}
.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  font-family: "Optima";
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
  }
}
.website-content h2 {
  font-size: 34px;
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 24px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 22px;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
.website-content p b, .website-content li b {
  font-weight: normal;
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

.project-col figure, .project-col .figure, .property-col figure, .property-col .figure, .blog-col figure, .blog-col .figure {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.project-col figure::before, .project-col .figure::before, .property-col figure::before, .property-col .figure::before, .blog-col figure::before, .blog-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.project-col figure:hover::before, .project-col .figure:hover::before, .property-col figure:hover::before, .property-col .figure:hover::before, .blog-col figure:hover::before, .blog-col .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.project-col figure img, .project-col .figure img, .property-col figure img, .property-col .figure img, .blog-col figure img, .blog-col .figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}

.project-col {
  border: 1px solid #363535;
  display: flex;
  flex-direction: column;
}
.project-col figure img, .project-col .figure img {
  aspect-ratio: 1.775;
}
.project-col .figure:hover img {
  transform: scale(1.1);
}
.project-col figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-col figcaption .fig-top {
  border-bottom: 1px solid #363535;
  padding: 16px 21px;
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-top {
    padding: 15px;
  }
}
.project-col figcaption .fig-top .title {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-top .title {
    font-size: 18px;
  }
}
.project-col figcaption .fig-top .yldyj {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 675px) {
  .project-col figcaption .fig-top .yldyj {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.project-col figcaption .fig-top .yldyj .lctn {
  flex: 0 1 auto;
}
@media only screen and (max-width: 675px) {
  .project-col figcaption .fig-top .yldyj .lctn {
    flex: 0 1 100%;
    --arrow: 12px;
  }
}
.project-col figcaption .fig-top .yldyj .alpgw {
  flex: 1;
  padding-left: 1rem;
  text-align: right;
  font-size: 16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-top .yldyj .alpgw {
    font-size: 14px;
  }
}
@media only screen and (max-width: 675px) {
  .project-col figcaption .fig-top .yldyj .alpgw {
    flex: 0 1 100%;
    padding-left: 0;
    font-size: 16px;
  }
}
.project-col figcaption .fig-bottom {
  display: flex;
  flex-wrap: wrap;
  --size: 44px;
}
.project-col figcaption .fig-bottom li {
  flex: 0 1 var(--size);
  height: var(--size);
}
.project-col figcaption .fig-bottom li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.project-col figcaption .fig-bottom li a:hover {
  background: var(--primary);
}
.project-col figcaption .fig-bottom li a:hover img {
  filter: brightness(0) saturate(100%);
}
.project-col figcaption .fig-bottom li:first-child {
  flex: 1;
}
@media only screen and (max-width: 520px) {
  .project-col figcaption .fig-bottom li:nth-child(3) {
    display: none;
  }
}
.project-col figcaption .fig-bottom li:not(:last-child) {
  border-right: 1px solid #363535;
}
.project-col figcaption .fig-bottom li:has(.elajt) {
  padding: 0 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-bottom li:has(.elajt) {
    padding: 0 10px;
  }
}
.project-col figcaption .fig-bottom li .elajt {
  width: 100%;
}
.project-col figcaption .fig-bottom li .elajt span {
  display: inline-flex;
  align-items: center;
  color: #9C9A9A;
  gap: 11px;
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-bottom li .elajt span {
    font-size: 14px;
    gap: 6px;
  }
}
@media only screen and (max-width: 345px) {
  .project-col figcaption .fig-bottom li .elajt span {
    font-size: 12px;
    gap: 5px;
  }
}
.project-col figcaption .fig-bottom li .elajt span:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .project-col figcaption .fig-bottom li .elajt span:not(:last-child) {
    margin-right: 8px;
  }
}

.property-col::before, .blog-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
}
.property-col figure img, .blog-col figure img {
  aspect-ratio: 0.872;
}
.property-col figcaption, .blog-col figcaption {
  padding: 0 35px 42px;
}
@media only screen and (max-width: 1200px) {
  .property-col figcaption, .blog-col figcaption {
    padding: 0 25px 30px;
  }
}
@media only screen and (max-width: 675px) {
  .property-col figcaption, .blog-col figcaption {
    padding: 0 15px 30px;
  }
}
.property-col figcaption h6, .blog-col figcaption h6 {
  font-size: 24px;
  line-height: 1.25;
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .property-col figcaption h6, .blog-col figcaption h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .property-col figcaption h6, .blog-col figcaption h6 {
    font-size: 20px;
  }
}
.property-col:hover figure img, .blog-col:hover figure img {
  transform: scale(1.1);
}

.property-col figcaption .lctn {
  margin-top: 10px;
}

.blog-col figcaption .clndr {
  margin-bottom: 20px;
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}
.slider-section .upper-sec {
  position: relative;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 1200px) {
  .slider-section .upper-sec {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec {
    padding-right: 15px;
    margin-bottom: 2.8rem;
  }
}
.slider-section .upper-sec .slider-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}
.slider-section .upper-sec .heading {
  text-align: center;
}

.slider-nav {
  --size: 44px;
  --border: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .slider-nav {
    --size: 38px;
  }
}
.slider-nav .swiper-pagination-fraction {
  flex: 1;
  max-width: 50px;
  min-width: 50px;
  font-size: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  padding: 0 4px;
}
.slider-nav .swiper-prev, .slider-nav .swiper-next {
  flex: 0 1 var(--size);
  max-width: 100%;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  position: relative;
  background: var(--gradient-a);
}
.slider-nav .swiper-prev::before, .slider-nav .swiper-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--black2);
}
.slider-nav .swiper-prev::after, .slider-nav .swiper-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
.slider-nav .swiper-prev::before, .slider-nav .swiper-prev::after, .slider-nav .swiper-next::before, .slider-nav .swiper-next::after {
  z-index: -1;
}
.slider-nav .swiper-prev::before, .slider-nav .swiper-next::before {
  height: calc(var(--size) - var(--border) * 2);
  width: calc(var(--size) - var(--border) * 2);
  border-radius: 50%;
  top: var(--border);
  left: var(--border);
}
.slider-nav .swiper-prev::after, .slider-nav .swiper-next::after {
  opacity: 0;
  transition: 0.5s ease;
}
.slider-nav .swiper-prev:not(.swiper-button-disabled):hover::after, .slider-nav .swiper-next:not(.swiper-button-disabled):hover::after {
  opacity: 1;
}
.slider-nav .swiper-prev:not(.swiper-button-disabled):hover path, .slider-nav .swiper-next:not(.swiper-button-disabled):hover path {
  fill: var(--black);
}
.slider-nav .slider-prev img, .slider-nav .slider-prev svg {
  transform: scaleX(-1);
}

.lctn {
  font-size: 14px;
  line-height: 1;
  color: var(--text);
  --arrow: 20px;
  --space: 5px;
  position: relative;
  padding-left: calc(var(--arrow) + var(--space));
}
.lctn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: var(--arrow);
  width: var(--arrow);
  background-image: url(../../icon/location-gradient.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  transition: 0.5s ease;
  transform-origin: center right;
}
.lctn.clndr {
  color: var(--white);
  --arrow: 17px;
  --space: 12px;
}
.lctn.clndr::before {
  background-image: url(../../icon/calender.svg);
}

.common-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 20px;
}
@media only screen and (max-width: 991px) {
  .common-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 18px;
  }
}
@media only screen and (max-width: 675px) {
  .common-grid {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}

.search-form-wrap {
  max-width: 953px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .search-form-wrap {
    max-width: 718px;
  }
}
.search-form-wrap .form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  --color: var(--white);
  --labelbefore: var(--white);
  --labelafter: var(--white);
  --borderbefore: var(--white);
  --borderafter: var(--white);
  --labelfontafter: 12px;
}
@media only screen and (max-width: 1152px) {
  .search-form-wrap .form {
    gap: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .search-form-wrap .form {
    gap: 18px 0;
    justify-content: space-between;
    --labelfontbefore: 14px;
    --labelfontafter: 12px;
  }
}
.search-form-wrap .form .property_type, .search-form-wrap .form .selct_city {
  flex: 0 1 197px;
}
@media only screen and (max-width: 991px) {
  .search-form-wrap .form .property_type, .search-form-wrap .form .selct_city {
    flex: 1;
  }
}
@media only screen and (max-width: 520px) {
  .search-form-wrap .form .property_type, .search-form-wrap .form .selct_city {
    flex: 0 1 100%;
  }
}
.search-form-wrap .form .enter_location {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .search-form-wrap .form .enter_location {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .search-form-wrap .form .btn {
    flex: 0 1 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.location-menu {
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294), 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
  padding: 15px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.location-menu ul {
  max-height: 100px;
  overflow-y: auto;
}
.location-menu ul::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.location-menu ul::-webkit-scrollbar-track {
  box-shadow: none;
}
.location-menu ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.location-menu ul li {
  line-height: normal;
}
.location-menu ul li.not-found {
  padding: 8px 24px;
}
.location-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 24px;
  color: var(--black);
  font-weight: 500;
  cursor: pointer;
  caret-color: transparent;
}
.location-menu ul li a:hover {
  background: var(--primary);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
  transition: box-shadow 0s ease, 0.5s ease;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  height: 0;
  z-index: -1;
  transition: 0.5s ease;
}
header.header-fill::before {
  height: 100%;
}
header.header-fixed, header.header-fixed-fill {
  height: var(--headerfixed);
  --headerpadding: 16px;
}
header.header-fixed::before, header.header-fixed-fill::before {
  height: var(--headerfixed);
}
header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100% - var(--headerpadding) * 2);
  margin: var(--headerpadding) 0;
  padding-left: var(--containerfluid);
  padding-right: var(--containerfluid);
  transition: 0.5s ease;
}
header .header-wrapper ul li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper ul li a {
  color: var(--white);
}
@media only screen and (max-width: 1200px) {
  header .header-wrapper ul li a {
    font-size: 14px;
  }
}
header .header-wrapper ul li a:hover {
  color: var(--primary);
}
header .header-wrapper .colA {
  flex: 0 1 auto;
}
@media only screen and (max-width: 1200px) {
  header .header-wrapper .colA {
    flex: 0 1 130px;
  }
}
header .header-wrapper .colA a, header .header-wrapper .colA img {
  height: 100%;
}
header .header-wrapper .colB {
  flex: 1;
  padding-left: 4.8rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1200px) {
  header .header-wrapper .colB {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colB {
    display: none;
  }
}
header .header-wrapper .colB ul li:not(:last-child) {
  margin-right: 3rem;
}
@media only screen and (max-width: 1300px) {
  header .header-wrapper .colB ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
header .header-wrapper .colC {
  justify-content: flex-end;
  flex: 0 1 auto;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colC {
    margin-left: auto;
  }
}
header .header-wrapper .colC ul li {
  line-height: 0;
}
header .header-wrapper .colC ul li:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 1300px) {
  header .header-wrapper .colC ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 1300px) {
  header .header-wrapper .colC ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-wrapper .colC ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colC ul li:has(.hed-wtsp, .call-btn) {
    display: none;
  }
}
header .header-wrapper .colC ul li .hed-wtsp {
  display: block;
}
header .header-wrapper .colC ul li .call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colC ul li [data-model=".enquire-pop"] {
    font-size: 14px;
    --padding: 20px;
  }
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC ul li [data-model=".enquire-pop"] {
    display: none;
  }
}
header .header-wrapper .colC ul li:has(.ham-btn) {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colC ul li:has(.ham-btn) {
    display: inline-block;
  }
}
header .header-wrapper .colC ul li:has(.property-btn) {
  display: none;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC ul li:has(.property-btn) {
    display: inline-block;
  }
}
header .header-wrapper .colC ul li .property-btn {
  font-size: 16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC ul li .property-btn {
    padding: 10px 0;
  }
}
header .header-wrapper .colC ul li .ham-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 23px;
}
header .header-wrapper .colC ul li .ham-btn span {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--gradient-a);
}

footer {
  background: var(--black3);
  border-image-source: var(--gradient-c);
  border-image-repeat: repeat;
  border-image-slice: 1;
  border-top-width: 1px;
  border-top-style: solid;
}
footer .footer-grid {
  padding: 72px 0 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: end;
}
@media only screen and (max-width: 991px) {
  footer .footer-grid {
    grid-template-columns: auto 1fr;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid {
    grid-template-columns: 100%;
    padding: 4rem 0 38px;
  }
}
footer .footer-grid h6 {
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  margin-bottom: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  display: inline-block;
}
footer .footer-grid .colA ul li:not(:last-child), footer .footer-grid .colC ul li:not(:last-child) {
  margin-bottom: 4px;
}
footer .footer-grid .colA ul li a, footer .footer-grid .colC ul li a {
  font-size: 14px;
  padding: 2px 0;
  display: block;
  color: var(--white);
}
footer .footer-grid .colA ul li a:hover, footer .footer-grid .colC ul li a:hover {
  color: var(--primary);
}
footer .footer-grid .colA {
  display: flex;
  gap: 6rem;
  padding-right: 2rem;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  footer .footer-grid .colA {
    gap: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-grid .colA {
    order: 2;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid .colA {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid .colA .col-md {
    flex: 1;
  }
}
footer .footer-grid .colB {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-grid .colB {
    order: 1;
    grid-column: span 2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid .colB {
    grid-column: initial;
  }
}
footer .footer-grid .colB .logo {
  margin-bottom: 4.75rem;
}
@media only screen and (max-width: 1200px) {
  footer .footer-grid .colB .logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-grid .colB .logo {
    flex: 0 1 auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-grid .colB .logo {
    max-width: 120px;
  }
}
footer .footer-grid .colB .social-icons {
  cursor: default;
}
@media only screen and (max-width: 991px) {
  footer .footer-grid .colB .social-icons {
    flex: 1;
    text-align: right;
  }
}
footer .footer-grid .colB .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-grid .colB .social-icons a:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 1200px) {
  footer .footer-grid .colB .social-icons a:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-grid .colB .social-icons a:not(:last-child) {
    margin-right: 18px;
  }
}
footer .footer-grid .colB .social-icons a path {
  transition: 0.5s ease;
}
footer .footer-grid .colB .social-icons a:hover path {
  fill: var(--white);
}
footer .footer-grid .colC {
  padding-left: 2rem;
}
@media only screen and (max-width: 991px) {
  footer .footer-grid .colC {
    order: 3;
    padding-left: 0;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid .colC {
    margin-top: 3rem;
    width: 100%;
  }
}
footer .footer-grid .colC .btm-div {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 520px) {
  footer .footer-grid .colC .btm-div {
    display: none;
  }
}
footer .bottom-footer {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer {
    padding-bottom: 5rem;
  }
}
footer .bottom-footer .ttl-ftr {
  border-bottom: 1px solid #363535;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Optima";
  color: var(--white);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1200px) {
  footer .bottom-footer .ttl-ftr {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .ttl-ftr {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
footer .bottom-footer .pbvj-flex {
  display: flex;
  flex-wrap: wrap;
  color: var(--text);
  justify-content: space-between;
}
footer .bottom-footer .pbvj-flex .avpq {
  flex: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .pbvj-flex .avpq {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
footer .bottom-footer .pbvj-flex .avpq p {
  max-width: 745px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .pbvj-flex .avpq p {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .pbvj-flex .avpq p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-spacing: -0.07em;
  }
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .pbvj-flex .avpq .view-all-btn {
    font-size: 14px;
  }
}
footer .bottom-footer .pbvj-flex .zuez {
  flex: 0 1 auto;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .pbvj-flex .zuez {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .pbvj-flex .zuez {
    flex-direction: column;
    gap: 8px;
  }
}
footer .bottom-footer .pbvj-flex .zuez p {
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .pbvj-flex .zuez p {
    font-size: 12px;
  }
}
footer .bottom-footer .pbvj-flex .zuez .jlpj {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .pbvj-flex .zuez .jlpj {
    margin-top: 0;
  }
}
footer .bottom-footer .pbvj-flex .zuez .jlpj a {
  display: inline-block;
  vertical-align: sub;
  margin-left: 4px;
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer .pbvj-flex .zuez .jlpj a img {
    width: 40px;
  }
}

.enquire-pop {
  right: 0;
  max-width: 480px;
  background: var(--white) url(../../images/vector/building.svg) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  transform: translateX(100%);
  transition: 0.7s ease;
  position: fixed;
  z-index: 9;
}
.enquire-pop::before {
  z-index: 2;
}
.enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .close {
  display: flex;
  align-items: center;
  gap: 0 10px;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .close {
    top: 20px;
    right: 20px;
  }
}
.enquire-pop .close path {
  stroke: var(--black);
}
.enquire-pop .model-body {
  padding: 45px 42px 20px;
  height: 100%;
  overflow-y: auto;
}
.enquire-pop .model-body::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body {
    padding: 40px 25px 50px;
  }
}
.enquire-pop .model-body .title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body .title {
    margin-bottom: 25px;
  }
}
.enquire-pop .model-body .title .ico {
  display: block;
  margin: 0 auto;
  max-width: 30px;
  margin-bottom: 15px;
}
.enquire-pop .model-body .title .ico svg {
  width: 100%;
  height: auto;
}
.enquire-pop .model-body .title h3 {
  text-align: center;
  font-family: "Optima";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}
.enquire-pop .model-body .form {
  --gaptb: 15px;
  --labelbefore: #666;
  --borderbefore: #666;
  --borderafter: var(--black);
}
.enquire-pop .model-body .form .custom-select::before {
  background-image: url(../../icon/arrow-down-gray.svg);
}
.enquire-pop .model-body .form .submit-grp .btn {
  --padding: 40px;
}

.emi-calculator-pop {
  left: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .emi-calculator-pop {
    display: block;
    transform: translateY(0%) translateX(100%);
  }
}
.emi-calculator-pop.is-open {
  transform: translateY(0%);
}
@media only screen and (max-width: 675px) {
  .emi-calculator-pop.is-open {
    transform: translateY(0%) translateX(0%);
  }
}
.emi-calculator-pop .model-body-wrap {
  pointer-events: all;
  max-width: 614px;
  width: 100%;
  background: var(--white);
  position: relative;
}
@media only screen and (max-width: 675px) {
  .emi-calculator-pop .model-body-wrap {
    height: 100%;
  }
}
.emi-calculator-pop .model-body-wrap .model-body {
  padding: 66px 78px 90px;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body {
    padding: 40px 60px 70px;
  }
}
@media only screen and (max-width: 675px) {
  .emi-calculator-pop .model-body-wrap .model-body {
    height: 100%;
    overflow-y: auto;
    padding: 60px 15px 20px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .title {
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .title {
    margin-bottom: 2.8rem;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .title h4 {
  font-family: "Optima";
  font-size: 30px;
  line-height: 1.267;
  letter-spacing: 0.016em;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .title h4 {
    font-size: 24px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item {
  position: relative;
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .flex {
  align-items: center;
  justify-content: space-between;
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .flex > p {
  color: #666;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .flex > p {
    font-size: 14px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .emop_col {
  font-weight: 500;
  padding: 6px;
  padding-right: 10px;
  width: 141px;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .emop_col input {
  background: transparent;
  border: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 15px;
  color: var(--text);
  width: 100%;
}
@media only screen and (max-width: 1152px) {
  .emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .emop_col input {
    font-size: 13px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .emop_col input:focus {
  outline: none;
}
.emi-calculator-pop .model-body-wrap .model-body .emi_wrap .item .emop_col span {
  font-size: 14px;
  color: var(--text);
}
.emi-calculator-pop .model-body-wrap .model-body .totle_amou {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  margin: 40px 0 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .totle_amou {
    margin: 30px 0 22px;
    padding-bottom: 10px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .totle_amou p {
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 520px) {
  .emi-calculator-pop .model-body-wrap .model-body .totle_amou p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .emi-calculator-pop .model-body-wrap .model-body .totle_amou p {
    font-size: 14px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .totle_amou h5 {
  font-family: "Optima";
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 345px) {
  .emi-calculator-pop .model-body-wrap .model-body .totle_amou h5 {
    font-size: 18px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf {
    margin-bottom: 30px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt:not(:last-child) {
  margin-bottom: 9px;
}
@media only screen and (max-width: 1366px) {
  .emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt:not(:last-child) {
    margin-bottom: 4px;
  }
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt span, .emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt p {
  font-size: 14px;
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt p {
  color: var(--black);
}
.emi-calculator-pop .model-body-wrap .model-body .loan_ind_inf .LnAmt span {
  color: #606060;
}

.ham-pop {
  right: 0;
  max-width: 480px;
  background: var(--white);
  transform: translateX(100%);
  transition: 0.5s ease;
  background: #fff;
  background: var(--white) url(../../images/vector/building.svg) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
@media only screen and (max-width: 991px) {
  .ham-pop {
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1007px) {
  .ham-pop.blf-animate::after {
    transform: translateY(0%);
  }
}
.ham-pop::after {
  transition: 2s ease 0.1s;
  background-position: 88% 100%;
  background-size: auto 38%;
}
@media only screen and (min-width: 1007px) {
  .ham-pop::after {
    transform: translateY(100%);
  }
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 60px 52px 30px;
  background-position: 100% 100%;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 60px 25px 20px;
  }
}
.ham-pop .model-body .ico {
  margin-bottom: 3rem;
}
.ham-pop .model-body .nav-list li:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ham-pop .model-body .nav-list li a {
  font-family: "Optima";
  font-size: 32px;
  line-height: 1;
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list li a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body .nav-list li a {
    font-size: 24px;
  }
}
.ham-pop .model-body .nav-list li a:hover {
  color: var(--secondary);
  transform: translateX(5px);
}
.ham-pop .model-body .bottom-list {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}
.ham-pop .model-body .bottom-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient-a);
}
.ham-pop .model-body .bottom-list .social-icons {
  margin-bottom: 2rem;
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--secondary);
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--gradient-a);
  display: none;
}
@media only screen and (max-width: 520px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-strip ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 5px;
  color: var(--black);
  font-size: 14px;
}
.footer-strip ul li a svg {
  width: 20px;
  height: 20px;
}
.footer-strip ul li a svg path {
  fill: var(--black);
}/*# sourceMappingURL=header.css.map */