@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: 30px;
  --headerheight: 100px;
  --headerfixed: 100px;
  --footerstrip: 38px;
  --filterstrip: 44px;
  --detailstrip: 40px;
  --primary:rgba(90, 11, 62, 1);
  --secondary:#fed4c0;
  --secondary-dark:rgba(163, 103, 67, 1);
  --secondary-light: rgba(255, 233, 222, 1);
  --text: #5e5e5e;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #cfcfcf;
  --light-gray: rgba(235, 235, 235, 1);
  --container: 1750px;
  --containerfluid: 5rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 2rem;
    --headerpadding: 2px;
    --headerheight: 75px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerheight: 78px;
  }
}
@media only screen and (max-width: 540px) {
  :root {
    --headerfixed: 75px;
    --headerheight: 65px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

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;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

b {
  font-weight: 500;
}

main {
  overflow-x: hidden;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.border-line {
  position: relative;
}
.border-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dashed rgb(202, 156, 129);
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  a[href].logo {
    width: 180px;
  }
}
@media only screen and (max-width: 420px) {
  a[href].logo {
    width: 150px;
  }
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.c-primary {
  color: var(--primary);
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@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;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h4, h5 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "CONFORMITY PERSONAL USE";
  color: var(--black);
}

h3, h6 {
  font-weight: normal;
  text-transform: capitalize;
}

p, span, ul li, button, a {
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {
  p, span, ul li, button, a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  p, span, ul li, button, a {
    font-size: 14px;
    line-height: 20px;
  }
}

img {
  max-width: 100%;
}

h1 {
  font-size: 75px;
  line-height: 0.8;
  font-family: "CONFORMITY PERSONAL USE";
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 48px;
  }
}

.heading {
  text-align: center;
}
.heading h2 {
  text-transform: capitalize;
  font-size: 60px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "CONFORMITY PERSONAL USE" !important;
  color: var(--primary);
}
@media only screen and (max-width: 1366px) {
  .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .heading h2 {
    font-size: 30px;
  }
}
.heading p {
  font-size: 20px;
}
@media only screen and (max-width: 1366px) {
  .heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .heading p {
    font-size: 14px;
  }
}

.signature-font {
  font-size: 36px;
  text-transform: capitalize;
  font-family: "Palmaton";
}

h3 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "CONFORMITY PERSONAL USE";
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 40px;
  line-height: 1.3;
  font-family: "CONFORMITY PERSONAL USE";
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 36px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 520px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  h6 {
    font-size: 16px;
  }
}

.heading h2 {
  font-size: 70px;
  line-height: 1.2;
  font-family: "CONFORMITY PERSONAL USE";
  color: var(--black);
}
@media only screen and (max-width: 1366px) {
  .heading h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1152px) {
  .heading h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 360px) {
  .heading h2 {
    font-size: 30px;
  }
}

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

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

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

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

.flex {
  display: flex !important;
  gap: 20px;
}

.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;
  display: block;
  position: relative;
}
.item-md::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;
}
.item-md::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(--primary);
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.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-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  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: 6;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-btn {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid rgb(87, 7, 58);
  color: rgb(87, 7, 58);
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 675px) {
  .reg-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.reg-btn:hover {
  opacity: 0.85;
}
.reg-btn.fill {
  background: rgb(87, 7, 58);
  color: #fff;
  border-color: rgb(87, 7, 58);
}
.reg-btn.fill:hover {
  opacity: 0.9;
}
.reg-btn.outline {
  background: transparent;
  color: rgb(87, 7, 58);
  border-color: rgb(87, 7, 58);
  border-radius: 0 50px 50px 50px;
}
.reg-btn.outline:hover {
  background: rgb(87, 7, 58);
  color: #fff;
}

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

.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);
}
@media only screen and (max-width: 540px) {
  .form-grid {
    --gaptb: 16px;
  }
}
.form-grid .full {
  grid-column: span var(--item);
}
.form-grid .full .reg-btn {
  background: var(--primary);
  color: var(--white);
  border-radius: 0 50px 50px 50px;
  margin-top: 24px;
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.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.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-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev path, .swiper-next path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled), .swiper-next:hover:not(.swiper-button-disabled) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled) path, .swiper-next:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background path, .swiper-next.no-background path {
  fill: initial;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--primary);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.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;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --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: 35px;
    --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);
}
.play-btn p, .play-btn ul {
  margin-bottom: 30px;
}
.play-btn ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul {
    padding-left: 10px;
  }
}
.play-btn ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul li {
    padding-left: 20px;
  }
}
.play-btn ul li:not(:last-child) {
  margin-bottom: 6px;
}
.play-btn ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.play-btn.website-content-medium h2, .play-btn.website-content-medium h3, .play-btn.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.play-btn.website-content-medium h5, .play-btn.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.play-btn.website-content-medium p, .play-btn.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-model] {
  cursor: pointer;
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-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:not(.banner-banner)::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5607843137) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.banner:not(.banner-banner).center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner).center-banner .banner-wrapper {
    bottom: 20%;
    translate: none;
    top: auto;
  }
}
.banner:not(.banner-banner) .bg {
  height: 100vh;
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .bg {
    height: 417px;
  }
}
.banner:not(.banner-banner) .bg video, .banner:not(.banner-banner) .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner:not(.banner-banner) .home-bannerImg-slider {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.banner:not(.banner-banner) .swiper-pagination {
  bottom: 14%;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 18%;
  }
}
@media only screen and (max-width: 540px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 8%;
  }
}
.banner:not(.banner-banner) .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 12px;
  height: 12px;
}
.banner:not(.banner-banner) .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 4;
}
.banner:not(.banner-banner) .content.content-white h1, .banner:not(.banner-banner) .content.content-white p, .banner:not(.banner-banner) .content.content-white h5, .banner:not(.banner-banner) .content.content-white h6, .banner:not(.banner-banner) .content.content-white h4 {
  color: var(--white);
}
.banner:not(.banner-banner) .content.title-l h1 {
  font-size: 128px;
  line-height: normal;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 48px;
  }
}
.banner:not(.banner-banner) .content.title-l h1 span {
  font-size: 0.25em;
}
.banner:not(.banner-banner) .content.title-m h1 {
  font-size: 60px;
  line-height: 1.349;
}
@media only screen and (max-width: 1152px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 38px;
  }
}
.banner:not(.banner-banner) .content.title-m h1:has(+ *) {
  margin-bottom: 10px;
}
.banner:not(.banner-banner) .content h5:has(+ *) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5:has(+ *) {
    margin-bottom: 14px;
  }
}
.banner:not(.banner-banner) .content h1 {
  font-size: 48px;
  line-height: normal;
}
@media only screen and (max-width: 520px) {
  .banner:not(.banner-banner) .content h1 {
    font-size: 32px;
  }
}
.banner:not(.banner-banner) .content h1 span {
  font-weight: 400;
  display: block;
  line-height: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.banner:not(.banner-banner) .content h5 {
  font-size: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5 {
    font-size: 16px;
  }
}
.banner:not(.banner-banner) .content h6 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
.banner:not(.banner-banner) .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.166;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content h4 {
    font-size: 22px;
  }
}
.banner:not(.banner-banner) .content p {
  font-weight: 500;
}
.banner:not(.banner-banner) .scroll-btn {
  --btnsize: 45px;
  height: var(--btnsize);
  width: calc(var(--btnsize) * 0.667);
  border-radius: 20px;
  border: 1px solid var(--white);
  margin-top: 5rem;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .scroll-btn {
    --btnsize: 36px;
    margin-top: 2rem;
  }
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn {
  border-color: var(--black);
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn span {
  background: var(--black);
}
.banner:not(.banner-banner) .scroll-btn span {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: calc(var(--btnsize) * 0.23);
  border-radius: 25%;
  background: var(--white);
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--primary);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.sticky-action-bar {
  display: none;
}
@media only screen and (max-width: 675px) {
  .sticky-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: var(--primary);
    justify-content: space-between;
    align-items: center;
  }
  .sticky-action-bar > div {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid rgba(133, 133, 133, 0.5);
  }
  .sticky-action-bar > div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
  }
  .sticky-action-bar > div a svg {
    width: 20px;
    height: 20px;
  }
  .sticky-action-bar > div a svg path {
    fill: var(--white);
  }
  .sticky-action-bar > div a p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }
  .sticky-action-bar > div:nth-child(2) {
    border-left: 1px solid rgba(133, 133, 133, 0.5);
    border-right: 1px solid rgba(133, 133, 133, 0.5);
  }
}

.comman-form {
  background: rgb(255, 226, 212);
}
.comman-form .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: flex-end;
  padding: 5rem 0 0;
}
@media only screen and (max-width: 991px) {
  .comman-form .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .comman-form .grid {
    padding: 4rem 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .comman-form .grid .form-img {
    display: none;
  }
}
.comman-form .grid .form-grid {
  padding: 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .comman-form .grid .form-grid {
    padding: 0 0 45px;
  }
}
.comman-form .grid .form-grid .heading h5 {
  color: var(--primary);
}
.comman-form .grid .form-grid .heading h5 span {
  text-transform: capitalize;
  font-size: 46px;
  color: var(--primary);
}
.comman-form .grid .form-grid .heading p {
  font-size: 18px;
  margin-top: 20px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .heading p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.comman-form .grid .form-grid .formField {
  margin: 10px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .comman-form .grid .form-grid .formField {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .formField {
    gap: 15px;
    grid-template-columns: 1fr;
    margin: 0;
  }
}
.comman-form .grid .form-grid .formField .form-group {
  width: 100%;
  position: relative;
  text-align: center;
}
.comman-form .grid .form-grid .formField .form-group.active label {
  transform: translateY(-8px) translateX(-5px) scale(0.95);
  color: #333;
  font-size: 14px !important;
}
.comman-form .grid .form-grid .formField .form-group:nth-child(6) {
  grid-column: span 2;
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .formField .form-group:nth-child(6) {
    grid-column: span 1;
  }
}
.comman-form .grid .form-grid .formField .form-group .textarea {
  height: 100px !important;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .comman-form .grid .form-grid .formField .form-group .textarea {
    border-radius: 20px;
  }
}
.comman-form .grid .form-grid .formField .form-group input,
.comman-form .grid .form-grid .formField .form-group textarea {
  padding: 19px 15px 10px 16px;
  outline: none;
  border: 1px solid var(--secondary-dark);
  border-radius: 30px;
  color: #141414;
  font-size: 16px;
  background: transparent;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  width: 100%;
  margin-left: -7px;
  font-family: "Rubik", sans-serif;
  resize: none;
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .formField .form-group input,
  .comman-form .grid .form-grid .formField .form-group textarea {
    font-size: 14px;
  }
}
.comman-form .grid .form-grid .formField .form-group input:hover, .comman-form .grid .form-grid .formField .form-group input:focus,
.comman-form .grid .form-grid .formField .form-group textarea:hover,
.comman-form .grid .form-grid .formField .form-group textarea:focus {
  border-color: #532c14;
}
.comman-form .grid .form-grid .formField .form-group input:focus + label,
.comman-form .grid .form-grid .formField .form-group textarea:focus + label {
  transform: translateY(-8px) translateX(-5px) scale(0.95);
  color: #333;
  font-size: 14px !important;
  transition: 0.3s ease-in-out;
}
.comman-form .grid .form-grid .formField .form-group label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  cursor: text;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .formField .form-group label {
    font-size: 14px;
  }
}
.comman-form .grid .form-grid .formField .btn-sbt {
  margin: 0 auto;
  grid-column: span 2;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .comman-form .grid .form-grid .formField .btn-sbt {
    grid-column: span 1;
  }
}
.comman-form .grid .form-grid .formField .btn-sbt .outline {
  background: var(--primary);
  color: var(--white);
}

.thanks-banner {
  clip-path: none;
}
.thanks-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.32) 100%) !important;
}
.thanks-banner.home-banner .bg {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .thanks-banner.home-banner .bg {
    height: 70vh !important;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1580px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content {
    width: 84%;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content h1 {
  line-height: 1.1;
}
@media only screen and (max-width: 540px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content h1 {
    font-size: 32px;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content p {
  color: var(--white);
  margin: 12px 0 30px;
}

.swiper-button-lock {
  display: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  transition: 0.5s ease;
  height: var(--headerheight);
  transition: box-shadow 0s ease, 0.5s ease;
}
header::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(--primary);
}
header::after {
  height: 0;
  transition: 0.5s ease;
  z-index: -1;
}
header .header-wrapper {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  header .header-wrapper {
    padding: 0 18px;
    width: 100vw;
    flex-direction: row-reverse;
  }
}
header .header-wrapper .colA {
  display: flex;
  height: 100%;
  align-items: center;
}
header .header-wrapper .colA ul li a:last-child {
  border: 2px solid var(--white);
  border-left: none;
  padding: 10px 20px;
  border-radius: 0 50px 50px 50px;
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  header .header-wrapper .colA ul li:last-child {
    display: none !important;
  }
}
header .header-wrapper .colA {
  transition: 0.5s ease;
}
header .header-wrapper .colB {
  display: block;
}
@media only screen and (max-width: 540px) {
  header .header-wrapper .colB {
    display: none;
  }
}
header .header-wrapper .colB ul li a {
  border: none !important;
}
header .header-wrapper .colB ul, header .header-wrapper .colA ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colB ul, header .header-wrapper .colA ul {
    gap: 20px;
  }
}
header .header-wrapper .colB ul li, header .header-wrapper .colA ul li {
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  position: relative;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li:has(.enqr-btn, .call-anr), header .header-wrapper .colA ul li:has(.enqr-btn, .call-anr) {
    display: none;
  }
}
header .header-wrapper .colB ul li a:not(.btn), header .header-wrapper .colB ul li button:not(.btn), header .header-wrapper .colA ul li a:not(.btn), header .header-wrapper .colA ul li button:not(.btn) {
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  transition: 0.5s ease;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header-wrapper .colB ul li a:not(.btn) svg, header .header-wrapper .colB ul li button:not(.btn) svg, header .header-wrapper .colA ul li a:not(.btn) svg, header .header-wrapper .colA ul li button:not(.btn) svg {
  width: 24px;
  height: 24px;
}
header .header-wrapper .colB ul li a:not(.btn) svg path, header .header-wrapper .colB ul li button:not(.btn) svg path, header .header-wrapper .colA ul li a:not(.btn) svg path, header .header-wrapper .colA ul li button:not(.btn) svg path {
  stroke: var(--white);
}
header .header-wrapper .colB ul li .ham-btn, header .header-wrapper .colA ul li .ham-btn {
  width: 50px;
  height: 15px;
  --border: 2px;
  --background: var(--white);
  border: var(--border) solid var(--background);
  border-left: none;
  border-right: none;
  transition: 0.5s ease;
}
header .header-wrapper .colB ul li .ham-btn:hover, header .header-wrapper .colA ul li .ham-btn:hover {
  --background: var(--gray);
}

header.header-fixed {
  height: var(--headerfixed);
  --headerpadding: 10px;
}
@media only screen and (max-width: 675px) {
  header.header-fixed {
    --headerpadding: 12px;
  }
}
header.header-fixed::after {
  height: 100%;
}
header.header-fixed .header-wrapper .colA .logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}
header.header-fixed .header-wrapper .colB ul li .ham-btn:hover {
  --background: var(--gray);
}
header.header-black .header-wrapper .colA .logo {
  position: relative;
}
header.header-black .header-wrapper .colA .logo::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: url(../../images/logo-black.svg);
}
header.header-black .header-wrapper .colA .logo::before {
  background-size: 100% 100%;
  transition: 0s ease;
}
header.header-black .header-wrapper .colB ul li a:not(.btn), header.header-black .header-wrapper .colB ul li button:not(.btn) {
  color: var(--black);
}
header.header-black .header-wrapper .colB ul li a:not(.btn):hover, header.header-black .header-wrapper .colB ul li button:not(.btn):hover {
  color: var(--primary);
}
header.header-black .header-wrapper .colB ul li .ham-btn {
  --background: var(--black);
}
header.header-black .header-wrapper .colB ul li .ham-btn:hover {
  --background: var(--primary);
}
header.header-black.header-fixed .header-wrapper .colA .logo::before {
  display: none;
}
header.header-black.header-fixed .header-wrapper .colB ul li a:not(.btn), header.header-black.header-fixed .header-wrapper .colB ul li button:not(.btn) {
  color: var(--white);
}
header.header-black.header-fixed .header-wrapper .colB ul li a:not(.btn):hover, header.header-black.header-fixed .header-wrapper .colB ul li button:not(.btn):hover {
  color: var(--primary);
}
header.header-black.header-fixed .header-wrapper .colB ul li .ham-btn {
  --background: var(--white);
}
header.header-black.header-fixed .header-wrapper .colB ul li .ham-btn:hover {
  --background: var(--primary);
}

.ham-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background-color: red;
  background-image: url(../../assets/images/vector/letter-gray.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 85% auto;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 9999;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .ham-pop {
    max-width: 100%;
    transform: translateX(100%);
    right: 0;
  }
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop.is-open .nav-list > li {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 0.5s forwards;
}
.ham-pop.is-open .nav-list > li:nth-child(1) {
  animation-delay: 0.1s;
}
.ham-pop.is-open .nav-list > li:nth-child(2) {
  animation-delay: 0.2s;
}
.ham-pop.is-open .nav-list > li:nth-child(3) {
  animation-delay: 0.3s;
}
.ham-pop.is-open .nav-list > li:nth-child(4) {
  animation-delay: 0.4s;
}
.ham-pop.is-open .nav-list > li:nth-child(5) {
  animation-delay: 0.5s;
}
.ham-pop.is-open .nav-list > li:nth-child(6) {
  animation-delay: 0.6s;
}
.ham-pop.is-open .nav-list > li:nth-child(7) {
  animation-delay: 0.7s;
}
.ham-pop.is-open .nav-list > li:nth-child(8) {
  animation-delay: 0.8s;
}
.ham-pop.is-open .nav-list > li:nth-child(9) {
  animation-delay: 0.9s;
}
.ham-pop.is-open .nav-list > li:nth-child(10) {
  animation-delay: 1s;
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 100px 45px 30px;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 40px 25px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body {
    padding: 40px 15px 20px;
  }
}
.ham-pop .model-body .ico {
  max-width: 93px;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 0;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .ico {
    max-width: 70px;
  }
}
.ham-pop .model-body .ico img, .ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.ham-pop .model-body .nav-list > li {
  transition: transform 0.3s ease;
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    font-size: 14px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 36px;
  color: var(--black);
  text-transform: uppercase;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 25px;
  }
}
@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(--primary);
  transform: translateX(3px);
}
.ham-pop .model-body .nav-list > li:hover {
  transform: translateX(2px);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham-pop .model-body .bottom-list .link-num {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ham-pop .model-body .bottom-list .link-num .cal-btn-ham {
  color: var(--black);
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .link-num .cal-btn-ham {
    font-size: 14px;
    font-weight: 500;
  }
}
.ham-pop .model-body .bottom-list .link-num .cal-btn-ham:hover {
  color: var(--primary);
}
.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;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
  fill: var(--primary);
}
.ham-pop .model-body .bottom-list .social-icons a path:hover {
  transform: scale(1.02);
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background-color: var(--white);
  background-image: url(../../images/vector/vector-4.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 85% auto;
}
.enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body {
    padding: 50px 20px 30px;
  }
}
.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.enquire-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-family: "Rubik", sans-serif;
}
.enquire-pop .model-body .title p {
  color: var(--text);
  margin-top: 10px;
}
.enquire-pop .model-body .title p small {
  line-height: 20px;
}
.enquire-pop .model-body .form {
  --gaptb: 15px;
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown {
  border-radius: 4px;
  cursor: pointer;
  padding: 20px 20px 20px 0px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown.open {
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown.open::before {
  transform: rotate(-90deg);
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright);
  bottom: 0;
  width: 15px;
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease-in-out;
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown span {
  font-weight: normal;
  color: var(--text);
}
.enquire-pop .model-body .form .services-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: white;
  z-index: 100;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 0 20px;
  height: 135px;
}
.enquire-pop .model-body .form .services-dropdown .dropdown-list label {
  display: block;
  padding: 10px 0;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.enquire-pop .model-body .form .services-dropdown .dropdown-list label input {
  height: auto;
  width: auto;
}
.enquire-pop .model-body .form .services-dropdown .custom-dropdown.open .dropdown-list {
  display: block;
}
.enquire-pop .model-body .form .services-dropdown .selected-values {
  font-weight: bold;
  color: #333;
}
.enquire-pop .model-body .form .services-dropdown .placeholder {
  color: #aaa;
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--primary);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--primary);
  display: none;
}
@media only screen and (max-width: 675px) {
  .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(255, 255, 255, 0.3);
}
.footer-strip ul li a {
  display: block;
  text-align: center;
  color: var(--white);
  height: var(--footerstrip);
  line-height: var(--footerstrip);
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: #b7b7b7;
  --borderafter: var(--primary);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --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.hasCalender {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%237E84A3' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}
.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: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Rubik", sans-serif;
}
.form .form-group input[type=checkbox] {
  accent-color: black;
}
.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;
  height: 2px;
}
.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 .form-group.file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize) - var(--borderwidth));
  position: relative;
  --filename: "Choose file";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url(../../images/vector/black-clip.svg) no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(var(--inputsize) - var(--borderwidth));
}
.form .form-group.file-input .file-name::before, .form .form-group.file-input .file-name::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group.file-input .file-name::before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}
.form .form-group.file-input .file-name::after {
  content: "";
  right: 0;
  background: var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.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;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --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: var(--primary);
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.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;
  height: 4px;
}
.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(--primary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.on-mobile {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .on-mobile {
    display: none !important;
  }
}

.fixed-media {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .fixed-media {
    display: none;
  }
}
.fixed-media .wts {
  padding: 10px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
}
.fixed-media .wts svg {
  width: 24px;
  display: block;
}
.fixed-media .wts svg path {
  fill: var(--primary);
}
.fixed-media .wts:hover {
  background: #ca9c81;
}
.fixed-media .req-btn {
  padding: 12px 24px;
  background: var(--white);
  color: var(--primary);
  border-radius: 50px;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
}
.fixed-media .req-btn:hover {
  background: #ca9c81;
}/*# sourceMappingURL=header.css.map */