﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins|Roboto&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}
p {
    font-family: 'Roboto', sans-serif;
    /*color:#333 !important;*/
}
.main-menu .navigation > li > a {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    color: #fcfcfc !important;
    line-height: 30px;
    text-transform: uppercase !important;
    letter-spacing:1px;
    font-weight:400 !important;
}
.sticky-header .navigation > li > a {
    color: #333 !important;
}
/*.header-bottom {
    position: absolute;
    background: rgba(0,0,0,0.3);
    padding: 0px 100px 0px 50px;
    width: 100%;
}*/
.main-slider {
    min-height: 100vh !important;
    background-size: cover;
}
.single-item .add-on {
    margin-top: -45px;
    position: absolute;
    right: -25px;
    left: auto;
    top: 50%;
    cursor: pointer;
    width: 100%;
    text-align: right;
}
.add-on i {
    color: #D02801;
}
.search .single-item:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    background-color: #cccccc;
    content: "";
}
.search .single-item:first-child::before, .search .single-item:last-child::before{
    width:0;
}
.ui-selectmenu-button.ui-button {
    height: 50px !important;
    border:0px !important;
    max-width:100% !important;
    padding:0px !important;
}
.ui-selectmenu-text{
    margin-top:-5px !important;
}
.book-now {
    background: #D02801 !important;
    color: #fff;
    border-radius: 0px !important;
    padding: 10px 55px 10px 55px !important;
    width: 100%;
}
.heading-top {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    margin-bottom:19px;
}
.sub-title {
    color: #ABADBA;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.heading-top .title {
    font-size: 33px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0;
    letter-spacing: -1px;
    line-height:35px;
    color:#000;
}
.heading-top:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #D02801;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section p{
    color:#333 !important;
    font-size:16px;
    line-height:30px;
}
.price-grid {
    position: absolute;
    margin-top: -40px;
    background: #fff;
    box-shadow: 0px 2px 3px #ddd;
    padding: 5px 15px;
    transform: translate(95px, 0px);
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif !important;
}

.grid-view h3 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: orange;
    font-weight: 600;
}

.grid-view .list-inline-item {
    font-size: 13px;
}
.room-section .card{
    margin-top:20px;
}
.rooms h3 {
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
    color: #D02801;
    margin-top: 15px;
    text-align: center;
}
.rooms ul li {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.rooms .list-inline-item:not(:last-child) {
    margin-right: 1.5rem !important;
}
.serv {
    position: relative;
}
.serv .content{
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(208, 40, 1, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 40px 20px;
  height:100%;
}
.serv .content1{
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(208, 40, 1, 0.3); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 7px;
 }
.serv .content h3, .serv .content1 h3{
    font-size:20px;
    color:#fff;
    text-align:center;
}
.serv .content p{
    color:#fff;
    line-height:30px;
}
.serv-imgh img{
    height:237.5px;
    width:100%;
}
.mt-20{
    margin-top:20px;
}
.gallery-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background: url(../image/bar5.jpg);
    background-position: center;
    background-attachment: fixed;
}
.gray-bg:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.certified h2 {
    color: #fff !important;
    font-size: 37px;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 2px;
    line-height: 58px;
}
.certified p {
    font-size: 17px;
    color: #fff;
}
.filter-section {
    position: absolute;
    width: 100%;
    top: -10%;
  }
.carousel-caption{
    top:25%;
}
.carousel-caption h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 60px;
}
.carousel-caption  p{
    color:#fff;
    font-size:17px;
    letter-spacing:2px;
}
.btn-load-more {
    border-radius: 3px !important;
    background-color: #fff;
    border: none;
    border: 1px solid #D02801 !important;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.btn-load-more span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn-load-more span:after{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.btn-load-more:hover span {
    padding-right: 25px;
}
.btn-load-more:hover span:after {
    opacity: 1;
    right: 0;
}
.inner-banner {
    background-image: url(image/rooms/room1.jpg);
    background-position: center;
}
/*.widget-about-promo {
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
    .widget-about-promo:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background: -moz-linear-gradient(left,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
        background: -webkit-linear-gradient(left,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
        background: linear-gradient(to right,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
    }*/
.wrapper-inner {
    padding: 100px 60px;
}

.wrapper, .wrapper-inner {
    max-width: 1300px;
    margin: 0 auto;
}
.widget-about-promo .widget-inner {
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-align: justify;
}
.widget-page-title {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.widget-page-title .widget-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.widget-page-title .widget-background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    background: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%),linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
}
.widget-page-title .wrapper-inner {
    position: relative;
    z-index: 1;
}
.widget-page-title h2, .widget-page-title p {
    width: 55%;
}
.widget-page-title h2{
    font-size:35px;
}
.widget-page-title p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 0;
    color:#333;
}
.widget-page-title:after {
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 100%;
    height: 32px;
    content: "";
    display: inline-block;
    background: linear-gradient(-135deg,#fff 16px,transparent 0),linear-gradient(135deg,#fff 16px,transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
}
.ab-page h2{
    font-size:35px;
    color:#333;
}
.accomodation {
    position: relative;
    display: block;
    overflow: hidden;
}
.accomodation img{
    transition: all .3s;
}
.accomodation:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    -moz-transform: scale(.95,.93);
    -ms-transform: scale(.95,.93);
    -o-transform: scale(.95,.93);
    -webkit-transform: scale(.95,.93);
    transform: scale(.95,.93);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.accomodation:hover > img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.accomodation:hover:after {
    border-color: #ddd;
}
.facility {
   background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33,30,25,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(33,30,25,.1);
    box-shadow: 0 0 30px 0 rgba(33,30,25,.1);
}
/*.facility .facility-img{
    position: absolute;
    top: 0;
    left: 0;
    }*/
.facility .facility-img img{
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 25px solid #fff;
}
.facility-content {
    padding: 105px 30px 105px 0;
}
.facility-content1 {
    padding: 90px 5px 90px 30px;
}
.facility-content2 {
    padding: 90px 30px 90px 0px;
}
.facility-content h2, .facility-content1 h2, .facility-content2 h2 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
}
.contact .icon-box i{
    color: #D02801;
}
.contact {
    margin-bottom:20px;
}
.cont-form {
    border-bottom: 1px solid #555 !important;
    padding: 10px 3px !important;
    
}
.moreinfo {
    font-size: 15px;
    color: #777;
    margin-top: 8px;
}
.moreinfo i{
    font-size:13px;
}

.tab-rd nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #000;
    border-radius: 0;
}

.tab-rd nav > div a.nav-item.nav-link,
.tab-rd nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #000;
    border-radius: 0;
}

.tab-rd nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #D02801;
}

.tab-rd .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #D02801;
    border-bottom: 5px solid #D02801;
    padding: 30px 25px !important;
    text-align: justify;
    font-size: 15px;
    color: #555;
}

.tab-rd nav > div a.nav-item.nav-link:hover,
.tab-rd nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #D02801;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
.popuprd .modal-content {
    border-radius: 0px;
    border: 0px;
}
.popuprd h5 {
    color:#D02801 !important;
}
.room-list .single-room-list .content-box .left-content .text {
    margin-bottom: 25px;
    line-height: 26px;
    font-size: 15px !important;
    color: #333;
}

@media (min-width:360px) and (max-width:640px) {
	#banner{ height::100% !important;}
    .price-grid {
        transform: translate(65px, 0px) !important;
    }

    .certified h2 {
        color: #fff !important;
        font-size: 21px;
        font-family: 'Poppins', sans-serif !important;
        letter-spacing: 2px;
        line-height: 35px;
    }

    .certified p {
        font-size: 15px;
        color: #fff;
    }

    .wrapper-inner {
        padding: 60px 15px;
    }

    .widget-page-title h2, .widget-page-title p {
        width: 80%;
    }

    .ab-page h2 {
        font-size: 26px;
        color: #333;
        line-height: 40px;
    }
    p{
        margin-top:10px !important;
        font-size:14px !important;
        text-align:justify;
    }
    .widget-page-title p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 0;
        color: #777;
    }

    .accomodation {
        margin-bottom: 15px;
    }

    .facility-content {
        padding: 0px 20px 20px 20px;
    }

    .facility-content h2, .facility-content1 h2, .facility-content2 h2 {
        font-size: 24px;
        color: #333;
        line-height: 33px;
    }
    .facility-content1, .facility-content2 {
        padding: 20px;
    }
    .gallery-page {
        padding: 60px 0px 60px 0px !important;
    }
    .main-menu .navbar-header .navbar-toggle {
        margin: -70px 0px 0px 0px !important;
        float:right !important;
    }
    .logo-box a{
        width:100% !important;
    }
    .main-header .logo-box{
        margin:0px !important;
    }
    .sec-pad-2 {
        padding: 30px 0px !important;
    }
}