/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

#qloreimaginedwkhotelroom {
    margin-left: -15px;
    margin-right: -15px;
}

#qloreimaginedwkhotelroom .nav.nav-rooms-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    border: none;
}

#qloreimaginedwkhotelroom .nav.nav-rooms-block li a {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border: none;
    opacity: 0.75;
    font-family: 'Poppins', cursive;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
}

#qloreimaginedwkhotelroom .nav.nav-rooms-block li.active a {
    background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: 0 100%;
    display: inline-block;
    opacity: 1;
}

#qloreimaginedwkhotelroom .nav.nav-rooms-block li a:hover {
    border: none;
}

#qloreimaginedwkhotelroom .image-wrapper {
    position: relative;
    margin-bottom: 50px;
}

#qloreimaginedwkhotelroom .shadow-gradient {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 45px;
    right: 55px;
    background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
    opacity: 0.7;
}

#qloreimaginedwkhotelroom .image-container {
    float: right;
    width: 80%;
    opacity: 0.99;
}

#qloreimaginedwkhotelroom .image-container img {
    float: right;
    width: 100%;
}

#qloreimaginedwkhotelroom .section-title-wrapper h1 {
    font-size: 70px;
    color: #000;
    text-align: left;
    margin: 0;
}

#qloreimaginedwkhotelroom .name-wrapper h3 {
    font-size: 28px;
    margin-top: 0;
    color: #000;
}

#qloreimaginedwkhotelroom .underline-gradient {
    background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
    background-repeat: no-repeat;
    background-size: 86% 5px;
    background-position: 2px 82%;
    display: inline-block;
}

#qloreimaginedwkhotelroom .description-wrapper {
    font-family: 'Poppins', cursive;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    line-height: 26px;
}

#qloreimaginedwkhotelroom .features-wrapper .title {
    font-family: 'Poppins', cursive;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #33333369;
}

#qloreimaginedwkhotelroom .feature-list img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 25px;
}

#qloreimaginedwkhotelroom .actions-wrapper {
    margin-top: 40px;
    position: relative;
}

#qloreimaginedwkhotelroom .actions-wrapper .btn-gradient {
    padding: 14px 90px 16px 36px;
    position: relative;
}

#qloreimaginedwkhotelroom .actions-wrapper .btn-gradient i {
    position: absolute;
    right: 36px;
    top: 17px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
}

.hotel-rooms-block-separator {
    margin: 0;
    border: none;
    height: 1px;
    opacity: 0.1;
    background: #000;
}

#qloreimaginedwkhotelroom .bottom {
    padding-top: 76px;
    padding-bottom: 76px;
}

#qloreimaginedwkhotelroom .bottom p {
    opacity: 0.8;
    font-family: 'Squada One';
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    text-align: right;
    line-height: 27px;
}

@media (max-width: 767px) {
    #qloreimaginedwkhotelroom .image-container {
        float: right;
        width: 85%;
        opacity: 0.99;
    }

    #qloreimaginedwkhotelroom .shadow-gradient {
        width: 85%;
        height: 100%;
        position: absolute;
        top: 26px;
        right: 28px;
        background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
        opacity: 0.7;
    }
}
