@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Light.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Regular.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Medium.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Black.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bungee Outline';
    src: url('../fonts/BungeeOutline-Regular.woff2') format('woff2'),
        url('../fonts/BungeeOutline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src:
        url('../fonts/Cormorant/Cormorant-VariableFont_wght.ttf')
}

body {
    font-family: 'Red Hat Display';
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

.banner-section {
    position: relative;
}

.custom-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.banner-heading {
    position: absolute;
    bottom: 10%;
    transform: translateY(-50%);
    left: 6.5%;
}

.banner-heading h4 {
    color: #FFF;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 50px */
letter-spacing: 0.75px;
line-height: 33px;
}

.banner-heading h1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(256deg, rgba(0, 0, 0, 0.00) 1.15%, rgba(0, 0, 0, 0.81) 91.43%);
}

.banner-btm-design {
    bottom: 0;
    position: absolute;
    left: 0;
}

/* banner section END*/

/* header  START*/

header {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}

.side_menu {
    position: fixed;
    top: 5%;
    right: 2%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: 300px;
    height: 100vh;
    border-radius: 10px;
    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

.side_menu .close_icon {
    cursor: pointer;
}

.nav_menu img {
    width: 36px;
    display: block;
}

.side_menu {
    position: fixed;
    top: 5%;
    right: 2%;
    background: #0098d8;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: 300px;
    height: 100vh;
    border-radius: 10px;
    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

.side_menu ul li {
    padding: 10px 20px;
}

.side_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

/* header END*/

/* ABOUT section START  */

.about {
    width: 100%;
    background: linear-gradient(180deg, #52A4EB 0%, #0873A6 61%, #064E71 100%);
    padding: 40px 0 86px  0 ;
    position: relative;
}

.about-heading {
    color: #FFF;
text-align: center;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.4px;
text-transform: uppercase;
}

.about-content {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.48px;
    width: 78%;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
}

.jaag-history-bg {
    padding-bottom: 21px;
    
    background: radial-gradient(circle at center, #414141, #1A1A1A);
}

.jaag-history{
    width: 56%;
    margin: 0 auto;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, #0B0B0B 0%, #24B8FF 100%);
    padding: 2px;
}




.history-number {
    text-align: center;
-webkit-text-stroke-width: 0.4407796561717987;
-webkit-text-stroke-color: #FFF;
font-family: 'Cormorant';
font-size: 44.078px;
font-style: normal;
font-weight: 700;
letter-spacing: 1.322px;
color: #FFF;
}

.history-name {
    color: #FFF;
    text-align: center;
font-size: 12.342px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 18.513px */
letter-spacing: 0.37px;
}

.center-line{
    position: relative;
}

.center-line::after{
    position: absolute;
    content: "";
    height: 82%;
    width: 1px;
    background: linear-gradient(to bottom, #2C2C2C 1%, white 47.5%, #1D1D1D 100%);
    left: 0;
    top: 63%;
    transform: translateY(-50%);
}

.center-line::before{
    position: absolute;
    content: "";
    height: 82%;
    width: 1px;
    background: linear-gradient(to bottom, #2C2C2C 1%, white 47.5%, #1D1D1D 100%);
    right: 0;
    top: 63%;
    transform: translateY(-50%);
}

/* ABOUT section END */


/* Launch section START   */

.Launch {
    width: 100%;
    background: #101010;
}

.Launch-details {
    padding-top: 100px;
    /* align-items: center; */
}

.Launch-details .row{
    align-items: center;
}

.Launch-image {
    padding: 20px;
    position: relative;
}

.Launch-image img {
    border-radius: 15px;
}

.launch-new{
    position: relative;
    z-index: 2;
}



.Launch-image::after {
    content: "";
    position: absolute;
    width: 29%;
    height: 100%;
    background-color: #B12607;
    top: 0;
    left: 0;
    border-radius: 24px;
}

/* .anirudhan-logo {
    position: absolute;
    left: 64px;
    top: 60px;
    z-index: 2;
    width: 28%;
} */

/* .img-title {
    z-index: 2;
    position: absolute;
    top: 80px;
    right: 80px;
} */

/* .img-title h2 {
    color: #2F2F2F;
font-size: 18.525px;
font-style: normal;
font-weight: 600;
line-height: 25.582px; 
letter-spacing: 0.371px;
text-transform: uppercase;
} */

/* .img-title h5 {
    color: #2F2F2F;
font-size: 18.525px;
font-style: normal;
font-weight: 600;
line-height: 25.582px;
letter-spacing: 0.371px;
} */

/* .sun {
    width: 125px;
    height: 125px;
    background: #FFC558;
    filter: blur(7px);
    position: absolute;
    left: 130px;
    bottom: 120px;
    z-index: 2;
    border-radius: 50%;
} */

.Launch-details-heading {
    color: #EFEFEF;
font-size: 20.525px;
font-style: normal;
font-weight: 700;
line-height: 25.582px; /* 124.639% */
letter-spacing: 0.411px;
text-transform: uppercase;
}

.Launch-details-para {
    color: #FFFEFD;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
letter-spacing: 1px;
padding: 36px 0;
border-bottom: 1px solid #fff;
}

.launch-right{
    padding-left: 30px;
}

.launch-btn-type {
    color: #FFF6DD;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 23.928px; /* 108.763% */
letter-spacing: 0.44px;
display: inline-block;
padding: 15px 16px;
border-radius: 40px;
margin-top: 35px;
position: relative;
}

.launch-btn-type::after {
    position: absolute;
    content: "";
    width: 64%;
    height: 17px;
    /* background-color: #101010; */
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.launch-btn-type::before{
    position: absolute;
    content: "";
    width: 64%;
    height: 17px;
    /* background-color: #101010; */
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}



/* Launch section END   */

/* plots-and-partments START  */

.plots-and-partments {
    width: 100%;
    background: linear-gradient(180deg, #000 -1.43%, #3E3D3D 47.49%, #000 96.42%);
    padding-top: 142px;
    margin-top: -45px;
}

.plot-heading {
    color: #FFF0A5;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.28px;
text-transform: capitalize;
padding-bottom: 15px;
}

.plot-sub-heading {
    color: #FBFBFB;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: relative;
}

.plot-sub-heading::after {
    position: absolute;
    content: "";
    width: 52px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;

}

.plot-content {
    color: #FBFBFB;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 160% */
letter-spacing: 0.45px;
letter-spacing: 1px;
padding-top: 20px;
}

.more-btn {
    color: #FDFDFD;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 181.25% */
letter-spacing: 0.48px;
padding: 9px 45px;
border: 1px solid #fff;
position: relative;
transition: all 0.2s linear;
}

.more-btn::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    transition: all 0.2s linear;
}

.plot-link-btn {
    display: flex;
        align-items: end;
        justify-content: end;
        padding-bottom: 42px;
}
.plot-link-btn .more-btn:hover{
    background-color: #fff;
    color: #a46700;
    transition: all 0.2s linear;
}

.plot-link-btn .more-btn:hover::after{
    left: 0px;
    width: 20px;
    background-color: #b86900;
    transition: all 0.2s linear;
}

.plot_right {
    padding: 43px 23px;
    width: 100%;
}

.drag_container {
    position: relative;
    width: 100%;
    height: 485px;
    /* border: 2px solid white; */
}

.drag_container .background-img {
    background-image: url(images/plot_slider_two.png);
    background-size: cover;
}

.drag_container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comfort {
    color: #FBFBFB;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: 0.4px;
text-transform: uppercase;
padding-bottom: 23px;
}

.comfort-section {
    padding: 45px 0 80px 0;
    background: #030303;

}

.comfort-img {
    width: 68.102px;
height: 66.907px;
border-radius: 50%;
border-radius: 68.102px;
border: 2px solid #FFF;
}

.comfort-img-set  {
    position: relative;
}

.comfort-overlay-1 {
    position: relative;
    left: -15px;
}
.comfort-overlay-2 {
    position: relative;
    left: -25px;
}

.comfort-overlay-3 {
    position: relative;
    left: -40px;
}
.comfort-para {
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 200%; /* 28px */
letter-spacing: 0.42px;
letter-spacing: 1px;
}

/* plots-and-partments END */










/* .completed_area {
    margin-bottom: 30px;
} */

.completed_area {
    background-size: cover;
    background-image: url(../images/completed_cover.jpg);
    /* background: 
    linear-gradient(to bottom, 
        white 20%, 
        transparent 20%, 
        transparent 80%, 
        red 80%
    ), 
    url(../images/completed_cover.jpg) no-repeat center center; */
background-size: cover;
}

.completed_left {
    padding-right: 50px;
}

.completed_right {
    padding-left: 50px;
}

.plot_content, .completed_content {
    display: grid
;
    gap: 40px 0px;
}

.plot_content h4, .completed_content h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.plot_content h4, .plot_content h3, .completed_content h4, .completed_content h3 {
    font-weight: 600;
    letter-spacing: 1px;
}

.ts-22 {
    font-size: 1.375rem;
    line-height: 2rem;
}

.completed_content h3 {
    color: #ffffff;
}

.plot_content h3, .completed_content h3 {
    position: relative;
    padding-bottom: 20px;
}

.plot_content h4, .plot_content h3, .completed_content h4, .completed_content h3 {
    font-weight: 600;
    letter-spacing: 1px;
}

.ts-46 {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

.completed_head h5 {
    color: #FFD600;
    font-weight: 400;
    letter-spacing: 0.5px;
    left: 150px;
    top: -18px;
    position: relative;
    display: inline-block;
}

.plot_content h4::after, .completed_content h4::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #FFD600;;    height: 3px;
    width: 24px;
}

.plot_content h3::after, .completed_content h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20%;
    background-color: #D3D3D3;
    height: 3px;
    width: 230px;
}

.ts-16 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.completed_des p {
    color: #E9E9E9;
    padding-bottom: 40px;
    letter-spacing: 1px;
}

.plot_more, .completed_more {
    padding-left: 20px;
}

.completed_more a {
    background: linear-gradient(90deg, #DD8B00 0%, #996000 100%);
    color: #ffffff;
}

.plot_more a, .completed_more a {
    width: 220px;
    padding: 12px 0px;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.plot_more a::before, .completed_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    width: 42px;
    height: 1px;
    background-color: #A1A1A1;
    transition: all 0.2s linear;
}

.completed_more a::before {
    background-color: #ffffff;
}

.plot_more a span, .completed_more a span {
    font-size: 22px;
    line-height: 14px;
    margin-left: 5px;
}
.completed_more a:hover{
    color: #a46700;
    background: #fff;
    transition: all 0.2s linear;
}
.completed_more a:hover::before{
    left: 0px;
    width: 20px;
    background:#a46700 ;
    transition: all 0.2s linear;
}

.completed_card_cont {
    padding: 0px 25px;
    background: linear-gradient(180deg, #000 1.1%, #2B2B2B 49.37%, #000 97.65%);
    gap: 30px 0px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.completed_card_cont h4 {
    font-weight: 700;
    color: #ffffff;
}

.ts-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.completed_card_cont p {
    color: #e9e9e9;
    letter-spacing: 1px;
}

.ts-14 {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.completed_card_cont ul li {
    font-size: 16px;
    color: #e9e9e9;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
    list-style: url(../images/list_icon.png);
    list-style-position: outside;
    margin-left: 20px;
}

.completed_card_cont ul li {
    font-size: 16px;
    color: #e9e9e9;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
    list-style: url(../images/list_icon.png);
    list-style-position: outside;
    margin-left: 20px;
}

.completed-project{
    background: #000;
    padding: 30px 0 ;
    background: linear-gradient(180deg, #000 -18.46%, #000 36.18%, #3F3E3E 76.2%, #000000 99.92%);
}

.completed_cards {
    margin-top: -20px;
}

.mt-gap {
    margin-top: 19px;
}

.minus-btm {
    margin-bottom: -20px;
}

.completed_row {
    position: relative;
}
.emty-black {
    width: 100%;
    height: 72px;
    background-color: #000;
}

.completed_card_image img {
    width: 100%;
    border: 1px solid #fff;

}



/* footer  */


.getin_touch {
    background-color: #000;
}

.getin_info_lft{
    width: 100%;
}

 .small-BA-line::after {
    content: "";
    display: inline-block;
    width: 55px;
    margin: 5px 8px;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, rgba(0, 0, 0, 0.00) 107.27%);
}

.small-BA-line::before {
    content: "";
    display: inline-block;
    width: 55px;
    margin: 5px 8px;
    height: 1px;
    background: linear-gradient(215deg, #FFF 0%, rgba(0, 0, 0, 0.00) 107.27%);
}

.icon-details {
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.42px;
}

.s-icon {
    margin-right: 10px;
}

.icon-h {
    height: 26px;
    margin-bottom: 10px;
}



.disclaimer   {
    justify-content: space-evenly;
}

.duffl {
    text-align: end;
}



.getin_row  {
    align-items: end;
}


footer {
    background: #0067AA;
    height: 26px;
}

.linear-color-footer {
    width: 100%;
    height: 33px;
    background: linear-gradient(180deg, #000 -198.58%, #2B2B2B -26.59%, #000 145.39%);
    position: absolute;
    top: 93px;
    left: 0;
    /* z-index: -1; */
}

.getin_touch {
    position: relative;
    background: #000 !important;
}

.instagram-media {
    min-width: unset !important;
}

.getin_rgt {
    padding-bottom: 10px;
}

.insta-profile {
    position: relative;
    z-index: 1;
}

@media (min-width:991px) and (max-width:1239px){
    .mail-line{
        visibility: hidden
    };
}

@media (min-width:768px) and (max-width:891px){
    .mail-line{
        visibility: hidden
    };
}


@media (min-width:991px) and (max-width:1100px) {
    .launch-btn-type {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .banner-heading {
        bottom: 11%;
    }

    .Launch-details-heading  {
        padding-top: 30px;
        text-align: center;
    }

    .Launch-details-para {
       text-align: center;
        padding: 25px 0;
    }

    .launch-btn-type {
        display: block;
        text-align: center;
    }

    .launch-right {
        padding-left: 0px;
    }

    .plots-and-partments {
        padding-top: 107px;
    }

    .launch-btn-type::before {
        /* background-color: #030303; */
        background: transparent;
    }

    .launch-btn-type::after{
        /* background-color: #030303; */
        background: transparent;
    }

    .Launch {
        background: #050505;
    }

    .plot_right {
        padding: 30px 0 !important; 
    }

    .comfort-section {
        padding: 25px 0 10px 0;
    }

    .built-row {
        justify-content: center;
    }

    .comfort-para {
        text-align: center;
        padding-top: 30px;

    }

    .completed_content h3::after {
        width: 282px !important;
    }

    .completed_head {
        padding-top: 30px;
    }

     .completed_content {
        gap: 20px 0px;
        padding-bottom: 40px;
    }

    .completed_des p {
        padding-bottom: 25px;
    }

    .getin_rgt {
        padding-left: 0px !important;
    }

    .getin_address p {
        padding: 40px 0 40px 0%;
    }

    .duffl {
        text-align: center;
    }

    .getin_info_lft {
        padding-top: 30px;
    }

    .linear-color-footer {
        display: none;
    }
}

@media (max-width:768px) {
    .banner-heading {
        bottom: 0%;
    }

    /* about  */

    .jaag-history {
        position:unset;
        transform: unset;
       
        margin: 28px auto;
    }

    .jaag-history-bg {
        padding-top: 21px;
    }

    .about {
        padding: 40px 0 16px 0;
    }

    .history-name {
        margin-bottom: 20px;
    }

    .center-line::after {
        display: none;
    }

    .center-line::before{
        display: none;
    }

    .plot-heading, .plot-sub-heading, .plot-content   {
        text-align: center;
    }

    .plot-content  {
        padding-bottom: 30px;
    }

    .plot-sub-heading::after {
        display: none;
    }

    .plot-link-btn {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .completed_content h3::after {
        width: 182px !important;
    }

    .getin_actions {
        row-gap: 40px !important;
    }

    .jaag-history-bg {
        background:none;
    }

    .jaag-history {
        background: linear-gradient(180deg, #0085bd 0%, #006996 61%, #005377 100%);
    }
}

@media (max-width:575px) {
    .banner-heading h4 {
        font-size: 20px;
    }

    .banner-heading h1 {
        font-size: 16px;
    }

    .banner-section {
        height: 320px;
    }

    .banner-section img {
        height: 100%;
        object-fit: cover;
    }

    .about-content  {
        width: 100%;
    }

    .jaag-history  {
        width: 86%;
    }

    .launch-btn-type {
        font-size: 15px;
    }

    .more-btn {
        padding: 5px 33px;
    }

    .plot_right {
        padding-top: 0 !important; 
    }

    .drag_container {
        height: 255px !important;
    }

    .range-style {
        overflow: hidden;
    }

    .drag_container .foreground-img {
        background-size: cover;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .mt-gap {
        margin-top: 0px;
    }

    .completed_card  {
        margin-bottom: 25px;
    }

    .getin_address p {
        padding: 20px 0 20px 0%;
    }

    .last-footer-space {
        justify-content: space-between;
    }

    .emty-black {
        display: none;
    }

    .Launch-details {
        padding-top: 43px;
        /* align-items: center; */
    }

}

@media (max-width: 424px) {
    .completed_des p {
        padding-bottom: 10px !important;
    }

    .plot_more a, .completed_more a {
        width: 110px !important;
        padding: 8px 0px !important;
    }

    .plot_more a::before, .completed_more a::before {
        
        width: 33px !important;
    }

    .getin_actions {
        row-gap: 25px !important;
    }

    .getin_address p {
        margin-bottom: 0 !important;
    }

    .getin_address p {
        padding: 28px 0 ;
    }
}

.ex {
    display: inline-block;
padding: 8px 27px;
font-size: 18px;
margin-top: 35px;
margin-bottom: 20px;
border: navajowhite;
background: linear-gradient(90deg, #DD8B00 0%, #996000 100%);
color: #ffffff;
position: relative;
transition: all 0.2s linear;
   }
   .ex:hover{
    color: #DD8B00;
    background: #fff;
  
    transition: all 0.2s linear;
   }
/* * pop  */ */


  .modal {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    justify-content: center;
    align-items: center;
  }
  
  .modal-dialog {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 80%;
    overflow: auto;
  }
  
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal-title {
    font-size: 24px;
  }
  
  .btn-close {
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
  }
  
  .modal-body {
    margin-top: 20px;
  }
  
  .modal-body h2 {
    font-size: 18px;
  }
  
  .modal-body p {
    margin-bottom: 10px;
  }
  
  .modal-body a {
    color: #f76200;
  }
  
  .modal-body a:hover {
    text-decoration: underline;
  }
  
/* banner menu   */

/* 
.menu-container{
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 300px;
}
.button{
    position: relative;
    background: #1b1b1b;
    color: white;
    font-size: 20px;
    padding: 8px 20px;
    width: 150px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    cursor: pointer;
    transition: width .4s;
}
.button.expand{
    width: 100%;
}
.fas.expand:before{
    content: '\f00d';
}
ul{
    list-style: none;
    position: absolute;
    top: 65px;
    display: block;
    background: #1b1b1b;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
ul:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #1b1b1b;
    top: -10px;
    right: 15px;
    transform: rotate(45deg);
    z-index: -1;
}
ul li{
    line-height: 35px;
    padding: 8px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
ul li:last-child{
    border-bottom: none;
}
ul li:hover{
    box-shadow: inset 0 0 5px #33ffff,
                inset 0 0 10px #66ffff;
}
ul li:hover:first-child{
    border-radius: 5px 5px 0 0;
}
ul li:hover:last-child{
    border-radius: 0 0 5px 5px;
}
ul li a{
    color: white;
    font-size: 18px;
    text-decoration: none;
}
ul li:hover a{
    color: cyan;
} */


@media (max-width:600px) {
    .button {
        font-size: 16px;
        padding: 4px 12px;
    }

    .menu-container {
        width: 200px;
    }
}


.banner-section{
    height: 100vh;
}
.slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    will-change: opacity, transform;
    z-index: 1;
    /* Ensure no white space during transitions */
    transform-origin: center center;
  }
  .slide.active {
    z-index: 2;
  }
  /* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    pointer-events: none;
  } */
  .navigation {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
  }
  .nav-btn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .nav-btn.active {
    background: white;
    transform: scale(1.5);
  }
  .banner-heading,.banner-btm-design{
    z-index: 9;
  }
  @media (max-width: 768px) {
    .banner-heading {
        bottom: 20%;
    }
}
.banner-overlay{
    z-index: 9;
}
.banner-btm-design,.banner-btm-design img {
    width: 100%;

}


@media (max-width:992px){
    .banner-section,.slider-container {
        height: 580px;
    }
  .banner-btm-design img {
       
        margin-bottom: -2px;
    }
}
@media (max-width: 575px) {
    .banner-section,.slider-container {
        height: 390px;
    }
}



/* footer last changes code */

.completed-project{
    padding-bottom: 20px;
}
.linear-color-footer{
    position: static !important;
    margin-bottom: 40px;
}





.completed_card_image img {
    width: 100%;
}
    
      #wowslider-container1 .ws_images ul li:after {
    background: #38343587;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
    #wowslider-container1 .ws_bullets{
        bottom: 16%;
    left: 41%;
    right: unset;
    }
    .wowslider-container1{
         max-height: 700px;
    }
    #wowslider-container1 .ws-title{
        bottom: 48%;
        left: 12%;
        color: #fff !important;
    }
    #wowslider-container1 .ws-title h1,  #wowslider-container1 .ws-title p{
        color: #fff !important;
    }
    .about_row {
      z-index: 999;
    }
    #wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img{
        margin-top: 0px !important;
        max-height: 100% !important;
        height: 100%;
    }
    .nav_brand img{
         width: 128px;
         height: 116px;
      }
      @media (min-width:993px) and (max-width:1201px){
         #wowslider-container1 .ws-title{
            bottom: 42%;
         }
      }
      @media (min-width:600px) and (max-width:993px){
         #wowslider-container1 .ws-title{
            bottom: 38%;
         }
      }
      @media (max-width:600px){
        #wowslider-container1 .ws-title{
            left: 16%;
            bottom: 33%;
        }
        .nav_brand img {
            width: 65px;
            height: auto;
         }
      }
    
      /* .caption{
          color: #000;
      } */
      .bannerv2-slider .caption.slider_text{
         color: #fff !important ;
      }
      .drag_container{
  position: relative;
  width: 100%;
  height: 485px;
  /* border: 2px solid white; */
}
      .drag_container .img {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         /* background-size: 900px 100%; */
      }

      .drag_container .background-img {
         background-image: url("images/range-two.jpg");
         background-size: cover;
         border-radius: 10px;
      }

      .drag_container .foreground-img {
         background-image: url("images/range-one.jpg");
         width: 24%;
         background-size: cover;
         /* background-repeat: no-repeat; */
         border-radius: 10px 0 0 10px;
      }



      .drag_container .drag_slider {
         position: absolute;
         -webkit-appearance: none;
         appearance: none;
         width: 100%;
         height: 100%;
         background: rgba(242, 242, 242, 0.1);
         outline: none;
         margin: 0;
         transition: all 0.2s;
         display: flex;
         justify-content: center;
         align-items: center;
         padding-left: 10px !important;
         border-radius: 10px;
         
      }

      @media (max-width: 575px) {
    .drag_container .drag_slider {
        padding-left: 5px !important;
    }

  


}



      .drag_container .drag_slider::-webkit-slider-thumb {
         -webkit-appearance: none;
         appearance: none;
         width: 2px;
         height: 485px;
         background: white;
         cursor: pointer;
      }

      .drag_container .drag_slider::-moz-range-thumb {
         width: 2px;
         height: 485px;
         background: white;
         cursor: pointer;
      }

      .drag_container .slider-button {
         pointer-events: none;
         position: absolute;
         width: 37px;
         height: 37px;
         border-radius: 50%;
         background-color: white;
         left: calc(24% - 19px);
         top: calc(50% - 18px);
         display: flex;
         justify-content: center;
         align-items: center;

         /* pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex
;
    justify-content: center;
    align-items: center; */
      }

      @media only screen and (min-width:1400px) and (max-width:1700px){
               .drag_container .drag_slider {
            
            padding-left: 12px !important;
         }

    }

    @media only screen and (min-width:1750px) and (max-width:1950px){
            .drag_container .drag_slider {
         
         padding-left: 14px !important;
      }
    }

    @media only screen and (min-width:2000px) and (max-width:2300px){
            .drag_container .drag_slider {
         
         padding-left: 17px !important;
      }
    }

    @media only screen and (min-width:2300px) and (max-width:2500px){
            .drag_container .drag_slider {
         
         padding-left: 20px !important;
      }
    }

    @media only screen and (min-width:2500px) and (max-width:2800px){
            .drag_container .drag_slider {
         
         padding-left: 22px !important;
      }
    }

    @media (max-width:600px) {
      .drag_container .background-img {
         background-image: url("images//plot_slider_two.jpg");
      }
    }

    @media (min-width:1700px) {
      .drag_container {
    height: 768px;
    /* border: 2px solid white; */
}

.drag_container .drag_slider::-webkit-slider-thumb {
         
         height: 768px;
      }

      .drag_container .drag_slider::-moz-range-thumb {
         
         height: 768px;
      }


    }  




    @media (min-width:2300px) {
      .drag_container {
    height: 868px;
    /* border: 2px solid white; */
}

.drag_container .drag_slider::-webkit-slider-thumb {
         
         height: 868px;
      }

      .drag_container .drag_slider::-moz-range-thumb {
         
         height: 868px;
      }


    }    

      .drag_container .slider-button:after {
         content: "";
         padding: 3px;
         display: inline-block;
         border: solid #5D5D5D;
         border-width: 0 2px 2px 0;
         transform: rotate(-45deg);
      }

      .drag_container .slider-button:before {
         content: "";
         padding: 3px;
         display: inline-block;
         border: solid #5D5D5D;
         border-width: 0 2px 2px 0;
         transform: rotate(135deg);
      }
      .new_launch,.plot_apartments_bg,.scroll_bug,.getin_touch,footer{
         width: 100%;
      }
      .about_us{
        
      }

      .features_slider .slick-dots{
         transform: none;
        top: unset;
         bottom: -25px;
         width: 100%;
        
      }
      .features_slider .slick-dots .slick-active button{
         background-color: #000;
      }
      .features_row{
       padding-top: 6px;
      }
      @media (max-width: 992px) {
.ts-24 {
   font-size: 16px !important;
}

}

        .overflow-hidden{
            overflow: hidden;
        }



        /* .ex ::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    width: 42px;
    height: 1px;
    background-color: #fff;
} */

@media (max-width:991px)  {
   .ex{
      margin-left: 50%;
      transform: translateX(-50%);
   }
}
.completed_area{
    background-image: none;
}
.completed_area .custom-container{
    margin-left: 0px;

    max-width: 97%;
    width: 97%;
    
}

.completed_card_image img{
    height: 100%;
}
.completed_card_cont{
       padding-top: 22px;
       padding-bottom: 22px;
}
.completed_right{
    padding-left: 25px;
}
.completed_content h3::after,.completed_content h4::after{
  display: none;
}
.completed_content h3::after{
  padding-bottom: 0px
}
.completed_head h5{
  left: auto;
  top: auto;
}
.completed_content h3{
  padding-bottom: 0px;
}
.completed_content .vline{
  width: 100px;
  height:1px ;
  background: #FFD600;
  display: inline-block;
}
.completed_content .pr-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.getin_touch{
  background: linear-gradient(90deg, #0067AA 0%, #00385D 18.88%, #000 100%) !important;
}
.getin_info {
  padding-top: 40px;
}
.v-bg-box{
  width: 100%;
  min-height: 126px;
  background: linear-gradient(270deg, #0067AA 0%, #00385D 34.81%, #000 100%);
}

   
.completed_left{
    background-image: url('../images/Rectangle 182 (1).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-bottom: 102px;
    padding-left: 104px;
}
.completed_right{
    padding-bottom: 10px;
}

@media (min-width:992px){
    .completed_left{
        /* position: sticky;
        top: 0px; */
        padding-top: 95px;
        padding-bottom: 300px;
        margin-bottom: 60px;
     }
     .completed_area {
        background-attachment: fixed;
     }
        
}
@media (max-width:767px){
    .getin_touch {
        background: linear-gradient(181deg, #0067AA 0%, #00385D 18.88%, #000 100%) !important;
    }
    .v-bg-box {
        width: 100%;
        min-height: 64px;
        background: linear-gradient(358deg, #0067AA 0%, #00385D 34.81%, #000 100%);
    }
}



.elm_c_btn.is_main {
    opacity: 1;
    margin: 0;
    cursor: pointer;
	display: flex;
	animation: jump-shaking 3s infinite;
}
.elm_c_btn.is_main:hover, .elm_c_btn.is_main.is_active{
	animation: unset;
}
.elm_c_btn.is_main:before, .elm_c_btn.is_main:after{
	content:'';
	width: 45px;
	height: 45px;
	background-color: inherit;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility:hidden
}
.elm_c_btn.is_main:hover{
	box-shadow: none;
}
.elm_c_btn.is_main:hover:before{
	opacity: 0.2;
	visibility:visible;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.elm_c_btn.is_main:hover:after{
	opacity: 0.1;
	visibility:visible;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.elm_c_btn i{
    font-size: 25px;
}

.elm_c_btn.is_main .close, .elm_c_btn.is_main.is_active .open{
	display: none
}
.elm_c_btn.is_main.is_active .close{
	display: block;
}
.elm_c_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--maincolor);
    color: white;
    border-radius: 50%;
    margin-top: 7px;
    box-shadow: 6px 7px 28px -12px rgba(16, 16, 16, 0.3);
    display: none
}
.elm_c_btn:hover:not(.is_main){
	transform: scale(0.9)
}
.elm_c_btn svg {
    fill: white;
    stroke: #FFF;
    width: 26px;
    height: 26px;
    margin: auto;
    display: block;
    margin-top: 16px;
    vertical-align: middle;
}
.elm_c_btn img {
	max-width: 26px;
    height: auto;
}


.elm_c_wrap {
    position: fixed;
    right: 25px;
    bottom: 45px;
    z-index: 999;
}
.body_ismobile .elm_c_wrap.elm_c_top{
	left: 12px;
    bottom: 90px;
}

.elm_c_btn.btn_c_all{
    background: #25d366;
}

@keyframes jump-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateY(-9px) }
    35% { transform: translateY(-9px) rotate(17deg) }
    55% { transform: translateY(-9px) rotate(-17deg) }
    65% { transform: translateY(-9px) rotate(17deg) }
    75% { transform: translateY(-9px) rotate(-17deg) }
    100% { transform: translateY(0) rotate(0) }
  }