/* @import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap'); */
@font-face {
  font-family: "Abigate";
  src: url("../fonts/abigate-desgo.ttf");
}

@font-face {
  font-family: "Bree";
  src: url("../fonts/Bree-Light.otf");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fa-phone:before {
  content: "\f095";
}
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

body {
  font-family: "Bree", serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

section {
  overflow-x: hidden;
}

.intro {
  display: none !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 999;
  /* padding: 10px; */
  background: #000;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

.navbar-nav .nav-link {
  color: #fff;
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #fff !important;
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.navigation-type-split.fixMenu {
  background: #000;
  transition: ease all 0.5s;
}

.navbar-brand img {
  width: 195px;
}

/* .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(196, 149, 72, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c49548' width='30px' height='30px' viewBox='0 0 0.9 0.9' xmlns='http://www.w3.org/2000/svg' id='cross' class='icon glyph'%3E%3Cpath d='m0.503 0.45 0.236 -0.236a0.037 0.037 0 1 0 -0.053 -0.053L0.45 0.397l-0.236 -0.236a0.037 0.037 0 0 0 -0.053 0.053l0.236 0.236 -0.236 0.236a0.037 0.037 0 0 0 0 0.053 0.037 0.037 0 0 0 0.053 0l0.236 -0.236 0.236 0.236a0.037 0.037 0 0 0 0.053 0 0.037 0.037 0 0 0 0 -0.053Z'/%3E%3C/svg%3E") !important;
} */

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  background-image: url(../images/banner-img.webp);
  height: 100vh;
}

#hero .container {
  padding-top: 72px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero h3 {
  color: #e3af5a;
  font-family: Barlow Condensed;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  /* 150% */
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
}

#hero h2 {
  color: #fff;
  text-align: center;
  font-family: Gilda Display;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 69px;
  /* 115% */
}

#hero p {
  color: #fff;
  text-align: center;
  font-family: Gilda Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.2px;
  /* 155% */
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*------------------overview start-----------------------------*/

.overview {
  padding: 70px 0px;
  background: #141522;
}

.over-img img {
  width: 100%;
}

.over-content h3 {
  color: #e3af5a;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  /* 150% */
  letter-spacing: 6px;
  text-transform: uppercase;
}

.over-content h2 {
  color: #fff;
  font-family: Gilda Display;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.8px;
  /* 140% */
}

.over-content p {
  color: #fff;
  font-family: Barlow;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.9px;
}

.underline1 {
  width: 56px;
  height: 2px;
  background: #e3af5a;
}

.flex-over {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 15px 0px 15px;
  gap: 5px;
}

/*------------------overview end-----------------------------*/

/*------------------Configuration ---------------------------*/

.configuration {
  padding: 70px 0px;
  background: #1b1b23;
  position: relative;
}

.heading h3 {
  color: #fff;
  text-align: center;
  font-family: Gilda Display;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.underline2 {
  background: #e3af5a;
  width: 56px !important;
  height: 2px;
  display: block;
  margin: 20px auto;
}

.img-content img {
  width: 100%;
}

.conf-content h3 {
  color: #fff;
  font-family: Gilda Display;
  font-size: 32px;
  margin-bottom: 25px;
}

.conf-content p {
  color: #fff;
  font-family: Barlow;
  font-size: 17px;
}

.conf-content {
  background: #000000c2;
  padding: 30px;
  z-index: 999;
  position: relative;
  margin-top: -163px;
}

.conf-content h4 {
  border: 1px solid #e3af5a;
  color: #e3af5a;
  display: block;
  font-family: Gilda Display;
  font-size: 16px;
  padding: 8px 13px;
}

.conf-content a {
  border: 1px solid #e3af5a;
  color: #e3af5a;
  display: block;
  font-family: Gilda Display;
  font-size: 16px;
  padding: 8px 13px;
}

/*------------------Configuration End ---------------------------*/

.contact-us {
  padding-top: 50px;
  background: #151623;
}

.form-control {
  background-color: #222 !important;
  border: 1px solid #e3af5a ;
  border-radius: 0 !important;
  color: #fff !important;
}

.error {
  color: red;
}

.formcls {
  border-bottom: 2px solid #e3af5a;
  padding: 70px 138px;
  background: #222;
}

.submit-btn, .floorplan-btn {
  background: #e3af5a;
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 17px;
  padding: 10px;
  display: block;
  margin: 0px auto;
  width: 132px;
}
.floorplan-btn{
  border-radius: 5px;
  cursor: pointer;
}
.formcls h3 {
  color: #fff;
  text-align: center;
  font-family: Gilda Display;
  font-size: 45px;
  margin-bottom: 30px;
}

/*----------------------- */

.footerw1 {
  background: #222;
  padding: 70px 0px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maharera p {
  text-align: center;
  color: #fff;
  width: 64%;
  display: block;
  margin: 22px auto;
}

.disclaimer p {
  text-align: center;
  color: #fff;
  width: 64%;
  display: block;
  margin: 22px auto;
}

.terms {
  color: #fff;
}

.flex-about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 15px 0px 15px;
  gap: 5px;
}

.pd0 {
  padding: 0px;
}

.about-us {
  background: #1b1b23;
}

.about-content {
  width: 70%;
  margin-left: 26px;
}

.about-content h3 {
  color: #fff;
  font-family: Gilda Display;
  font-size: 32px;
}

.about-content p {
  color: #fff;
  font-family: Barlow;
  font-size: 17px;
}

.location {
  background: #151623;
  padding: 70px 0px;
  color: #fff;
}

.location-content h3 {
  margin-bottom: 10px;
  color: #e3af5a;
  font-family: Barlow;
  font-size: 15px;
}

.underline3 {
  width: 56px;
  height: 2px;
  background: #e3af5a;
  margin-bottom: 15px;
}

.location-content h2 {
  margin-bottom: 20px;
}

.gallery, .floor {
  padding: 70px 0px;
  background: #1b1b23;
  color: #fff;
}

.gallery-content h3 {
  color: #e3af5a;
  font-family: Barlow;
  font-size: 15px;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
}

.nav-link {
  color: #fff !important;
}

/*---------------gallery----------------------*/

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg.transparent {
  background: rgba(0, 0, 0, 0);
}

.overlayg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 2px dashed #383838; */
  transform: scale(0.975);
  z-index: 99;
}

.overlayg.whiteborder::before {
  /* border: 2px dashed #fff; */
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.amenities-gallery img {
  width: 100% !important;
  display: block !important;
  height: 336px;
  transition: all 0.5s;
  object-fit: cover;
}

#location .amenities-gallery img {
  width: 100%;
  display: block;
  height: 390px;
  object-fit: cover;
  transition: all 0.5s;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(254, 206, 123, 0.3);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

/*---Gallery Optional--*/

.gall-txt {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.gall-patch {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #333;
  font-size: 14px;
  padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
  height: 280px;
  object-fit: cover;
}

/*-------End Of Gallery ------------*/

.nav {
  margin-bottom: 30px !important;
}

/* .owl-prev img {
  position: absolute;
  left: -5%;
  top: 44%;
}

.owl-next img {
  position: absolute;
  right: -5%;
  top: 44%;
} */

.owl-theme .owl-nav [class*="owl-"] {
  background: #1b1b23 !important;
}

.amenities, .view {
  background: #151623;
  padding: 70px 0px;
}

.img1 img {
  margin: 16px auto;
  width: 93px !important;
  border-radius: 18%;
  padding: 20px;
  outline: 2px solid #1844c5;
  outline-offset: 5px;
  filter: invert(1);
}

.descri1 p {
  text-align: center;
  margin: 30px auto;
  color: #fff;
  letter-spacing: 1px;
}

.ame-wrapper {
  padding-bottom: 30px;
}

.imgclssa {
  /* filter: invert(1); */
  outline: 2px solid #e7bb3a;
  outline-offset: 5px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 9;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex !important;
  justify-content: space-between;
  top: 40%;
  position: absolute;
  width: 100%;
}

.owl-prev {
  margin-left: -80px !important;
}

.owl-next {
  margin-right: -80px !important;
}

.navbar-toggler-icon {
  filter: invert(88%) sepia(43%) saturate(3771%) hue-rotate(322deg) brightness(109%) contrast(78%);
}

.justify-ext {
  justify-content: end;
}

.enq-btn {
  position: fixed !important;
  right: 80px;
  bottom: 20px;
  z-index: 999;
  /* width: 113px; */
  font-size: 18px !important;
  background: #e3af5a !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.enq-btn-2 {
  position: fixed !important;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  /* width: 113px; */
  font-size: 18px !important;
  background: #e3af5a !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.enq-btn-3 {
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 16px !important;
  background: #e3af5a !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 29px;
  position: fixed;
}

.view-btn {
  font-size: 18px !important;
  background: #151623 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 8px 12px;
  border-radius: 0px;
  margin: 0px auto;
  font-weight: 600;
}

.map-view {
  font-size: 18px !important;
  background: #151623 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 8px 12px;
  border-radius: 0px;
  margin-top: 15px !important;
  margin: 0px auto;
  font-weight: 600;
}

#float-form .form-control {
  background: none !important;
  color: #000 !important;
}

#float-form .form-group {
  height: 43px;
  margin-bottom: 30px;
}

.btn-1 {
  background: #151623;
  border: none;
  color: #fff;
  font: 500 1rem sans-serif;
  padding: 14px 30px;
  position: relative;
  cursor: pointer;
  margin: 1rem;
  display: block;
  margin: 0px auto;
}

.modal-content {
  outline: 2px solid #fff !important;
  outline-offset: 5px !important;
}

.btn-close {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.btn-animation {
  border: 2px solid #fbbf24;
  outline: 2px solid #fff;
  transition: outline-offset 200ms ease;
}

.btn-animation:hover {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.modal-header {
  background: #151623;
  color: #fff;
}

.formcls .form-control {
  height: 40px;
  /* margin-bottom: 30px; */
}

.price-click {
  cursor: pointer;
}

a:hover {
  color: #fff !important;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #080808;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #d3b04a;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #080808;
  border-radius: 25px;
}

.oops-greet {
  color: #d3b04a;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 7%;
}

.footer-call {
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-top: 20px;
}

.footer-call a {
  color: #FFFFFF;
  text-decoration: none;
  margin-top: po;
  /* background-color: #0000008c; */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 628px !important;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (max-width: 767px) {
  /* .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    color: #000 !important;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  } */

  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex !important;
    justify-content: space-between;
    top: 0%;
    position: absolute;
    width: 100%;
  }

  #header {
    transition: all 0.5s;
    z-index: 999;
    padding: 0px;
  }

  #navbarSupportedContent {
    background: #fff;
    color: #000;
  }

  .nav-link {
    color: #000 !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background: #000;
    padding: 12px;
  }

  .flex-over {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 15px 0px 15px;
    gap: 5px;
    margin-top: 36px;
  }

  .overview {
    padding: 50px 0px;
    background: #141522;
  }

  .configuration {
    padding: 50px 0px;
  }

  .conf-content {
    margin-bottom: 30px;
    margin-top: -202px;
  }

  .amenities {
    background: #151623;
    padding: 50px 0px;
  }

  .gallery {
    padding: 50px 0px;
  }

  .justify-ext {
    justify-content: center;
  }

  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: block !important;
    position: relative;
    width: 100%;
  }

  .formcls {
    border-bottom: 2px solid #e3af5a;
    padding: 38px 29px;
    background: #222;
  }

  .footerw1 {
    background: #222;
    padding: 70px 0px;
  }

  .maharera p {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin: 22px auto;
  }

  .descri1 p {
    text-align: center;
    margin: 30px auto;
    color: #fff;
    letter-spacing: 1px;
    height: 10px;
  }

  .disclaimer p {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin: 22px auto;
  }

  .terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .about-content {
    width: 100%;
    margin-left: 0;
    margin-top: 33px;
  }

  .contact-us {
    padding-top: 50px;
    background: #151623;
  }
}

.qr-img img {
  width: 100px !important;
  display: block !important;
  margin: 25px auto !important;
  margin-bottom: 0px !important;
}


#carousel-example-generic .carousel-inner>.item>img {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }
  #carouselExampleControls{
    margin-top: 100px;
  }
}

.logo-wrapper1 {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .navbar-brand img {
    width: 95px;
  }

  .navbar-brand {
    display: flex;
    justify-content: space-between;
  }

  .carousel-inner {
    margin-top: 64px;
  }

  #header {
    background: #000;
  }
}

.fixed-footer-cust {
  background: #e3af5a;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.fix-link {
  color: #fff !important;
  font-size: 12px !important;
}

.i-am {
  padding: 0px !important;
  background: transparent;
  width: 100%;
  display: block;
}

.div-line {
  border-right: 1px solid #fff;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .logo-wrapper
  {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}

.blur {
  filter: blur(3px);
}

.flexnav{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .logo-wrapper
  {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
  }
}
.btn-container{
  width: max-content;
  margin: auto;
}
.d-none{
  display: none;
}
.privacy{
  background: none;
  border: 0px;
}
.error-modal, .error-banner {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 5;
}
.error {
  border: 2px solid red;
  animation: error .2s linear 5 alternate .1s;
}
@keyframes error {
  0% {
      border: 2px solid black;
  }

  100% {
      border: 2px solid red;
  }
}

/* banner-form-css */
.banner-form-container {
  text-align: center;
}
.banner-form-title {
  color: #e3af5a;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px;
}
.banner-query-box{
  position: relative;
  margin-bottom: 20px;
}
.banner-query-box.d-flex{
  display: flex;
}
.banner-btn{
  padding: 11px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #e3af5a;
  color: #ffffff;
  border: 1px solid #e3af5a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-btn:hover{
  color: #e3af5a;
  background-color: #fff;
  border: 1px solid #e3af5a;
}
.form-container{
background-color: #1b1b23;
padding: 40px 0px;
}
.f-icon {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px #c79f27;
}

100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}