/* Fonts  */




html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #DDAB38;
  --secondary: #060606;
  --prim-font: #7D7D7D;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Playfair Display", serif;
}
p {
  
  line-height: 1.7rem;
  font-size: 0.9rem;
  color: var(--prim-font);
  font-weight: normal;
  
}
a{
  text-decoration: none!important;
}

.top-nav-bx-grid-bk{
  background-color: #060606;
}
.logo-bx{
  width: 20%;
  height: 100%;
  text-align: center;
  padding: 0.5rem;
}
.main-head-right-sec{
  width: 80%;
  height: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr 1.2fr;
}
.logo-bx img{
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.main-head{
  width: 100%;
  height: auto;
  background-color: var(--secondary);
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.top-nav-bx-grid{
  border-left: 1px solid #E2E2E2;
}
.top-nav-bx-grid ul{
  height: 100%;
  list-style: none;
  margin-bottom: 0px!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav-bx-grid ul li{
  width: 32%;
  border-left: 1px solid #E2E2E2;
  padding: 0.1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}
.top-nav-bx-grid ul li:first-child{
  border-left: 0px;
}
.tp-cont-ico{
  margin-right: 3%;
}
.banner-sec{
  width: 100%;
  height: 90vh;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  position: relative;
}
.banner-search{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: #ffff!important;
  margin: 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  height: 100%!important;
}
.navbar-light .navbar-nav .active > .nav-link{
  height: 100%!important;
  color: #fff;
  background-color: var(--primary);
 
}

.navbar-collapse{
  height: 100%;
}
.navbar-nav{
  height: 100%;
}
.navbar{
  height: 100%;
  padding: 0rem 2rem;
}
.tp-cont-cont{
  font-size: 0.9rem;
  color: var(--prim-font);
}
.tp-cont-cont a{
  color: var(--prim-font);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  background-color: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link:visited{
  color: #fff;
}
.primary-btn{
  background-color: var(--primary);
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover{
  color: var(--secondary);
}
.cont-sec-frm-inner-wr .primary-btn{
  border: none;
}
.sec-btn{
  border: 1px solid var(--primary);
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 30px;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.sec-btn:hover{
  background-color: var(--primary);
  color: #fff;
}
.hero-slider {
  width: 100%;
  height: 95vh!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
    line-height: 3rem;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
    #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.slider-ov{
  width:100%;
  height:100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); 
}

.banner-search h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.3rem;
}
.banner-search h2 span{
  color: var(--primary);
  font-size: 2.3rem;
  font-family: "Playfair Display", serif;
}
.banner-search h2 .sm-fnt{
  font-size: 1.8rem;
  color: #fff;
}
.search-sec{
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.search-sec form{
  height: 100%;
}
.search-sec input{
  border: 0px;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 3px 20px;
  background-color: transparent;
  outline: none;
  color: #888888;
}
.search-sec input::placeholder{
  color: #888888;
}
.search-sec select{
  height: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none; 
  border-left: 1px solid #DEDEDE;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding: 0px 10px;
  background-color: transparent;
  color: #888888;
}
.search-sec select option{
  color: #888888;
  border-radius: 0px;
} 
.search-sec button{
  height: 100%;
  color: #fff;
  border: 0px;
  background-color: var(--primary);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  outline: none;
  padding: 5px 20px;
}
.some-num{
  margin-top: 30px;
}
.some-num ul{
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2%
}
.some-num ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 15px;
  color: #fff;
  position: relative;
  white-space: nowrap;
 
}
.some-num ul li::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}
.some-num ul li:first-child::after{
  content: unset;
}
.count-wr{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
}
.count-area{
  font-weight: normal;
  margin-left: 1%;
}
.abt-sec{
  width: 100%;
  height: auto;
  padding: 60px 150px;
}
.sub-tit{
  color:#7D7D7D;
  text-transform: uppercase;
  margin-left: 4%;
  position: relative;
  
}
.sub-tit::before{
  content: '';
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.rd-btn{
  color: var(--primary);
  text-decoration: underline!important;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.rd-btn:hover{
  color: var(--secondary);
}
.div-imgbx{
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
}
.div-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.div-bx{
  position: relative;
}
.div-titbx{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(186, 147, 51, 0.9);
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  min-height: 50px;
  /* padding: 0rem 0.5rem; */
}
.div-titbx-wh{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #c9c9c9;
}
.div-logo-bx{
  width: 35%;
  background-color: rgba(255, 255,255,0.9);
  /* border-radius: 40px; */

}
.div-titbx h5{
  width: 65%;
  margin:0rem 1rem;
  color: #fff;
  display: inline-block;
}
.div-titbx-wh h5{
  width: 65%;
  color: var(--secondary);
  margin:0rem 1rem;
}
.exp-prop{
  background-color: #FBFBFB;
  width: 100%;
  height: auto;
  padding: 70px 60px;
}
.exp-prop h2{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.exp-prop h2::after{
  content: '';
  width: 40%;
  height: 4px;
  background-color: var(--primary);
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.prop-imgbx{
  width: 100%;
  height: 220px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.prop-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prop-desc-bx{
  text-align: center;
  margin: 10px 0px;
}
.prop-desc-bx h5{
  font-size: 1.2rem;
}
.feat-prop-slide a{
  color: var(--secondary)!important;
}
.prp-price{
  color: var(--primary);
  font-size: 1.1rem;
}
.prp-price span{
  font-weight: 600;
  font-size: 1.3rem;
  margin-left: 2%;
}
.loc-sec{
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-sec img{
  margin-right: 2%;
}
.feat-flag{
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--secondary);
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
}
.sale-flag{
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--primary);
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
}
.prop-bx{
  margin-bottom: 40px;
}
.values{
  width: 100%;
  height: auto;
  padding: 60px;
  background-image: url(../img/building.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.values h2{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.val-bx{
  text-align: center;
  margin-bottom: 50px;
}
.val-cont{
  margin-top: 10px;
}
.feat-prop{
  width: 100%;
  height: auto;
  padding: 80px 60px;
  background-color: #FBFBFB;
}
.feat-prop h2{
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.feat-prop p{
  text-align: center;
  width: 60%;
  margin: 0px auto;
}
.grid-container {
  width: 100%;
  height: 500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-template-rows: repeat(2, 1fr);   
  gap: 15px;             
  margin-top: 20px;               
}

.box {
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.box2 {
  grid-row: span 2;  /* Extends across both rows */
}
.box3{
  grid-row: span 2;
}
.box-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.box a{
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); 
  position: relative;
}
.box a .feat-prop-tit{
  width: 100%;
  min-height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
}
.prop-tit-name{
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
}
.prop-loc span{
  color: var(--primary);
}
.ft-sec{
  width: 100%;
  height: auto;
  padding: 60px 60px 0px 60px;
  background-color: var(--secondary);
}
.ft-sec p{
  font-size: 1rem;
  color: #D6D6D6;
}
.ft-lnk-sec h5{
  color: var(--primary);
}
.ft-lnk-sec ul{
  margin-left: 4%;
  list-style: none;
}
.ft-lnk-sec ul li{
  margin: 8px 0px;
  position: relative;
}
.ft-lnk-sec ul li a{
  color: #D6D6D6;
  font-weight: normal;
}
.ft-lnk-sec ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid var(--primary);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sing-ln{
  width: 100%;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.sing-ln-imgbx img{
 width: 100%;
 
}
.sing-ln span{
  width: 85%;
  height: auto;
}
.sing-ln-imgbx{
  width: 10%;
  margin-right: 4%;
}
.sing-ln span a{
  color: #D6D6D6;
}
.sing-ln2{
  width: 100%;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.sing-ln2-imgbx img{
 width: 100%;
 
}
.sing-ln2 span{
  width: 92%;
  height: auto;
}
.sing-ln2-imgbx{
  width: 6%;
  margin-right: 2%;
}
.sing-ln2 span a{
  color: var(--secondary);
  font-weight: 500;
}
.cp-rght{
  width: 100%;
  min-height: 30px;
  padding: 5px 60px;
  border-top: 1px solid #2C2C2C;
  text-align: center;
  color: #D6D6D6;
  font-weight: normal;
}
.inner-banner{
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
}
.inner-banner-ov{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-banner-ov h4{
  color: #fff;
}
.inner-banner-ov ul{
  list-style: none;
  display: inline-flex;
}
.inner-banner-ov ul li{
  margin: 5px 10px;
  position: relative;
}
.inner-banner-ov ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid var(--primary);
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.inner-banner-ov ul li:first-child::before{
  content: unset;
}
.inner-banner-ov ul li a{
  color: #fff;
  font-weight: normal;
}
.inner-banner-ov ul li:last-child a{
  color: var(--primary);
}
.basi-sp{
   width:100%;
   height:auto;
   padding: 60px;
  }
.basi-img-placer{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.basi-img-placer-xl{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.comp-logo-bx{
  width: 19%;
  padding: 0.8rem;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.comp-logo-bx img{
  width: 100%;
}
.basi-img-placer img{
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.basi-img-placer-xl img{
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hold-grp{
  padding: 20px 60px;
}
.hold-grp h2{
  text-align: center;
}
.our-mis{
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-image: url('../img/mission-bg.jpg');
  background-position: center;
  background-size: cover;
}
.our-mis-bx{
  width: 55%;
  padding: 50px;
  background-color: var(--primary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.our-mis-bx p{
  color: #412d01;
}
.our-mis-inner{
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background-image: url('../img/our-vis-hospitality.jpg');
  background-position: left;
  background-size: cover;

}
.our-mis-inner-bx{
  width: 55%;
  padding: 50px;
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.our-mis-inner-bx p{
  color: #412d01;
}
.our-vis{
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-image: url('../img/our-mis-hospitality.jpg');
  background-position: center;
  background-size: cover;
}
.our-vis-bx{
  width: 55%;
  padding: 50px;
  background-color: var(--primary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mis-sep-bx{
  margin-bottom: 30px;
}
.our-vis-bx p{
  color: #412d01;
}
.navbar-nav .dropdown-menu{
  border: 0px!important;
  border-radius: 0px!important;
  display: block; /* Always present in the DOM */
  visibility: hidden; /* Hidden by default */
  opacity: 0; /* Transparent initially */
  transform: translateY(-10px); /* Slight offset for sliding effect */
  transition: all 0.3s ease; /* Smooth transition for visibility, opacity, and position */
  
}

  .dropdown-menu.show {
  visibility: visible; /* Visible when the dropdown is active */
  opacity: 1; /* Fully opaque */
  transform: translateY(0); /* Reset position */
}
.navbar-expand-lg .navbar-nav .nav-link:focus{
  color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item{
  margin: 8px 0px;
  border-bottom: 1px solid #E2E2E2;
  transition: 0.3s ease-in-out
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
  color: var(--primary);
}
.navbar-nav .dropdown-menu .dropdown-item:last-child{
  border-bottom: unset;
}
.feat-prop-slide{
  width: 100%;
  height: auto;
  padding: 50px 60px;
  background-color: #f3f3f3;
}
.feat-prop-slide h2{
  text-align: center;
  margin-bottom: 50px;
}
.feat-prop-slide .prop-bx .loc-sec img{
  width: 7%;
}
.cont-bx{
  width: 100%;
  min-height: 140px;
  background-color: var(--primary);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cont-bx p{
  color: #fff;
}
.cont-bx-left{
  width: 15%;
  margin-right: 3%;
}
.cont-bx-riht{
  width: 77%;
}
.cont-sec-frm{
  width: 100%;
  height: auto;
  padding: 40px 60px;
  background-image: url('../img/contact-bg-1-1.png');
  background-position: center;
  background-size: cover;
}
.cont-sec-frm-inner-wr{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 20px;
}
.cont-map{
  display: flex;
  align-items: stretch;
  justify-self: center;
}
.ml3 {
  font-family: "Playfair Display", serif;
}

.ml3 .letter {
  font-family: inherit; 
  display: inline-block; 
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: var(--primary);
  border: 0;
  border-radius: 0px;
  color: #fff;
}
.card-body{
  border-radius: 0px;
}
.card{
  border-radius: 0px;
}
.card-header:first-child{
  border-radius: 0px;
}
.rotate-icon {
  transition: transform 0.3s;
}
.rotate-icon.collapsed {
  transform: rotate(0deg);
}
.rotate-icon:not(.collapsed) {
  transform: rotate(180deg);
}
.details-box {
  margin: 20px 0;
  width: 100%;
}

.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;

}
.our-mis-tr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-image: url('../img/trading-vis-mis.jpg');
  background-position: center;
  background-size: cover;
}
.our-mis-bx-tr{
  width: 55%;
  padding: 50px;
  background-color: var(--primary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.our-mis-bx-tr p{
  color: #412d01;
}

.feature-item .feature-name {
  flex: 0 0 20%;
  /* font-weight: bold; */
}

.feature-item .dotted-line {
  flex-grow: 1;
  border-bottom: 1px dotted #000;
  margin: 0 10px;
}

.feature-item .feature-value {
  flex: 0 0 20%;
  text-align: right;
 
}
.feature-value{
  font-weight: bold;
}
.amenities-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.amenity-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 10px;
}

.amenity-item i {
  color: var(--secondary);
  margin-right: 10px;
}

.amenity-item span {
  font-size: 16px;
  font-weight: normal;
}
.map-prop{
  width: 100%;
  height: 400px;
}
.exp-prop a{
  color: var(--secondary);
}
.loc-name{
  color: var(--prim-font);
}
.prop-imgbx img{
  transition: 0.3s ease-in-out;
}
.prop-bx:hover .prop-imgbx img{
  transform: scale(1.1);
}
.cont-bx-riht a{
  color: #fff;
}
.feat-prop-wr{
  margin-top: 50px;
}
.owl-carousel-div2 img{
  width: 50%!important;
  margin: 0px auto;
}
.owl-carousel-div2 .owl-item{
  text-align: center!important;
}
.vdo-sec video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ft-logobx{
  width: 75%;
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.navbar-brand.logo{
  width: 9%;
}
.navbar-brand.logo img {
  width: 100%;
}

.navbar-collapse {
  flex-grow: 1;
  justify-content: center;
}

.navbar-nav .nav-item {
  margin: 0 8px; 
}



@media (max-width: 768px) {
  .navbar-container {
    flex-direction: column;
  }

  .primary-btn {
    margin-top: 10px;
  }
}
.our-serv{
  width: 100%;
  height: auto;
  padding: 50px 60px;
  background-color: #FBFBFB;
}
.serv-bx{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.serv-imgbx{
  width: 100%;
  height: 260px;
  border-radius: 25px;
  overflow: hidden;

}
.serv-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.serv-imgbx:hover img{
  transform: scale(1.1);
}
.serv-imgbx-xl{
  width: 100%;
  height: 400px;
  border-radius: 25px;
  overflow: hidden;

}
.serv-imgbx-xl img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.serv-imgbx-xl:hover img{
  transform: scale(1.1);
}
.our-serv h2{
  text-align: center;
  margin-bottom: 50px;
}
.ser-contbx{
  margin-top: 20px;
}
.ser-contbx h4{
  color: var(--primary);
}
.b-list{
  padding-left: 2%;
  margin-top: 20px;
  list-style: none;
}
.b-list li{
  margin: 15px 0px;

}
.b-list li h5{
  position: relative;
}

.b-list li h5::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid var(--primary);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.cub-list{
  padding-left: 2%;
  margin-top: 20px;
  list-style: none;
}
.cub-list li{
  margin: 15px 0px;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 0.3rem 1rem;
  text-align:center;
  transition: 0.3s all ease-in-out;
}
.cub-list li:hover{
  transform: translateY(-4px);
}

/* .cub-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid var(--secondary);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-radius: 50%;
} */
.ser-areas{
  width: 100%;
  height: auto;
  padding: 50px 60px;
}
.ser-areas h2{
  text-align: center;
}
.ser-areas-grid{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.ser-areas-bx{
  padding: 2rem;
  background-color: var(--primary);
  color: var(--secondary);
}
.ser-areas-bx p{
  color: #412d01;
  font-size: 1.3rem;
}
.drkbx{
  background-color: #ecc25e;
}
.more-link{
  color: var(--secondary);
}
.navbar-nav .dropdown-menu .dropdown-item:active{
  background-color: var(--secondary);
}
.loc-feat{
  width: 100%;
  height: auto;
  padding: 50px 60px;
}
.nav-tabs .nav-link.active{
  color: #fff;
  background-color:var(--secondary);
}
.nav-tabs .nav-link{
  color: var(--secondary);
  font-size: 1.5rem;
}
.tab-content{
  padding-top: 2rem;
}