/*general media*/
@media (max-width: 1199px){
    #logo{
        width: 100px;
        height: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px)
{
    /*HOME COVER SECTION*/
    #home .home-content h1{
        font-size: 35px;
    }
    .home-content .title-pink{
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 65px;
    }
    /*HOME COVER SECTION*/

    /*OUR HOTEL SECTION*/
    #our-hotel .content p {
        line-height: 25px;
        letter-spacing: 1.5px;
        text-indent: 50px;
    }
    /*OUR HOTEL SECTION*/

}
/*meduim Large devices*/
@media (min-width: 1200px) and (max-width: 1500px){


    /*********************************************/

    /*HEADER SECTION*/
    .navbar .navbar-header .navbar-toggle{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #elegance-menu .menu>li>a{
        font-size: 14px;
    }
    /*HEADER SECTION*/

    h2.title-black{
        letter-spacing: 2px;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 40px;
    }
    #our-hotel .content p{
        line-height: 25px;
        letter-spacing: 1px;
        font-size: 15px;
    }

    /*FOOTER SECTION*/
    #footer .container{
        padding-left: 5%
    }
    /*FOOTER SECTION*/
}

@media (min-width: 992px) and (max-width: 1200px){

    /*HEADER SECTION*/
    .block{
        height: 30px;
    }
    #elegance-menu .menu>li.active a {
        height: 30px;
    }
    .navbar .navbar-header .navbar-toggle{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /*HEADER SECTION*/




    /*HOME COVER SECTION*/
    #home .home-content h1{
        font-size: 35px;
    }

    .home-content .title-pink{
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 65px;
    }
    .home-content a[class*='btn-']{
        font-size: 15px;
    }
    .curve{
        bottom: -3%;
    }
    h2.title-black{
        letter-spacing: 2px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 30px;
    }
    /*HOME COVER SECTION*/

    /*OUR HOTEL SECTION*/
    #our-hotel .content p{
        line-height: 18px;
        letter-spacing: 1px;
        font-weight: normal;
        word-spacing: 1px;
        font-size: 12px;
    }
    /*OUR HOTEL SECTION*/

    /*WATCH-OUT SECTION*/
    .cards .card:hover::before {
        width: 90%;
    }
    .card-padding{
        width: 50%;
    }
    /*WATCH-OUT SECTION*/


    /**************AMENTIES***********************/

    #conference .content p,
    #wedding-content .content p{
        line-height: 18px;
        letter-spacing: 1px;
        font-weight: normal;
        word-spacing: 1px;
        font-size: 12px;
    }

    /**************AMENTIES************************/



    /*FOOTER SECTION*/
    #footer .container{
        padding-left: 5%;
    }
    /*FOOTER SECTION*/

}

/*Meduim devices*/
@media (min-width: 768px) and (max-width: 992px){

    /*HEADER SECTION*/
    .block{
        height: 30px;
    }

    #elegance-menu .menu>li.active a {
        height: 30px;
    }
    .navbar .navbar-header .navbar-toggle{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /*HEADER SECTION*/


    /*HOME COVER SECTION*/
    #home .home-content h1{
        font-size: 30px;
    }
    .home-content .title-pink{
        font-size: 35px;
        letter-spacing: 3px;
        line-height: 65px;
    }
    .home-content a[class*='btn-']{
        font-size: 13px;
        margin-top: 0;
    }
    h2.title-black{
        letter-spacing: 2px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 30px;
    }
    .curve{
        bottom: -20px;
    }
    /*HOME COVER SECTION*/
    /*OUR HOTEL SECTION*/

    #our-hotel .content p,
    #conference .content p,
    #wedding-content .content p{
        line-height: 18px;
        word-spacing: 1px;
        letter-spacing: 1px;
        font-size: 12px;
    }
    /*OUR HOTEL SECTION*/
    /*WATCH OUT SECTION*/
    .cards .card:hover::before {
        width: 94%;
    }


    /*WATCH OUT SECTION*/

    /************************ROOMS PAGE******************************/
    .room-image{
        margin: 0 5%;
    }
    /************************END OF ROOMS PAGE******************************/



    /**************AMENTIES************************/

    /**************Activities************************/
    #main-content .activities .activities-list li{
        font-size: 23px;
    }

    .show-activity{
        font-size: 12px;
    }

    #main-content .show-activity i::before{
        font-size: 90px;
    }
    /**************Activities************************/

    #footer .container{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3%;
    }
}

/*Small devices*/
@media (min-width: 481px) and (max-width: 768px){
    /*HEADER SECTION*/
    .image{
        width: 70px;
        height: 50px;
    }
    /*HEADER SECTION*/

    /*WATCH OUT SECTION*/
    .cards .card:hover a{
        z-index: 0;
        left: 50%;
        margin-left: -13%;
    }
    /*WATCH OUT SECTION*/

    /************************ROOMS PAGE******************************/
    .room-image img{
        height: 350px;
    }
    /************************ROOMS PAGE******************************/

    /**************Activities************************/
    #main-content .activities .activities-list li{
        font-size: 23px;
    }

    .show-activity{
        font-size: 12px;
    }

    #main-content .show-activity i::before{
        font-size: 90px;
    }
    /**************Activities************************/
}

/*Smaller Devices*/
@media (max-width: 481px){
    /*HEADER SECTION*/
    .image{
        width: 60px;
        height: 40px;
    }
    /*HEADER SECTION*/

    /*WATCH OUT SECTION*/
    .cards .card:hover a{
        z-index: 0;
        left: 50%;
        margin-left: -25%;
    }
    /*WATCH OUT SECTION*/
    /************************ROOMS PAGE******************************/

    .room-details{
        margin: 0 10%;
    }
    .room-image img{
        height: 250px;
    }

    .listing h4{
        font-size: 12px;
    }

    /************************ACTIVITIES*********************************/
    .show-activity {
        font-size: 11px;
    }

    #main-content .show-activity i::before{
        font-size: 70px;
    }

    /************************ACTIVITIES**********************************/
}

/**FOR ROOMS SECTION ONLY**/
@media (max-width: 992px) {
    .room-type .container-fluid.flex-column{
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .room-type .container-fluid.flex-column-inverse{
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .room-image{
        z-index: 2;
    }
    .room-details{
        padding-top: 20px;
        margin: 0 15%;
        z-index: 1;
        box-shadow: 0 0 10px 5px #e4dada;
    }
    .listing {
        margin-top: 5px;
        text-align: center;
        padding-left: 0;
    }
}
/**Most Mobile devices**/
@media (max-width: 767px) {

    /*HEADER SECTION*/
    .block{
        height: 30px;
    }

    #elegance-menu .menu>li.active a {
        height: 30px;
    }
    #elegance-menu .menu>li>a{
        font-size: 15px;
    }
    .elegance-brand{
        padding: 5px;
    }

    #image-title{
        padding: 5px;
        font-size: 14px;
        font-weight: 400;
    }
    #image-title img {
        height: 16px;
    }
    #image-title .image-sub-title{
        font-size: 8px;
    }
    #image-title .couple {
        border: 1px solid var(--pink);
    }
    #image-title .couple-friendly {
        padding: 5px 5px 6px;
    }
    #image-title .hearts {
        padding: 5px 0 5px 5px;
    }
    /*HEADER SECTION*/

    /*OWL CAROUSEL SECTION*/
    [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-size: 15px;
    }
    .prev-btn>i, .next-btn>i{
        line-height: 35px;
    }
    .prev-btn, .next-btn{
        width: 35px;
        height: 35px;
        top: 40%;
    }
    .owl-theme .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        margin: 0 5px;
        padding: 5px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 0 1.5px;
    }
    .curve{
        width: 200px;
        height: 60px;
        bottom: -24px;
        margin: 0 0 0 -100px;
    }
    .curve::before{
        left: -13px;
        transform: rotate(42deg);
    }
    .curve::after{
        right: -12px;
        transform: rotate(-42deg);
    }
    /*OWL CAROUSEL SECTION*/

    /*HOME COVER SECTION*/
    #home .home-content h1{
        font-size: 25px;
    }
    .home-content .title-pink{
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 47px;
    }
    #logo{
        width: 80px;
        height: 57px;
    }
    .home-content a[class*='btn-']{
        font-size: 10px;
        margin-right: 10px;
        padding: 8px 10px;
    }

    h2.title-white.text-center,
    h2.title-black.text-center{
        font-size: 30px;

    }
    /*HOME COVER SECTION*/

    /*OUR HOTEL SECTION*/
    .arrange-flex{
        display: block;
    }
    #our-hotel .content p,
    #conference .content p,
    #wedding-content .content p{
        padding: 10px 0;
        line-height: 20px;
        letter-spacing: 1px;
        font-size: 12px;
    }
    /*OUR HOTEL SECTION*/

    .cards .card .description{
        height: 150px;
        width: 60%;
        left: 300px;
        top: 60px;
        line-height: 14px;
        font-size: 12px;
    }
    /*WATCH OUT SECTION*/

    /******************************ROOMS PAGE****************************/
    .content-box .home-content h1 {
        font-size: 50px;
    }
    .room-image .right-badge, .room-image .left-badge{
        font-size: 20px;
    }
    .room-details a{
        margin: 10px;
        padding: 5px 10px;
    }
    .listing {
        margin-top: 0;
        text-align: center;
        padding-left: 0;
    }
    .room-image{
        margin: 0;
    }
    .listing img{
        width: 20px;
        height: 20px;
    }


    /****************************ACTIVITIES PAGE***************************/
    #main-content .activities-list li{
        display: flex;
        flex-direction: row;
        align-items: center;

    }
    .activity-icon-title{
        flex: 1;
    }
    #main-content .activities-list li i.list-icon::before{
        margin-right: 0;
    }
    .activity-icon-title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #main-content .activities-list li a.small-activity-title{
        font-size: 9px;
        margin-right: 0;
        text-align: center;
    }
    #main-content .activities .activities-list-wrapper{
        flex: .5;
    }
}