@font-face {
    font-family: 'montserrat_medium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-medium-webfont.woff') format('woff'),
        url('../fonts/montserrat-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff'),
        url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserrat_semibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
        url('../fonts/montserrat-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap"rel="stylesheet" > *:focus,
*:active {
    outline: 0 !important;
    box-shadow: none !important;
}

body {
    font-family: 'Noto Sans', sans-serif;
    animation: fade-in 1s, bg-move 10s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
    font-size: 1em;
    background-color: white;
    color: black;
}

oz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: white;
    background-color: #999acc;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

a:hover,
a {
    text-decoration: none;
}


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

p {
    font-family: 'Noto Sans', sans-serif;

}

/*TOP*/

.go-top {
    position: fixed;
    bottom: 3em;
    right: 2em;
    text-decoration: none;
    color: dimgray;
    background-color: #ebebeb;
    border: 1px solid white;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    width: 42px;
    height: 42px;
    display: none;
    z-index: 3;
    text-decoration: none;
    border-radius: 50px;
}

.go-top:hover {
    border-color: #999acc text-decoration: none;
    color: white;
    transition: ease .5s;
    background-color: #999acc;
}

.nopad {
    padding: 0px;
    overflow: hidden;
}

.topnavbg {
    background-color: #7e80bd;
    height: auto;
    color: white;
    padding: 10px 0px;
}



/*----------------- INDEX ----------------*/
.btn-primary {
    background-color: #999acc;
    border-color: #999acc;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.btn-secondary:hover,
.btn-primary:hover {
    background-color: #84bd37;
    border-color: #84bd37;
}

.btn-secondary {
    color: white;
    border-color: #6465a1;
    background-color: #6465a1;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.8em;

}

.booking_part .btn-primary {
    background-color: #84bd37;
    border-color: #84bd37;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.booking_part .custom-select {
    border-radius: 0px;
    height: 50px;
    font-size: 0.8em;
    border: 1px solid #999acc;
    background-color: white;
    color: black;
    border-left: none;
}


.booking_part .input-group-text {
    font-size: 0.8em;
    border-right: none;
    border: 1px solid #999acc;
    background-color: white;
    color: black;
    border-radius: 0px;
}

.calendar {
    -webkit-appearance: none;
    background-image: url(../images/calendar.svg);
    background-position: calc(100% - 10px);
    padding-right: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.arrow_down {
    -webkit-appearance: none;
    background-image: url(../images/arrow_down_white.svg);
    background-position: calc(100% - 10px);
    padding-right: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.arrow_down_black {
    -webkit-appearance: none;
    background-image: url(../images/arrow_down.svg);
    background-position: calc(100% - 10px);
    padding-right: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.imgoffers > img {
    width: 100%;
}

.checkbox_reserve {
    background-color: #eeeeee;
    padding: 20px;

}

.checkbox_reserve h3 {
    color: #7e80bd !important;
    text-align: center;
}

/* effect-1 styles */
.effect.effect-1 {
    transition: all 0.2s linear 0s;
}

.effect.effect-1:before {
    content: url(../images/arrow.png);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 2px;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}

.effect.effect-1:hover {
    text-indent: -20px;
}

.effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
}

.bg_welcome {
    background-image: url(../images/bg_abb.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_welcome {
    padding: 30px 0px;
    text-align: left;

}

.title_welcome h4,
.title_welcome h2 {
    color: #7e80bd;
}

.comment_name_box {
    background-color: #7e80bd;
    padding: 10px;
    color: white;
}

.comment_name_box h4 {
    font-size: 1em;
}

.readmore_text {
    color: #7e80bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    vertical-align: middle;
    font-size: 0.9em;
}

.readmore_text_line {
    width: 50px;
    height: 1px;
    background-color: #7e80bd;
    margin: 13px 15px 0;
    display: inline-block;
}

.moreoffers {
    color: #7e80bd;
}

.wrapper_pad {
    padding: 0% 10%;
}

.title_section {
    color: #7e80bd;
}

.offer_details {
    margin-top: 15px;
}

.offer_details h1 {
    font-size: 1.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #7e80bd;
}

.offer_details h4 {
    font-size: 0.9em;
}

.news_content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.offer_details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hoverstyle figure {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.hoverstyle figure div {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hoverstyle:hover figure div {
    opacity: 1;
}

.hoverstyle figure a img {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hoverstyle:hover figure a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bgpurple {
    background-color: #f9f9ff;
    padding: 20px;
}

.bgpurple_2 {
    background-color: #f9f9ff;
    padding-bottom: 50px;
}

.title_section p {
    color: #9c9c9c;
}

.title_section h2 {
    vertical-align: middle;
    display: inline-flex;
    text-transform: uppercase;
}

.title_section h2 > img {
    width: 40px;
}

.purpletxt {
    color: #7e80bd !important;
}

.mttop1 {
    margin-top: 8em;
}

.uppertop {
    margin-top: -6em;
}

.virtual360 > img {
    width: 100%;
}



/*---------------------- ROOM -------------*/


.banner_title {
    background-color: rgba(126, 128, 189, 0.8);
    color: white;
    display: inline-block;
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.like_text {
    font-size: 0.8em;
    color: #7e80bd;
    margin-top: 14px;
    float: left;
    top: 0;
}



.likebtn {
    float: left;
    margin-left: 60px;
}
.social-buttom {
    display: center; 
    text-align: center;
}
.social-buttom li{
    list-style: none;
    display: inline-block;
    padding : 5px;
}
/* .social-buttom li img{
    width: 75%;
} */

.likebefore {
    background-image: url("../images/like1.png");
    background-size: contain;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.likebefore.pressed {
    background-image: url("../images/like2.png");
}
.room {
    text-align: center;
}
.list-room li {
    font-size: 20px;
    list-style-type: none;
    display: inline-block;
    padding: 25px 25px 55px;
}
.list-room li button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: 0px none;
    cursor: pointer;
    padding: 0px;
    text-transform: uppercase;
}

.list-room li.active button {
    text-decoration: underline;
    font-weight: bold;
}

a.room-link {
    text-decoration: dashed;
}
.circle_view {
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 50px;
    color: #999acc;
    display: inline-block;
    position: relative;
    padding: 0px 8px;
    height: 35px;
    line-height: 30px;
    font-size: 0.8em;
}

.circle_pencil:hover,
.sbutton:hover {
    background-color: #eeeeee;
}


.circle_pencil,
.sbutton {
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 50px;
    color: #FFF;
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
}

.sbutton:hover {
    cursor: pointer;
}

.smenu {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: -20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    z-index: 1;
}

.smenu:after {
    background-color: #4C66A4;
    border-top: 1px solid #4C66A4;
    border-left: 1px solid #4C66A4;
    top: -5px;
    content: '';
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smenu li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 7px;
    width: 100px;
}

.smenu .googleplus a,
.smenu .twitter a,
.smenu .facebook a {
    color: white;
}

.smenu .facebook {
    background-color: #4C66A4;
    color: #FFF !important;
}

.smenu .twitter {
    background-color: #019AD2;
    color: #FFF !important;
}

.smenu .googleplus {
    background-color: #D73D32;
    color: #FFF !important;
}

.smenu li:last-child {
    border-bottom: none;
    background-color: #0274b3;

}

.smenu.share {
    opacity: 1;
    top: 44px;
}

.list_share li {
    list-style: none;
    display: inline-block;
}

.details_room {
    /*    position: relative;*/
    height: auto;
    display: block;
    word-break: break-all;
}

.details_room h2 {
    font-size: 1.3em;
    padding-bottom: 10px;
    padding-top: 5px;
}

.details_room p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.smalltext {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #999acc;
}

.crop_room {
    margin-bottom: 50px;
}

.amenities_pic {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    border: 1px solid #eeeeee;
    margin: 10px 0px;
}

/*------------------ OFFERS -------------------*/

.whitebg {
    background-color: white;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.searchicon {
    width: 20px;
    vertical-align: middle;
}

.form_filter .custom-select,
.form_filter .form-control {
    /* border-left: none;
    border-right: none;
    border-top: none; */
    border-radius: 0px;
    border-bottom: none;
}

.form_filter label {
    color: #282828;
}

.datesm {
    color: #adadad;
    font-size: 0.8em;
    padding-bottom: 5px;

}

.offer_box {
    margin-top: 40px;
    padding-bottom: 60px;
}


.offer_box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tagoffer {
    background-color: rgba(126, 128, 189, 0.9);
    color: white;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.offerimage {
    position: relative;
}

.offers_details h3 {
    text-transform: uppercase;
    color: #7e80bd;
}

.border_gray {
    border: 1px solid #eeeeee;
    padding: 20px;
}

.arrow_right {
    position: absolute;
    right: 30px;
}

.btn-success {
    background-color: #65c8d0;
    border-radius: 0px;
    border: none;
    width: 100%;
    text-align: left;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;

    text-transform: uppercase;
}

.btntop {
    margin-top: 10px;
}

.viewmore_arrow {
    color: #7e80bd;
    font-style: italic;

}

.sidmenu_recent li {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px;
    margin: 10px;
    list-style: none;
}

.sidmenu_recent li:last-child {
    border-bottom: none;
}

.sidmenu_recent li a {
    color: #282828;
}

.sidmenu_recent h4 {
    background-color: #999acc;
    color: white;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1em;
}

/*----------------- Gallery -----------------*/
.photo_border {
    border: 1px solid #eeeeee;
    padding: 5px;
    border-radius: 5px;
}

.filter_gallery {
    margin-top: 20px;
}

.filter_gallery li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}

.blacktxt {
    color: #282828;
}

.filter_gallery a {
    color: #282828;
}

.filter_gallery a img {
    padding-right: 10px;
}

.langchange li {
    display: inline-block;
    list-style: none;
}



.langchange li a {
    color: white;
    font-size: 0.8em;
    vertical-align: middle;
}

.selectlang {
    color: #282828;
}

.selectlang a {
    display: block;
    color: #282828;
    font-size: 0.8em;
    line-height: 30px;
}

.selectlang h2 {
    font-size: 1.3em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.selectlang h3 {
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: bold;
}

.posre {
    position: relative;
}

.middletxt {
    position: absolute;
    top: 40px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/*--------------- BLOGGER -------------------*/

.offer_details p {
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.offer_details h3 {
    font-size: 1.2em;
    vertical-align: middle;
    padding-top: 20px;
}

.list_share {
    width: 100%;
    text-align: right;
}

.list_share li {
    display: inline-block;
    margin-right: 0px;
}

.img_offer > img {
    width: 100%;
}

.list_fac {
    margin: 0 auto;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.btn-info {
    background-color: #7e80bd;
    border-color: #7e80bd;
    border-radius: 0px;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn_bot {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.whitetxt {
    color: white !important;
}

/*------------- Dining -----------------*/


.lightgray_sm {
    color: #b5b5b5;
    font-size: 0.6em;
}

.middleline {
    width: 50px;
    height: 1px;
    background-color: #b5b5b5;
    margin: 10px 10px 0;
    display: inline-block;
    vertical-align: text-top;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
    position: relative;
}

.middle_ban {
    background-image: url(../images/spa_08.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}



.text_mid {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 30%;
    bottom: 0;
    color: white;
    font-size: 1.1em;
    text-align: left;
}

.contact_info h4 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

.contact_info a {
    color: #9c9c9c;
}

.form_contact {
    padding: 10px;
}

.form_contact label {
    color: #292929;
    font-size: 0.9em;
    margin-top: 10px;

}

.redsymbol {
    color: darkred;
}

.btnbook {
    margin-top: 7em;
    text-align: right;
}

.form_contact .custom-select,
.form_contact .form-control {
    background-color: transparent;
    /* border-left: none;
    border-right: none;
    border-top: none; */
    border-radius: 0px;
    padding: 5px 0px;
    font-size: 0.8em;
}

.commentbox .form-control {
    background-color: #ebebeb;
    margin-bottom: 20px;
    height: inherit;
}

.commentbox .btn-primary {
    width: auto;
    margin-bottom: 30px;
    font-size: 0.8em;
}

.btn-warning {
    background-color: #e755b5;
    border-color: #e755b5;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
}

.wedding_banner > img {
    width: 100%;
}

.box_gallery {
    position: relative;
}

.gallery_title {
    background-color: rgba(126, 128, 189, 0.8);
    color: white;
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.topic-galler {
    margin-bottom: 30px;
}

.topic-galler li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.comment_ans {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.reply_ans {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-left: 25px;

}

.comment_ans p {
    padding: 20px;
}
.reply_ans p {
    padding-top: 10px;
}
/*--------------- FAQ -------------*/

.reply {
    padding: 0px 30px;
}

.sendmes:hover,
.sendmes {
    color: #989898;
    text-decoration: underline;
}

/*--------------- PRESS -------------*/
/*--------------- REVIEW -------------*/
.box_reviews,
.name_reviews {
    font-size: 13px;
    color: #282828;
}

.name_reviews h4 {
    font-size: 15px;
    font-weight: bold;
}

.name_reviews h3 {
    font-size: 17px;
}

.box_reviews {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.rate_number {
    font-size: 28px;
    font-weight: bold;
}

.bigtxt {
    font-size: 20px;
}

/*--------------- Testimonials -------------*/

.bgshadow {
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(225, 225, 225, 1);
}

.testitext {
    font-size: 15px;
    text-align: center;
    margin: 20px;
}

.testitext h3 {
    padding-top: 20px;
    font-size: 13px;
}

.testitext p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

.pictst > img {
    width: 100%;
}

.btn-outline-success:hover {
    background-color: white;
    color: #4c4c4c;
}

.btn-outline-success {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50px;
    display: inline-block;
    border: none;
    color: #4c4c4c;
    font-size: 0.9em;
}

.btn-outline-success > img {
    width: 50px;
}

.virview_banner {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.crop_share_1 {
    position: relative;
}

/*-------------------- RESPONSIVE -------------------*/
@media (max-width: 1199px) {
    .wrapper_pad {
        padding: 0%;
    }

    .btn_bot {
        position: relative;
        margin-bottom: 20px;
    }

    .offer_details {
        padding-top: 0px;
        margin-top: 0px;
    }

}

@media (max-width: 991px) {
    .mobile_logo > a img {
        width: 15%;
        margin-top: 10px;
    }

    .topnavbg {
        padding: 5px 0px;
    }

    .icon_mobile {
        text-align: right;
        margin-right: 10px;
    }

    .icon_mobile > a img {
        width: 25px;
    }

    .borderbot {
        padding: 5px 0px;
        border-bottom: 1px solid #eeeeee;
    }

    .reserve_popup .btn-primary {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;

    }

    .likebtn {
        float: right;
        margin-top: 5px;
        margin-right: 50px;
    }

    .crop_share_1 {
        text-align: right;
    }

    .list_share {
        text-align: right;
        float: right;
    }

    .like_text {
        left: 0;
    }


}

@media (max-width: 767px) {

    .like_text {
        margin-bottom: 20px;
        margin-left: 40px;

    }

    .crop_share_1 {
        text-align: left;


    }

    .likebtn {
        float: left;
        margin-left: 0px;
        
    }

    .list_share {
        float: left;
        text-align: left;
        margin-top: 20px;
    }


    .mobile_logo > a img {
        width: 25%;
        margin-top: 10px;
    }

    .banner_title p,
    .offer_details h4 {
        font-size: 0.7em;
    }

    .news_content {
        padding: 20px;
    }

    .offer_details h1 {
        font-size: 1.2em;
    }

    .title_welcome h2,
    .news_content h3,
    .title_section h2 {
        font-size: 1.3em;
    }

    .mainlogo a > img {
        width: 40%;
    }




    .banner_title h1 {
        font-size: 1.1em;
    }

    .banner_title {
        padding: 10px 20px;
    }




}
