/*************
Hash CSS Start
**************/
@media(min-width: 1921px){
    
}
@media(max-width: 1920px){

}
@media(min-width: 1400px){
    .container{
        max-width: 1620px !important;
    }
}
@media(max-width: 991px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .navbar-nav li::before, .navbar-nav li::after{
        content: none;
    }
    .header-container{
        padding: 12px 20px;
        justify-content: space-between !important;
    }
    .navbar-collapse{
        position: absolute;
        top: -90px;
        left: 0;
        padding: 30px 20px;
        z-index: 9;
        opacity: 0;
    }
    .navbar-collapse.show{
        position: absolute;
        top: 77px;
        left: 0;
        width: 100%;
        background-color: var(--second-color);
        margin: 0;
        min-width: 100%;
        z-index: 99;
        box-shadow: 0 3px 10px rgba(0,0,0,10%);
        transition: opacity 0.3s linear;
        opacity: 1;
    }
    .navbar-nav li a{
        font-size: 22px;
        line-height: 28px;
    }
    .home-banner{
        min-height: 400px;
    }
    .title-area h2.title{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .contact-form {
        position: relative;
        width: 100%;
        bottom: unset;
        z-index: 99;
    }
    .contact-form .form-area{
        padding: 20px;
        flex-wrap: wrap !important;
        gap: 30px;
        margin-bottom: 40px;
    }
    .contact-form .form-title{
        width: 100%;
        text-align: center;
    }
    .footer-sec .footer-desc {
        margin-bottom: 30px;
    }
    .footer-sec{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .banner-video {
        min-height: 430px;
    }
    .banner-logo{
        max-width: 30%;
    }
    .banner-content{
        top: 50px;
    }
    .content-row .content-col-wrapper {
        padding: 50px 20px;
    }
    .living-title-area .highlighted {
        margin-right: unset;
        width: 100%;
    }
    body{
        font-size: 22px;
    }
    .gap-x-50 {
        gap: 0 30px;
    }
    .border-list .item{
        width: calc(100% / 5 - 30px);
        font-size: 24px;
        line-height: 28px;
        padding: 20px 0;
    }
    .features-sec, .luxury-sec, .location-sec, .architecture-sec{
        padding: 60px 0;
    }
    .features-sec .row{
        justify-content: center !important;
    }
    .title-area.mb-50, .col-desc.mb-50, .location-sec.title.mb-50, .dev-desc.mb-50, .dev-logo.mb-50{
        margin-bottom: 30px;
    }
    .border-list.floor-list .item {
        width: calc(100% / 3 - 50px);
    }
    .border-list.floor-list .item:last-child{
        border-top: 0px !important;
    }
    .dual-title .highlighted{
        right: unset;
        width: 100%;
    }
    .gallery-slider :where(.slick-slide, .slick-slide > img){
        height: 440px;
    }
    .gallery-pills .nav-item .nav-link{
        font-size: 30px;
        line-height: 30px;
        padding: 18px;
    }
    .location-img > img:not(.y-icon){
        height: 400px;
    }
    .location-img.apartment > img:not(.y-icon){
        height: 462px;
    }
    .location-img.apartment {
        margin-top: -62px;
    }
    .title-area.mb-100{
        margin-bottom: 60px;
    }
    .location-img > img.y-icon {
        top: 75px;
        left: -68px;
        max-width: 150px;
    }
    .dev-content-wrapper {
        padding: 60px 16px;
    }
    .dev-logo img {
        max-width: 40%;
    }
    .dev-features {
        gap: 30px;
    }
    .dev-features .item {
        width: calc(100% / 5 - 30px);
    }
    .property-wrapper {
        gap: 40px 20px;
    }
    .property-wrapper .item {
        width: calc(100% / 3 - 16px);
    }
    .architect-list {
        gap: 20px;
    }
    .architect-list .item {
        width: calc(100% / 2 - 20px);
    }
    .architect-list .item .content-wrap .architect-logo {
        margin-bottom: 30px;
    }
    .architect-list .item .content-wrap .architect-logo > img{
        max-height: 90px;
        height: 90px;
    }
    .architect-list .item .content-wrap {
        padding: 20px;
    }
    .architect-list .item .name{
        padding: 10px 12px;
        font-size: 24px;
        line-height: 32px;
    }
     .footer-sec .contact-form{
        display: none !important;
     }
}
@media(max-width: 767px){
    body{
        font-size: 20px;
        line-height: 25px;
    }
    .navbar-nav li{
        padding: 0;
        margin-bottom: 14px;
    }
    .navbar-nav li:last-child{
        margin-bottom: 0;
    }
    .navbar-nav li a{
        font-size: 20px;
        line-height: 25px;
    }
    .home-banner {
        min-height: unset;
        margin-bottom: 0px;
    }
    .title-area h2.title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 1%;
    }
    .contact-form .form-title{
        display: none;
    }
    .contact-form .form-area{
        padding: 0;
        background: none;
        border: none;
    }
    .contact-form .form-heading, .field-col label > span:first-child, .field-col label input, .wpcf7-checkbox .wpcf7-list-item-label{
        color: var(--white-color) !important;
    }
    .field-col label input{
        border-bottom: 1px solid var(--white-color);
    }
    .field-col label > span:first-child{
        line-height: 24px;
    }
    .contact-form .form-heading{
        width: 100%;
        text-align: center;
        margin-bottom: 30px !important;
    }
    .form-area > .row > .col-12{
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .form-area > .row > .col-12:nth-last-of-type(2){
        margin-bottom: 10px;
    }
    .footer-form-wrapper .form-area{
        gap: 0 50px;
    }
    .contact-modal .footer-form-wrapper .form-area{
        margin-bottom: 0;
    }
    .wpcf7-checkbox label{
        align-items: start;
    }
    .wpcf7-checkbox > .wpcf7-list-item{
        margin-left: 0px;
    }
    .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 15px;
        line-height: 20px;
    }
    .contact-form .form-area{
        gap: 0;
    }
    .wpcf7-checkbox input[type="checkbox"] {
        border: 1px solid var(--white-color);
        background-color: var(--second-color);
    }
    .wpcf7-checkbox input[type="checkbox"]:checked {
        background-color: var(--second-color);
        border: 1px solid var(--white-color);
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::before {
        background-color: var(--white-color);
    }
    .submit-btn{
        background-color: var(--main-color);
        color: var(--second-color);
        border-color: var(--main-color);
        margin-left: auto;
        margin-right: auto;
        display: flex;
        padding: 10px 45px;
    }
    .global-btn{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .submit-btn:hover{
        background: none;
        color: var(--main-color);
    }
    .form-area > p{
        width: 100%;
    }
    .footer-sec{
        padding-bottom: 110px;
        padding-top: 40px;
    }

    .video__play-button{
        margin-top: -20px;
    }
    .banner-video {
        min-height: unset;
        max-height: 170px;
    }
    .banner-logo{
        display: none !important;
    }
    .content-row .content-col-wrapper {
        padding: 40px 10px;
    }
    .border-list .item{
        width: calc(100% / 2 - 20px);
    }
    .gap-x-50 {
        gap: 0 20px;
    }
    .living-sec .border-list .item:nth-child(1), .living-sec .border-list .item:nth-child(2){
        border-top: 1px solid var(--white-color)!important;
    }
    .living-sec .border-list .item{
        border-top: 0px;
    }
    .title-area.mb-50, .col-desc.mb-50, .location-sec.title.mb-50, .dev-desc.mb-50, .dev-logo.mb-50 {
        margin-bottom: 20px;
    }
    .features-sec, .luxury-sec, .location-sec, .architecture-sec {
        padding: 50px 0;
    }
    .feature-box > .feature-icon-wrapper img {
        max-height: 60px;
    }
    .feature-box > .feature-icon-wrapper {
        margin-bottom: 20px;
    }
    .border-list.floor-list .item{
        width: calc(100% / 2 - 20px);
    }
    .border-list.floor-list .item:nth-last-child(2){
        border-top: 0px;
    }
    .gallery-slider :where(.slick-slide, .slick-slide > img){
        height: 210px;
    }
    .gallery-pills .nav-item .nav-link {
        font-size: 22px;
        line-height: 27px;
        padding: 10px;
    }
    .placeholder-logo > img {
        bottom: 16px;
        right: 16px;
        max-width: 120px;
    }
    .title-area.mb-100 {
        margin-bottom: 40px;
    }
    .location-img > img:not(.y-icon) {
        height: auto;
    }
    .location-img.apartment > img:not(.y-icon) {
        height: auto;
    }
    .location-img.apartment {
        margin-top: 0;
    }
    .location-img > img.y-icon {
        top: 80px;
        left: -12px;
        max-width: 110px;
    }
    .dev-content-wrapper {
        padding: 40px 16px;
    }
    .dev-logo img {
        max-width: 80%;
    }
    .dev-features {
        gap: 20px;
    }
    .dev-features .item {
        width: calc(100% / 2 - 20px);
    }
    .dev-features .item > img {
        height: 46px;
    }
    .property-wrapper {
        gap: 20px;
    }
    .property-wrapper .item {
        width: 100%;
    }
    .architect-list .item {
        width: 100%;
    }
    .architect-list .item .content-wrap .architect-logo > img {
        max-height: 80px;
        height: auto;
    }
    .architect-list .item .content-wrap .architect-logo {
        margin-bottom: 20px;
    }
    .whatsapp-btn{
        bottom: 14%;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .privacy-banner h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .breadcrumbs li {
        font-size: 22px;
        line-height: 22px;
    }
    .privacy-banner{
        margin-bottom: 40px;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .page-content {
        margin-bottom: 60px;
    }
    .footer-sec .footer-desc{
        width: 314px;
    }
}