/* -----------------------------------
Template Name: Hotel ATR
Template URI: https://devitems.com/html/hotel-atr-preview/
Description: This is html5 template
Author: HasTech
Author URI: https://devitems.com/
Version: 1.0
NOTE: This is Header style file. All Header related style included in this file.
--------------------------------------*/
.header-area:after {
    background: #abdfff none repeat scroll 0 0;
    content: "";
    height: 141px;
    left: -5%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-34deg);
            transform: skewX(-34deg);
    width: 28%;
    display: none;
}
.logo {
    /* padding-top: 40px; */
    position: absolute;
    top: 20px;
    z-index: 9;
}
.logo a {display: inline-block;}
.header-area.header-sticky .logo img {
    transition: all 0.5s ease 0s;
    width: 100%;
    max-width: 210px;
}
.header-area.header-sticky.sticky .logo img {
    max-height: 47px;
}
.header-area.header-sticky.sticky .logo {
    top: 0;
}
.header-area {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    position: relative;
}
.fixed {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header-contact > p, .header-contact > span, .header-contact a {
    color: #0883cb;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    /* text-transform: uppercase; */
}
.header-contact > span.text-theme {color: rgba(215, 200, 180, 1); padding-right: 9px;}
.header-top {border-bottom: 1px solid #fff;}
.header-contact {float: left; padding: 16px 0;}
.header-links {float: right; padding: 14px 0;}
.header-links p {
    margin: 0;
}
.header-links a {
    color: #4dabe4;
    font-size: 18px;
}
.header-links svg {
    height: 18px;
}
.header-links > a:last-child {margin-right: 0;}
.header-links > a:hover {color: #b5876d;}
.header__icon-box {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    vertical-align: middle;
}
.header__icon {
    display: flex!important;
    width: 25px;
}
.header__icon svg path {
    fill: rgba(215, 200, 180, 1);
}
.header__email-text,
.header__single-menu-link span {
    margin: 0 0 0 15px;
}
@media (max-width: 991px) {
    .header .header__email-text {
        margin: 0 0 0 8px;
    }
    .header__single-menu-link span {
        display: inline-block;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 768px) {
    .header-info .fix {
        overflow: visible;
    }
    .header-info .text-theme,
    .header-info .header__email,
    .header-info .header__email-text,
    .header-info .header__single-menu,
    .header-info .header-links {
        display: none!important;
    }
    .header-info .header-contact {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        text-align: center;
        gap: 10px;
        padding: 16px 0 8px 0;
    }
    .header-info .header__icon-box {
        justify-content: center;
    }
    .header.header-area {
        background-color: unset;
    }
    .header .logo {
        padding: 0 0 20px 0;
    }
    .header .header__phone {
        font-weight: 600;
    }
}
.mainmenu-area {
    background: rgba(237, 237, 237, 0.35) none repeat scroll 0 0;
    position: relative;

}
.main-menu ul li {
    display: inline-block;
    margin: 0 4px;
    padding: 26px 0;
    position: relative;
}
@media (max-width: 1169px) {
    .main-menu ul li {
        padding: 10px 0;
    }
}
.main-menu ul li:first-child{margin-left: 0}
.main-menu ul li:last-child {margin-right: 0;}
.main-menu ul li a {
    color: #0883cb;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}
.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {color: #14c9f0}
.main-menu ul li ul.submenu {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 19px 0 14px;
    position: absolute;
    text-align: left;
    top: 90%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 284px;
    z-index: -9;
}
.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9;
    top: 100%
}
.main-menu ul li ul.submenu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}
.main-menu ul li ul.submenu li a {
    border-radius: 2px;
    color: #033333;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
}
.main-menu ul li ul.submenu li:hover > a {
    background: #14c9f0 none repeat scroll 0 0;
    color: #ffffff;
}
.main-menu ul li ul.submenu.megamenu {
    padding: 15px 20px;
    right: auto;
    white-space: nowrap;
    width: auto;
}
.main-menu ul li ul.submenu.megamenu > li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 160px;
}
.main-menu ul li ul.submenu.megamenu > li > a {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px
}
.main-menu.text-left span {float: right;}
.sticky .main-menu ul li a {
    color: #fff;
}
.header-sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky .main-menu > nav > ul > li {padding: 19px 0;}
.sticky .logo {padding: 8px 0;}
.logo p{margin: 0;display: inline-block}
.header-area .sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.main-menu ul li ul.submenu.megamenu > li:hover > a{
    background: inherit;
    color: #444
}
.sticky .header-top {display: none;}
.sticky .logo img {width: 79%;}
.sticky.header-area::after {height: 58px;}
.sticky .main-menu ul {text-align: right;}

/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.mobile-menu-area { display: none}
.mean-container .mean-bar:after {display: none}
.mean-container .mean-nav ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #2D3E50;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {background: none; top: -4px;}
.mean-container .mean-nav ul li a.mean-expand:hover {background: none}
.mean-container .mean-nav ul li li a {
    color: #4e4f54;
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    border-top: 0;
}
.mean-container .mean-nav ul li li{background: #fff}
.mean-container a.meanmenu-reveal {color: #2D3E50}
.mean-container a.meanmenu-reveal:hover span {background: #b5876d none repeat scroll 0 0;}
.mean-last {margin-bottom: 20px}
.mobile-menu {position: relative}

/*----------------------------------------
Custom Style:
Date: 11.2023
Author: DmitryBikbaev
----------------------------------------*/
.header-contact > p, 
.header-contact > span, 
.header-contact a {
    font-family: "Rising Sun", sans-serif;
}
.header-links p {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.header-links a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-links a,
.header-links svg path {
    fill: rgba(215, 200, 180, 1);
    color: rgba(215, 200, 180, 1);
}
.header .header__email-text,
.header .header__phone span,
.header .header__email span,
.header .header__single-menu-link span,
.main-menu ul li a {
    color: rgba(215, 200, 180, 1);
}
.header .logo-small {
    display: none;
}
.header.sticky .logo-small {
    display: block;
}
.header.sticky .logo-big {
    display: none;
}
.header .logo-big {
    display: block;
}
.main-menu ul li ul.submenu li:hover > a {
    background: rgba(215, 200, 180, 1) none repeat scroll 0 0;
}
.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {color: rgb(197, 174, 144)}

.header-area {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 115px, transparent);
    padding: 0 0 100px 0;
}