@font-face {
  font-family: "Muli-ExtraBold";
  src: url('../fonts/Muli-ExtraBold.ttf');
}

@font-face {
  font-family: "MuliSemibold-BW0dG";
  src: url('../fonts/MuliSemibold-BW0dG.ttf');
}

@font-face {
  font-family: "Muli-Regular";
  src: url('../fonts/Muli-Regular.ttf');
}


body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(5deg, #038068 53%, #038068 99%)
}


body {
  font-size: 15px;
  font-family: 'MuliSemibold-BW0dG', sans-serif !important;
  color: #2d2d2d;
  font-weight: 500;
}

.container {
  max-width: unset;
  width: 84%;
}

section {
  position: relative;
}

.section-head {
  font-family: 'Muli-ExtraBold', sans-serif;
  color: #000;
  font-size: 27px;
  position: relative;
}
.head-color1{
  color: #038068 !important;
}
.head-color2{
  color: #f6efd6 !important;
}

.headingborder {
  border: 1px solid #000;
  width: 12%;
  opacity: 1;
}

.headingborder3 {
  border: 1px solid #f6efd6;
  width: 100%;
  opacity: 1;
}

.headingborder1 {
  border: 1px solid #000;
  width: 9%;
  opacity: 1;
}

#lock {
  display: none;
}

.pulse {
  background: #000;
  text-align: center;
  animation: animate-pulse 2s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* ==================== Overview Start ==================== */
#Overview{
  background: #f6efd6;
}
.overviewheading{
  font-size: 30px;
}
.innerHighlights {
  border-right: 1px solid #000;
  padding: 10px;
}

.innerHighlights p {
  margin-bottom: 0px;
}

.iconsover {
  width: 60px;
}

p.title {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

.locdetails .title2{
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.Enlarge{
  position: absolute;
  top: 0;
  left: 0;
  color: #f6efd6;
  background: #283c8d;
  font-weight: 700;
  z-index: 111;
  padding: 5px 10px;
}


.paratext {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.amenitiesicon {
  text-align: center;
  display: inline-flex;
}
.hi-icon{display: flex;
  justify-content: center;
  align-items: center;}
.overviewlarge{display: none;}
/* .text-para{font-size: 6px;} */
/* ==================== Overview End ==================== */
/* ==================== Configuration Start ==================== */
#configuration .section-head{
  color: #f6efd6;
}
.configheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftsideelement{
  flex-direction: column;
  display: flex;
}
.rightsideelement{
  flex-direction: column;
  display: flex;
}
#configuration {
  background-color: rgba(0, 0, 0, 0.7);
}
#configuration {
  background-image: url(../imgs/Configuration.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: bottom;
  }
  .config-wrap p{
    color: #f6efd6 ;
  }
.config-wrap {
  text-align: center;
  border-top: 10px solid #f6efd6;
  border-bottom: 40px solid #f6efd6;
  border-left: 10px solid #f6efd6;
  border-right: 10px solid #f6efd6;
  padding: 25px 0px;
  margin-bottom: 0px;
  transition: ease all 0.5s;
}

.config-wrap:hover {
  background-color: #038068;
  border-color: #f6efd6;
  -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 span {
  font-size: 22px;
  color: #f6efd6;
  font-weight: 700;
}

.config-wrap h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

.config-wrap p {
  font-size: 17px;
}

.config-line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.config-wrap h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #f6efd6;
}

.config-wrap h2 span {
  color: #f6efd6;
}

.configbtn{
  background: #f6efd6;
    font-size: 13px;
    color: #038068;
}
.configbtn:hover{
  background: #f6efd6;
    font-size: 13px;
    color: #038068;
}
.leftelement{
  overflow: hidden;
}
.leftelement img{
  transform: translateX(-150%);
  transition: all 0.5s ease-in-out;
}
.leftelement.active img{
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}
.rightelement{
  overflow: hidden;
}
.rightelement img{
  transform: translateX(103%);
  transition: all 0.5s ease-in-out;
}
.rightelement.active img{
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}
.confelm{
  display: flex;
  justify-content: end;
}
/* ==================== Configuration End ==================== */
/* ==================== Amenities Start ==================== */

.amenitiesbtn{
  position: relative;
}
.btn-ame-prev{
  position: absolute;
  left: -7%;
}
.btn-ame-next{
  position: absolute;
  right: -7%;
}
.amenitiesimg{
  position: relative;
}
.amenitiesimg a:hover .overlay { background-color: rgba(0, 0, 0, 0.7); }
.amenitiesimg a .overlay {
  border: 1px solid #ebd256;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.amenitiesimg a:hover .overlay>img {
  opacity: 1;
}

.amenitiesimg a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 7%;
}

.caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 28px;
  text-align: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.101) 90%);
  color: #ffffff;
  padding: 5px 50px 5px 20px;
  font-size: 15px;
}
.amenitiesicons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenitiesicons p.title {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    justify-content: center;
}

.amenitiesimg.amenitiesimg-active {
  transform: translate(0%, 0) scale(1) !important;
}
#Amenities{
  background-color: #f6efd67d;
}

#Amenities .swiper-button-prev,
.swiper-rtl #Amenities  .swiper-button-next {
  color: #f6efd6;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #038068;
  transition: all 0.5s ease-in-out;
}
#Amenities .swiper-button-prev:hover,
.swiper-rtl #Amenities  .swiper-button-next:hover {
  color: #038068;
  border: 1px solid #038068;
  background: #f6efd6;
  transition: all 0.5s ease-in-out;
}

#Amenities .swiper-button-next,
.swiper-rtl #Amenities  .swiper-button-prev {
  color: #f6efd6;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #038068;
  transition: all 0.5s ease-in-out;
}
#Amenities .swiper-button-next:hover,
.swiper-rtl #Amenities  .swiper-button-prev:hover {
  color: #038068;
  border: 1px solid #038068;
  background: #f6efd6;
  transition: all 0.5s ease-in-out;
}
#Amenities  .swiper-button-next:after,
#Amenities .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 700;
}
.ameheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenitiesbtn{
  position: relative;
}
.ameelem{
  display: flex;
  justify-content: end;
}
/* ==================== Amenities End ==================== */
/* ==================== Gallery Start ==================== */
#Gallery {
  background-color: #038067c2;
  color: #f6efd6;
}
.galleryswiperbox a:hover .overlay { background-color: rgba(0, 0, 0, 0.7); }
.galleryswiperbox a .overlay {
  border: 1px solid #ebd256;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.galleryswiperbox a:hover .overlay>img {
  opacity: 1;
}

.galleryswiperbox a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
} 
.gallerycontent .btn-gel-prev{
  position: static;
  z-index: 999 !important;
}
.gallerycontent .btn-gel-next{
  position: static;
  z-index: 999 !important;
}
.gallerybtns{
  display: flex !important;
}

#Gallery .swiper-button-prev,
.swiper-rtl #Gallery  .swiper-button-next {
  color: #038068;
  border: 1px solid #038068;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #f6efd6;
  margin: 0px 15px;
  transition: all 0.5s ease-in-out;
}
#Gallery .swiper-button-prev:hover,
.swiper-rtl #Gallery  .swiper-button-next:hover {
  color: #f6efd6;
  border: 1px solid #f6efd6;
  background: transparent;
  transition: all 0.5s ease-in-out;
}

#Gallery .swiper-button-next,
.swiper-rtl #Gallery  .swiper-button-prev {
  color: #038068;
  border: 1px solid #038068;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #f6efd6;
  margin: 0px 15px;
  transition: all 0.5s ease-in-out;
}
#Gallery .swiper-button-next:hover,
.swiper-rtl #Gallery  .swiper-button-prev:hover {
  color: #f6efd6;
  border: 1px solid #f6efd6;
  background: transparent;
  transition: all 0.5s ease-in-out;
}
#Gallery  .swiper-button-next:after,
#Gallery .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 700;
}
.gelheading{
  display: flex;
  align-items: center;
  justify-content: start;
}
.gelelem{
  display: flex;
  justify-content: end;
}
.swiper-button-lock{
  display: flex;
}
/* ==================== Gallery End ==================== */
/* ==================== Floorplan Start ==================== */
.floor-wrapper{
  position: relative;
}
.floor-wrapper a:hover .overlay { background-color: rgba(0, 0, 0, 0.7); }
.floor-wrapper a .overlay {
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.floor-wrapper a:hover .overlay>img {
  opacity: 1;
}

.floor-wrapper a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 7%;
}
.floorplanopen2{
  position: relative;
}
.floorplanopen2 a:hover .overlay { background-color: rgba(0, 0, 0, 0.7); }
.floorplanopen2 a .overlay {
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.floorplanopen2 a:hover .overlay>img {
  opacity: 1;
}

.floorplanopen2 a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 7%;
}
#floorplan{
  background-color: #038068;
}
.innerFloorplan .owl-carousel a .overlay {
  margin: 0px;
}

.innerFloorplan .swiper-slide a .overlay {
  border: 1px solid #ebd256;
  margin: 0px;
}

.img-blurimg {
  filter: blur(4px);
}

/* .innerFloorplan .swiper-slide {
  transform: translate(0%, 0) scale(1) !important;
}
.floore-img a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
} */

.floore-img {
  position: relative;
}

.floore-img a .overlay {
  border: 2px solid #fff;
  margin: 1px 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.floore-img a:hover .overlay>img {
  opacity: 1;
}

.floore-img a .overlay>img {
  left: 45%;
  opacity: 0;
  width: 45px !important;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}

.floore-option ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

#flooreplan li {
  padding-right: 20px;
  font-size: 20px;
}

.innerflooreplan .nav-link:hover {
  font-weight: unset !important;
}

#flooreplan .container {
  position: relative;
  margin-top: 20px;
}

.floore-img a {
  position: relative;
  display: inline-block;
}

.florebtn {
  position: relative;
}

#floorplan .nav-item {
  margin: 0px 10px;
  width: 10%;
  text-align: center;
}

#floorplan .nav-link {
  color: #f6efd6;
  border: 1px solid #f6efd6;
  padding: 7px 0px !important;
}


#floorplan .nav-link.active {
  background: #f6efd6 !important;
  color: #038068 !important;
}

.ametab {
  cursor: pointer;
}

#floorplan .gelbox {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#floorplan .gelbox.active {
  height: auto !important;
  opacity: 1 !important;
  padding-top: 30px;
  visibility: visible !important;
  transition: all 2s !important;
}

.floore-img img {
  border: 2px solid #000;
}

#floorplan .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#floorplan .textjustify {
  color: #fff !important;
}
.floorheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
#floorplan .section-head{
  color: #f6efd6;
}
.floorelem{
  display: flex;
  justify-content: end;
}

/* ==================== Floorplan End ==================== */
/* ==================== Testimonials Start ==================== */
#Testimonials{
  background-color: #f6efd6;
}
.testheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.testelem{
  display: flex;
  justify-content: end;
}
/* ==================== Testimonials End ==================== */
/* ============== Location start ==============  */
#location{
background-color: #f6efd6;
}
#location .accordion-header button,
#location .accordion-header button:focus {
    display: block;
    padding: 11px 35px;
    font-size: 16px;
    color: #f6efd6;
    background: #038068;
    border: none;
    position: relative;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    box-shadow: none;
}

#location .accordion-header button:after {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    background: #038068;
    text-align: center;
    font-size: 12px;
    color: #f6efd6;
    border: 5px solid #f6efd6;
    position: absolute;
    top: 4px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#location .accordion-header:focus button:after {
    content: "-";
}

.accordion-item {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* .accordion-body {
    background-image:url(../img/locationpoint.png) ;
    background-size: cover;
    background-repeat: no-repeat;
} */
.bodyimg1{
  background-image:url(../imgs/locationside/01.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}
.bodyimg2{
  background-image:url(../imgs/locationside/02.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}
.bodyimg3{
  background-image:url(../imgs/locationside/03.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}
.bodyimg4{
  background-image:url(../imgs/locationside/04.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}
.bodyimg5{
  background-image:url(../imgs/locationside/05.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}
.bodyimg6{
  background-image:url(../imgs/locationside/06.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion-body ul {
    list-style: circle;
    font-size: 13px;
    padding: 5px 20px;
    color: #f6efd6;
}

.accordion-body ul li {
    font-weight: 400;
}
.locaheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.locelem{
  display: flex;
  justify-content: end;
}
.locationimgbox{
  position: relative;
}
.locationimgbox a:hover .overlay { background-color: rgba(0, 0, 0, 0.7); }
.locationimgbox a .overlay {
  border: 1px solid #ebd256;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.locationimgbox a:hover .overlay>img {
  opacity: 1;
}

.locationimgbox a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 7%;
}
/* ============== Location End ==============  */
/* ==================== AboutUs Start ==================== */
#AboutUs{
  background: #f6efd6;
}
.innerAboutUs {
  color: #000;
}

.innerAboutUs .section-head {
  color: #000;
}

.innerAboutUs .headingborder1 {
  border-color: #000;
}
.aboutusheading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutelem{
  display: flex;
  justify-content: end;
}

/* ==================== AboutUs End ==================== */
/* ==================== ContactUs Start ==================== */
#ContactForm {
  background-color: #f6efd6;
  padding: 20px 20px;
  border: 1px solid #000;
}

#submitf {
  background-color: #b98e33;
  color: #f6efd6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b98e33;
  padding: 6px 40px;
}

iframe {
  border: 1px solid #000 !important;
}

.ContactUsbox {
  border-style: double;
  padding: 20px;
}

.form-control {
  border-radius: 0px;
}

.clientlogo {
  width: 15%;
  margin: 0px auto;
}

.iti__country-list {
  z-index: 999;
}

.rera {
  font-weight: 600;
}

/* ==================== ContactUs End ==================== */
/* ==================== Address Start ==================== */
.innerAddress {
  background: #000;
  color: #f6efd6;
}

.siteaddress {
  border-right: 1px dotted #f6efd6;
}

/* ==================== Address End ==================== */
/* ==================== Disclaimer Start ==================== */
#Disclaimer {
  background:#038068;
}

.innerDisclaimerbox p {
  font-size: 10px;
  color: #f6efd6;
}

.innerDisclaimerbox h6,
.innerDisclaimer a {
  color: #f6efd6;
}

.address {
  border-right: 1px solid #b98e33;
}

/* ==================== Disclaimer End ==================== */
/* ==================== Footer Form Start ==================== */
.errorcheckbox {
  color: #ff0000;
}

label.error {
  color: #ff0000;
  font-size: 12px;
}

#inquiryForm {
  background: #2a418f;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #f6efd6;
  z-index: 3;
}

.formheading h5 {
  color: #f6efd6;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}

#inquiryForm .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  color: #f6efd6;
  margin: 0px 0px;
}

.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 17px;
  background: #f6efd6;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 17px;
  background: #f6efd6;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

#price .modal-checkbox .form-check-label label.error:after {
  border-bottom: 8px solid #f6efd6;
}

#price .modal-checkbox .form-check-label2 label.error:after {
  border-bottom: 8px solid #f6efd6;
}

.iti__flag-container {
  height: 38px;
}

input.form-control {
  border: none;
  border-bottom: 1px solid #b98e33;
}
#inquiryForm .input-group .mobile{
  border-radius: 3px;
}

/* ==================== Footer Form End ==================== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border-radius: 0px;
  color: #000;
}

#price .input-group input::placeholder {
  color: #000;
}

#price .input-group {
  padding: 5px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 60%;
}

#price .modal-body {
background-color: #038068;
  border-style: double;
  border-color: #f6efd6;
  color: #f6efd6;
}

#price .btn-close {
  filter: invert(1);
  opacity: 1;
  height: 19px;
    width: 27px;
    display: block;
    font-size: 21px;
}

#price .iti__country-list {
  background-color: #000 !important;
  color: #fff !important;
  z-index: 999;
}

/* ========================== Popup Form End ========================== */
/* ========================== Project Enquiry Start ========================== */
.iti.iti--allow-dropdown {
  color: #000;
}

.boxEnquiry {
  border: 4px solid #c3985a;
  padding: 20px;
}

.Enquirybox {
  border: 1px solid #c3985a;
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

#projectEnquiry .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0px;
}

#projectEnquiry .iti.iti--allow-dropdown {
  width: 100% !important;
}

button.submitf {
  background: #f6efd6;
  color: #038068;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

/* ========================== Project Enquiry End ========================== */
#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%;
}

#infinite-indicator {
  position: absolute;
  top: 45%;
  left: 45%;
}

.scrollup {
  background: #038068;
  text-align: center;
  color: #f6efd6;
  padding: 2px;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 14%;
  right: 3%;
  cursor: pointer;
  color: #f6efd6;
  border-radius: 30px;
  z-index: 999;
  display: none;
}

i.fa.fa-arrow-circle-up {
  font-size: 31px;
}

/* ==================== Footer Form Start ==================== */
#inquiryForm {
  background:#038068;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  /* padding: 15px 0 20px; */
  padding: 10px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #f6efd6;
  z-index: 999;
}
.submitf2{
 color: #038068;
 background-color: #f6efd6;
 width: 160px;
 border: 1px solid #f6efd6;
}
.submitf2:hover{
 color: #f6efd6;
 background-color: transparent;
 border: 1px solid #f6efd6;
}

#inquiryForm h4 {
  color: #f6efd6;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  width: 100%;
  border-radius: 3px !important;
}

section,
footer {
  position: relative;
  overflow: hidden;
}

button.submitf {
  padding: 7px 16px;
  background: #f6efd6;
  border: 0.5px double #d6d7d7;
  color: #038068;
  position: relative;
}

#inquiryForm label.error {
  color: #ff0000;
  font-size: 13px;
}

label.error {
  color: #ff0000;
}

.form-control {
  line-height: 1;
}



/* ==================== Footer Form End ==================== */
#gallery {
  background-image: url(../img/texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

ametab.active {
  color: #0d567b;
  background: #f6efd6;
  border: 1.5px solid #000;
}

.ametab {
  color: #000;
}

.ametab {
  cursor: pointer;
}

.gall-wrap .gelbox {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.gall-wrap .gelbox.active {
  height: auto !important;
  opacity: 1 !important;
  /* padding-top: 30px; */
  visibility: visible !important;
  transition: all 2s !important;
}

.mytab {
  text-align: center;
  border-bottom: none;
  /* margin-bottom: 40px; */
  /* /margin-top: 50px;/ */
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #0d567b;
  background: #f6efd6;
  border: 1.5px solid #000;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #0d567b;
  border-radius: 0;
  background-color: #f6efd6;
  border: 1.5px solid #000;
}

.mytab>li>a {
  color: #f6efd6;
  background: #0d567b;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 18px;
  margin: 21px 10px 10px 0;
  border-radius: 0;
  border: 1.5px solid #000;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
}

.alltab {
  padding: 7px 3px !important;
}

.owl-carousel .owl-nav .owl-prev {
  font-size: 25px !important;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  margin-right: 9px;
  border-radius: 50% !important;
  outline: none !important;
  transition: ease all 0.5s;
  /* background: #0a303d !important; */
  color: #fff !important;
}

.owl-carousel .owl-nav .owl-next {
  font-size: 25px !important;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
  transition: ease all 0.5s;
  /* background: #0a303d !important; */
  color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: #fff !important;
  border-color: #0a303d !important;
  height: 40px;
  width: 40px;
  color: #0a303d !important;
}

.owl-carousel .owl-nav .owl-next:hover {
  border-color: #0a303d !important;
  height: 40px;
  width: 40px;
  background: #fff !important;
  color: #0a303d !important;
}

.gelbox .item {
  border: 2px solid #bf9c26;
}

.amenities-gallery a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.amenities-gallery {
  position: relative;
}

.amenities-gallery a .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.amenities-gallery a:hover .overlay>img {
  opacity: 1;
}

.amenities-gallery a .overlay>img {
  left: 45%;
  opacity: 1;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}


/* floor tab start */
.floor-gallery a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.fimg-blurimg {
  filter: blur(7px);
}


.floor-gallery {
  position: relative;
}

.floor-gallery a .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.floor-gallery a:hover .overlay>img {
  opacity: 1;
}

.floor-gallery a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}

.owl-nav {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px;
}

.plan {
  margin-bottom: 10px;
}

#video .nav-item .cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

#video .nav-item .cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #bf9c26;
  transition: width .3;
  margin: 6px 1px;
}

#video .nav-item .cool-link.active::after {
  width: 100%;
  color: #b98e33;
  margin: 6px 1px;
}

#video .nav-item .cool-link.active {
  color: #b98e33;
  width: 70%;
}

#video .nav-item .cool-link:hover::after {
  width: 100%;
  color: #b98e33;
  /* transition: width .3s; */
}

#video .nav-item .cool-link:hover {
  color: #b98e33;
  width: 70%;
  /* transition: width .3s; */
}


#gallery .nav-item .cool-link {
  display: inline-block;
  color: #f6efd6;
  text-decoration: none;
}

#gallery .nav-item .cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #bf9c26;
  transition: width .3;
  margin: 6px 1px;
}

#gallery .nav-item .cool-link.active::after {
  width: 100%;
  color: #b98e33;
  margin: 6px 1px;
}

#gallery .nav-item .cool-link.active {
  color: #b98e33;
  width: 70%;
}

#gallery .nav-item .cool-link:hover::after {
  width: 100%;
  color: #b98e33;
  /* transition: width .3s; */
}

#gallery .nav-item .cool-link:hover {
  color: #b98e33;
  width: 70%;
  /* transition: width .3s; */
}
.texturemaindiv{
  background-image: url(../imgs/Texture.png);
  background-size: cover;
  background-repeat: no-repeat;
}


/* OTP Box */
.box.otp_box {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  position: relative;
  padding-top: 15px;
  min-width: 215px;
}

.box.otp_box label {
  width: 100%;
  position: absolute;
  top: -10px;
  color: #fff;
}

.box.otp_box input.form-control {
  width: 35px;
  height: 35px;
  padding: 0px;
  text-align: center;
}
/* OTP Box */
/* Qr code CSS */

.app_qr_code {
	text-align: center;
	margin-bottom: 25px;
}

.app_qr_code img {
	width: 150px;
}
a.call_now_btn_desktop{
text-decoration: none;
}

@media (max-width: 767px) {
	.app_qr_code img {
		width: 110px;
	}
}

