@media only screen and (max-width:768px){
    .room p{
        font-size: 18px;
    }
}


@media only screen and (max-width:480px){
    .rooms{
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width:660px){
    .section-room-info{
        flex-direction: column;
    }
    .room-info{ 
        width:80%;
    }
    .rooms {
        flex-direction: column;
    }
}

@media only screen and (max-width:1199px){
    .wedding-img{
        width:35%;
    }
    .service-wedding{
        width: 65%;
        height: 200px;
        margin-top: 0px;
    }
    .Parties-img{
        width:35%;
    }
    .service-Parties{
        width: 65%;
        height: 200px;
        margin-top: 0px;
    }
}
@media only screen and (max-width:992px){
    .service-col1{
        margin-top: 50px;
        flex-direction: column;
    }
    .wedding-img{
        width:100%;
    }
    .wedding-img img{
        width:100%;
        box-shadow: none;
    }
    .service-wedding{
        width: 100%;
        margin-left: 0px;
        height: auto;
    }
    .service-col2{
        margin-top: 50px;
        flex-direction: column-reverse;
    }
    .Parties-img{
        width:100%;
    }
    .service-Parties{
        width: 100%;
        margin-left: 0px;
        height: auto;
        text-align: left;
    }
    .service-Parties h3{
        padding-left: 10px;
    }
    .service-Parties p{
        padding-left: 10px;
    }
    .Parties-img img{
        box-shadow: none;
    }
    .ab-p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .our-section2{
        padding: 1px;
    }
}

@media only screen and (max-width:991px){
    .gallery-im img{
        width: 70%;
    }
}