* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img,
video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@font-face {
  font-family: "GT-Ultra-Median-Regular";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/GT-Ultra-Median-Regular.otf);
}

@font-face {
  font-family: "Gambetta-Medium";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Gambetta-Medium.otf);
}

body::-webkit-scrollbar {
  width: 0.5em;
  background-color: #fff;
  border-left: none;
}

body::-webkit-scrollbar-thumb {
  background-color: #aa8a4b;
  outline: 1px solid #fff;
  border-radius: 15px;
}

body {
  background-color: #fff;
  color: #363636;
  font-family: "Gambetta-Medium";
  font-weight: 400;
  overflow-x: hidden;
}

/* Preloader */

/* Preloader end */

.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  /* padding: 10px 0; */
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.img-360 {
  filter: blur(3px);
}

.art {
  position: absolute;
  bottom: 6%;
  left: 9%;
  background: #ffff;
  padding: 2px 15px;
}

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

.mar-top {
  margin-top: 107px;
}

.dis-font {
  font-size: 12px;
}

.navbar-nav .nav-item a {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 18px;
  color: #363636 !important;
}

.navbar-nav .nav-item {
  text-align: center;
}

.sticky .navbar {
  background-color: #fff;
  box-shadow: 2px 2px 5px #414141;
  transition: 0.3s ease-in-out;
}

.otherlogo {
  margin-right: -3%;
}

.otherlogo img {
  width: 70px;
}

.as-per {
  color: #fff;
  text-align: end;
  padding-top: 15px;
}

.enq_btn {
  width: fit-content;
  padding: 10px 25px;
  border: 1px solid #aa8a4b;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  right: -2%;
}

.enq_btn span {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 17px;
  color: #363636;
  text-align: center;
}

.cust-wid {
  max-width: 900px !important;
}

/***************** Banner *******************************/

.section__banner {
  width: 100%;
  position: relative;
}

.carousel-inner {
  /* margin-top: 6%; */
}

.ban_title {
  position: absolute;
  left: 7%;
  top: 16%;
}

.ban_title p {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1vw;
  color: #fff;
}

.ban_head {
  position: absolute;
  bottom: 40%;
  left: 7%;
}

.ban_head h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 3vw;
  color: #fff;
}

.section__mobform {
  width: 100%;
  padding: 70px 0 50px;
}

.res {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 30px;
}

.mob_title h2 {
  font-family: "Ultra";
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 1.8rem;
}

.mob_title .form-control {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.mob_title .form-select {
  border: 1px solid #000;
}

.ovsec {
  flex-wrap: nowrap !important;
}

/**************************** Overview *******************************/

.over__sec {
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.over_box {
  padding-left: 50px;
}

.over_box h3 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1vw;
  color: #aa8a4b;
  text-transform: capitalize;
}

.over_box h1 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 2.5vw;
  color: #000;
  margin-top: 25px;
}

.over_box p {
  font-size: 1.1vw;
  color: #363636;
  line-height: 1.5;
}

.down_btn {
  width: fit-content;
  padding: 15px 25px;
  border: 1px solid #aa8a4b;
  border-radius: 50px;
  margin-left: 50px;
  cursor: pointer;
}

.down_btn h2 {
  font-family: "Gambetta-Medium";
  font-size: 17px;
  color: #aa8a4b;
  text-align: center;
  margin: 0;
}

.down_btn img {
  width: 12%;
}

.high_sec {
  width: 100%;
  background-color: #f8f8f8;
  padding: 70px 0;
}

.high_box {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #aa8a4b;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 9%;
}

.high_box img {
  width: 15%;
}

.high_box p {
  font-size: 17px;
  color: #363636;
  margin: 0;
}

/**************************** Configuration **********************************/

.conf__sec {
  width: 100%;
  background: url(../images/ele.webp) center no-repeat;
  background-size: cover;
  background-color: #000000c9;
  background-blend-mode: overlay;
  padding: 70px 0;
}

.config_wrap {
  border-top: 10px solid #fff;
  border-bottom: 40px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding: 25px 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
  transition: ease all 0.5s;
}

.config_wrap:hover {
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.config_wrap h3,
.config_wrap h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.config_wrap h4 {
  width: fit-content;
  font-family: "GT-Ultra-Median-Regular";
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: 3px;
  outline: groove;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
}

.config_line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**************************** Connectivity **********************************/

.con__sec {
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.con_div h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1vw;
  color: #aa8a4b;
  text-transform: capitalize;
}

.con_div p {
  font-size: 19px;
  color: #000;
  line-height: 1.5;
  padding-top: 25px;
}

/**************************** icons **********************************/

.icon__sec {
  width: 100%;
  position: relative;
  padding: 25px 0 40px;
}

.icon_div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.icon_div img {
  width: 11%;
}

.icon_div p {
  font-weight: 500;
  font-size: 1.1vw;
  margin: 0;
  text-transform: capitalize;
}

/**************************** Amenities **********************************/

.ameni__sec {
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.ameni_div h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1vw;
  color: #aa8a4b;
  text-transform: capitalize;
  text-align: center;
}

.ameni_div p {
  font-size: 1.1vw;
  color: #363636;
  line-height: 1.5;
  text-align: center;
  padding-top: 25px;
}

.ameni_box {
  padding-top: 35px;
}

.ameni_box img {
  width: 35% !important;
  padding-bottom: 15px;
  display: inline-block !important;
}

.ameni_box p {
  font-size: 17px;
  color: #363636;
}

.amenity_div button {
  font-family: "Gambetta-Medium";
  font-size: 18px;
  color: #000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #aa8a4b;
  background-color: transparent;
  text-align: center;
  margin-top: 20px;
}

#more,
#more1,
#more2 {
  display: none;
}

/* tabs ccs */

.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  width: fit-content;
  margin: 0 auto;
}

.nav-tabs .nav-link {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 25px;
  color: #00000080;
  text-align: center;
  line-height: 30px;
  padding: 0.5rem 1.5rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #aa8a4b;
  border-color: transparent;
  border-bottom-color: #aa8a4b;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom-color: #aa8a4b;
}

/* tabs css end */

/**************************** gallery **********************************/

.gall__sec {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.ameni_div h3 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 2.5vw;
  color: #000;
  text-align: center;
}

.gallery-carousel .owl-item.active.center .gal_img {
  transform: scale(1);
  transition: 0.5s all ease-in-out;
}

.gallery-carousel .owl-item.active.center .gal_img p {
  display: block;
}

.gallery-carousel .owl-item .gal_img {
  transform: scale(0.8);
  transition: 0.5s all ease-in-out;
}

.artic {
  position: absolute;
  bottom: 7%;
  background: #fff;
  left: 0px;
  padding: 1px 8px !important;
  font-size: 12px !important;
}

.dist {
  text-align: end;
  margin-right: 10px;
}

.gal_img p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
}

/**************************** Floor **********************************/

.floor__sec {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.floor_box h3 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1.5rem;
  color: #aa8a4b;
  text-transform: capitalize;
}

.floor_box h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 2.5rem;
  color: #000;
  margin-top: 20px;
}

.flr_img img {
  filter: blur(4px);
  cursor: pointer;
}

.table {
  border: 1px solid #aa8a4b;
}

.table > :not(:first-child) {
  border-top: none;
}

.table thead th {
  padding: 1.5rem;
  background-color: #aa8a4b;
  font-family: "GT-Ultra-Median-Regular";
  font-size: 22px;
  color: #fff;
}

.table tbody td {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #000;
  background-color: #fff7e9;
  padding: 1rem;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #aa8a4b;
}

.specy_para {
  overflow-y: scroll;
  height: 280px;
}

.nav-pills .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #00000080;
  text-align: left;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #aa8a4b;
  border-bottom: 1px solid #aa8a4b;
  border-radius: 0;
}

.specy_div ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 2;
  position: relative;
}

.specy_div h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #aa8a4b;
}

/*********************** Video *********************************/

.video__sec {
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.floor_box img {
  width: 35%;
}

.award_div {
  background-image: url(../images/awrd.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 35px;
}

.award_div p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
}

.award_div h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.award_div h2::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 41%;
  text-align: center;
  background-color: #aa8a4b;
  width: 20%;
  height: 2px;
}

.counter {
  padding: 0.5rem;
  padding-bottom: 0;
  text-align: center;
}

.block {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 4vw;
  color: #aa8a4b;
}

.counterText {
  font-family: "Gambetta-Medium";
  font-size: 1.5vw;
  color: #363636;
}

.border-r {
  border-right: 1px solid #aa8a4b;
}

/*********************** Connectivity *********************************/

.accordion-item {
  border: none;
  background-color: transparent;
}

.accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid #333333;
}

.accordion-button p {
  font-family: "DIN-Regular";
  font-weight: 500;
  font-size: 1.25rem;
  color: #312c2b;
}

.accordion-body p {
  font-family: "DIN-Regular";
  font-size: 1rem;
  color: #000;
}

.accordion-body p img {
  width: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 !important;
}

.accordion-button:focus {
  border-bottom: 1px solid #333333 !important;
  box-shadow: none !important;
}

/************************* Contact Us ***************************/

.cont__sec {
  width: 100%;
  background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  /* padding: 70px 0; */
}

.cont__box h2 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 2.5vw;
  color: #000;
  text-align: center;
}

.nowbtn h3 {
  font-family: "GT-Ultra-Median-Regular";
  font-size: 1.5vw;
  color: #000;
  text-align: center;
  line-height: 2;
  position: relative;
}

.nowbtn h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 46%;
  background-color: #aa8a4b;
  width: 6%;
  height: 2px;
}

.nowbtn a {
  font-family: "Gambetta-Medium";
  font-size: 20px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 2;
}

.nowbtn p {
  font-size: 1.1vw;
  color: #363636;
}

/************************* Footer ***************************/

.footer__sec {
  width: 100%;
  background-color: #fffbf0;
  padding: 25px 0;
}

.qr_img img {
  width: 50%;
}

.footer_ads p {
  font-size: 18px;
  color: #363636;
  text-align: center;
}

.footer_ads p span {
  font-weight: 600;
  color: #aa8a4b;
}

/*********************Modal *******************************/

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  background-color: #fff;
}

.modal-body h2 {
  font-family: "Ultra";
  font-size: 25px;
  color: #000;
}

.modal-body p {
  font-size: 16px;
  color: #363636;
}

.modal-body .sub_btn {
  font-family: "Ultra";
  font-size: 15px;
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff;
  width: fit-content;
  padding: 10px 40px;
}

.modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-body .input-group-addon i {
  margin-top: 5px;
}

.form-group {
  height: 65px;
}

.input-group-addon p {
  color: #000;
  font-size: 15px;
}

.form-control {
  border: 1px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0;
}

.form-select {
  background-color: transparent;
  color: gray;
}

.input-group > .form-control:focus {
  box-shadow: none !important;
  background: transparent !important;
}

.error {
  color: red;
}

/**************Thank You  **************************/

.thank__sec {
  width: 100%;
  position: relative;
}

.thank_wrap {
  background-color: #fff;
  backdrop-filter: blur(10px);
  padding: 20px;
  margin: 10% 0;
  border: 1px solid #fff;
}

.check_sign {
  background: #333;
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #333;
  border-radius: 50%;
  margin: 0 auto;
}

.check_sign i {
  font-size: 55px;
  color: #fff;
}

.section-title h2 {
  font-family: "Ultra";
  font-size: 25px;
  color: #000;
}

.section-title h2 span {
  font-family: "Ultra";
  color: #000;
}

.oops-greet,
.oops-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #000;
}

.go_txt {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: transparent !important;
  border-radius: 15px;
  border: 1px solid #000;
  width: fit-content;
  padding: 10px 20px;
  margin: 15px auto 0;
}

/*******  ***********/

.btn_dwnld {
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: fit-content;
  padding: 10px 25px;
  background-color: #405a4f;
  color: #fff;
  font-family: "DIN-Regular";
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}

.btn_dwnld img {
  width: 20px;
}

.btn_enq {
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: fit-content;
  padding: 10px 20px;
  background-color: #aa8a4b;
  color: #fff;
  font-family: "Gambetta-Medium";
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}

.whats_div {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #405a4f;
  width: fit-content;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.whats_div img {
  width: 85%;
  position: relative;
  top: -2px;
}

.phone_div {
  position: fixed;
  right: 0;
  top: 57%;
  background-color: #405a4f;
  width: fit-content;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.phone_div img {
  width: 85%;
  position: relative;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/*  */

@-webkit-keyframes falling {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes falling1 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(40deg);
  }

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

/* extra */
.noticeLine {
  padding: 5px 0 !important;
  background-color: #e6e6e6;
  margin-bottom: 0px !important;
}

.noticeLine p {
  margin-bottom: 0px !important;
  text-transform: capitalize;
}
