 body{
          font-family: "Inter", sans-serif;

    }

    :root {
  --primary-color: #133E75;  /* Blue */
  --secondary-color: #C29269; /* Green */
  --text-color: #000000B2;
  --text-black:#000;
  --text-white:#fff;
  --card-bg:#f9f6ef;
}

/********** common css starts here *********/
.hidden-overflow{
    overflow: hidden;
}
.nolinkColor{
    text-decoration: none;
    color: inherit;
}
.line-height-0{
    line-height: 0 !important;
}
.overlay{
        width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
}
a.btn-link-1{
   text-decoration: none !important;
    padding: 12px 30px !important;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
}
.a.btn-link-1:hover{
    color: inherit !important;
    cursor: pointer !important;
}

a.btn-link-3{
   text-decoration: none !important;
    padding: 12px 30px !important;
    border-radius: 100px;
    color: var(--secondary-color);
    cursor: pointer;
    text-align: center;
    border: 1px var(--secondary-color) solid;
}
.a.btn-link-3:hover{
    color: var(--secondary-color) !important;
    cursor: pointer !important;
}
.video-opacity {
  opacity: 0.5; /* 0 = fully transparent, 1 = fully visible */
}
.video-background {
  position: relative;
  width: 100%;
  height: auto; /* Change height as needed */
  overflow: hidden;
}

.video-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Change 0.5 to adjust darkness */
  z-index: 0;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.video-background .content {
  position: relative;
  z-index: 1;
  color: white; /* Change based on your need */
  top: 265px;
  transform: translateY(-50%);
      border: 1px #fff solid;
    border-radius: 16px;
    width: 80%;
    margin: 30px auto;
    padding: 50px;
}
.capitalize{
    text-transform: uppercase;
}
.big-title-1{
    font-size: 52px;
    color: var(--primary-color);
    font-weight: 400;
    line-height: 52px;
}
.big-title-2{
    font-size: 52px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 52px;
}
.big-title-blue-1{
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 48px;
}
.big-title-white-1{
    font-size:64px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
}
.big-title-blue-2{
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 18px;
}
.big-title-blue-3{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
}
.big-title-yellow-1{
    font-size: 36px;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 48px;
}
.big-title-yellow-4{
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: 600;
}
.big-title-yellow-2{
    font-size: 48px;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 48px;
}
.big-title-white-2{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
}
.play-video{
    /* position: relative;
    top: -48%;
    z-index: 99;
    left: 45%;
    cursor: pointer; */
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 60px; /* adjust size */
  height: auto;
}
.big-title-white-3{
    font-size: 80px;
    color: #fff;
    font-weight: 700;
        line-height: initial;
}
.small-title-1{
font-size: 18px;
    color:#000000CC;
    font-weight: 600;
}

.small-title-2{
font-size: 18px;
    color:#fff;
    font-weight: 600;
}

.small-title-4{
font-size: 18px;
    color:var(--secondary-color);
    font-weight: 600;
}

.small-title-3{
font-size: 24px;
    color:#000000B2;
    font-weight: 600;
}

.small-title-white-1{
font-size: 24px;
    color:#fff;
    font-weight: 600;
}
.small-title-white-2{
font-size:14px;
    color:#FFFFFF99;
    font-weight: 400;
}
p.para{
   color: #000000B2;
   font-size: 16px;
   font-weight: 500;
   line-height: 24px;
}
p.para-white{
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
}
.white-txt-600{
   color: #fff;
   font-size: 16px;
   font-weight: 600;
}
.white-txt-opacity{
   color: #FFFFFFB2;
   font-size: 16px;
   font-weight: 500;
}
p.para-small{
   color: #000000B2;
   font-size: 14px;
   font-weight: 400;
}
h1.blue-txt{
      color: var(--primary-color);
   font-size: 36px;
   font-weight: 600;
   line-height: 40px;
   text-transform: uppercase;
}
.border-2{
    border:1px var(--secondary-color) solid;
    border-radius: 16px;
}
.inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  font-style: normal;
}
.banner-text-wrapper{
    position: relative;
    height: AUTO;
    float: left;
    z-index: 9;
    border-radius: 16px;
    border:1px #fff solid;
       width: 94%;
    margin: 3%;
}
/* Keep navbar above other content */
.navbar {
position: fixed;
    height: 120px;
    color: #fff;
    z-index: 9;
    width: 100%;
    top: 0px;
    z-index: 9999999;
}

.navbar-toggler-icon{
        filter: brightness(0) invert(1);
}
.navbar-toggler{
color: #fff !important;
    border: 0px;
        position: absolute;
    right: 0px;
    top: 40px;
}
.scrren-mtop{
    margin-top: 120px !important;
}
.scrren-mtop-big{
    margin-top: 150px !important;
}

.scrren-mtop-biggeer{
    margin-top: 250px !important;
}
/* Lar
ge screens: position the brand/logo exactly center */
@media (min-width: 992px) { /* lg and up */
   
.navbar .navbar-brand-centered {
position: absolute;
left: 50%;
transform: translateX(-50%);
top:0px;
}


/* Ensure the collapse area uses full width so left & right groups sit at the sides */
.navbar-collapse.d-lg-flex {
width: 100%;
}
}


/* A little spacing for nav links on large screens */
.nav-link { 
    padding-left: 15px !important;
    padding-right:15px !important;
    margin:0px 1rem;
    font-size: 16px;
    color:#fff !important;
    text-transform: capitalize;
}

.nav-link:hover{
    border-top: 2px var(--secondary-color) solid;
     border-bottom: 2px var(--secondary-color) solid;
    border-radius: 30px;
}

.nav-link.active{
    background: var(--secondary-color);
    color:#fff;
    border-radius: 30px;
   
}




/* Optional: make the logo a bit taller on larger screens */

.navbar-bg{
    background:url("../images/flower-blue.png") repeat #133E75;
     border-bottom: 7px var(--secondary-color) solid;
}
.navbar-bg-green{
    background:url("../images/flower-green.png") repeat #133E75;
    border-bottom: 7px var(--secondary-color) solid;
}
@media (min-width: 992px) { }
.logo-wrapper{
}
/*********** home css starts here **********/
.home-banner{
    background:url("../images/banner-1.gif") no-repeat ;
    height: 600px !important;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.partner-bg{
    background:url("../images/partner-bg.jpg") #000 no-repeat  ;
     height: auto !important;
    background-size: cover;
    width: 100%;
    background-position: center;
        background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken;
}
.testimonial-bg {
    background: #E2D2B180;
    border-radius: 16px;
}
.profile-testimonial-bg{
    width: 120px;
    height:120px;
    border:3px #fff solid;
    border-radius: 50% !important;
}
.profile-pic-position{
   position: relative;
    left: -60px;
    top: 40px;
    width: 120px;
    height: 130px;
    float: left;
}

/**************emi css starts here *************/
.home-banner-bg{
     border: 1px #fff solid;
    border-radius: 16px;
    background: transparent;
    position: absolute;
    width: 80%;
    margin: 8% 10%;
}
.choose-box{
    background: #E2D2B180;
    border-radius: 16px;
}
.emi-calculator-box{
    background: #E2D2B133;
}
.emi h1{
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-size: 48px;
  font-style: normal;
  color:var(--primary-color)
}
.emi h1 span{
      color:var(--secondary-color);

}
.emi h4{
    color:var(--text-black);
    font-size: 18px;
      font-weight:600;
}
.emi p{
    font-size: 14px;
    color:var(--text-color);
}

.emi button,.partner button{
    background: var(--secondary-color);
    color:var(--text-white);
    font-size: 16px;
    text-align: center;
   padding: 15px 25px;
    border-radius: 27px;
    outline: none;
    border: 0px;
}
.btn-yellow-bg{
    background: var(--secondary-color);
    color:var(--text-white);
    font-size: 16px;
    text-align: center;
   padding: 10px 25px;
    border-radius: 27px;
    outline: none;
    border: 0px;
}
.partner{
    border-radius: 16px;
    border:1px var(--text-white) solid;
}
.partner h4{
    font-size: 24px;
    color: var(--text-white);
    line-height:30px;
    font-weight: 600;
}
.partner p{
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
}
.challenges-txt{
     font-size: 32px;
    font-weight: 600;
    color:#133E75;
}
.challenges-box{
    font-size: 16px;
    font-weight: 500;
    color:#133E75;
}
.about-small-box{
            background:url("../images/flower-light.png") repeat ;
            border-radius: 16px;
            padding: 20px;
            height: 100%;

}
.project-no{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: var(--secondary-color);
}
.project-txt{
 font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--primary-color);
}
/***********project screen css starts *******/
.projects{
    border-radius: 16px;
    overflow: hidden;
}
.projects-1{
    border-radius: 6px;
    overflow: hidden;
}
.facilty-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.facilty-txt{
    font-size: 16px;
    font-weight: 400;
}
.apartment-name{
    font-size: 24px;
    font-weight: 600;
    color:#000;
}
.facilty-container{
    border-top: 1px #E2D2B180 solid;
      border-bottom: 1px #E2D2B180 solid;
}
.btn-enquire{
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 64px;
    border:0px;
    outline: none;
}
.btn-moredetails{
background:#133E751A;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 64px;
     border:0px;
    outline: none;
}
.btn-sendenquiry{
background:var(--secondary-color);
    color: #fff;
    font-size: 16px;
    /* font-weight: 700; */
    border-radius: 64px;
     border:0px;
    outline: none;
    padding: 15px 30px;
}
.btn-calculator{
    background:var(--secondary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 64px;
     border:0px;
    outline: none;
}
.block-name-italic{
     font-size: 24px;
    font-weight: 600;
    color:var(--secondary-color);
    font-style: italic;
}
.block-name1{
     font-size: 24px;
    font-weight: 600;
    color:var(--secondary-color);
    font-style: italic;
}
.card.projects .card-header{
    padding:0px;
    height: 300px;
}
.card.projects .card-header img{
    height:100% !important;
}
.card.projects .card-body{
    background: var(--card-bg);
}
/* .project-type{
    background: var(--secondary-color);
    font-size: 14px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: var(--text-white);
        padding: 5px 25px;
    position: absolute;
    top: 0px;
    left: 0px;
} */

.project-type {
    background: linear-gradient(270deg, #C29269, #b5a93f, #daa520, #C29269, #b8860b);
    background-size: 400% 400%;
    font-size: 14px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: var(--text-white);
    padding: 5px 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: golden-glow 5s ease infinite;
}


.project-type-1{
    background: linear-gradient(270deg, #C29269, #b5a93f, #daa520, #C29269, #b8860b);
        background-size: 400% 400%;

    font-size: 14px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: var(--text-white);
        padding: 5px 25px;
    position: absolute;
    top: 0px;
    left: 10px;
        animation: golden-glow 5s ease infinite;

}


/* Keyframes for shimmer golden gradient */
@keyframes golden-glow {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.bg-project-header{
   /* // background: url(../images/project-header-bg.jpg) 0px -100px no-repeat; */
    border-radius: 16px;
    height: auto;
    position: relative;
    overflow: hidden; /* keeps overlay inside */

    background: 
    radial-gradient(
      circle at left center,
     rgba(19, 62, 117, 1) 0%,
     rgba(19, 62, 117, 0) 80%,
     rgba(0, 0, 0, 0) 80% ,
     rgba(0, 0, 0, 0) 100% 
    ),
    url(../images/project-header-bg.jpg);
  background-size: cover;
  background-position: center;

}
.bg-about-header{
     border-radius: 16px;
    height: auto;
    position: relative;
    overflow: hidden; /* keeps overlay inside */

    background:
    radial-gradient(
      circle at left center,
    rgba(194, 146, 105, 1) 0%,
     rgba(194, 146, 105, 0) 80%,
     rgba(0, 0, 0, 0) 80% ,
     rgba(0, 0, 0, 0) 100% 
    ),
    url(../images/about-bg.jpg) rgba(194, 146, 105, 1);
  background-size: cover;
  background-position: center;
}
.bg-project-header::after {
    content: "";
    position: absolute;
    inset: 0; /* top:0, right:0, bottom:0, left:0 */
    border-radius: 16px;
}

.bg-joint-venture-header{
    background: url(../images/partner-bg.jpg) 0px -150px no-repeat;
    background-size: cover;
    border-radius: 16px;
    height: auto;
    position: relative;
    overflow: hidden; /* keeps overlay inside */

}
bg-joint-venture-header:hover{
      background-size: 120%; /* zoom in */

}
.bg-joint-venture-header::after {
    content: "";
    position: absolute;
    inset: 0; /* top:0, right:0, bottom:0, left:0 */
    background: rgba(0, 0, 0, 0.5); /* change opacity here */
    border-radius: 16px;
          transition: background-size 1s ease; /* smooth animation */

}
.bg-joint-venture-header:hover::after{
          background-size: 120%; /* zoom in */

}
.projects-tab ul {
        margin: 0 auto;
    text-align: center;
    width: fit-content;
}
.line{
    border:1px var(--secondary-color) solid;
    height: 1px;
    width: 100%;
}
.projects-tab ul li button{
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0px;
}
.projects-tab ul li button.active{
    color: var(--text-white) !important;
    background: var(--primary-color)  !important;
    font-size: 16px;
    border-top-left-radius: 24px !important;
     border-top-right-radius: 24px !important;
     border-bottom-left-radius: 0px !important;
     border-bottom-right-radius: 0px !important;
     border-bottom: 2px var(--secondary-color) solid !important;
    font-weight: 500;
}
.availableUnits{
    background: #E2D2B180;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    width: fit-content;
    padding: 5px 15px;
    border-radius: 40px;
}
/************ joint venture css starts********************/
.about-kyra{
      background:url("../images/flower-light.png") repeat ;
            border-radius: 16px;
            padding: 20px;
}
.blue-border{
    border:1px var(--secondary-color) solid;
    border-radius: 8px;
}
.key-txt{
    font-size: 14px;
    font-weight: 500;
    color:var(--primary-color);
    text-align: left;
}
.why-partner-bg{
          background:url("../images/flower-light.png") repeat ;
border-radius: 16px;
            padding: 20px;
}
.bg-building{
     background:url("../images/building-bg.jpg") no-repeat ;
     height: auto !important;
     background-size: cover;
}
.transparent-bg{
    background: #C29269B2;
    border-radius: 16px;
}
.accordion-header{
      background:url("../images/flower-light.png") repeat ;
            border-radius: 16px;
            padding: 20px;
}
 .accordion-button{
    background: transparent !important;
    color:var(--primary-color);
    font-size: 18px;
    font-weight: 600;
} 
.accordion-item{
  border:0px !important;
} 

/*****************footer css starts *******/

.footer{
        background:url("../images/flower-blue.png") repeat #133E75;
        color: var(--text-white);
}
.footer-title{
    color:var(--secondary-color);
    font-size: 17px;
    font-weight: 600;
}
.address-txt{
    font-size: 14px;
    font-weight: 400;
    color:#fff;
}
.footer-ul li{
  transition: transform 0.3s ease; /* smooth movement */

}
.footer-ul li:hover{
    transform: translateX(10px); /* move 10px to the right */
}
.footer-ul li:not(:last-child) {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0px;
      background: url(../images/arrow-link.png) no-repeat 100% 15px;

}

.footer-ul li:last-child {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0px;
  background: url(../images/arrow-link.png) no-repeat 100% 15px;
}
.footer1-ul li:not(:last-child) {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0px;

}

.footer1-ul li:last-child {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0px;
}

.footer-ul li a{
    color: #fff;
    text-decoration: none;
   
}
.contact-title{
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: 400;
    padding-left: 0px;
}
.contact-lbl{
 font-size: 14px;
    color: #DFDFDF;
    font-weight: 500;
     padding-left: 0px;
}

.copyright{
    background: var(--secondary-color);
    color: #fff;
    padding:15px;
}
.copyright p{
    font-size: 12px;
    font-weight: 500;
}

/**************EMI CSS START HERE*************/
.emi-bg{
    background: #E2D2B133;
    border-radius: 16px;
}
.emi-title-txt{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.emi-title-black-txt{
    font-size: 16px;
    font-weight: 400;
    color: #000000B2;
}
.emi-title-value{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.emi-title--big-value{
    font-size:42px;
    font-weight: 700;
    color: #fff;
}
.loan-emi-bg{
     background:url("../images/flower-light.png") repeat ;
            border-radius: 16px;
            padding: 20px;
}
.emi-amount-bg{
     background:url("../images/flower-blue.png") repeat ;
            border-radius: 16px;
            padding: 20px;
}
.emi-ul ul {
    padding-left: 15px;
}
.emi-ul ul li{
    font-size: 14px;
    font-weight: 400;
    color:#000000CC;
    line-height: 27px;
}
.emi-consition{
     font-size: 12px;
    font-weight: 400;
    color:#000000CC;
    line-height: 20px;
}

/* Reset default styles */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

/* Track */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #fff ;/* blue gradient */
  border-radius: 5px;
}
input[type="range"]::-moz-range-track {
  height: 6px;
  background: linear-gradient(to right, #3b82f6, #60a5fa);
  border-radius: 5px;
}

/* Thumb (draggable circle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: var(--secondary-color); /* dark blue */
  border: 2px solid white;
  border-radius: 50%;
  margin-top: -6px; /* centers thumb on track */
  cursor: grab;
}
input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #1d4ed8;
  border: 2px solid white;
  border-radius: 50%;
  cursor: grab;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #ff0200;
}
input[type="range"]::-ms-thumb:hover {
  background: #ff0200;
}


/***************contact us css starts here **********/

.contact-border{
    border-bottom: 1px var(--secondary-color) solid;
}
.contact label{
    font-size: 14px;
    font-weight: 400;
    color:#fff;
    margin-bottom: 5px;
}
.form-control,.form-select{
    border-radius: 20px;
        height: 45px;
}
.office-location-bg{
        background:url("../images/office-location.png") no-repeat ;
        height: 350px;
        background-size: cover;
        width: 100%;
        background-position: center;
        border-radius: 16px;
}

/************* about us css starts here **********/
.about-caption{
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}
.team-member-wrapper{
    border-radius:16px ;
    overflow: hidden;
    position: relative;
}
.team-member-photo{
    overflow: hidden;
}
.team-member-photo img{
    filter: grayscale(100%);   /* Make image black & white */
    transition: transform 0.5s ease, box-shadow 0.5s ease ,filter 0.1s ease;

}
.team-member-photo img:hover{
     filter: grayscale(0%);     /* Back to original color */
       transform: scale(1.2) rotate(3deg); /* zoom + rotate */
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);      /* zoom in on hover */
     cursor: pointer;
}
.team-box{
    background: var(--primary-color);
    border-top: 2px var(--secondary-color) solid;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
      transition: transform 0.5s ease;

}
.vision-bg{
    background:url("../images/vision-bg.jpg") no-repeat ;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.excellence-bg{
    background:url("../images/excellence-bg.jpg") no-repeat ;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}


.team-box-connect {
  position: absolute;
  left: 12px;
  bottom: -100%; /* hidden below */
  width: 100%;
  height: 64px;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.5s ease;
}

/* Hover Effect */
.team-member-wrapper:hover .team-box {
/* transform: translateY(-50px);  push up */
 cursor: pointer;
}

.team-member-wrapper:hover .team-box-connect {
  bottom: 0; /* drawer slides in */
  cursor: pointer;
}
.btn-team-contact{
    background: transparent;
    border:1px var(--secondary-color) solid;
    color: var(--secondary-color);
    font-size:16px;
    border-radius: 20px;
    padding: 8px 15px;
}
.partners-bg{
     background:url("../images/flower-blue.png") repeat ;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}
.btn-white-border{
    background: transparent;
    border:1px #fff solid;
    color: #fff;
    font-size:16px;
    border-radius: 20px;
    padding: 8px 15px;
}
/*************partner slider css starts here **********/
.about-slider .slider {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.about-slider .slider .slide {
  height: 298;
  display: flex;
  align-items: center;
  animation: slideshow 8s linear infinite;
}
.about-slider .slider .slide div{
  border:1px #fff solid;
  height:298px;
  width: 298px;
    margin:0px 50px;
border-radius: 16px;;
}
.about-slider .slider .slide img {
max-width: 100%;
    max-height: fit-content;
    padding: 50px;
    border-radius: 16px;
    vertical-align: middle;
    margin-top: 25%;
}
@keyframes slideshow {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.about-slider .slider::before, .slider::after {
  height: 100px;
  width: 200px;
  position: absolute;
  content: "";
  z-index: 2;
}
.about-slider .slider::before {
  left: 0;
  top: 0;
}
.about-slider .slider::after {
  right:0;
  top:0;
  transform: rotateZ(180deg);
}

/***************latest project css starts here **********/
.carousel{
    overflow: hidden;
}
.green-title-1{
    font-size: 32px;
    font-weight: 600;
    color: #1B7967;
}
.nithyashree-bg {
    background:#1B7967;
}
.green-flower-bg{
    background:url("../images/flower-green.png") repeat ;
    border-radius: 16px;
    height: 100%;
}
.green-big-title-1{
    font-size:36px;
    font-weight:700;
    color:#1B7967;
}
.white-big-title-1{
    font-size:36px;
    font-weight:600;
    color:#fff;
}
.facilites-grid{
    background:#1B7967;
    font-size: 14px;
    font-weight: 500;
    color:#fff;
    border:1px var(--secondary-color) solid;
    border-radius: 45px;
    padding: 15px 25px;
    margin:5px;
    display: inline-block;
}
.amenties .accordion-header{
    background: #E2D2B133 !important;
    padding:15px 20px !important;
    border-radius: 0px;
}
.amenties .accordion-button{
    background: transparent !important;
    color:#1B7967;
    font-size: 16px;
    font-weight: 700 !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
.amenties .accordion-body{
     background: #E2D2B133 !important;
     padding-top: 0px !important;
    padding-left: 38px !important;
}

.amenties .accordion .accordion-item{
border-radius: 16px !important;
    overflow: hidden;
}
.brochure-bg{
      background:url("../images/flower-green.png") repeat ;
    border-radius: 16px;
    height: 100%;
}

.building-plan-bg{
      background:url("../images/flower-green.png") repeat ;
    height: 100%;
}
.border-box{
    border:1px var(--secondary-color) solid;
    border-radius: 6px;
    width: fit-content;
    padding: 12px 15px;
    color: #000000B2;
   font-size: 16px;
   font-weight: 500;
}
.block-name{
    background: var(--secondary-color);
    font-size: 24px;
    font-style: italic;
    padding: 15px 20px;
    color: #fff;
    border-radius: 8px;
}

.small-kyra-logo{
    display: none;
}
.big-kyra-logo{
    display: block;
}

 .profile-pic-position{
        display:block;
    }
    .mobile-profile-pic-position{
        display:none;
    }
.footer-margin{
    margin-top: 98px;
}
.mobile-hide{
 display: none !important;
}
.mobile-show{
    display: block !important;
}
.zoom-img{
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    cursor: pointer;
}

.zoom-img:hover {
  transform: scale(1.1); /* zoom + rotate */
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.enquiry-bg{
    background: url("../images/project-header-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.enquiry-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.overlay-above-text{
        position: absolute;
    z-index: 9;
    width: 80%;
}
.enquiry label{
    color:#000 !important;
}
.land-bg{
     background: url("../images/partner-bg.jpg") center center  no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.land-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.contact{
    max-width: 720px !important;
    margin: 0 auto;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .para{
        margin:0px;
        padding:0px;
    }
     .contact {
            padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .full-width{
        width: 100% !important;
    }
   .btn-team-contact img{
    display:none;
   }
  }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
   .project-speacials{
    flex-direction: column;
   }
   .about-small-box{
    width: 100%;
   }
   .center-small-screen{
    text-align: center !important;
   }
   .facilites-grid{
    padding: 5px 15px;
   }
  .about-small-box{
        width: 100%;
    }
    .profile-pic-position{
        display:none;
    }
    .mobile-profile-pic-position{
        display:block;
        margin: -90px 0px 10px 0px;
    }
    .slick-slide img {
    display: block;
    margin: 0 auto;
}
.testimonial-bg{
    margin-top:100px;
}
#myTab .nav-item{
width: 33%;
padding: 0px 0px !important; 
}
#countdown ul li{
        padding: 0px 10px !important;
}
#countdown ul li span{
    font-size: 25px !important;
}
#countdown ul li:not(:last-child) span::after{
  right:-10px;
}
#countdown{
    width: 96% !important;
    margin:1% 2% !important;
}
 .challenges-box{
        width: 50% !important;
        float: left;;
    }
    .accordion-button{
        font-size: 16px;
        line-height: 22px;
    }   
    .facilites-grid{
        font-size: 12px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .scrren-mtop-biggeer{
    margin-top: 170px !important;
}
    .mobile-block{
        display: block;
        margin-top: 20px;
    }
    .land-bg{
             background: url("../images/partner-bg.jpg") center center  no-repeat;
background-size: cover;
        height: 450px;
    }
    .enquiry-bg{
        height: 400px;
    }
    .enquiry{
        text-align: left;
    }
    p.para,.partner p,p.para-white{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .container{
            max-width: calc(100% - 32px);
    }
    .mobile-nomargin{
        margin-left: 0px !important;
         margin-right: 0px !important;
    }
    .mobile-padding{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .mobile-nopadding{
         padding: 0px !important;
    }
    .mobile-nopaddTopBottom{
        padding-top:0px !important;
        padding-bottom: 0px !important;
    }
    .mobile-padd10{
        padding:10px !important;
    }
    .mobile-left-right-nopadd{
         padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobile-no-margin-bottom{
        margin-bottom: 0px !important;
    }
    .challenges-box{
        width: 33%;
        float: left;
        font-size: 14px !important;
    }
    .mobile-center{
        text-align: center;
    }
     .mobile-left{
        text-align: left !important;
    }
    .mobile-btn-full{
        width: 100%;
        display: inline-block;
    }
    .about-small-box{
        width: 100%;
    }
    .about-kyra,.builtIn-box{
        text-align: center;
    }
    .about-kyra{
        border-radius: 0px !important;
    }
    .video-background .content{
        /* top: 290px; */
        width: 90%;
    }
    .lat-project .content{
        top:350px !important;
    }
    .navbar-toggler:focus{
        box-shadow:none !important;
    }
 .navbar-collapse{
     background:url("../images/flower-blue.png") repeat ;
    position: fixed;
        width: 100%;
        z-index: 99999;
        left: 0px;
        top: 120px;
        bottom: 0px;
                padding: 25px;
}
.nav-item{
    color:#fff !important;
    font-size: 24px;
    border-bottom: 1px var(--secondary-color) solid;
    padding:20px 0px;
    text-align: center;

}
.nav-link:hover{
    border:0px !important
}
.nav-link.active{
    background: transparent;
    color:var(--secondary-color) !important;
}
.small-kyra-logo{
    display: block;
}
.big-kyra-logo{
    display: none;
}
.home-banner-bg{
    text-align: center;
}
.big-title-white-3,.blue-txt,.big-title-blue-1,.challenges-txt,.big-title-white-1,.white-big-title-1,.emi-title--big-value,.project-no,
.big-title-white-2,.big-title-yellow-2,.big-title-1,.big-title-2,.big-title-yellow-1,.green-big-title-1,.emi h1{
    font-size: 30px !important; 
    line-height: 32px !important;
}
.green-title-1{
font-size: 25px !important; 
    line-height: 40px !important;
}
.video-background .content{
    text-align: center;
}
.team-member-wrapper{
}
.footer-margin{
    margin-top: 0px;
}
.vision-bg,.excellence-bg{
    height:300px;
}
 .full-width{
        width: 100% !important;
    }
    .bg-joint-venture-header{
background-size: inherit;
    }
    .apartment-name{
        font-size: 18px;
    }
    .block-name-italic{
        font-size: 16px;
    }
    a.btn-link-1{
        padding:10px 15px !important;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }