 

  

.container{

    max-width:1310px

}

header{

    padding: 25px 0 0;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 10;

}

header .btn{
    color: #1D2655;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 23px;
}


header hr{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.63) 29.34%, rgba(255, 255, 255, 0.00) 100.29%);
    width: 643px;
    height: 1px;
    border: 0;
    margin: 25px 0 0;
}


.banner-sec{
    position: relative;

}

.banner-sec img{
    width: 100%;
    object-fit: contain;
}

.banner-caption{

    background-image: url(../img/banner-bg.png);

    background-repeat: no-repeat;

    background-position: center center;

    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%);

}

.banner-left-text h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.banner-left-text h2 {
    color:rgb(224, 244, 4);
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 0;
}
.banner-left-text h2 span {
    font-size: 50px;
    font-weight: 500;
    margin-right: 8px;
}

.banner-left-text h4 {
    color:rgb(224, 244, 4);
    margin-bottom: 0;
    font-weight: 400;
}
.banner-left-text h2 sup {
    font-size: 70px;
    margin-left: -20px;
    font-weight: 400;
}
.banner-right-text h2 {
    font-size: 50px;
    color: #fff;
}
.banner-right-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.banner-right-text h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    margin-top: 15px;
    color:rgb(224, 244, 4);
}
.banner-btm-text {
    position: absolute;
    bottom:10%;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}

.banner-btm-text h4 {
    color: #fff;
}

.banner-btm-text-center {
    display: flex;
    justify-content: center;
}
.banner-btm-text-center button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 16px;
    border-radius: 5px;
}

h4.explore-btn {
    border: 1px solid rgb(224, 244, 4);
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
}

.banner-txt{

    width: 100%;

    max-width: 455px;

}

.banner-txt h1{

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 36px;

    font-style: normal;

    font-weight: 700;

    line-height: 53px; /* 147.222% */

}

.banner-txt h1 b{

    color: var(--icon-color, #4EE798); 

    font-size: 46px; 

    font-weight: 700; 

}

.banner-cate{

    border-radius: 10px;

    border: 1px solid rgba(255, 255, 255, 0.48);

    background: linear-gradient(98deg, #2E429F 0.8%, #1CC26F 101.92%);

    backdrop-filter: blur(15.5px);

    padding: 15px;

    margin: 31px 0;

}

.banner-cate h4{

    color: var(--icon-color, #FFF);

    text-align: center;

    font-family: Overpass;

    font-size: 28px;

    font-style: normal;

    font-weight: 600;

    line-height: 35px; /* 125% */

    max-width: 190px;

}

.banner-cate hr{

    border: 0;

    width: 1px;

    height: 136px;

    background: rgba(255, 255, 255, 0.27);

    margin: 0 15px;

}


.nearby-mobile-btn {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #FFF;
    padding: 10px 20px;
}

.nearby-mobile-btn svg {
    margin-left: 6px;
}

.enquire-btn-mobile {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, #B98643 0%, #DFAE51 44.5%, #D99D3F 100%);
    padding: 10px 20px;
    min-width: 155px;
    margin-left: 10px;
}

.enquire-btn-mobile1 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, #3A7BD5 0%, #00C6FB 44.5%, #2E86DE 100%);
    padding: 10px 20px;
    min-width: 155px;
    margin-left: 10px;
}

.btn-flex {
    display: flex;
    align-items: center;
}

.banner-cate span{

    border-radius: 100px;

    background: rgba(32, 42, 94, 0.86);

    color: var(--icon-color, #FFF);

    font-family: Inter;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    padding: 5px 15px;

    display: inline-block;

}

.banner-txt .btn{

    border-radius: 10px;

    background: var(--icon-color, #FFF);

    color: #1D2655;

    font-family: Inter;

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    letter-spacing: 0.4px;

    padding: 16px;

    display: block;

    text-align: center;

}





.home-form .container{

    max-width: 1358px;

    border-radius: 10px;

    background:url(../img/banner-bg.png) center bottom no-repeat, linear-gradient(91deg, #1A2A67 18.05%, #1EB872 100%);

    padding: 50px;

    position: relative;

    top: -51px;

    z-index: 10;

}







.home-form .form-control{

    border-radius: 8px;

border: 1px solid var(--icon-color, #FFF);

background: unset;

padding: 17px 15px;

color: rgba(255, 255, 255, 0.46);

font-family: Inter;

font-size: 16px;

font-style: italic;

font-weight: 300;

line-height: normal;

letter-spacing: 0.32px;

}

.home-form .form-label{

    color: var(--icon-color, #FFF);

    font-family: Inter;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    letter-spacing: 0.32px;

}

.home-form .btn{

    border-radius: 8px;

border: 1px solid var(--icon-color, #FFF);

background: var(--icon-color, #FFF);

color: #1C204F;

font-family: Inter;

font-size: 16px;

font-style: normal;

font-weight: 700;

line-height: normal;

letter-spacing: 0.32px;

padding: 17px 15px;

margin-top: 30px;

width: 100%;

}

.home-about{

    padding: 80px 0;

    background: #E2EFE8;

}

.home_about_head{

    max-width: 1048px;

    margin: 0 auto;

    text-align: center;

}

.home_about_head span{

    color: #000;

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 53px; /* 378.571% */

    position: relative;

}

.home_about_head span::after{

    content: ""; 

    position: absolute;

    width: 72px;

height: 1px;

background: #1EB872;

left: calc(50% - 36px);

bottom: -2px;

}

.home_about_head h3{

    color: #1D2655; 

    font-family: Overpass;

    font-size: 24px;

    font-style: normal;

    font-weight: 700;

    line-height: 53px; /* 220.833% */

}

.home_about_head p{

    color: #494949; 

    font-family: Overpass;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 31px; /* 193.75% */

}

.w-full{

    width: 100%;

}



.flats-in-thrissur-block-item {

    border-radius: 7px;

    border: 0.6px solid #A3A3A3;

    background: var(--icon-color, #FFF);

    margin-top: 30px;

    padding: 25px 20px;

    padding-bottom: 0;

}

.flats-in-thrissur-block-item-test-top {

    display: flex;

    justify-content: space-between;

    gap: 20px;

        align-items: center;

}

.project-budget {

    background: #10375C;

    color: #fff;

    font-weight: 600;

    line-height: normal;

    padding: 8px 8px;

    border-radius: 6px;

    font-size: 12px;

}





.flats-in-thrissur-block-item-test h2 {

    color: #1D2655;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

}

.flats-in-thrissur-block-item-test {

    padding-top: 15px;

}

.flats-in-thrissur-block-item-test-location {
    color: #494949;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    gap: 10px;
}

.work-status {

    border-radius: 3px;

    background: #195A98;

    padding: 6px 10px;

    margin: 15px 0;

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

}

.flats-in-thrissur-block-item-area h4 {

    color: #494949;

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

}

.flats-in-thrissur-block-item-area h3 {

    color: #1D2655;

    font-family: Overpass;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

}

.flats-in-thrissur-block-item-area {

    display: flex;

    justify-content: space-between;

}

.flats-in-thrissur-block-item-area div {

    width: 50%;

    border-right: 1px solid #858585;

    padding: 0 20px;

}

.flats-in-thrissur-block-item-area div:last-child{

    border-right: 0px;

}

.flats-in-thrissur-block-item-hg {

    background: #E5FFF1;

    margin-left: -20px;

    margin-right: -20px;

    margin-top: 15px;

    margin-bottom: 15px;

    padding: 10px;

}

.flats-in-thrissur-block-item-hg ul li {

    color: #494949;

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    padding-top: 5px;

}

.flats-in-thrissur-block-item-test p {

    color: #1D2655;

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    margin-bottom: 0;

}

a.enquire-btn {

    border-radius: 0px 0px 7px 7px;

    background: #10375C;

    display: block;

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 16px;

    font-style: normal;

    font-weight: 700;

    line-height: 53px;

    text-align: center;

    text-decoration: none;

    margin-top: 10px;

    margin-left: -20px;

    margin-right: -20px;

}

.flats-in-thrissur-block-item-img img {

    height: 300px;

    object-fit: cover;

    border-radius: 33px;

}

.home-about-block-content {

    padding: 40px 30px;

    background: linear-gradient(212.93deg, #00D09C 19.66%, #00D09C 72.27%, rgba(122, 241, 158, 0.84) 98.62%);

    margin-bottom: 115px;

    margin-top: 60px;

    border-radius: 32px;

}

.home-about-block-content-02-item {

    padding: 40px 0;

    position: relative;

}

.abt-block:nth-child(odd) .home-about-block-content-02-item::before {

    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    background: linear-gradient(87.67deg, #FB8078 -66.26%, #FFE9B4 78.25%);

    border-radius: 5px;

    height: 4px;

    animation: size 2s infinite ease-in-out alternate;

}

.home-about-block-content-02-item h3 {

    font-style: normal;

    font-weight: 700;

    font-size: 110px;

    line-height: 115px;

    color: #fff;

    margin-bottom: 0;

}

.home-about-block-content-02-item h5 {

    font-style: normal;

    font-weight: 600;

    font-size: 24px;

    line-height: 128%;

    color: #fff;

}





@keyframes size {

    from { width: 0%; }

    to { width: 30%; }

  }

.home-about-block-content-02-item.hg {

    text-align: center;

}

.home-about-block-content-02-item {

    padding: 40px 0;

    position: relative;

}

.home-about-block-content-02-item.hg h4 {

    font-style: normal;

    font-weight: 500;

    font-size: 24px;

    line-height: 112%;

    text-align: center;

    color: #fff;

    width: 50%;
    margin: 30px auto;
}

.home-about-block-content-02-item.hg a.full-story-btn {
    background-color: #FFE7D0;
    backdrop-filter: blur(7px);
    border-radius: 27.5px;
    width: 170px;
    padding: 15px 25px;
    display: flex;
    margin: 0px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0F2D89;
    align-items: center;
    justify-content: center;
    transition: .25s;
    text-decoration: none;

}

/* ICON NUMBERS SECTION START */



.numbers-div {
    border-radius: 10px;
    background: linear-gradient(98deg,#2e429f .8%,#1cc26f 101.92%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 60px;
    margin-right: 60px;
    padding: 50px 0;
    margin-top: 40px;
}

.icon-number img {
    mix-blend-mode: lighten;
}

.icon-number {
    display: flex;
    align-items: center;
}

.numbers {
    color: var(--base-white, #FFF);
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.numbers-description {
    color: var(--blue-gray-300, #CBD5E1);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 10px;
    padding-left: 10px;
}

.customers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/***************** ICON NUMBERS SECTION END ****************/


.home-about-block-content-02-item.hg a.full-story-btn svg {

    width: 20px;

}

.home-about-block-content-02-item.hg svg {

    margin: 0px auto;

    text-align: center;

    width: 100%;

    overflow: initial;

}

.about-hg-bottom-mob-text {

    display: none;

}

.about-title-block h2 {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 12px;

    letter-spacing: 0.26em;

    color: #fff;

    text-align: center;

}

.home-about-block-content-02-item.hg a.full-story-btn:hover {

    background-color: #EEF2FF;

    color: #0F2D89;

}

.floor-slider-item{

    margin-right: 20px;

}

.floor-slider-item img{

    height: 250px !important;

    object-fit: cover;

    border-radius: 5px;

    width: 100%;

}

.slick-next {

    right: 0px !important;

    background: #ededed !important; 

    width: 40px !important;

    height: 40px !important;

    border-radius: 50% !important;

    color: #333 !important;

}

.slick-next::before{

    color: #333 !important;

}

.slick-prev{

    background: #ededed !important;

    width: 40px !important;

    height: 40px !important;

    border-radius: 50% !important;

    color: #333 !important;

    left: -15px !important;

    z-index: 10 !important;

}

.slick-prev::before{

    color: #333 !important;

}

h2.section-sub-title {

    color: rgb(15 45 137);

    font-size: 30px;

    margin-bottom: 30px;

    font-weight: 600;

}

.nav-tabs .nav-link {

    background: #10375c !important;

    border: 1px solid #eff0f7 !important;

    box-shadow: 0 5px 14px rgba(8,15,52,.04) !important;

    border-radius: 37px !important;

    color: #fff !important;

    padding: 10px 15px !important;

    margin: 0 10px 10px 0 !important;

}



.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

    background: #1cc273 !important;

    border: 1.5px solid #1cc273 !important;

    color: #fff !important;

    border-radius: 37px !important;

}

.nav-tabs{

    border-bottom: 0px !important;

    margin-bottom: 30px !important;

}

h2.section-sub-title-inner {

    color: rgb(15 45 137);

    font-size: 30px;

    margin-bottom: 20px;

    font-weight: 600;

}



.project-detail-block-item-inner{

    margin-bottom: 40px;
 

}

.testimonial-right-block-content {

    background-image: url(../img/testimony-bg.svg);

    width: 100%;

    min-height: 280px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: 50%;

    padding: 50px;

    justify-content: center;

    flex-direction: column;

    display: flex;

}



.testimonial-right-block-content-item {

    display: flex;

    align-items: center;

    gap: 5px;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 10px;

}

.testimonial-right-block-content h3 {

    color: #fff;

    font-weight: 700;

    font-size: 3rem;

    margin-bottom: 0;

}

.testimonial-right-block-content span {

    color: rgb(209 221 255);

    font-weight: 400;

}

.testimonial-right-block-content p {

    margin-bottom: 0;

    font-size: 12px;

    color: #fff;

    margin-top: 7px;

}



section#home-why-choose-section {

    background: #0E266F;

    padding: 60px 0;

    position: relative;

    margin-top: 60px;

}

.why-choose-text-block h3 {

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    position: relative;

    display: flex;

    align-items: center;

    gap: 5px;

}

.why-choose-text-block h3 span {

    width: 72px;

    height: 1px;

    background: #fff;

    display: block;

}

.why-choose-text-block h2 {

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 36px;

    font-style: normal;

    font-weight: 700;

    position: relative;

    margin-bottom: 25px;

}

.why-choose-text-block h2::before{

    position: absolute;

    content: "";

    width: 90px;

    height: 3px;

    background: #24FF62;

    bottom: -5px;

    left: 0;

}



.project-detail-block-sticky {

    padding: 50px 30px;

    background-color: rgb(16 55 92);

    border-radius: 25px;

    text-align: center;

    color: #fff;

}

.project-detail-block-sticky p {

    color: rgb(172 172 172);

}

a.sticky-btn {

    background: rgb(28 194 115);

    width: 100%;

    padding: 10px;

    color: #fff;

    font-size: 18px;

    text-decoration: none;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 40px;

    margin-bottom: 14px;

}

a.stick-btn-call{

    background: #fff;

    width: 100%;

    padding: 10px;

    color: #000;

    font-size: 18px;

    text-decoration: none;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 40px;

    margin-bottom: 0px;

}

.why-choose-text-block p {

    color: var(--icon-color, #FFF);

    font-family: Overpass;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 29px;

}

a.interest-btn {

    border-radius: 10px;

    background: #1CC273;

    color: var(--icon-color, #FFF);

    font-family: Inter;

    font-size: 16px;

    font-style: normal;

    font-weight: 600;

    line-height: normal;

    letter-spacing: 0.32px;

    padding: 12px 32px;

    text-decoration: none;

    margin-top: 10px;

    display: inline-block;

}



.position-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

    top: 50px;

    height: fit-content;

}



footer{

    background: #0E266F;

}



.footer-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0;

    border-top: 1px solid #ededed26;

}

.footer-content p{

    color: #fff;

    margin-bottom: 0;

}



.banner-slider-item-content {

    position: relative;

}

select.form-control option {

    color: #000;

}

.wrap-modal-slider.open {

    opacity: 1;

  }





.gallery-img img{

    width: 100%;

}


/***************** IMAGE GALLERY START *********************/

.image-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    margin: 100px 60px;
}

.image-container {
    position: relative;
    border-radius: 3px;
    min-height: 476px;
}

.bg-img-gallery {
    position: absolute;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-description {
    color: #FFF;
    -webkit-text-stroke-width: 0.4000000059604645;
    -webkit-text-stroke-color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;

}

.bg-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 7px 7px;
    background: linear-gradient(183deg, rgba(217, 217, 217, 0.00) 2.79%, rgba(0, 0, 0, 0.28) 48.14%, #000 103.85%);
}

.description-container h3 {
    color: #1E1E1E;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.description-container h3 span {
    color: #413FD9;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    text-transform: uppercase;
}

.description-container p {
    color:rgb(33, 33, 33);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.modal-dialog {

    margin-right: 0;

    margin-top: 0;

    margin-right: 0;

    margin-bottom: 0;

    height: 100vh;

}

.modal-content {
    background-color: #e6e7ff;
    padding-bottom: 40px;
}



.banner-top-form-title{

    color: #0d2c4a;

    font-size: 18px;

    font-weight: 500;

    margin-top: 20px;

    margin-bottom: 20px;



}
.form-control {
    background: #fff;
    padding: 10px 15px 10px 15px;
    width: 100%;
    color: #0000009e;
    font-size: 16px;
    border: 0;

}

.close span {
    color: #000;
}




#form2 button#btn-submit {

    background-color: rgb(28 194 115);

    width: 100%;

    font-size: 20px;

    font-weight: 600;

    color: #fff;

}



button.close {

    background: transparent;

    color: #fff;

    border: transparent;

    font-size: 23px;

    margin-right: 0;

    display: flex;

}

.modal-header {

    padding: 0;

    border: 0;

    padding-top: 8px;

    justify-content: end;

    padding-right: 10px;

}


.gray-underline {
    background: #A6A6A6;
    height: 0.6px;
    width: 100%;
    margin: 90px 0;
}

.exclusive-amenities-description {
    padding-left: 60px;
}

.exclusive-amenities-description h3 {
    color: #0F2D89;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    
}


.exclusive-amenities-description p {
    color: #686868;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    text-transform: capitalize;
    margin-top: 20px;
    padding-right: 600px;
    padding-bottom: 50px;
}


section.home-about h2 {
    text-align: center;
    font-weight: 300;
}



/* DYNAMIC AMENITIES SECTION START */

.amenities-container {
    position: relative;
    height: 550px;
    margin: 0 60px 100px 60px;
}

.amenities-img {
    position: absolute;
    width: 100%;
    height: auto;
}

.amenities-img-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.amenities-btn-container {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 30px;
    left: 50px;
    column-gap: 14px;
    row-gap: 30px;
}

.amenities-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    min-width: 123px;
    min-height: 64px;
    color: #1E2633;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    transition: 0.2s ease-in-out;
    border: none;
}

.amenities-btn:hover {
    color: white;
    background: linear-gradient(114deg, #383D42 20.87%, #28292A 86.8%);
}

.amenities-btn svg {
    margin-bottom: 5px;
}

.amenities-description-container {
    position: absolute;
    right: 0;
    bottom: 30px;
    border-radius: 12px;
    background: rgba(0, 179, 22, 0.60);
    backdrop-filter: blur(26.850000381469727px);
    max-width: 606px;
    max-height: 223px;
    padding: 30px 20px 30px 50px;

}

.amenities-icon-heading {
    color: #FFF;
    -webkit-text-stroke-width: 0.30000001192092896;
    -webkit-text-stroke-color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.desc-amenities {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-transform: capitalize;
}

.icon-contain {
    border-radius: 3px;
    background: #EE964B;
    max-width: 39px;
    max-height: 38px;
    padding: 6px;
    margin-right: 10px;
}

.active-btn {
    border-radius: 4px;
    background: linear-gradient(114deg, #383D42 20.87%, #28292A 86.8%);
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
}

.active-btn .courtPath {
    fill: white;
}


/* DYNAMIC AMENITIES SECTION END */


.swiper-container{
    z-index: 0;

}
    
.enquire-mobile {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: fixed;
    width: 80%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 0px);
}
.enquire-mobile {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.59);
    bottom:0px;

}

button#nearby-mobile-id{
    display: none;
}


/* 
check */
.sticky_modal {
    display: none;
    position: fixed;
    gap: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    color: white;
    border-radius: 6px;
    align-items: center;
    max-width: 770px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
}
p.exclusive-p{
    margin-bottom: 0px !important;
}



.nearby-mobile-btn {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #FFF;
    padding: 10px 20px;
}

.nearby-mobile-btn svg {
    margin-left: 6px;
}

.enquire-btn-mobile {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(0,179,22,1) 0%, rgba(34,195,94,1) 50%, rgba(0,143,17,1) 100%);
    padding: 10px 20px;
    min-width: 122px;
    margin-left: 2px;
}

.enquire-btn-mobile3 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, #001f4d 0%, #003d99 50%, #001a33 100%);
    padding: 10px 20px;
    min-width: 122px;
    margin-left: -5px;
}

.enquire-btn-mobile5 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, #f5f5f5 0%, #eaeaea 50%, #dddddd 100%);
    padding: 10px 20px;
    min-width: 122px;
    margin-left: -1px;
}


.btn-flex {
    display: flex;
    align-items: center;
}


                .nearby-mobile-btn span:nth-child(3) {
                    display: none !important;
                }


                .qr-code-block {
                    position: absolute;
                    width: 60px;
                    height: 60px;
                    right: 90px;
                    top: 30px;
                }

                .qr-code-block img {
                    width: 60px;
                    height: 60px;
                }

/************* STICKY MODAL END ************/



/***************************** MEDIA QUERY 900PX START ******************/
@media (max-width: 900px) {
    nav {
        padding: 45px 25px;
    }

    .contain-headings {
        padding: 0 25px;
    }

    .form-header-container {
        margin: 0 25px;
    }

    .map-heading {
        font-size: 19.698px;
        line-height: 29px;
        padding: 50px 20px 40px 20px;
    }

    .numbers-div {

        margin-left: 20px;
        margin-right: 20px;
        padding: 50px 0;
        margin-top: 40px;
    }

    .image-gallery {
        grid-template-columns: 1fr 1fr;
        margin: 20px 40px;
        gap: 20px;
    }

    .description-container h3 {
        padding: 0 30px;
        font-size: 20px;
        line-height: 34px;
        margin-top: 40px;
    }

    .description-container h3 span {
        font-size: 20px;
        line-height: 34px;
    }

    .description-container p {
        padding: 0 30px;
        text-align: start;
        font-size: 15px;
        line-height: 30px;
    }

    .exclusive-amenities-description {
        padding: 10px 20px;
    }

    .exclusive-amenities-description p {
        padding: 20px 0;
    }

    .exclusive-amenities-description h3 {
        font-size: 24px;
    }

    .amenities-container {
        margin: 0 10px 40px 10px;
    }

    .form-location-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
        padding: 40px 10px;
        column-gap: 10px;
    }

    sticky_modal {
        max-width: 490px;
        width: 100%;
        margin: 20px auto;
        justify-content: center;
    }


}

@media (max-width: 1450px){

    .container{

        max-width:90%

    }

}



@media (max-width: 991px){

    p.exclusive-p{
        display: none !important;
    }

    .sticky_modal{
        justify-content: center;
    }

    .nearby-mobile-btn span{
        display: none !important;
    }

        .nearby-mobile-btn span:nth-child(3) {
            display: flex !important;
        }

    .testimonial-right-block-content {

        width: 80%;

        min-height: 490px;

        background-repeat: no-repeat;

        background-size: contain;

        background-position: 50%;

        padding: 50px;

        margin: 0 auto;

        margin-top: 40px;

    }

    .banner-left-text h2 {
        color: rgb(224, 244, 4);
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .banner-left-text h2 sup {
        font-size: 35px;
        font-weight: 400;
    }
    .banner-left-text h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
    }
    .banner-left-text h2 span {
        font-size: 30px;
        margin-right: 8px;
    }

    

    section.home-form .col {

        width: 50% !important;

        flex: 0 0 auto;

    }

    .numbers-div {
        grid-template-columns: 1fr 1fr;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }

    .customers {
        padding-bottom: 50px;
        padding-top: 20px;
        border: 0.5px solid gray;
    }


}


@media (max-width:767px){

    .banner-caption {
        left: 0;
        top: 110px;
        width: 100%;
        transform: translate(0px, 0%);
    }

    .banner-right-text h2 {
        font-size: 40px;
        color: #fff;
    }

    .banner-right-text h5 {

        gap: 8px;
        font-size: 22px;
        margin-top: 15px;
        color: rgb(224, 244, 4);
    }
    h4.explore-btn {
        border: 1px solid rgb(224, 244, 4);
        width: fit-content;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 14px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 14px;
        -webkit-background-size: 27px 14px;
        background-size: 27px 14px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .qr-code-block {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 40px;
        top: 10px;
    }

    header {
        padding: 10px 0 0;
    }

    header hr{
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media (max-width: 576px){


    h4.explore-btn {
        border: 1px solid rgb(224, 244, 4);
        width: fit-content;
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 11px;
        color: #fff;
        font-weight: 400;
    }
    .banner-left-text h4 {
        color: rgb(224, 244, 4);
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
    }
    .banner-left-text h5 {
        color: #fff;
        font-size: 16px;
        margin-top: 6px;
        text-shadow: 2px 1px 3px black;
    }
    .banner-right-text h4 {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .banner-right-text h5 {
        font-size: 14px;
        margin-top: 15px;
        color: rgb(224, 244, 4);
        gap: 4px;
    }

    .banner-btm-text-center button {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 8px;
        border-radius: 5px;
        font-size: 14px;
    }
    .banner-right-text h5 svg {
        width: 18px;
        height: 18px;
    }

    .banner-btm-text {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
    }

    .home-about-block-content-02-item h3 {

        font-style: normal;

        font-weight: 700;

        font-size: 52px;

        line-height: 65px;

        color: #fff;

        margin-bottom: 0;

    }

    section.home-form .col {

        width: 100% !important;

        flex: 0 0 auto;

    }

    .exclusive-p{
        display: none !important;
    }

    .home-form .container {

        padding: 50px 25px;

        position: relative;

        top: 0px;

    }

    .banner-left-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    .banner-left-text h2 {
        color: rgb(224, 244, 4);
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .banner-right-text h2 {
        font-size: 25px;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 0;
    }

    button#nearby-mobile-id{
        display: flex;
    }

    .enquire-mobile{
        width: 100%;
    }


    .testimonial-right-block-content {

        width: 100%;

        min-height: 300px;

        background-repeat: no-repeat;

        background-size: contain;

        background-position: 50%;

        padding: 93px;

        margin: 0 auto;

        margin-top: 40px;

    }



    .home-about-block-content-02-item {

        padding: 20px 0 10px;

        position: relative;

    }



    .home-about-block-content-02-item.hg h4 {

        font-style: normal;

        font-weight: 500;

        font-size: 24px;

        line-height: 112%;

        text-align: center;

        color: #fff;

        width: 80%;

        margin: 20px auto;

    }

    .why-choose-text-block h2 {

        color: var(--icon-color, #FFF);

        font-family: Overpass;

        font-size: 26px;

        font-style: normal;

        font-weight: 700;

        position: relative;

        margin-bottom: 25px;

    }



    .nav-tabs .nav-link {

        padding: 8px 11px !important;

        margin: 0 5px 10px 0 !important;

        font-size: 14px !important;

    }

    .container {

        max-width: 95%;

    }



    .banner-txt h1 {

        color: var(--icon-color, #FFF);

        font-family: Overpass;

        font-size: 24px;

        font-style: normal;

        font-weight: 700;

        line-height: 38px;

    }



    .banner-txt h1 b {

        color: var(--icon-color, #4EE798);

        font-size: 36px;

        font-weight: 700;

    }

    .banner-cate {

        border-radius: 10px;

        border: 1px solid rgba(255, 255, 255, 0.48);

        background: linear-gradient(98deg, #2E429F 0.8%, #1CC26F 101.92%);

        backdrop-filter: blur(15.5px);

        padding: 15px;

        margin: 12px 0;

    }

    /*.banner-cate hr {*/

    /*    border: 0;*/

    /*    width: 100%;*/

    /*    height: 1px;*/

    /*    background: rgba(255, 255, 255, 0.27);*/

    /*    margin: 15px 0px;*/

    /*}*/

    .banner-cate h4 {

        margin-bottom: 0;

        font-size: 28px;

        line-height: 30px;

    }

    .banner-txt .btn {

        border-radius: 10px;

        background: var(--icon-color, #FFF);

        color: #1D2655;

        font-family: Inter;

        font-size: 14px;

        font-style: normal;

        font-weight: 700;

        line-height: normal;

        letter-spacing: 0.4px;

        padding: 13px;

        display: block;

        text-align: center;

    }





}

