
header {
    top: 20px
}
.slider_text {
    color: var(--white-color);
}
.slider_text h1 {
    font-size: 35px;
    text-transform: uppercase;
}
.slider_image {
    background: url(../images/projects/projects_banner.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
}
.slider_text {
    /* bottom: 72px; */
    bottom: 103px;
}
.slider_image img {
    /* height: 300px; */
    display: none;
}
.addl_content_wrapper {
    width: 100%;
    display: table;
    padding: 80px 0;
    position: relative;
}
.about_content_section {
    width: 80%;
    float: left;
}
.addl_content_wrapper:after {
    content: '';
    position: absolute;
    background: url(../images/about_us/bg_img.png)  no-repeat center;
    background-size: cover;
    height: 100%;
    width: 300px;
    display: block;
    right: 0;
    top: 0;
    z-index: -1;
}
.projects_section {
    width: 100%;
    background: url('../images/projects/section_bg.jpg') center no-repeat;
    background-size: cover;
}
.plots_sec_wrapper {
    width: 100%;
    background: url('../images/projects/plots_bg.jpg') center no-repeat;
    background-size: cover;
}
.full_width_container {
    display: flex;
    width: 100%;
    padding: 0 70px;
}
.seprator {
    padding: 0 5px;
}
.apartment_section {
    width: 90%;
    float: left;
    padding: 80px 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px 5px #00000033;
}
.plots_section {
    width: 95%;
    padding: 50px 0;
}
.flex_box {
    flex-direction: row;
    /* grid-gap: 50px; */
    padding: 0 0 70px;
}
.flex_box:nth-child(odd) .content_div {
    padding: 0 40px 0 60px;
}
.flex_box:nth-child(even) .content_div {
    padding: 0 60px 0 40px;
}
.flex_box .img_section {
    width: 66%;
    position: relative;
}
.flex_box .img_section:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: 45%;
    right: -37px;
    background-color: #000;
}
.flex_box:nth-child(2) .img_section:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    top: 45%;
    left: -80px;
    background-color: #000;
}
.img_section img {
    width: 100%;
    object-fit: cover;
}
.content_div {
    display: flex;
    width: 34%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.content_div h5 {
    position: absolute;
    line-height: 1;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.7px;
    opacity: 0.3;
    bottom: 0;
    left: 40px;
}
.content_div img {
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}
.content_div h3 {
    font-weight: 600;
    color: #151414;
    margin: 0 0 10px 0;
}
.content_div p {
    color: #000;
    margin: 0 0 20px 0;
    letter-spacing: 0.80px;
    font-weight: 400;
}
.plots_details {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px 50px;
    width: 100%;
    border-top: 2px solid #FFC01F;
    position: relative;
}
.plots_details:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 2px;
    background: linear-gradient(to bottom, #ffc01f 0%,#e5e5e5 100%);;
    top: 0;
    left: 0;
}
.plots_details:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 2px;
    background: linear-gradient(to bottom, #ffc01f 0%,#e5e5e5 100%);;
    top: 0;
    right: 0;
}
.plot_desc {
    width: 30%;
    box-shadow: 0 0 0 #000;
    position: relative;
}
.plot_desc:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    box-shadow: 10px 0 14px 1px #0000005c;
    opacity: 0.6;
}
.about_plot {
    width: 65%;
}
.about_plot ul {
    flex-direction: row;
    grid-gap: 20px 0px;
}
.about_plot ul li {
    width: 50%;
    font-weight: 500;
    list-style: none;
    padding: 0 0 0 15px;
    position: relative;
}
.about_plot ul li::before {
    content: '';
    background: url(../images/projects/check.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -15px;
    font-family: 'FontAwesome';
}
.plot_desc h3 {
    font-weight: 600;
    padding: 0 0 10px 0;
    position: relative;
}
.plot_desc h3::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 1.7px;
    background-color: #FF3636;
    bottom: 5px;
    left: 0;
}
.plot_desc p {
    font-weight: 500;
}
.nav_tabs ul.ai-center {
    width: 80%;
    position: static;
    top: 244px;
    margin-top: -58px;
}
ul.ai-center li {
    font-weight: 500;
    padding: 15px 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 12px;

}

.project_tab li a {
    font-size: 20px;
}
ul.ai-center li.active {
    /* background-color: #fff;
    color: #000; */
    color: #fff;
    background: #1b1b1b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    transition: all 0.3s linear;

}
 .project_tab li:nth-child(2):not(.active),.project_tab li:nth-child(1):not(.active), .project_tab li:nth-child(3):not(.active),.project_tab li:nth-child(4):not(.active){
    background-color: var(--white-color) !important;
    color: #000;
    border-top-right-radius: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top-left-radius: 5px;
} 
ul.ai-center li:not(.active):hover {
    background-color: var(--white-color) !important;
    color: #000;
}
.project_tab{
    align-items: end;
}
ul.ai-center li.active::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #1b1b1b;
    z-index: 9;
}
.image_wrapper {
    position: relative;
}
.image_wrapper > img {
    height: 490px;
    width: 100%;
}
.ambigai_nagar {
    width: 55%;
    background: linear-gradient(89deg, #FFF -2.1%, rgba(255, 255, 255, 0.93) 36.16%, rgba(255, 255, 255, 0.79) 49.48%, rgba(255, 255, 255, 0.00) 59.41%);
    position: absolute;
    top: 100px;
    left: 0;
}
.ambigai_nagar h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    padding: 0 0 0 35px;
}
.ambigai_nagar h4:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background-color: #373131;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ambigai_nagar h4:after {
    content: 'SOLD OUT';
    position: absolute;
    width: 85px;
    /* padding: 5px;
    font-size: 16px;
    line-height: 1.5;
    top: -20px;
    left: 75%;
   
    transform: translateX(-75%);
    border-radius: 5px;
    background-color: #F33;
    color: #fff; */

    padding: 14px 5px 14px 15px;
font-size: 15px;
line-height: 1.5;
top: -16px;
left: 82%;
background: url('../images/projects/btnbgflag.png');
transform: translateX(-75%);
border-radius: 5px;
/* background-color: #F33; */
color: #fff;
background-repeat: no-repeat;
background-position: 100%;
background-size: contain;
}
.ambigai_nagar img {
    max-width: 170px;
    padding: 10px 10px 15px;
}

@media(max-width: 1200px) {
    ul.ai-center {
        width: 100%;
    }
    .apartment_section, .plots_section {
        width: 100%;
    }
}
@media(max-width: 1080px) {
    
    .plots_details {
        flex-direction: column;
        align-items: center;
        grid-gap: 30px;
    }
    .plot_desc {
        width: auto;
        padding: 10px;
        text-align: center;
    }
    .plot_desc:after {
        height: 2px;
        width: 100%;
        top: auto;
        bottom: 0;
        /* box-shadow: 0px 4px 5px #00000033; */
        box-shadow: 0px 4px 8px 0px #00000033;
    }
    .image_wrapper > img {
        height: 400px;
        height: 300px;
    }
    .about_plot {
        width: 100%;
    }
    .plot_desc h3::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width: 992px) {
    .slider_text h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    .full_width_container {
        padding: 0 30px;
    }
    .nav_tabs ul.ai-center {
        width: 100%;
    }
    .flex_box:nth-child(2) .img_section:after {
        width: 100px;
        left: -50px;
    }
    .nav_tabs ul.ai-center {
        top: 249px;
    }
    .project_tab li a {
        font-size: 17px;
    }
    .ambigai_nagar {
        background: linear-gradient(89deg, #FFF -2.1%, rgba(255, 255, 255, 0.93) 36.16%, rgba(255, 255, 255, 0.79) 49.48%, rgba(255, 255, 255, 0.00) 65%);
    }
}
@media(max-width: 768px) {
    .apartment_section {
        padding: 60px 0;
    }
    .flex_box .img_section {
        width: 100%;
        order: 1;
    }
    .content_div {
        width: 100%;
    }
    .flex_box {
        grid-gap: 30px;
    }
    .content_div h3 {
        margin: 20px 0 10px 0;
    }
    .content_div::before {
        content: '';
        position: absolute;
        width: 26px;
        height: 1px;
        top: 45%;
        left: 0px;
        background-color: #000;
    }
    .flex_box:nth-child(2) .img_section:after, .flex_box .img_section:after {
        display: none;
    }
    .content_div h5 {
        font-size: 17px;
        left: auto;
        right: 25px;
        display: none;
    }
    .flex_box:last-child {
        padding: 0;
    }
    .ambigai_nagar {
        width: 100%;
    }
    .ambigai_nagar h4:after {
        font-size: 14px;
        width: 75px;
    }
    .plots_details {
        border: none;
        position: unset;
    }
    ul.ai-center li {
        width: 154px;
        text-align: center;
    }
    .plots_details:after, .plots_details:before {
        display: none;
    }
}
@media(max-width: 700px) {
    .about_plot ul {
    }
    .about_plot ul li {
        width: 100%;
    }
}
@media(max-width: 576px) {
    .full_width_container {
        padding: 0 20px;
    }
    .flex_box:nth-child(odd) .content_div, .flex_box:nth-child(even) .content_div {
        padding: 0 20px 0 20px;
    }
    .ambigai_nagar img {
        max-width: 130px;
    }
    .plots_details {
        padding: 20px 10px;
    }
    .slider_image {
        background-position-x: 20%;
    }
    .content_div::before {
        top: 85px;
    }
    .about_plot ul li {
        padding: 0 0 0 30px;
    }
    .about_plot ul li::before {
        left: 0;
    }
    .project_tab{
        flex-wrap: nowrap;
    }
}
@media(max-width: 480px) {
    .ambigai_nagar {
        background: linear-gradient(89deg, #FFF -2.1%, rgba(255, 255, 255, 0.93) 36.16%, rgba(255, 255, 255, 0.79) 49.48%, rgba(255, 255, 255, 0.00) 85%);
    }
    .project_tab{
        flex-wrap: nowrap;
    }
}
@media(max-width: 420px) {
    .content_div h5 {
        font-size: 14px;
        right: 0;
    }
    .project_tab{
        flex-wrap: nowrap;
    }
  
}

@media (max-width:340px){
    ul.ai-center li{
        width: auto;
    }
}

.amibigai-logo-text{
    margin-bottom: 20px;text-transform: uppercase;letter-spacing: 0.80px;
}

.ambigai_nagar.hide-after h4::after{
  display: none;
}
.cursor-pointer{
    cursor: pointer;
}
.plots_bg.have-link:hover .image_wrapper{
    overflow: hidden;
}
.plots_bg.have-link .image_wrapper > img{
    transition: transform 0.5s ease;
}
.plots_bg.have-link:hover .image_wrapper > img{
  transform: scale(1.04);
  transition: transform 0.5s ease;
}
.plots_bg.have-link:hover{
    box-shadow: 1px 1px 6px 1px #00000087;
}
.have-link .img_section img{
    transition: box-shadow 0.5 ease;
}
.have-link .img_section:hover img {
   box-shadow: 1px 1px 5px 0px #000;
   transition: box-shadow 0.5 ease;
}

@media (max-width:992px){
    .anirudhan-plots-overlay{
        width: 80%;
    }
}
@media (max-width:768px){
    .anirudhan-plots-overlay{
        width: 100%;
    }
}

.coming-text{
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 260px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}


          /* Custom Dropdown (Mobile Only) */
          .custom-dropdown {
           
            position: relative;
            cursor: pointer;
            padding: 10px;
            border: 1px solid #ddd;
            background: #fff;
        }
        .mobile-accordion-tabbtn{
         display: none;
         margin-top: -50px;
        position: relative;
        z-index: 99;
        background: #fff;
        padding: 7px 23px;

        }

        .custom-dropdown .selected {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #000;
    font-weight: 400;
        }

        .custom-dropdown .dropdown-list {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

        .custom-dropdown .dropdown-list div {
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
        }

        .custom-dropdown .dropdown-list div:last-child {
            border-bottom: none;
        }

        .custom-dropdown .dropdown-list div:hover {
            background: #f0f0f0;
        }

       

        /* Responsive */
        @media (max-width: 768px) {
            .project_tab {
                display: none;
            }
            .mobile-accordion-tabbtn {
                display: block;
            }
        }
        .dropdown-label{
         color: #000;
         display: block;
         font-weight: 600;
         
        }
        .mobile-accordion-tabbtn .dropdown-label{
         padding-bottom: 8px;
        }
        .drop-icon{
         position: absolute;
         right: 6px;
    top: 10px;
    font-size: 21px;
        }

        @media (max-width: 768px) {
            ul.ai-center li {
                min-width: 120px;
                padding: 15px 10px;

            }}

.viewpdf-btn{
            position: absolute;
            right: 20px;
            bottom: 16px;
            background: #000;
            color: #fff;
            font-size: 14px;
            border-radius: 50px;
            padding: 3px 14px 2px;
            z-index: 9;
            font-weight: 400;

}
.ambigai_nagar.novacity img{
    max-width: 88px;
}
.novacity-sec .plot_desc{
    width: 20%;
}
.ambigai_nagar h4{
    margin-top: 25px;
}
.novacity-sec .about_plot{
    width: 75%;
}
.novacity-sec .ambigai_nagar{
    background: linear-gradient(89deg, #FFF -2.1%, rgba(255, 255, 255, 0.93) -62.84%, rgba(255, 255, 255, 0.79) 34.48%, rgba(255, 255, 255, 0.00) 48.41%);

   padding-bottom: 10px;

}

.novacity-sec .ambigai_nagar h4{
    margin-top: 15px;
    font-size: 22px;
}
.novacity-sec .about_plot{
    width: 100%;
}
@media(max-width: 1080px) {
    .novacity-sec .plot_desc{
        width: auto;
    }
    .novacity-sec .about_plot{
        width: 100%;
    }
}
@media (max-width:480px){
    .novacity-sec .ambigai_nagar {
        background: linear-gradient(89deg, #FFF -2.1%, rgba(255, 255, 255, 0.93) -62.84%, rgba(255, 255, 255, 0.79) 58.48%, rgba(255, 255, 255, 0.00) 71.41%);
    }
    .ambigai_nagar.novacity img {
        max-width: 72px;
        padding: 8px 10px 8px;
        
    }
    .ambigai_nagar h4 {
        margin-top: 14px;
    }
}

@media (min-width:992px){
    .novacity-sec .ambigai_nagar{
        width: 40%;
    }
}