@charset "utf-8";

.room-section {
    padding: 4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.room11-section {
    padding: 4rem 0 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.foot-section {
    padding: 4rem 0;
    background-size: cover;

}

.foot1-section {
    padding: 1rem 0;
    background-color: #000;
    background-size: cover;
    text-align: center;

}

.foot1-section p {
    color: #fff;

}

.lix-section {
    padding: 7rem 0;
    background-image: linear-gradient(#050a35c2, rgb(31 32 37 / 81%)), url(../img/bg_05.jpg);
    background-size: cover;

}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50px !important;
}

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 280px) and (max-width: 567px) {}

@media only screen and (min-width: 375px) and (max-width: 666px) {}

@media only screen and (min-width: 414px) and (max-width: 735px) {}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {}

@media only screen and (min-width: 1499px) {
    .fluid {
        width: 70%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

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

/************
2. 1440px
************/

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

/************
3. 1380px
************/

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

/************
3. 1280px
************/

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

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .about__pic__inner:after {
        display: none;
    }

    .about__pic {
        padding-right: 0px;
    }

    .about__pic__inner {
        margin-bottom: 20px;
    }
    .room11-section {
    padding: 4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
}

/************
4. 1100px
************/

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

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    .about_img .small_img {
        display: none;
    }

    .about_img .img_1 {
        padding-right: 0px;
    }

    .about {
        padding: 2rem 1rem;
    }

    .progra {
        background-color: #ffffffe6;
        padding: 2rem;
    }

    .open-daily h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: revert;
    }
}

/************
6. 991px
************/

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

/************
7. 959px
************/

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

/************
8. 880px
************/

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

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .owl-nav .owl-prev {
        left: 25px !important;
    }

    .owl-nav .owl-next {
        right: 25px !important;
    }

    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #59c4b1;
    }
}

/************
11. 539px
************/

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

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .open-daily {
        padding: 2rem 2rem;
    }
    .bor {
    border-right: 3px solid #fff0;
}
.bor {
    margin-bottom: 25px;
    border-bottom: 2px solid #f0bb43;
}
}

/************
13. 479px
************/

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

#back-to-top {
    position: fixed;
    bottom: 18px;
    right: 26px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 39px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    opacity: 0;
    background: #25532f;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out 0s;
}

#back-to-top:hover {
    background: #3a8049;
}

#back-to-top.show {
    opacity: 1;
}


/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
    color: #f9f9f9;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.video-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;

}

.video {
    height: 50px;
    width: 90px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: x-large;
    border: 2px solid #ffffff73;
    display: inline-block;
    background: #00000005;
    z-index: 999;
}

.video:hover {

    color: #fff;
    background: #e00f0f;
    font-size: x-large;
    border: 2px solid #e00f0f;

}


.fa-play:before {
    content: "\f04b";
}


/*************************vdo********************/
.wrapper {
    display: inline-block;
}

.wrapper img {
    width: 100%;
    background-size: cover;
}

.video-main i {
    font-size: 80px;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;

}

.video {
    height: 50px;
    width: 90px;
    line-height: 75px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: x-large;
    border: 2px solid #fff0;
    display: inline-block;
    background: #00000005;
    z-index: 999;
}

.video:hover {

    color: #fff;
    background: #fff0;
    font-size: x-large;
    border: 2px solid #fff0;

}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #335b2c;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: 50px;
    left: 50px;
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*************************vdo********************/