@media only screen and (max-width: 1199px) {

    .header2-head1{
        max-width: 270px!important;
    }
    .header2-container{
        max-width: 93%;
    }
    .nav-link-main a{
        margin-left: 24px;
        font-size: 18px;
    }
  
}

@media only screen and (max-width: 991px) {

    .nav-link-main{
        flex-direction: column;
    }
    .nav-link-4 a{
        display: block;
    }
    .header2-container{
        max-width: 100%!important;
    }
    .header2-head2 {
        background-color: pink;
        max-width: 350px!important;
        height: 100%;
        z-index: 10;
        height: 100vh;
        position: fixed;
        top: 0px;
        right: 0px;
        margin-right: -350px;
        overflow: hidden;
    }
    .header2-row{
        justify-content: flex-start;
    }
.nav-link-1 a{
    margin-bottom: 40px!important;
    display: block;
}
.nav-link-2, .nav-link-3, .nav-link-4 a{
    margin-bottom: 40px;
}
.closebtn{
    display: block;
}
.menubar{
    display: block;
}
#mySidenav{
    transition: 0.5s all;
}
.header7-head1{
    text-align: center;
}
.header7-head2{
    text-align: center;
}
.about-section3{
    width: 40%!important;
    margin-top: 20px!important;
}
.weekend-row-image{
    justify-content: space-around;
}
.weekend-image{
    margin-top: 20px;
}
.contact-map{
    flex-direction: column-reverse;
}
.header1-head1{
    margin-top: 37px!important;
}
.con span , .con i{
    font-size: 50px;
}

}
@media only screen and (max-width: 767px) {
    .about-section3{
        width: 70%!important;
        margin-top: 20px!important;
    }
    .about-image img{
        height: 300px;
    }
    .weekend-image img{
        display: block;
    }
    .photo-silder{
        margin-top: 20px;
    }
    .photo-row {
        margin-top: 0px;
    }
    .header h1{
        font-size: 60px;
    }

}

@media only screen and (max-width: 524px) {
.header2-head1 {
    max-width: 190px!important;
}
.header{
    margin-top: 20px;
}
.about-image img{
    height: 200px;
    width: 80%;
}
.about-section3{
    width: 350px!important;
 
}
.week-section {
    padding: 0px 30px!important;
}
.weekend-date-row {
    
    padding: 0px 25px;
}
.photo-heading h1{
    font-size: 55px;
}
.about-heading h1{
    font-size: 57px;
}
.con span , .con i{
    font-size: 25px;
}
.header1-head1 span{
    font-size: 25px;
}
.header1-head1 i{
    font-size: 25px;
}
}