/*
Theme Name: AB
Theme URI: https://webtechline.com
Author: webtechline.com team
Author URI: https://webtechline.com
*/


body {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    background: #131417;
    /*background: #006950;*/
    color: #fff0d8;
    letter-spacing: 0.7px;
}

h1,.h1,h2,.h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Lora", serif;
}

a {
    text-decoration: none;
    color: #ddd;
}

a:hover {
    color: #fff;
}

.img-wrap {
  display: inline-block;
  overflow: hidden;
}

.img-wrap img {
  display: block;
  transition: transform .4s;
}

.img-wrap:hover img {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.header {
    position: relative;
    z-index: 100;
}

.main-menu-btn-icon {
  top: -50px !important;
  left: auto !important;
  right: 10px;
}

ul.sm-clean {
    margin-top: 20px;
}

ul.sm-clean > li > a, ul.sm-clean > li > a:focus, ul.sm-clean > li > a:active {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: .1em;
}

ul.sm-clean > li > a {
    font-size: 15px !important;
}
	   
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #006950 !important;
}

.header img {
    filter: brightness(0) invert(1);
}

.header-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background:linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
    height: 200px;
}

.carousel-item {
    overflow: hidden;
}

.bg-main {
    background: #154A31;
}

.bg-main-2 {
    background: #fff0d8;
}

.text-main {
    color: #006950;
}

.text-main-2, .text-alt {
    color: #fff0d8;
}

.mini-link {
    font-size: 14px;
    padding: 2px;
    background: #fff;
    color: #154A31;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

img {
    max-width: 100%;
    width: 100%;
}

.logo img {
    padding: 10px 0;
}

.inline-block, .list-inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inline-block li, .list-inline li {
    display: inline-block;
}

.header-info {
    display: inline-block;
}

.header-info span {
    font-weight: 700;
    font-size: 16px;
}

.header-info li {
    display: block;
    float: left;
    color: #777;
    font-size: 14px;
    line-height: 1.2;
}

.header-info i {
    font-size: 50px;
}

.header-info img {
    max-width: 20px;
}

.nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.carousel-caption  {
    text-shadow: 0 0 6px rgba(0,0,0,1);
    font-size: 20px;
}

.carousel-caption h5 {
    font-size: 40px;
}

.text-center .main-subtitle1:after {
    position: absolute;
    right: -40px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #154A31;
    content: "";
}

.main-subtitle {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #154A31;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    z-index: 1;
    padding-bottom: 5px;
}

.main-subtitle1:before {
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #154A31;
    content: "";
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 20px;
}

.text-xlg {
    font-size: 30px;
}

.text-xlg {
    font-size: 35px;
}

.text-xxlg {
    font-size: 40px;
}

.text-xxxlg {
    font-size: 50px;
}

.text-uc {
    text-transform: uppercase;
}

.page-wrapper h2 {
    color: #fff;
    font-size: 30px;
}

.page-wrapper h4 {
    color: #aaa;
    font-size: 25px;
}

.section-padding {
    padding: 100px 0 90px;
}

.section-divider i {
    margin: 50px 20px 0;
    padding: 10px;
}

.section-divider i.text-main {
    padding: 0;
}

.section-room {
    background: #a6876c url('assets/mud-1.jpg') no-repeat  center bottom;
    background-size: cover;
}

.main-bg {
    background: linear-gradient(to bottom, #fff, #eee);
}

.form-control {
    margin-bottom: 15px;
}

.section-faq .container {
    max-width: 1000px;
}

.page-header {
    height: 500px;
    background: #154A31;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7)), url('assets/bg-header.jpg') no-repeat  center bottom;
    position: relative;
    background-size: cover;
}

.page-header h1 {
    color: #fff;
    position: absolute;
    bottom: 20px;
    font-size: 50px;
}

.page-wrapper {
    padding: 50px 0;
}

.overlay-wrap {
    position: relative;
    overflow: hidden;
}

.overlay-wrap:after {
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    
}

.section-review {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 1)), url('assets/bg-review.jpg') no-repeat  center bottom;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.section-review .owl-carousel__nav>div {
    color: #333;
}

.home-review {
    max-width: 800px;
    margin: 0 auto;
    line-height: 2;
}

.owl-custom .section-header {
    position: relative;
}

.owl-custom .owl-content .owl-nav, .owl-custom .owl-content .owl-dots {
    display: none;
}

.owl-custom .owl-content {
    position: relative;
}

.owl-custom .owl-carousel__nav {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-custom .owl-carousel__nav>div {
	color: #fff;
	padding: 8px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.footer {
    position: relative;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0,0,0,0.7);
    content: "";
}

.footer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#fff0d8 url('assets/bamboo-1.jpg') no-repeat  center bottom;
    background-size: cover;
    opacity: 1;
    content: "";
    z-index: -1;
}

.footer {
    /*background: #006950;*/
    color: #fff;
    padding: 100px 0;
}

.footer a {
    color: #ddd;
}

.footer-icons li {
    margin-right: 5px;
}

.footer-icons img {
    height: 40px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.footer-box h3 {
    color: #333;
}

.footer-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-lists {
    padding: 0;
    margin: 0;
}

.social-lists li {
    list-style: none;
    margin: 5px;
    display: inline-block;
    font-size: 30px;
}

.footer-col {
    border-right: 1px solid #ccc;
    padding: 30px;
}

.footer-col-nb {
    border: none;
}

.package-row {
    text-decoration: none;
    color: #333;
    font-size: 24px;
}

.package-row h4 {
    color: #333;
    margin-top: 10px;
    font-size: 20px;
}

@media (max-width: 767.98px) {

    .sm-clean {
        background: #154A31;
        margin-top: -40px !important;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    #main-menu {
        display: inline-block !important;
    }

    .sm-clean a span.sub-arrow {
        border-color: #ddd transparent transparent transparent !important;
        border-width: 7px !important;
    }

    .sm-clean a:hover span.sub-arrow {
        border-color: #fff0d8 transparent transparent transparent !important;
    }

    .sm-clean a.has-submenu {
        padding-right: 30px !important;
    }
}