/*! Theme Name: rivaresort Theme URI: http://underscores.me/ Author: Rubiq Author URI: https://rubiq.in Description: Hotels and luxurystays Version: 1.0.0 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: luxurystay Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. luxurystay is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */
.home-offer-pack .home-offer span
 {
    font-size: 32px !important; 
    font-weight: 500 !important;
    line-height: 35px;
    font-family: var(--font-primary) !important;
    display: block;
    padding-top: 30px !important;
}
  .home-offer-pack .home-offer .facility-slider-overlay::after {
        /*background: linear-gradient(360deg, rgb(255 255 255 /60%) 100%, rgba(255, 255, 255, 10%) 30%, rgba(255, 255, 255, 90%) 100%);*/
            background: linear-gradient(360deg, rgb(255 255 255 / 70%) 100%, rgba(255, 255, 255, 10%) 100%, rgba(255, 255, 255, 90%) 100%);
    
}  
.direct-booking{padding-left: 0 !important; padding-right: 0 !important;}
.direct-booking p{font-weight: 500 !important;}
.direct-booking  .desc1::after,.direct-booking  .desc1::before { border-color: #2525234d;}
.direct-booking {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.wedding-gallery{background: #f5f5f5 !important;}
.spa-contact-section a{color: white !important;}
@media (max-width: 767px){
.spa-type{display: flex; flex-direction: column-reverse;}}


.text-left{
  text-align: left !important;
}


@media (max-width: 576px) {
    .guestsearchTxt .widgetLabel {
         margin-bottom: 0px !important; 
    }
    
    .guestgroup .guest_Rooms_Count label {
        top: 5px !important; 
    }
    .guestgroup button{    
        font-weight: 400;
        line-height: 1.5;
        font-size: 14px;
        text-transform: uppercase;
    }
}



.youtube{
    content:url('images/youtube.webp');
    background: white;
    padding: 7px;
    border-radius: 50%;
    margin-top: 3px;
}



.reviewSlideerWrap .reviewtabs .logoimg {
    height: 40px;
}

/*.modal-dialog {*/
/*    margin: 0 !important;*/
/*    position: absolute !important;*/
/*    top: 50% !important;*/
/*    left: 50% !important;*/
/*    transform: translate(-50%, -50%) !important;*/
/*}*/

/*.home .modal-dialog {*/
/*    max-width: 90vw !important;*/
/*    width: 100% !important;*/
/*}*/



.facility-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(33 33 33 / 40%) 50%);*/
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.56) 35%, rgba(255, 255, 255, 0) 98%);
    z-index: 1;
    transition: opacity 0.3s ease;
}
