
@media screen and (min-width:1600px) {
    section.map .flex {
        padding-top: 139px;
        padding-left: 96px;
    }

    section.travel .size {
        padding: 50px 101px;
    }

    section.city_content .flex {
        padding: 90px 150px 0 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.city {
        min-height: 100vh;
        padding-top: 173px;
        background: url('../Images/city.png') no-repeat center center/cover;
        font-family: hel , 'sans-serif';
    }

}

@media screen and (max-width: 1400px){
   
      section.city_content h3 {
        font-size: 22px;
      }
      
      section.city_content h4 {
    
        font-size: 22px;
      }
      
      section.city_content .svg {
    
        width: 562px;
    
      }

      header .nav-link {
        font-size: 15px;
        letter-spacing: 3px;
        margin-right: 20px;
        color: #fff;
    }
    header .godrej {
        width: 165px;
    }

    section.slider .thumb-nav {
        position: absolute;
        z-index: 100;
        background-color: #F26724;
        top: 1px;
        width: 420px;
        left: 6%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: max-content;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}



@media screen and (max-width: 1299px) {
  section.map .size_1{
    font-size: 17px;
  }
  section.map p{
    font-size: 16px;
  }
  header .gap {
    gap: 39px;
}


  section.travel .size h3{
    font-size: 22px !important;
  }

  section.travel .box img {
    width: 50px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
}

section.travel h5 {
    font-size: 13px;
}
  
section.travel .size {
    padding: 35px;
}


section.slider .thumb-nav {
    padding-top: 48px;
}

.nav-link{
    font-size: 16px !important;
}
header .godrej {
    width: 150px;
}

section.slider .thumb-nav li .space {
    font-size: 19px !important;
}

section.city2 {
    left: 0px;
}

section.city_content h3 {
    font-size: 17px;
}
section.city_content h4 {
    font-size: 17px;
}

section.city_content .svg {
    width: 525px;
}
.nav-link {
    font-size: 13px !important;
}

section.city img {
    width: 233px;
}

section.map .flex {
    padding-top: 68px;
    padding-left: 60px;
}

section.map p.text-uppercase {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 22px;
    width: 100%;
}
.present{
    margin-bottom: 10px;
  }

}


@media screen and (max-width: 1199px){
    header .gap {
        gap: 23px;
    }

    section.slider .thumb-nav {
        padding-top: 0px;
    }
    section.slider .thumb-nav li .space {
        font-size: 16px !important;
    }

    .extra {
        margin-bottom: 15px !important;
        color: #231f20;
    }

    .third .show1{

        display: none;
        }
        .third .hide1{
            display: block;
        }

        section.travel .size h3 {
            font-size: 16px !important;
        }

        section.slider .thumb-nav {
    
            height: 85vh;
 
        }

        section.godrej .box h4 {
            font-size: 19px;
        }

        section.godrej {
            padding-top: 23px;
            
        }

        section.city {
            padding-top: 74px;
           
        }
}



@media screen and (max-width: 1099px) {

    section.travel h5 {
        font-size: 13px;
    }
    section.travel .size h3 {
        font-size: 20px !important;
    }
    section.travel .size {
        padding: 35px;
    }
    

    section.city_content h3 {

        font-size: 16px;
    }
    section.city_content h4 {
    
        font-size: 16px;
    }
    
    section.city_content .flex {
        padding: 70px;
    }
    section.city_content .flex-2 {
     font-size: 12px;
    }
    section.city_content h3 {
        font-size: 13px;
    }
    section.city_content h4 {
        font-size: 13px;
    }
    
    section.city_content .flex {
        padding: 74px 69px;
    }

    section.city {
        padding-top: 23px;
    }

    section.city_content img {
        height: 378px;
    }

    section.city_content .flex {
       -webkit-box-align: start;
           -ms-flex-align: start;
               align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 44px;
        padding: 50px 90px;
    }

    section.slider .thumb-nav {
        padding-top: 16px;
    }

    section.slider .thumb-nav {
        height: 421px;
    }

    section.slider .thumb-nav li .space {
        font-size: 16px !important;
    }

    .second p ,
    .third p ,
    .four p  {
        font-size: 12px;
    }

    section.godrej h4{
        font-size: 18px !important;
    }
    section.godrej p{
        font-size: 14px !important;
    }
    header .logo-3 {
        width: 150px;
    }

   
    footer{
        padding-bottom: 50px;
    }
    /*section.hero{
    background: url('../Images/main-banner-mobi.jpg') no-repeat center center/cover;*/


        }
        section.slider .thumb-nav {
            height: max-content;
        }
    
}

@media screen and (max-width: 1090px){

    header .logo-3 {
        width: 128px;
    }

    .navbar-collapse {
        position: relative;
        top: -9px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
/*  */
@media screen and (min-width: 1024px){
    .city_content_v1 {
        margin-bottom: 40px;
    }
      .city_orange {
        height: 450px;
      }
      .map-container {
        width: 600px;
        height: 560px;
      }
      .map-container iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
      #owl-5 .owl-stage {
        display: flex;
        justify-content: space-around;
      }

      #owl-5 .owl-stage-outer {
        padding-left: 70px;
      }

      #owl-6 .owl-stage {
        width: 900px !important;
        margin-left: 60px;
        display: flex;
        gap: 60px;
      }
      .owl-6_div {
        width: 300px;
      }

      .rollMain_1 {
        margin-left: 70px;
        margin-right: 90px;
        margin-bottom: 30px;
      }

      .rollMain_1 h3 {
        text-align: center;
        margin-bottom: 20px;
      }

      .rollMain_2 {
        margin-left: 100px;
        margin-bottom: 30px;
      }
      .map_section {
        margin-top: 40px;
      }

      .text-sm-1_p2 {
        font-size: 12px;
      }

      .text-sm-1_p1 {
        font-size: 20px;
      }
      section.travel p {
        font-size: 12px;
    }
    
}




@media screen and (max-width: 1050px){
 
section.city {
    padding-top: 57px;
}

.nav-link {
    font-size: 12px !important;
}

header .godrej {
    width: 127px;
}

header .nav-link.active {
    color: #fff !important;
    border-bottom: 3px dashed #fff;
}

header .logo-3 {
    width: 109px;
}

section.map .flex {
    padding-top: 57px;
    padding-left: 16px;
}

section.map .size_1 {
    font-size: 12px;
}

section.map p.text-uppercase {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 22px;
    width: 100%;
}

section.map .bg {
    height: 240px;
    width: 100%;
}

section.map .bg2 {
    padding: 14px 20px;
    background-color: #fff;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

section.travel .size h3 {
    font-size: 13px !important;
    line-height: 22px;
}

section.travel .size {
    padding: 0px 9px 0px 21px;
}
section.travel h5 {
    font-size: 10px;
}

section.city_content h3 , section.city_content h4 {
    font-size: 22px;
}

header .gap {
    gap: 25px;
    padding-bottom: 6px !important;
}

header .nav-link.active {
    color: #fff !important;
    border-bottom: 3px dashed #fff;
    width: max-content;
}

.navbar-nav{
    gap: 14px;

}

.download-div {
    z-index: 2000;
}

.navbar-nav {
    gap: 6px;
}

}



@media screen and (max-width:991px) {

    header.active {
        -webkit-backdrop-filter:blur(0);
        backdrop-filter: blur(0);
        background: rgb(32, 32, 32);
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
      }



    section.travel .size h3 {
        font-size: 24px !important;
        line-height: 30px;
    }

    section.city {
        padding-top: 116px;
    }

    section.city_content img {
        height: 424px;
    }

    section.city_content h3, section.city_content h4 {
        font-size: 20px;
    }

    section.slider{
        min-height: 100vh;
        position: relative;
        overflow: hidden;
        font-family: hel , 'sans-serif';
        }
    section.slider .main-img-slider  img{
        min-height: 100vh;
        object-fit: cover;
        }
        
}

@media screen and (max-width: 600px){
    .flex-2 {
        padding: 25px;
    }
    section.open_page .logo {
        width: 100%;
    }

    section.open_page .logo2 {
        width: 70%;
    }

    header.size .logo-3 {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 76px;
    }

    

    section.map .flex {
        padding-top: 20px;
        padding-left: 20px;
    }

    section.map {
        min-height: 100vh;
        background: transparent
    }
    section.map .m_map{
        display: block;
    }

    section.map .flex {
        padding: 20px 0 0px 0;
    }

    /* .ms-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    } */

    section.map .bg2 {
        margin-top: -20px;
    }
    section.travel {
        padding: 0;
        min-height: auto;
    }

    section.travel .size {
        padding: 0px 20px;
    }
    section.travel h3 {
        font-size: 30px;
        line-height: 24px;
        font-weight: 300;
    }

    section.travel .size {
        padding: 19px 13px;
    }

    section.travel .size h3 {
        font-size: 15px !important;
        line-height: 20px; 
    }
    section.city_content .flex {

        padding: 49px 29px;
    }

    section.city_content img {
        height: 440px;
        -o-object-fit: cover;
           object-fit: cover;
    }

    section.city_content .flex {
        padding: 31px 29px;
    }

    section.slider {
        min-height: 100vh;
    }
    section.slider .main-img-slider img {
        height: 50vh;
        -o-object-fit: cover;
           object-fit: cover;
    }

    section.slider .thumb-nav li .space {
        font-size: 14px !important;
    }

    section.slider .thumb-nav li {
        padding: 21px;
    }

    section.slider .thumb-nav {
        height: max-content;
    }
    section.slider{
      min-height: max-content;
    }

    section.slider .thumb-nav {
        width: 100%;
        left: 2%;
        top: auto;
        bottom: 0;
        position: static;
    }

    .space {
        letter-spacing: 3px;
    }

    .download-div {
        position: fixed;
        inset: 0;
        width: 100%;
        bottom: 0;
        top: auto;
        -webkit-writing-mode:unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(0) translateY(0%);
        -ms-transform: rotate(0) translateY(-0%);
        transform: rotate(0) translateY(00%);
        z-index: 100;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }

      .btn-1{
       width: 100%;
       border-radius: 0;
       text-align: center;
        }
        .download-div a {
            color: #000;
            padding: 12px 10px;
            font-size: 15px;
        }

        section.map .size_1 {
            font-size: 15px;
        }

        section.city {
            padding-top: 50px;
        }

        section.city h3 {
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 20px;
        }

        section.city .present {
            font-size: 16px;
        }
        section.city_content .flex .flex-2 {
            padding-left: 0;
        }

        section.download {
            background-position: 60% center;
        }

        section.godrej {
            padding-top: 50px;
            background-position: 85% center;
            background-size: cover;
        }
        section.godrej .box h4.space {
            letter-spacing: 2px;
            line-height: 30px;
            font-size: 16px !important;
        }
        section.godrej p {
            font-size: 11px !important;
        }

        section.city_content .flex-1{
            width: 90%;
        }

        section.city_content .flex {
            gap: 12px;
        }
        .extra {
            margin-bottom: 20px !important;
            color: #231f20;
        }
        footer {
            padding: 50px 20px 50px;
        }
}

    @media(min-width: 768px) {
      .desktop-img {
        display: block;
      }
    }

    @media(max-width: 767px) {
        section.city_content_v1 {
            top: 0;
            bottom: 0;
            height: 520px;
            margin-top: 40px;
        }
      .mobile-img {
        display: block;
      }
      /*  */
      .text-sm-2 {
        font-size: 9px;
      }

      .text-sm-1_p1 {
        font-size: 15px;
      }

      .text-sm-1_p2 {
        font-size: 11px;
      }

      .city_orange {
        height: 520px;
      }

      .map_section {
        margin-top: 40px;
      }
      
      .map-container {
        width: 200px;
        height: 260px;
      }
      .map-container iframe {
        position: relative;
        top: 15px;
        width: 100%;
        height: 100%;
        border: 0;
      }

      #owl-6 .owl-stage {
        margin-left: 0;
      }
      .owl-6_div {
        width: 220px;
      }

      .rollMain_1 {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 30px;
      }

      .rollMain_2 .owl-stage-outer {
        padding-left: 70px;
      }
      #owl-5 .owl-stage-outer {
        margin-left: 20px;
        padding-left: 0px;
      }

      #owl-5 .owl-stage {
        display: flex;
        justify-content: space-between;
      }
      .rollCenter {
        font-size: 12px;
      }

      .rollMain_1 h3 {
        font-size: 15px;
      }
      section.travel p {
        font-size: 11px;
    }
    }