html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaBT-Light.woff2') format('woff2'),
    url('../fonts/FuturaBT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
    url('../fonts/FuturaBT-BoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
    url('../fonts/FuturaBT-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "futura";
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}

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

.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: #666666;
}

a:hover {
  color: #CF943D;
  -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;
}

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;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
}

.modal-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

#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: #CF943D;
  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;
}

.close1:hover,
.close:hover {
  background-color: #6B4D29;
  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: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.6);
  font-family: 'futura';
}

.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: 50px;
  padding-bottom: 50px; */
  overflow: hidden;
}

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

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

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

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

.section-title h1,
.section-title h2 {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 6.4px;
}

.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: #1d57a3;
}

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

p.dark,
span.dark,
.dark p,
.dark span {
  color: #ffffff !important;
}

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

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

.column {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

picture {
  display: block;
}

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

.theme-btn {
  position: relative;
  /* background: #0076bc; */
  font-family: "futura", sans-serif;
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 8px 30px;
  font-size: 18px;
  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; */
}

.theme-btn 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;
}

.theme-btn:hover span {
  color: #ffffff;
  -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::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  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;
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
}

.theme-btn:hover::before {
  height: 100%;
  -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;
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #1d57a3;
} */

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

/* .theme-btn.white-btn:hover {
  background: #0076bc;
  color: #fff;
} */

.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;
}

/* #back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
} */


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

.thankyou-logo img {
  /* max-width: 320px; */
  margin: 30px auto 0;
  height: 100px;
  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 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

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

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

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  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: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.splide__arrow:hover {
  transform: translateY(-50%) scale(1.2);
}


.splide__arrow:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}

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

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #1d57a3;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #1d57a3;
  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;
}

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

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

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

.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;
  z-index: 9999;
  padding: 20px 200px;
  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%);
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
  border-bottom: 1px solid #ffffff40;
}

#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%);
}

.header__menu-link {
  /*rgba(157, 140, 114, 0.70)*/
  color: #ffffff;
  font-weight: 400;
}


.col-header:last-child {
  text-align: right;
  padding: 0;
}

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

.theme-logo a {
  display: block;
}

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

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

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

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

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

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

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

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

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

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

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

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

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

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

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

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

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

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

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

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

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

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

  100% {
    opacity: 1;
  }
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.sticky-btn-enquire {
  position: fixed !important;
  top: 460px;
  right: -48px;
  padding: 10px 20px;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  color: #ffffff;
  border: 1px solid #fff;
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
  font-size: 16px;
}

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

.sticky-btn-enquire::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
  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 {
  height: 100%;
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
  -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;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
}

.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%);
}

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

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

.listed-points li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0A2429;
  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.8;
}

.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;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
}

/***Accordion***/
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion-item.active {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion-title {
  position: relative !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00000090;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 20px !important;
  gap: 20px;
  -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;
}

.accordion .accordion-item .accordion-desc {
  width: 100%;
  color: #262626;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px !important;
  border-left: 2px solid 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;
}

.accordion .accordion-item.active .accordion-desc {
  opacity: 1;
  max-height: 5000px;
  padding: 20px !important;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion .feather {
  position: relative;
  top: unset;
  transform: unset !important;
  right: unset;
  float: unset;
  margin: unset;
  color: #222222;
  /* border: 1px solid #222222; */
  border-radius: 100%;
  padding: 1px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.accordion-item.active .feather-plus {
  display: none;
}

.feather-minus {
  display: none;
}

.accordion-item.active .feather-minus {
  display: block;
}

/***End Accordion***/

.theme-bg {
  /*background-color: #343434;*/
  /*background: #402915;*/
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
  background: url('../images/back.webp'), #402915;

}

.amenitiesbg {
  background: #40290B;
}

.theme-second-bg {
  background-color: #CF943D10;
}

.call-btn {
  position: fixed;
  bottom: 124px;
  right: 50px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #CF943D;
  background-color: #CF943D;
  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(207, 148, 61);
  }

  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);
} */

.sticky-btn-enquire.sticky-brochure {
  top: 290px;
  right: -74px;
}

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

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

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

.scrollToTopBtn {
  position: fixed;
  bottom: 74px;
  right: 50px;
  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%);
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
  background: #402915;
}

.scrollToTopBtn:hover {
  background: #CF943D;
}

.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: #1d57a3;
  border: 1px solid #1d57a3;
  -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;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::before,
.actual-image::before,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

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

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

/* Footer Css Start*/

.qr-code-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cms-item p>a {
  color: #343434;
}

.cms-item p>a:hover {
  color: #CF943D;
}

.qr-code-img {
  position: relative;
  display: block;
  flex: 0 0 120px;
}

.qr-code-img img {
  position: relative;
  max-width: 120px;
}

.footer-item a {
  color: #ffffff;
  display: inline-block;
}

.footer-item a:hover {
  color: #CF943D;
}
/* .footer-details {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  height: 100%; 
} */

/* .footer-item {
  width: 100%; 
  max-width: 800px; 
  margin-bottom: 20px; 
}

@media screen and (max-width: 768px) {
  .footer-item {
    max-width:100%; 
  }
} */


#footer {
  padding: 40px 0;
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
}

#home #footer {
  padding: 40px 0 100px;
}

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

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

.footer .small {
  font-size: 12px;
  color: #ffffff;
}

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

.footer-menu li a {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
}

.col-footer {
  padding: 0 15px;
}

.columns.row-footer {
  margin: 0 -15px;
}

.col-footer:first-child {
  position: relative;
}

.col-footer:first-child:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

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

.footer-menu li a:hover,
.copyright-detail a:hover {
  color: #CF943D !important;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-item b>b {
  font-weight: 700;
}

.copyright-bar .small {
  color: rgba(255, 255, 255, 0.50) !important;
}

/* Footer Css End */


/* Banner Css Start */
.banner-img {
  position: relative;
}

.banner-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  /*background: #081E22;*/
  mix-blend-mode: multiply;
}

.banner-music-img {
  max-width: 170px;
}

.section-title h1 {
  font-family: "futura";
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.47px;
  text-transform: unset;
}

.banner-title-item {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  mix-blend-mode: luminosity;
}

.banner-title-item h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.banner-title-item .section-title {
  margin-bottom: 35px;
  left: -40px;
}

/* Banner Css End */


/* Overview Css Start */

.overview-img {
  max-width: 550px;
}

.title-tagline {
  margin-bottom: 15px !important;
  color: #000;
}

.overview-content-wrapper .title-tagline {
  margin-bottom: 30px !important;
}

/* Overview Css End */


/* Amenities Css start */
.amenities-icon-img img {
  max-width: 70px;
  margin: 0 auto 20px;
}

.amenities-item p {
  text-align: center;
  color: #CF943D;
}

.col-amenities {
  flex: none;
  width: 20%;
  position: relative;
}

.amenities-item {
  position: relative;
  padding: 30px 60px;
  border: 2px;
  border-right: 1px solid #CF943D;
  border-bottom: 1px solid #CF943D;
  height: 100%;
}

.col-amenities:nth-of-type(5n - 5) .amenities-item {
  border-right: 1px solid #CF943D;
}

.col-amenities:nth-last-of-type(1) .amenities-item,
.col-amenities:nth-last-of-type(2) .amenities-item {
  border-bottom: 1px solid #CF943D;
}

.amenities-header-content p {
  color: #D3D0D2;
}

.amenities-header-content {
  margin-bottom: 100px;
}

/* Amenities Css End */


/* Location Css Start */
.connectivity-item-img img {
  max-width: 80px;
  margin-bottom: 15px;
}

.connectivity-item-header h4 {
  font-weight: 400;
  color: #000;
}

.connectivity-item-header {
  margin-bottom: 40px;
}

.connectivity-item-points p {
  margin-bottom: 0;
}

.connectivity-item-points {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

.connectivity-item-points p:last-child {
  color: #000;
  min-width: 50px;
  text-align: right;
}

.connectivity-item-points:last-child {
  margin-bottom: 0;
}

.connectivity-item {
  position: relative;
  height: 100%;
}

.connectivity-item:before {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #4B6879;
}

#connectivity-slider .splide__arrows {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

#connectivity-slider .splide__arrow {
  position: static;
  display: inline-block;
  margin: 0 7px;
  transform: scale(1);
}

#connectivity-slider .splide__arrow:hover {
  transform: scale(1.2);
}

.section-connectivity .section-title {
  margin-bottom: 50px;
}

.section-connectivity .theme-3-img img {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  top: -385px;
  margin-bottom: -573px;
  /*animation-name: floating;*/
  /*animation-duration: 3s;*/
  /*animation-iteration-count: infinite;*/
  /*animation-timing-function: ease-in-out;*/
}

#section-connectivity {
  overflow: unset;
}

/* Location Css End */


/* Gallery Css Start */
.section-gallery .section-title {
  margin-bottom: 60px;
  display: inline-block;
}

.gallery-item .gallery-img {
  margin-bottom: 15px;
}

.section-title h2 {
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-bg .section-title h2 {
  background: linear-gradient(89.92deg, #6B4D29 2.77%, #CF943D 32.62%, #CF943D 75.47%, #6B4D29 96.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#gallery-slider .splide__arrow {
  position: static;
  display: inline-block;
  margin: 0 7px;
  transform: scale(1);
}

#gallery-slider .splide__arrow:hover {
  transform: scale(1.2);
}

#gallery-slider .splide__arrows {
  position: absolute;
  top: -100px;
  right: 200px;
  display: flex;
  gap: 10px;
}


.gallery-item p {
  color: #fff;
}

/* Gallery Css End */


/* Floor Plan Css Start */
#floorplan-slider .splide__arrow {
  position: static;
  display: inline-block;
  margin: 0 7px;
  transform: scale(1);
}

#floorplan-slider .splide__arrow:hover {
  transform: scale(1.2);
}

#section-floorplan .section-title {
  display: inline-block;
}

#floorplan-slider .splide__arrows {
  position: absolute;
  top: -70px;
  right: 200px;
  z-index: 9;
  display: flex;
  gap: 10px;
}

#floorplan-slider .is-active .theme-block:before {
  opacity: 0.8;
}

.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: 0;
  visibility: hidden;
  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: transparent;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1;
  color: #CF943D;
  font-weight: 700;
  border: 1px solid #CF943D;
}

.plan-inquire-btn:hover {
  background: #0b1c24;
}

#floorplan-slider .is-active .floorplan-item .plan-inquire-btn,
.floorplan-item:hover .plan-inquire-btn {
  opacity: 1;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.floorplan-title h4 {
  margin-bottom: 5px;
}

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

.floorplan-img {
  margin-bottom: 15px;
  border: 1px solid #0A2429;
}

.floorplan-details .section-title {
  display: inline-block;
}

/* Floor Plan Css End */


/* Construction Css Start */
.theme-element-img {
  position: relative;
  max-width: 120px;
  bottom: -220px;
  margin-top: -220px;
  left: 40px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#section-dront-shoot,
#section-construction {
  overflow: unset;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

#drone-shoot-slider h3 {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
}

/* Construction Css End */


/* Location Css Start */
.section-location-map .section-title {
  margin-bottom: 50px;
}

#section-location-map:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58%;
  background: #402915;
  z-index: -1;
}

.theme-block.getdirection {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  /* opacity: 0;
  visibility: hidden; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 100%;
  width: 100%;
}

.location-map-details {
  position: relative;
}

.theme-block.getdirection span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 24px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.location-map-details:hover .theme-block.getdirection span {
  opacity: 1;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* Location Css End */


/* About Brand Css Start */
.about-brand-details .theme-logo img {
  height: 100px;
  margin: 0 auto 50px;
}

.about-brand-details-content {
  position: relative;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.about-brand-details-content h4 {
  font-weight: 400;
  color: #000;
}

/* About Brand Css End */


/* Drone Shoot Css Start */
#drone-shoot-slider {
  padding: 0 70px;
}

.drone-element-img {
  max-width: 200px;
  position: absolute;
  top: 0;
}

/* Drone Shoot Css End */


.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: block !important;
  opacity: 0.4;
  pointer-events: none;
}

/* .floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
} */

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.theme-3-img-mobile {
  display: none;
}

.drone-element-img img {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.drone-element-img-mobile {
  display: none;
}

.section-drone-shoot .section-title {
  margin-bottom:10px;
}

#drone-shoot-slider .splide__arrow.splide__arrow--prev:disabled,
#drone-shoot-slider .splide__arrow.splide__arrow--next:disabled {
  display: flex !important;
  opacity: 0.4;
}

.about-brand-details .theme-logo {
  max-width: fit-content;
  margin: 0 auto;
}

.imp-wrap {
  margin: 0 auto;
}

.squares-container {
  border: 1px solid rgb(157 140 114 / 30%) !important;
}

.squares-element>* {
  font-family: "futura" !important;
  font-size: 16px;
}

.theme-logos-content {
  display: flex;
}

.theme-logo.dhuleva-corporate-logo {
  padding-left: 15px;
  margin-left: 20px;
  border-left: 1px solid rgba(157, 140, 114, 0.70);
}

.row-amenities {
  justify-content: center;
}

.col-amenities:last-child .amenities-item {
  border-right: unset;
}

.section-site-address {
  background: #0b1c2430;
  padding: 30px !important;
}

.section-construction .container {
  max-width: 500px !important;
}

.whatsapp-icon {
  position: fixed;
  bottom: 135px;
  right: 50px;
  width: 40px;
  height: 40px;
  z-index: 9;
}

#amenities-slider-1 .splide__arrow svg path,
#amenities-slider .splide__arrow svg path {
  stroke: #ffffff;
}

#amenities-slider .splide__arrow--next {
  right: -80px;
}

#amenities-slider .splide__arrow--prev {
  left: -80px;
}

.amenities-second-slider-item .col-amenities:nth-last-of-type(5) .amenities-item,
.amenities-second-slider-item .col-amenities:nth-last-of-type(4) .amenities-item,
.amenities-second-slider-item .col-amenities:nth-last-of-type(3) .amenities-item {
  border-bottom: none;
}

#amenities-slider-1 {
  display: none;
}

#section-construction {
  overflow: hidden;
}

.play-box.theme-block::before {
  opacity: 0.5;
  border-radius: 15px;
}

.play-box .theme-block-icon.yBox {
  opacity: 1;
  width: 60px;
  height: 60px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  /* background: #fa183d; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #CF943D;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #CF943D;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: 2px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.call-btn-with-number {
  position: fixed !important;
  top: 160px;
  right: -155px;
  padding: 8px 15px 8px 5px;
  z-index: 999 !important;
  /* transform: rotate(-90deg); */
  transition: all 0.3s linear;
  color: #ffffff;
  border: 1px solid #ffffff90;
  background: #402915;
  /*background: linear-gradient(90deg, #0c1318 0%, #0c2529 100%, #0b1c24 100%);*/
  font-size: 16px;
}

.sticky-call-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.sticky-call-icon svg,
.sticky-call-icon {
  width: 30px;
  height: 30px;
}

.call-btn-with-number:hover {
  right: -1px;
}