@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.font-playfair-400 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-playfair-900 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

body {
    background-color: #4d1660;
}

.widget-contact-info {
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

a, a:hover, a:active, a:focus {
    color: #be3190;
}

.color-purple {
    color: #be3190;
}

.color-yellow {
    color: #fdb92e !important;
}

.bg-gray {
    background-color: #F7F7F7;
}

.site-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #4d1660;
    background-image: url(../img/bg/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.site-header.header-over {
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(36, 50, 74, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(36, 50, 74, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(36, 50, 74, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.site-header .header-bottom .header-logo {
    position: relative;
    top: 0;
    margin-top: -90px;
    left: 105px;
    width: 210px;
    float: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-header .header-top {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    color: #FFF;
}

.site-header .header-bottom {
    position: relative;
    min-height: 110px !important;
}

.site-header .header-top .header-contact {
    float: right;
}

.site-header .header-bottom .header-nav {
    text-align: center;
}

.site-header .header-bottom .header-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #fdb92e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.site-header .header-bottom .header-nav > ul.nav-right {
    float: right;
    padding-left: 0;
}

.widget-slider .widget-carousel .wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
}

.widget-rooms-carousel.top-over .widget-carousel {
    margin-top: -250px;
    z-index: 2;
}

.widget-rooms-carousel .rooms-item .item-desc h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.widget-rooms-carousel .rooms-item .item-desc h5 {
    color: #fdb92e;
}

.widget-rooms-carousel .rooms-item .item-desc p {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 14px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fdb92e;
}

.btn {
    background-color: #fdb92e;
    padding: 0 25px;
    font-size: 11px;
}

.btn:hover {
    background-color: #be3190;
}

.btn2 {
    background-color: #be3190;
}

.btn2:hover {
    background-color: #ffffff;
    color: #be3190;
}

h1, h2 {
    color: #be3190;
}

h5 {
    color: #fdb92e;
}

.widget-rooms-carousel .rooms-item .item-desc p {
    color: #121212;
}

.widget-slider .widget-carousel .slider-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 4, 0.5);
}

.site-footer {
    background-image: url(../img/bg/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.site-footer .footer-bottom,
.site-footer .footer-bottom a {
    color: #c5a4d1;
    letter-spacing: 1px;
}

.site-footer .footer-bottom .footer-nav ul li a {
    color: #ffffff;
}

.site-footer .footer-bottom .footer-nav ul li a:hover {
    color: #fdb92e;
}

.site-footer .footer-bottom .widget-social-icons {
    display: inline-flex;
}

.widget-social-icons ul li a {
    color: #ffffff !important;
    background-color: #be3190;
}

.widget-social-icons ul li a:hover {
    background-color: #fdb92e;
}

.widget-video-full .widget-inner .video-play {
    background-color: #be3190;
}

.widget-video-full .wrapper-full-inner .widget-title h2,
.widget-video-full .wrapper-full-inner .widget-title p {
    color: #ffffff;
}

.site-header .header-bottom .header-nav ul li:hover > a{
    color: #fdb92e;
}

.site-header .header-bottom .header-nav > ul > li.sub:before {
    background-color: #fdb92e;
}

.site-header .header-bottom .header-nav ul li.active > a {
    color: #fdb92e;
}

.site-header .header-bottom .header-nav > ul > li.sub ul li a {
    background-color: #be3190;
}

.site-header .header-bottom .header-nav > ul > li.sub:hover > a{
    color: #fff;
    background-color: #be3190;
}

.widget-reservation {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 16000160;
}

.widget-reservation--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-reservation {
    width: 65px;
    height: 65px;
    background-color: #FFF;
    display: block;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.widget-reservation:hover {
    background-color: #be3190;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widget-reservation:hover .widget-reservation--icon {
    fill: #FFF;
}

.widget-reservation--icon {
    fill: #be3190;
    width: 40px;
    height: 40px;
    margin-top: 11px;
}

.tooltip-inner {
    background-color: #FFF;
    color: #333;
    position: fixed;
    right: 86px;
    margin-top: -10px;
    opacity: 1;
}
.tooltip-arrow {
    position: fixed;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFF !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FFF !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFF !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFF !important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #FFF !important;
    opacity: 0 !important;
}

.widget-slider .widget-carousel .owl-nav .owl-prev:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before,
.owl-carousel.owl-type1 .owl-nav .owl-prev:before {
    content: "\2190";
}

.widget-slider .widget-carousel .owl-nav .owl-next:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before,
.owl-carousel.owl-type1 .owl-nav .owl-next:before {
    content: "\2192\fe02";
}

@media (max-width:576px) {
    .tool_tip,
    .widget-reservation--sr-only,
    .tooltip-inner {
        opacity: 0 !important;
        display: none;
    }
    .widget-rooms-carousel .rooms-item .item-inner {
        min-height: auto !important;
    }
}

.site-header .header-top .header-contact ul li a i {
    font-size: 14px;
    color: #ffffff;
    -webkit-transition		: all 0.2s ease-in-out;
    -moz-transition		: all 0.2s ease-in-out;
    -ms-transition		: all 0.2s ease-in-out;
    -o-transition		: all 0.2s ease-in-out;
    transition		: all 0.2s ease-in-out;
}

.site-header .header-top .header-contact ul li a:hover i {
    color: #fdb92e;
    -webkit-transition		: all 0.2s ease-in-out;
    -moz-transition		: all 0.2s ease-in-out;
    -ms-transition		: all 0.2s ease-in-out;
    -o-transition		: all 0.2s ease-in-out;
    transition		: all 0.2s ease-in-out;
}

.site-header .header-bottom .header-nav ul li a:last-child {
    padding-right: 0;
}

.widget-rooms-carousel .rooms-item .item-desc h2 a:hover {
    color: #fdb92e;
}

.widget-page-title h5, .widget-page-title h1, .widget-page-title p {
    width: 100%;
}

.widget-page-title h1 {
    margin-bottom: 20px;
}

.widget-page-title p {
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}

.widget-gallery-carousel .gallery-item .item-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 40px 40px 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(77, 22, 96, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(77, 22, 96, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(77, 22, 96, 1) 100%);
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-'] {
    color: #be3190;
}

.widget-services-list .services-item .item-photo .photo-small {
    bottom: -40px;
}

.widget-features-carousel .features-item:hover .item-inner h5{
    color: #fdb92e;
}

.site-header .header-bottom .header-nav > ul > li.sub ul li a {
    padding-right: 15px;
}

.widget-rooms-detail .room-features ul li:before {
    content: "";
}

.widget-rooms-detail .room-features ul li .fa {
    color: #fdb92e;
    border: 1px solid #fdb92e;
    font-size: 10px;
}

.widget-rooms-detail .room-slider .owl-theme .owl-nav [class*="owl-"] {
    color: #be3190;
}

.widget-rooms-detail .room-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #be3190;
    color: #ffffff;
}

.data-form select:focus,
.data-form textarea:focus,
.data-form input[type="text"]:focus,
.data-form input[type="password"]:focus{
	border-color: #be3190;
}

.data-form select,
.data-form textarea,
.data-form input[type="text"],
.data-form input[type="password"],
.widget-contact-form {
	color: #be3190;
}

.data-form input[readonly] {
    color: #FFFFFF !important;
    background-color: #bbbbbb !important;
}

input, select, textarea {
    font-size: 11px;
    text-transform: uppercase;
    color: #121212;
}

input::placeholder,
textarea::placeholder {
    color: #121212;
}

.align-select i {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 15px;
    text-align: center;
}

.align-select {
    position: relative;
}

.placeholder-select {
    color: #121212 !important;
}

.booking-help a:hover {
    color: #fdb92e;
}

.check-in-area .widget-page-title {
    background-color: #fdb92e;
}

.check-in-area .widget-page-title h5 {
    color: #ffffff;
}

.check-in-area .widget-page-title:after {
    display: none;
}

.widget-rooms-carousel .rooms-item .item-inner {
    min-height: 646px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -30px;
    color: inherit;
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.inputerror {
    color: #e51e2a;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.alert-success {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .site-header .header-bottom .header-logo {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-logo img {
        width: 55% !important;
    }

    .site-header {
        min-height: 300px !important;
    }

    .site-header .header-bottom {
        padding-top: 120px;
    }

    .site-header .header-bottom .header-toggle {
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: -80px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .site-header .header-bottom .header-toggle {
        display: inline-block;
    }

    .site-header.nav-open {
        background: #4d1660;
        height: 100vh;
    }

    .site-header.header2.nav-open {
        background: #4d1660;
        height: 100vh;
    }

    .site-header .header-bottom .header-nav > ul.nav-right {
        float: none;
    }

    .site-header .header-bottom .header-nav {
        padding-top: 100px;
    }

    .site-header .header-bottom .header-nav ul li a:last-child {
        padding-right: 40px;
    }

    .site-header.nav-open .header-bottom .header-toggle {
        bottom: -60px;
    }

    .site-header .header-bottom .header-nav ul li.sub:after {
        display: none;
    }

    .widget-slider .widget-carousel .slider-item .item-inner h1 {
        font-size: 32px;
        margin-top: 20px;
    }

    .widget-slider .widget-carousel .slider-item .item-inner {
        padding-top: 90px;
    }

    .widget-page-title:after {
        display: none;
    }

    .widget-about-promo .widget-inner .btn:first-of-type {
        margin-top: 40px;
    }

    .widget-about-promo .widget-inner .btn {
        margin-top: 15px;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px;
    }

    .widget-about-promo .widget-inner h2 {
        margin-bottom: 30px;
    }

    .widget-page-title .wrapper-inner {
        padding-top: 50px;
    }

    .wrapper-inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .events-area-2 .wrapper-inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .widget-contact-form,
    .booking-form {
        padding: 35px 20px 30px 20px !important;
    }

    .about-area-2 a {
        margin-bottom: 15px;
        width: 100%;
    }

    .widget-page-title p,
    .events-area-2 .item-desc p,
    .booking-form p {
        text-align: justify;
    }

    .widget-item h2,
    .booking-form h5,
    .booking-form h2,
    .room-features h2,
    .room-features h5,
    .room-booking h2,
    .room-booking h5 {
        text-align: center;
    }

    .widget-gallery-carousel .widget-carousel .owl-stage-outer {
        padding-top: 50px;
    }

    .widget-services-list .services-item {
        margin-bottom: 20px;
    }

    .site-header .header-bottom .header-nav > ul > li.sub ul li a {
        padding-right: 40px;
    }

    .room-desc a {
        width: 100%;
    }
    
}

/* WhatsApp */

.widget-whatsapp {
    margin: 22px 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 65px;
    height: 65px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 40px;
    height: 40px;
}

/* ****** */

.widget-rooms-detail .room-features h2 {
    margin-bottom: 15px;
}

.widget-rooms-detail .room-features ul li {
    padding-left: 30px;
    padding-right: 0;
    white-space: normal;
    height: auto;
    line-height: 1.6;
    overflow: visible;
    padding-top: 12px;
    padding-bottom: 10px;
}

.widget-rooms-detail .room-features ul li .fa {
    left: 0px;
}

.widget-rooms-detail .room-desc p, 
.widget-rooms-detail .room-desc p:last-child {
    line-height: 30px;
    font-size: 18px;
}