html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Teasing Sans';
  src: url('../fonts/TeasingSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat';
  color: #020203;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Teasing Sans';
  font-weight: normal;
}

.p-relative {
  position: relative;
}

.d-block {
  display: block;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
}

.gap-1 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.gap-1>.column {
  padding-left: 30px;
  padding-right: 30px;
}

.gap-2 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.gap-2>.column {
  padding-left: 40px;
  padding-right: 40px;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #020203;
}

a:hover {
  color: #ffffff;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-content {
  border: 0;
  border-radius: 0;
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #0d0d0d;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Teasing Sans';
  ;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
}

.close1,
.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #0d0d0d;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #ffffff30;
}

.close1:hover,
.close:hover {
  color: #0d0d0d;
  background-color: #ffffff;
  opacity: 1;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: 'Montserrat';
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.big-section-padding {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.gray-border {
  border: 1px solid #d5d5d5;
}

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

.overflow-visible {
  overflow: visible !important;
}

.section-title h1,
.section-title h2 {
  font-size: 36px;
  line-height: 42px;
  color: #0d0d0d;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-family: 'Teasing Sans';
  ;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #0d0d0d;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

.dark a,
.dark b,
.dark p,
.dark span {
  color: #fff;
}

.title-white .title-tagline {
  color: #eee;
}

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.theme-btn {
  position: relative;
  /* background: #0d0d0d; */
  font-family: "Montserrat", sans-serif;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* border-radius: 5px; */
  background-color: transparent;
}

.theme-btn span {
  color: #0d0d0d;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.theme-btn:hover span {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #0d0d0d;
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover::before {
  width: 100%;
  background-color: #0d0d0d;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #0d0d0d;
} */

.theme-btn.white-btn {
  /* background: #fff;
  color: #001421; */
  border: 1px solid #fff;
  background-color: #fff;
  color: #0d0d0d;
}

.theme-btn.white-btn:hover {
  background: #0d0d0d;
  color: #fff;
}

.theme-btn.white-btn:hover span {
  color: #fff !important;
}

.col-form {
  position: relative;
  margin-bottom: 20px;
}

.theme-input {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 0 auto 30px;
  height: 160px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Teasing Sans';
  font-weight: 600;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #020203;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #ffffff30;
  opacity: 1;
}

.splide__arrow:hover {
  color: #0d0d0d;
  background-color: #ffffff;
  opacity: 1;
  border: 1px solid #0d0d0d30;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #0d0d0d;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #0d0d0d;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  font-family: 'Montserrat';
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-weight: 500;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: fixed !important;
  z-index: 9999;
  padding: 12px 0;
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  background: #0d0d0d;
  border-bottom: 1px solid #ffffff30;
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.sticky-theme-logo {
  position: absolute;
  max-width: 220px;
  background-color: #fff;
  top: -15px;
  border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  background: #0d0d0d;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 99;
  padding: 5px 20px;
  border: 1px solid #ffffff30;
}

.header-primary-menu-wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.header__menu-link {
  color: #fff;
  font-family: 'Teasing Sans';
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.col-header:last-child {
  max-width: 150px;
  padding: 0;
  flex: 0 0 150px;
}

.theme-second-logo.theme-logo img {
  height: 50px;
  width: initial;
  margin-left: auto;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 100px;
}

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: block;
  vertical-align: middle;
  width: 100%;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.col-header:first-child {
  max-width: 180px;
  padding: 0;
  flex: 0 0 180px;
}

.header__menu-item {
  display: inline-block;
  padding: 16px 10px;
}

#section-banner,
.section-cms,
.section-compliance {
  margin-top: 79px;
}

.white-text {
  color: #fff !important;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

/*** Animation CSS ***/
.js-scroll {
  opacity: 0;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 2s;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 2s;
}

.scrolled.fade-in-left {
  animation: fade-in-left 2s;
}

.scrolled.fade-in-right {
  animation: fade-in-right 2s;
}

.zoom-out-img {
  animation: zoom-out-img 30s ease-in-out both infinite;
}

.fade-right-img {
  animation: fade-right-img 20s ease-in-out both infinite;
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(-50px, 0px, 0);
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(50px, 0px, 0);
    transform: translate3d(50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-out-img {
  0% {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}

@keyframes fade-right-img {
  0% {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
}

.zoom-out {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fade-up {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 2.5s;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.fade-up.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.img-animation {
  overflow: hidden;
}

/*** End Animation CSS ***/

.sticky-btn-enquire {
  position: fixed !important;
  top: 440px;
  right: -57px;
  font-size: 14px !important;
  padding: 10px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #0d0d0d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  letter-spacing: 1px;
}

.sticky-btn-enquire:hover {
  color: #fff;
}

.sticky-btn-enquire::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sticky-btn-enquire:hover::before {
  width: 100%;
  background-color: #0d0d0d;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #0d0d0d;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-column {
  margin-top: 60px;
}

.location-block {
  padding: 0 0 0 60px;
}

#location-slider1 {
  margin-top: 40px;
}

.location-list h3 {
  color: #28438c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background-color: #333333;
}

#footer {
  padding: 20px 0;
  background-color: #ffffff;
}

.copyright-bar .columns {
  margin-bottom: -5px;
}

.col-copyright {
  margin-bottom: 5px;
}

.copyright-detail .small {
  font-size: 14px;
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-copyright:last-child {
  text-align: right;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28438c;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.theme-bg {
  background-color: #0d0d0d;
}

.theme-bg2 {
  background-color: #ffffff;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #0d0d0d;
  background-color: #0d0d0d;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.sticky-btn-enquire.sticky-brochure {
  top: 240px;
  right: -96px;
}

.header__menu-link.active {
  color: #ffffff;
}

.columns.row-floorplans {
  justify-content: center;
  margin-bottom: -20px !important;
}

.col-floorplans {
  margin-bottom: 20px;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 24px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
  border: 1px solid rgb(52 52 52 / 15%);
  background-color: #0d0d0d;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scrollToTopBtn:hover {
  background: #fff;
  color: #0d0d0d;
  border: 1px solid #0d0d0d30;
}

.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px 24px;
  border: 1px solid #000;
  text-align: center;
  width: 200px;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  background: #0d0d0d;
  border: 1px solid #0d0d0d;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.tab-list .tab a {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  color: #ffffff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.actual-image-of-airia-mall,
.reference-image,
.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.actual-image-of-airia-mall:before,
.reference-image:before,
.stock-image::before,
.actual-image::before,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-shadow: 1px 1px #000000;
  letter-spacing: 0;
}

.stock-image:before {
  content: "Stock Image";
}

.actual-image:before {
  content: "Actual Image";
}

.reference-image:before {
  content: "Reference Image";
}

.actual-image-of-airia-mall:before {
  content: "Actual Image Of Airia Mall";
}

.powered-by-text:hover {
  color: #0d0d0d;
}

.footer-menu li a:hover {
  color: #ffffff;
}


.section-footer {
  background-color: #0d0d0d;
}

.footerlogo img {
  width: inherit;
}

.footer-logo-right img {
  float: right;
}

.footer-logo-wrapper,
.footer-rera {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-address {
  margin-bottom: 0;
}

.gray-text {
  color: #ccc;
}

.footer-rera-1 h3 {
  margin-bottom: 8px;
}

.footer-rera-1 p {
  margin-bottom: 12px;
}

.footer-rera-2 {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.footer-rera-1 {
  display: inline-block;
}

.date {
  margin-bottom: 0;
}

.footer-menu-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer-menu-2 {
  display: flex;
  justify-content: space-between;
}

.copyright-bar {
  padding: 10px 0;
  background: #ffffff;
  border-top: 1px solid #292e1d;
}

.footer-detail p {
  display: inline-block;
}

.footer-detail span,
.footer-detail p {
  font-size: 16px;
}

.footer-address a:hover {
  color: #ffffff !important;
}

.powered-by-text:hover {
  color: #0d0d0d;
}

.disclaimer a:hover {
  color: #ffffff;
}

.footer-logo-left img,
.footer-logo-right img {
  max-width: 240px;
}

.section-footer .section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-menu li {
  width: calc(25% - 10px);
}

.footer-menu li a {
  font-weight: 500;
}

.order-2 {
  order: 2;
}

/* compliance Css Start */
.compliance-table table tr,
.compliance-table table td {
  font-size: 15px;
  padding: 12px;
  color: #e5e7d6;
  border-top: 1px solid #020203;
  border-right: 1px solid #020203;
}

.compliance-table h4 {
  color: #0d0d0d;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px !important;
}

.compliance-table {
  margin-top: 60px;
}

.compliance-table table td {
  background-color: #02020320;
  color: #020203;
}

.compliance-table table {
  width: 100%;
  width: 100%;
  margin-bottom: 0;
  border-spacing: 10px;
  border-collapse: collapse;
  border: 1px solid #020203;
}

.compliance-table table tr th {
  background: #0d0d0d40;
  padding: 12px;
  text-align: left;
  border-right: 1px solid #0d0d0d;
  color: #0d0d0d;
}

.pdf-icon img {
  width: 32px;
  /* margin: 0 auto; */
}

.compliance-table:first-child {
  margin-top: 0px;
}

#privacy-policy .section-title h3 {
  line-height: 111px;
}

#compliance .approvals-list::-webkit-scrollbar-thumb:horizontal {
  border-top: 2px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
}


#compliance .approvals-list::-webkit-scrollbar {
  height: 5px;
}

#compliance .approvals-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

#compliance .approvals-list::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

#compliance .approvals-list::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}

#compliance .approvals-list::-webkit-scrollbar:vertical {
  display: none;
}

#section-plans .theme-block {
  position: relative;
  border: 2px solid #7B855B;
}

.slick-dots {
  display: none !important;
}

.slides>div {
  position: relative;
}

.plan-item h4 {
  text-align: center;
  margin-bottom: 0;
}

.plan-item .theme-block {
  position: relative;
  margin-bottom: 10px;
}

.section-compliance {
  background-color: #ffffff;
}

/* compliance Css End */

select {
  width: 100%;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #fff;
  background-color: #0d0d0d !important;
}

select:focus-visible {
  outline: unset !important;
}

.custom-select {
  position: relative;
  background: transparent;
  padding: 0 !important;
  padding-right: 12px !important;
}

.theme-modal-card .theme-btn::before {
  display: none !important;
}

.theme-before {
  position: relative;
}

.theme-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  opacity: 0.8;
}

.section-destination-advantage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.no-webp .section-destination-advantage {
  background-image: url(../images/destination-advantage/advantage-bg.jpg);
}

.webp .section-destination-advantage {
  background-image: url(../images/destination-advantage/advantage-bg.webp);
}

.max-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.key-factors-img {
  display: flex;
  align-items: center;
  gap: 30px;
}

.white-pattern-bg {
  background-image: url(../images/theme-pattern/white-pattern-bg.svg);
  background-size: cover;
}

.black-pattern-bg {
  position: relative;
}

.black-pattern-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.07;
}

.no-webp .black-pattern-bg::before {
  background-image: url(../images/theme-pattern/white-pattern-normal.png);
}

.webp .black-pattern-bg::before {
  background-image: url(../images/theme-pattern/white-pattern-normal.webp);
}

.black-pattern-bg .js-scroll {
  opacity: 1 !important;
}

.section-banner {
  border-bottom: 1px solid #eee;
}

.theme-border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.border-top-0 {
  border-top: unset;
}

.border-bottom-0 {
  border-bottom: unset;
}

.border-left-0 {
  border-left: unset;
}

.border-right-0 {
  border-right: unset;
}

.benefits-desc {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
}

.col-benefits:nth-child(even) .benefits-items {
  margin-top: 60px;
}

#main-slider .splide__arrows {
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
}

#main-slider .splide__arrow {
  position: static;
  transform: unset;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.footer-menu li a {
  position: relative;
  font-family: 'Teasing Sans';
  text-transform: uppercase;
  font-weight: 800;
}

.footer-menu li a:after,
.header__menu-link:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}

.header__menu-link.active:after,
.footer-menu li a:hover:after,
.header__menu-link:hover:after {
  opacity: 1;
  transform: scale(1);
}

.section-title h2.small-title {
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.inside-arcade-desc-num h4 {
  font-size: 80px;
  line-height: 60px;
}

.inside-arcade-desc-num {
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: 170px;
  flex: 0 0 170px;
  text-align: center;
}

.inside-arcade-desc-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.inside-arcade-desc-text p:last-child {
  margin-bottom: 0;
}

.inside-arcade-desc-items {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.inside-arcade-desc-items:last-child {
  margin-bottom: 0;
}

.inside-arcade-desc-text {
  padding-left: 40px;
}

.refreshing-greens-desc-icon img {
  width: 110px;
  height: 110px;
  border: 1px solid #000;
}

.refreshing-greens-desc-text p {
  font-size: 14px;
  font-weight: 300;
}

.refreshing-greens-desc-items {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.refreshing-greens-desc-icon {
  width: 110px;
  flex: 0 0 110px;
}

.refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-icon {
  order: 2;
}

.refreshing-greens-desc-items:nth-child(even) {
  text-align: right;
}

.refreshing-greens-desc-text {
  padding-left: 30px;
}

.refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-text {
  padding-left: 0;
  padding-right: 30px;
}

.refreshing-greens-desc-items:last-child {
  margin-bottom: 0;
}

.benefits-wrapper-content p {
  font-size: 14px;
  font-weight: 400;
  color: #716e6f;
  /* color: #454142; */
}

.benefits-wrapper-images {
  margin-bottom: 30px;
}
.key-factors-desc h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.privacy_section .title_header h2 {
} 
.privacy_section h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: 0.4px;
}


.privacy_section p, .privacy_section li { 
    font-weight: 400;
    letter-spacing: 0.2px; 
    text-align: justify;
}

.privacy_section ul li {
    margin-bottom: 15px;
}

.privacy_section ul {
    padding-left: 22px;
    margin-bottom: 0;
    list-style: disc;
}

.privacy_section ul ol {
    padding-left: 20px;
    margin-top: 15px;
}

.privacy_section ol {
    padding-left: 33px;
    margin-bottom: 20px;
}

.privacy_section ol li {
    padding-left: 5px;
}

.privacy_section ol li:not(:last-child) {
    margin-bottom: 15px;
}
.privacy_section h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
}
.goback {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #000;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    margin-left: auto;
    display: flex;
    width: max-content;
}







/* --- popup form -- */


.country_code_wrap {
    display: flex; 
}
.country_code_wrap .country_code {
    width: auto;
    min-width: 60px;
    padding: 0;
    appearance: none;
    outline: none;
    pointer-events: none;
}
.error-msg1 {
    position: absolute;
    background: transparent;
    display: flex;
    line-height: 11px;
    color: #f00;
    font-size: 11px !important;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    bottom: -6px;
    transform: translateY(100%);
}
.check_input_wrap {
    position: relative;
    padding-left: 24px;
    font-size: 12px !important;
    margin-bottom: 25px !important;
    line-height: 16px;
    text-align: left;
    color: #FFF;
    margin-top: 13px;
}

.check_input_wrap input {
    position: absolute;
    left: 0;
    top: 3px;
    width: auto;
    height: auto;
}

.check_input_wrap a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
}

header .form-container .btn-primary {
    width: 100%;
}

.country_code_wrap .country_code {
    width: auto;
    min-width: 60px;
    padding: 0;
    appearance: none;
    outline: none;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 8px; 
}
.country_code_wrap input {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#inquiryformerror-5 {
    position: absolute;
    bottom: -8px;
    min-height: 8px;
    transform: translateY(100%);
}
#inquiryformerror-6 {
    bottom: 0;
    position: relative;
}
#lblProcessCarrier {
    position: relative;
    margin-top: 10px;
    margin-bottom: -10px;
    color: #FFF;
}