/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .highlight-box p {
        font-size: 12px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .highlight-box {
        width: 50%;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px


*/

@media (min-width: 320px) and (max-width: 480px) {
    .overview {
        padding: 50px 0 0;
    }

    .highlight-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin: 10px;
    }

    .nearby .section-title p::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-title h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    /* .video-box-slider .slick-slide {
        -webkit-transform: none;
        transform: none;
    } */

    .bird-anim {
        width: 100%;
    }

    .overview2 .bird-anim {
        width: 100%;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        left: 0;
        position: absolute;
    }

    .highlight-wrapper .col-lg-4 {
        width: 50%;
        float: left;
    }

    .highlight .section-title h2,
    .location .section-title h2,
    .overview2 .section-title h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .highlight-wrapper {
        margin-top: 50px;
    }

    .location {
        padding: 100px 0 0;
    }

    .location-img {
        margin-bottom: 50px;
    }

    .video-box-slider .slick-slide .slide,
    .video-box-slider .slick-slide .video-txt {
        opacity: 1;
    }

    .overview2-txt h3,
    .overview-heading h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .overview-heading {
        margin: 30px 0 10px;
    }

    .overview-img-two img {
        position: relative;
        -webkit-transform: none;
        transform: none;
    }

    .overview-detail {
        margin-bottom: 30px;
    }

    .credit-box p {
        text-align: center;
    }

    .address-box {
        margin-top: 30px;
    }

    .nearby-slider .slick-slide {
        margin: 0;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev {
        left: 0px;
    }

    .about-godrej-txt p {
        font-size: 16px;
    }

    .overview2-txt {
        position: absolute;
        top: 10%;
        /* right: 0; */
        left: 00%;
        width: 100%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: center;
    }

    .overview2-txt h3::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*
    .animate__fadeInUp {
        display: none !important;
    }
*/

    #header.header-scrolled .mobile-nav-toggle {
        -webkit-filter: invert(1);
        filter: invert(1)
    }

    .back-to-top {
        right: 10px;
    }

    .video-txt p {
        font-size: 16px;
    }

    .section-title p {
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
    }

    .banner-wrapeer {
        /*padding: 20px 5px 0;*/
        padding: 0px;
    }

    .video-banner video {
        height: 60vh;
    }

    .elevation-image1 img {
        height: 60vh;
    }

    .play-home {
        position: absolute;
        bottom: 30%;
        z-index: 9;
        width: 100px;
    }

    .play-home lottie-player {
        position: absolute;
        bottom: 0;
        left: 0px;
        top: -15px;
        width: 100px !important;
        height: 100px !important;
    }

    .video-banner,
    .video-banner video {
        /*border-radius: 40px 40px 0 0 !important;*/
    }

    .highlight .section-title p::after,
    .location .section-title p::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .highlight {
        padding: 100px 0;
    }

    .gallery-box-slider .slick-arrow, .video-box-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .video-box-slider .slick-arrow,
    .nearby-slider .slick-arrow {
        background-color: #E1DBCE;
        -webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        width: 30px;
        height: 30px;
        z-index: 9;
    }

    .overview-one {
        padding-bottom: 100px;
    }

    .gallery-txt p {
        font-size: 15px;
        bottom: 0;
        left: 0%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: center;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .about-godrej {
        padding: 100px 0;
    }

    #header .logo img {
        max-height: 50px;
    }

    .nearby-slider .slick-list,
    .video-box-slider .slick-list {
        margin: 0 0px;
    }

    .mob-enquire {
        position: fixed;
        bottom: 10%;
        right: 0;
    }

    .mob-enquire img {
        width: 60px;
    }

    .gallery {
        padding: 100px 0;
    }

    #home-banner {
        /* height: 60vh; */
    }

    .enquire-btn-fixed {
        width: 30px;
        top: 55%;
    }

    .enquire-btn-fixed p {
        padding: 30px 10px;
        width: 30px;
        display: none;
    }

    .toggle-sidebar {
        width: 40px;
        line-height: 40px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        /* border: 1px solid #000; */
        border-radius: 5px;
    }

    .rera-qr {
        display: block;
        align-items: center;
        justify-content: center;
    }

    .video-box-slider .slick-track {
        padding-top: 0;
    }

    .offcanvas-header img {
        width: 170px;
    }

    .mob-enquire {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #1F282F;
        border-color: #e1dbce;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
        z-index: 9991;
    }
    .mob-enquire:active,.mob-enquire:hover, .mob-enquire:focus-visible{
        background-color: #1F282F !important;
        border-color: #e1dbce !important;
    }
    #footer{
        padding-bottom: 38px
    }
    .modal-content{
        background: #202930;
    }
    button.submit-btn{
        border: 1px solid #fff;
    }
}
