@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

:root {
  --bs-color-rgb: 30, 67, 125;
  --bs-color-gold-rgb: 212, 175, 55;
  --bg-dark: #1e437d23;
  --theme: #082a5e;
  --bs-color: #1e437d;
  --bs-text: #fff;
  --bs-light: #f8f8f8;
}
/* ---start----- */
.red{
 color: #de1e42;
}
.navbar-nav a {
    font-size: 15px;
}
.fs-22 {
    font-size: 22px;
}
.fs-13{

 font-size: 13px;
}
.text-amenities{
  text-align: left;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:52px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
body{
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p{
  color: #000;
}
.my-float{
	margin-top:16px;
}
.nav {
    --bs-nav-link-color: #ffffff;
    --bs-nav-link-hover-color: #cfe2ff;
}
 .nav-link.bhk-btns {
     background-color: transparent;
    border-color: #de1e42;
    color: #de1e42;
    border: 1px solid #de1e42;
    margin: 5px !important;
     padding: 6px 25px;
    border-radius: 30px;
}
 .nav-link.bhk-btns.active {
    background-color: #de1e42;
    padding: 6px 25px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #de1e42;
    color: #fff;
}.header-logo {
    max-width: 200px;
}

button#pills-3-bhk-tab {
    margin: auto;
}.footer-logo {
    max-width: 150px;
}
button#pills-4-bhk-tab {
      margin: auto;
}
@media only screen and (max-width: 600px) {
  .fw-bold {
    text-align: center !important;
  }
 p.p {
    text-align: center;
}
.col-md-6.col-12.h-50 {
    text-align: center;
}
 
img.object-fit-content.h-50 {
    margin-top: 6px !important;
}
.sub-heading.text-center.fs-4 {
    padding: 6px;
}
}


/* ---end----- */
.fs-7 {
  font-size: 0.90rem !important;
}

.fs-8 {
  font-size: 0.80rem !important;
}

.fs-9 {
  font-size: 0.70rem !important;
}

.fs-10 {
  font-size: 0.60rem !important;
}

.w-fit {
  width: fit-content !important;
}

.w-max {
  width: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.h-max {
  height: max-content !important;
}


.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-gold-rgb), var(--bs-border-opacity)) !important;
}
.body {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.logo{
  color: var(--bs-color);

}

 
.more-text {
  display: none;
  
}
a{
  color: #ec1d3c;
}
.bg-gold {
  background-color: #ec1d3c !important;
  ;
}


.bg-primary {
  background-color: var(--bs-color) !important;
}

#border-golden {
  border-color: #ec1d3c !important;
}

.highlight-text {
  padding: 15px;
  margin: 10px 0;
  background-color: #fff !important;
  position: relative;
  color: #000 !important;
  border-radius: var(--border-radius);
}
.highlight-text::before {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  top: 0;
  background: linear-gradient(var(--deg), #fff 50%, transparent 50%);
}
.highlight-text.right {
  --border-radius: 8px 0 8px 8px;
}
.highlight-text.right::before {
  --deg: 155deg;
  right: -10px;
}
.highlight-text.left {
  --border-radius: 0 8px 8px;
}
.highlight-text.left::before {
  --border-radius: 0 8px 8px;
  --deg: 200deg;
  left: -10px;
}
.rounded-circle{
  --box: 20px;
  width: var(--box);
  height: var(--box);
  background: linear-gradient(45deg, #fff, rgb(253, 253, 253));
  display: flex;
  justify-content: center;
  align-items: center;
  >div{
    --gap: 8px;
    height: calc( var(--box) - var(--gap));
    width: calc( var(--box) - var(--gap));
    border-radius: 50px;
    background: linear-gradient(45deg, #ef455e, rgb(236 34 64));
  }
}

.btn.btn-primary {
    background-color: #de1e42;
    padding: 6px 25px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #de1e42;
    color: #fff;
}
.btn.btn-primary:hover{
    background-color: transparent;
    border-color: #de1e42;
    color: #de1e42;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.btn-primary {
  --bs-btn-bg: #1e437d !important;
  --bs-btn-border-color: #1e437d !important;
  --bs-btn-hover-bg: #0f2b58 !important;
  --bs-btn-hover-border-color: #0f2b58 !important;
  --bs-btn-active-bg: #0f2b58 !important;
  --bs-btn-active-border-color: #0f2b58 !important;
  --bs-btn-disabled-bg: #1e437d !important;
  --bs-btn-disabled-border-color: #1e437d !important;
}

.btn-outline-primary {
    --bs-btn-color: #1e437d;
    --bs-btn-border-color: #1e437d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e437d;
    --bs-btn-hover-border-color: #1e437d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e437d;
    --bs-btn-active-border-color: #1e437d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1e437d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1e437d;
    --bs-gradient: none;
}


.text-amenities.rounded-start-pill.px-5.d-flex.align-items-center.justify-content-center.pe-0.bg-gray.w-100.h-100 li{
  font-weight: 600;
}

.linear-gradient {
    min-height: 300px;
    background: linear-gradient(to top, #de1e42 40%, #ffffff8c 35%);
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-color), var(--bs-text-opacity)) !important;
}

.amenities-slide {
  >div {
    overflow: hidden;
  }

  .img-amenities {
    transition: 0.5s ease-in-out;
  }

  .text-amenities {
    transition: 0.5s ease-in-out;
  }

  .img-amenities.active {
    transform: translateX(-100%);
  }

  .text-amenities.active {
    transform: translateX(100%);
  }


}

.nav {
    --bs-nav-link-color: #cbcbcb;
    --bs-nav-link-hover-color: #cfe2ff;
}

 

@media (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav, .navbar-expand-lg .navbar-nav a {
        font-size: 15px;
    }
}
.modal-header{
    padding-top:0px !important ;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    background: var(--bs-color);
    border-radius: 0 0 4px 4px;
}
.adaptiv-hight{
    height: 400px;
}
@media screen and (max-width: 768px) {
    .navbar-nav{
        background-color:  transparent !important;
    }
    .adaptiv-hight{
        height: 70vw;
    }
}

.form-submiter{
    input, button {
        border-radius: 50px  !important;
    }
    .heading{
        font-weight: 500 !important;
    }
}

html, body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


section.banner-slider .slick-next.slick-arrow{
  right: 15px !important;
}

section.banner-slider .slick-prev{
  left: 15px !important;
}


  .message {
         position: fixed;
         top: 10px;
         right: 0px;
         z-index: 9999999999;
         background: #fff;
         padding: 10px 20px;
         box-shadow: -5px 5px 10px -4px #686868;
         border-left:2px solid;
         color: #000;
         }
         .right-btn {
         color: #ffffff;
         text-align: center;
         padding: 10px 25px;
         border-radius: 100px;
         width: fit-content;
         font-size: 12.5px;
         transform: rotate(0deg);
         right: 20px;
         position: fixed;
         bottom: 30px;
         font-weight: 500;
         background: linear-gradient(-45deg, var(--bg-dark), var(--theme), var(--bg-dark));
         background-size: 400% 400%;
         animation: gradient 2s ease infinite;
         box-shadow: -4px 4px 15px -4px #4f4f4f;
         z-index: 990;
         }
         @keyframes gradient {
         0% {
         background-position: 0% 50%;
         }
         50% {
         background-position: 100% 50%;
         }
         100% {
         background-position: 0% 50%;
         }
         }
         .call-icons{
         display: none;
         }
         .float .fa-whatsapp {
         bottom: 30px;
         left: 20px;
         font-size: 30px;
         background: #25d366;
         z-index: 4;
         }
         .blur{
         filter: blur(1.5px);
         }


         @media screen and (max-width: 767px){
         .call-icons {
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 12px;
         width: fit-content;
         background: #0d6efd;
         border-radius: 8px;
         position: fixed;
         bottom: 70px;
         left: 20px;
         z-index: 4;
         }
         .float .fa-whatsapp {
         font-size: 25px !important;
         bottom: 20px;
         }
         .right-btn {
         display: flex;
         flex-flow: column;
         right: 20px;
         bottom: 20px;
         font-size: 10.5px;
         font-weight: 500;
         padding: 10px 20px;
         /*outline-style: dashed;*/
         /*outline-color: #9a6c10;*/
         /*outline-offset: -5px;*/
         box-shadow: -4px 4px 15px -4px #4f4f4f;
         } 
         }



            .privacy{
            padding: 50px 0px;
         }
      .privacy h1{
         font-size: 22px;
              font-weight: 600;
      }
      .privacy h2{
          font-size: 22px;
          font-weight: 600;
      }
       /* Popup styling */
    .modal-content {
      border-radius: 12px;
      padding: 25px;
      border: none;
    }

    .enquire-header {
      border-left: 4px solid #000;
      padding-left: 10px;
      font-weight: 600;
      font-size: 1.3rem;
      color: #000;
    }

    .left-box {
      background: #f5f7f9;
      border-radius: 10px;
      padding: 15px;
      font-size: 14px;
      color: #093061;
    }

    .left-box i {
      color: #000;
      margin-right: 6px;
    }

    .submit-btn {
      background: linear-gradient(90deg, #093061 0%, #1e437d 100%);
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 8px 25px;
      font-weight: 500;
      transition: 0.3s;
    }

    .submit-btn:hover {
      opacity: 0.9;
    }

    .info-box {
      border: 2px solid #000;
      text-align: center;
      margin-top: 15px;
    }

    .info-box .btn {
      border-radius: 0 0 12px 12px;
      background-color: #f8f8f8;
      color: #000;
      font-weight: 500;
    }

    .info-box p {
      margin: 8px 0;
      font-size: 14px;
    }

    small {
      font-size: 11px;
      color: #666;
    }

    .modal-footer {
      border-top: none;
      justify-content: center;
    }
    .close-btn-pp{
          position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    }
.heading-text{
  font-size: 30px !important;
    font-weight: bold;
    text-transform: capitalize !important;
  
}



.main-image-banner img{
  width: 100% !important;
}

.mobile-image{
  display: none;
}

.map-area{
  border-radius: 20px;
  overflow: hidden;
}

.bg-gray {
    background-color: #f5f7f9;
}
.agent-details a.btn.btn-dark.btn-cta.mt-3.mb-3 {
    font-size: 10px;
}
@media(max-width:767px){
.two-links a {
    text-decoration: unset;
    font-size: 12px;
}
.modal-content{
padding-left:10px;
padding-right:10px;
}

  .custom-tab-content button {
    margin: auto;
}

  .mobile-image{
  display: block;
}
  .desktop-image{
    display: none;
  }

}
.two-links a{
    text-decoration: unset;
}
.two-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    text-decoration: unset;
}
.footer-bottom {
    background: black;
    border-radius: 10px 10px 0px 0px;
}

@media (max-width: 480px) {
  .left-box {
    display: none;
  }
  p.form-check-label.small {
    font-size: 10px;
}
.info-box p {

    font-size: 12px;
}
}

@media (max-width: 768px) {

.float{
display:none !important;
}
    
}

/*@media (max-width: 992px) {*/
/*section#about img {*/
/*    height: auto !important;*/
/*}*/
    
/*}*/