/* @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&display=swap"); */

@font-face {
    font-family: "GT Eesti Pro Text Book";
    src: url("font/estipro.eot");
    /* IE9*/
    src: url("font/estipro.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("font/estipro.woff2") format("woff2"),
        /* chrome、firefox */
        url("font/estipro.woff") format("woff"),
        /* chrome、firefox */
        url("font/estipro.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("font/estipro.svg#GT Eesti Pro Text Book") format("svg");
    /* iOS 4.1- */
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "GT Eesti Pro Text Book", sans-serif;
    letter-spacing: 0.7px;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group,
.clockpicker-group {
    position: relative;
}

.Zebra_DatePicker {
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    border-radius: 0;
    /*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
    border: none;
    border-radius: 0;
}

.Zebra_DatePicker td {
    padding: 8px;
}

.Zebra_DatePicker .dp_body .dp_selected {
    background: #28A0D8 !important;
    color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 0;
    z-index: 3000;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    border-bottom: solid 1px #eee;
}

.select2-results__group {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: -10px;
    font-weight: 400;
}

.panel-text img {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* BURGER NAV START */

.burger-nav {
    padding: 0;
    background: #ffffff;
    z-index: 999;
    position: relative;
        background: linear-gradient(-45deg, #a39e9e, #ffed85, #4c73c3);
/*        background: linear-gradient(-45deg, #D4A017, #1B2A49, #2F323A);*/
/*     background: linear-gradient(-45deg, #ff6b6b, #feca57, #48dbfb);*/
  background-size: 600% 600%;
  animation: gradientBG 12s ease infinite;

}

.nt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nt-flex>.left,
.nt-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;

}

.burger-nav.transparent {
    background: none;
}

.burger-nav.transparent .bn-logo {
    filter: contrast(0) brightness(2);
}

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
/*        background: linear-gradient(-45deg, #D4A017, #1B2A49, #2F323A);*/
    background: linear-gradient(-45deg, #838383, #2F323A);
    background-size: 600% 600%;
    animation: gradientBG 12s ease infinite;
}

@keyframes bnFixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.bn-flex>.left,
.bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.bn-logo {
    display: block;
    margin-right: 20px;
    padding: 10px 0;
}

.bn-logo>img {
    width: 150px;
}

.burger-nav.fixed .bn-logo {
    filter: none;
}
 
.bn-close {
    display: block;
    font-size: 30px;
    line-height: 36px;
    background: none;
    border: none;
    padding: 5px 20px;
    color: #fff !important;
    margin-left: 20px;

    border-left: 3.5px solid #fff;
    background: #838383;
}
.bn-open, 
.burger-nav.fixed .bn-open {
    display: block;
    font-size: 30px;
    line-height: 36px;
    background: none;
    border: none;
    padding: 5px 20px;
    color: #fff !important;
    margin-left: 20px;

    border-left: 3.5px solid #fff;
/*    background: #838383;*/
}

.bn-close {
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    padding: 5px;
    min-width: 40px;
    width: 40px;
    height: 40px;
}

.bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 20px;
}

.bn-links-desktop>a,
.burger-nav.fixed .bn-links-desktop>a,
.bn-dropdown>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
/*    color: #484b1b !important;*/
    padding: 5px 20px;
    position: relative;
    transition: 0.3s ease 0s;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
}

.bn-links-desktop>a:last-child,
.bn-dropdown:last-child>a {
    border-right: solid 1px rgba(255, 255, 255, 0.05);
}

.bn-dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.bn-dropdown>a {
    margin-left: 0;
}

.bn-dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    margin-top: -20px;
    transition: 0.2s ease 0s;
    padding: 5px 0;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    background: #838383;
    border: solid 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
}

.bn-dropdown:hover .bn-dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: all;
}

.bn-dropdown-menu>a {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #ccc !important;
    transition: 0.2s ease 0s;
}

.bn-dropdown-menu>a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.bn-links-desktop>a:first-child {
    margin-left: 0;
}

.bn-links-desktop>a:hover,
.burger-nav.fixed .bn-links-desktop>a:hover,
.bn-dropdown:hover>a {
    background: #838383;
    color: #fff !important;
}

.bn-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.bn-menu-container.active {
    display: block;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.bn-menu-box.active {
    width: 400px;
}

.bn-menu {
    display: block;
    width: 400px;
    height: 100%;
    background: #fefefe;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.bn-menu>h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    color: #838383;
}

.bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bn-menu-links {
    margin-bottom: 30px;
}

.bn-menu-links a {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-right: 40px;
    transition: 0.3s ease 0s;

    background: #838383;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}

.bn-menu-links a:hover {
    color: #B89549 !important;
}

.bn-menu-links a:last-child {
    margin-bottom: 0;
}

.bn-menu-links a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.bn-menu-link-dropdown {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    background: #eee;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.bn-menu-link-dropdown a {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    color: #ddd !important;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .bn-menu {
        width: 100vw;
    }
}

/* BURGER NAV END */

/* MAIN BUTTON START */

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
       color: #ffffff !important;
    border: solid 1px #ffffff;
    background: #b84a22;
    transition: 0.2s ease 0s;
    border-radius: 5px;
    white-space: nowrap;
}

.main-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.main-btn:hover:after {
    opacity: 1;
}

.main-btn.full {
    display: flex;
    width: 100%;
}

.main-btn.small {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
}

.main-btn.line {
    border: solid 1px #B89549;
    background: none;
    color: #B89549 !important;
}

.main-btn.line:after {
    content: none;
}

.main-btn.line:hover {
    background: #B89549;
    color: #fff !important;
}

.main-btn-wp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff !important;
    /*border: solid 1px #1DAA61;
    background: #1DAA61;
*/    border: solid 1px #838383;
    background: #838383;
    transition: 0.2s ease 0s;
    border-radius: 5px;
    white-space: nowrap;
}

.main-btn-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.main-btn-wp:hover:after {
    opacity: 1;
}

.main-btn-wp.full {
    display: flex;
    width: 100%;
}

.main-btn-wp.small {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
}

.main-btn-wp.line {
    border: solid 1px #1DAA61;
    background: none;
    color: #1DAA61 !important;
}

.main-btn-wp.line:after {
    content: none;
}

.main-btn-wp.line:hover {
    background: #1DAA61;
    color: #fff !important;
}

/* MAIN BUTTON END */

/* SPACES START */

.bannerback {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bannerback:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.bannerback>* {
    position: relative;
    z-index: 10;
}

.backtext {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.backtext:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.backtext>* {
    position: relative;
    z-index: 10;
}

.backwhite {
    padding: 40px 0;
    background: #fff;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px !important;
}

.dmb {
    margin-bottom: 20px !important;
}

.dml {
    margin-left: 20px !important;
}

.dmr {
    margin-right: 20px !important;
}

.dmth {
    margin-top: 10px !important;
}

.dmbh {
    margin-bottom: 10px !important;
}

.dmlh {
    margin-left: 10px !important;
}

.dmrh {
    margin-right: 10px !important;
}

/* SPACES END */

/* CONTACT NAV START */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #838383;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #fff !important;
}

.contact-nav a span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ddd !important;
}

/* CONTACT NAV END */

/* FOOTER START */

footer {
    background: #fff;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #F8F0E1;
}

.ftr-bottom {
    padding: 5px 0;
    background: #fff;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #000;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

/* FOOTER END */

/* PAGINATION START */


.pagination {
    display: block;
    margin: 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: block;
    margin-right: 5px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
    background: #838383;
    transition: 0.2s ease 0s;
}

.pagination ul li a:hover, .pagination ul li.active a {
    color: #fff !important;
    background: #b84a22;
}

/* PAGINATON END */

/* MAIN DROPDOWN START */

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* MAIN DROPDOWN END */

/* FORM GROUP START */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single,
.form-group>.passenger-box {
    display: block;
    width: 100%;
    border: solid 1px #bbb;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 0;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #aaa;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 2px;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label {
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

/* FORM GROUP END */

/* MODAL SHARE START */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* MODAL SHARE END */

/* MODAL START */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* MODAL END */

/* MESSAGE BOX START */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    background: lightgreen;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.msg-box.danger>i {
    background: firebrick;
}

.msg-box.orderno>i {
    background: #829D14;
}



/* MESSAGE BOX END */

/* CHECKBOX GROUP START */

.cbox-group {
    display: block;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 16px;
    height: 16px;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
    border-color: #222;
    background: #222;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

/* CHECKBOX GROUP END */

/* Main Slider START ------------------------------ */

.main-slider-container {
    width: 100%;
    position: relative;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(640/1920*100%);
}

.main-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));*/
    z-index: 4;
}

.main-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s ease 0s;
}

.main-slider-container:hover .main-slider-buttons {
    opacity: 1;
}

.main-slider-buttons>div {
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
}

.main-slider-buttons>div.prev:before {
    content: "\f104";
}

.main-slider-buttons>div.next:before {
    content: "\f105";
}

/* Main Slider END ------------------------------ */

.nav-top {
    padding: 5px 0;
    background: #111;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.nt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-contact>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #B89549;
    font-size: 12px;
    line-height: 18px;
    margin-right: 8px;
    color: #222;
}

.nt-contact>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ccc !important;
}

.nt-contact>a:hover {
    text-decoration: underline !important;
}

.nt-lang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-lang>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}

.nt-lang>a:last-child {
    margin-right: 0;
}

.slider-form {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 10;
}

.slider-form-in {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #ccc;
    outline: solid 5px rgba(255, 255, 255, 0.5) !important;
}

.slider-form-in>.row>div>.main-btn {
    padding: 24px 10px;
    font-size: 16px;
    line-height: 22px;
    border: none !important;
    border-radius: 10px;
}

.slider-form-in>.row>div>.form-group {
    margin-bottom: 0;
}

.slider-form-in>.row>div>.form-group>input,
.slider-form-in>.row>div>.form-group>.select2-container .select2-selection--single,
.slider-form-in>.row>div>.form-group>.passenger-box {
    padding: 20px;
    border-radius: 10px;
    outline: solid 1px #ccc !important;
    border: solid 4px #fff;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    padding-left: 60px;
}

.slider-form-in>.row>div>.form-group>i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #B89549;
}

.passenger-box {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.passenger-box>.pb-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    cursor: default;
}

.main-title-slogan {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
}

.main-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
    color: #838383;
}

.inpage-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    color: #2a2b2a;
}

.main-title.light {
    color: #fff;
}

.main-title-desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
}

.main-title-desc.light {
    color: #fff;
}

.main-limit-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}

.main-limit-text.light {
    color: #ddd;
}

.main-limit-text>p {
    display: block;
    margin: 0;
}

.main-about-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 10px;
}

.main-about-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
/*    border: solid 30px rgba(255, 255, 255, 0.5);*/
/*    border: solid 15px rgb(72 72 72 / 75%);*/

    z-index: 10;
    transition: 0.4s ease 0s;
}

.main-about-img:hover:before {
    border-width: 15px;
}

.main-about-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-room-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
    border: solid 1px #ddd;
    background: #fbfbfb;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-room-item>.left {
    min-width: 300px;
    width: 300px;
    margin-right: 20px;
}

.main-room-item>.left>.img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 5px;
    border: solid 1px #ddd;
}

.main-room-item>.left>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.main-room-item>.left>.img:hover>img {
    transform: scale(1.1);
}

.main-room-item>.right {
    display: block;
    width: 100%;
}

.main-room-item>.right>.desc {
    display: block;
    overflow: hidden;
}

.main-room-item>.right>.desc>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    padding-left: 15px;
    position: relative;
}

.main-room-item>.right>.desc>.title>a {
    color: #000 !important;
}

.main-room-item>.right>.desc>.title>a:hover {
    text-decoration: underline !important;
}

.main-room-item>.right>.desc>.title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border: solid 2px #B89549;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.main-room-item>.right>.desc>.text {
    display: block;
    padding: 20px;
    border: dashed 2px #ddd;
    border-radius: 5px;
}

.main-room-item>.right>.desc>.text>p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.partners-slider-container {
    display: block;
    position: relative;
    padding: 0 20px;
}

.partners-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.partners-slider-buttons>div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #83838399
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.partners-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.partners-slider-buttons>div.prev:before {
    content: "\f104";
}

.partners-slider-buttons>div.next:before {
    content: "\f105";
}

.partner-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
/*    border: solid 1px #ddd;*/
    border-radius: 5px;
    background: #ffffff00;
}

.partner-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    background: #ededed00;
}

.comments-slider-container {
    display: block;
    position: relative;
    padding: 0;
    padding-bottom: 20px;
}

.comments-slider-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.comments-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 2px;
}

.comments-slider-buttons>div:first-child {
    border-radius: 5px 0 0 5px;
}

.comments-slider-buttons>div:last-child {
    border-radius: 0 5px 5px 0;
}

.comments-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.comments-slider-buttons>div.prev:before {
    content: "\f104";
}

.comments-slider-buttons>div.next:before {
    content: "\f105";
}

.comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.comment-item>.avatar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B89549;
    margin-right: 10px;
    border-radius: 5px;
}

.comment-item>.avatar>i {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.comment-item>.desc {
    padding: 15px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.comment-item>.desc>.name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.comment-item>.desc>.date {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ddd;
    text-align: right;
}

.comment-item>.desc>p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}

.comment-item>.desc.limit>p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ftr-logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.ftr-logo img {
    width: 200px;
}

.ftr-desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
}

.ftr-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #838383;
    font-weight: 600;
    margin-bottom: 10px;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ftr-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #000 !important;
}

.ftr-links>a:last-child {
    margin-bottom: 0;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.ftr-contact {
    display: block;
    margin-bottom: 20px;
}

.ftr-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.ftr-contact>div:last-child {
    margin-bottom: 0;
}

.ftr-contact>div>i {
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    color: #b84a22;
    margin-right: 8px;
}

.ftr-contact>div>span,
.ftr-contact>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000 !important;
}

.ftr-contact>div>a:hover {
    text-decoration: underline !important;
}

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ftr-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease 0s;
}

.ftr-social>a:hover {
    background: #838383;
    color: #fff !important;
}

.slider-form-title {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.slider-form-title>h2 {
    display: block;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.slider-form-title>span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.bcrumb {
    display: block;
    position: relative;
    padding: 50px 0;
}

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 10px rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.bcrumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 41%);
}

.bcrumb-in {
    position: relative;
    z-index: 10;
}

.bcrumb h1 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.bcrumb .links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    position: relative;
    margin-right: 20px;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    text-align: center;
    transform: translate(0, -50%);
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.gal-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #eee;
}

.gal-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.gal-item:hover>img {
    transform: scale(1.1);
}

.gal-item>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    transition: 0.4s ease 0s;
    z-index: 12;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gal-item:hover>span {
    background: none;
}

.gal-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.gal-item:hover:before {
    opacity: 1;
}

.gal-item:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 26px;
    transform: translate(-50%, -50%);
    z-index: 12;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.gal-item:hover:after {
    opacity: 1;
}

.blog-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.blog-list-item:last-child {
    border-bottom: none;
}

.blog-list-item>.left {
    display: block;
    min-width: 150px;
    width: 150px;
    margin-right: 20px;
}

.blog-list-item>.left>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 5px;
    border: solid 1px #eee;
}

.blog-list-item>.left>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.blog-list-item>.left>.img:hover>img {
    transform: scale(1.1);
}

.blog-list-item>.right {
    width: calc(100% - 150px - 20px);
}

.blog-list-item>.right>.desc {
    display: block;
    overflow: hidden;
    width: 100%;
}

.blog-list-item>.right>.desc>h3 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list-item>.right>.desc>h3>a {
    color: #222 !important;
}

.blog-list-item>.right>.desc>h3>a:hover {
    text-decoration: underline !important;
}

.blog-list-item>.right>.desc>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
}

.side-links {
    display: block;
    padding: 15px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.side-box {
    display: block;
    padding: 15px;
    background: #838383;
    border: solid 1px #838383;
    border-radius: 5px;
}
.side-box-dark {
    display: block;
    padding: 15px;
    background: #fff;
    border: solid 1px #838383;
    border-radius: 5px;

}
.inpage-title-dark{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    color: #2a2b2a;
}

.page-contact-dark {
    display: block;
}

.page-contact-dark>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.page-contact-dark>div:last-child {
    margin-bottom: 0;
}

.page-contact-dark>div>i {
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    color: #838383;
    margin-right: 8px;
}

.page-contact-dark>div>span,
.page-contact-dark>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000 !important;
}

.page-contact-dark>div>a:hover {
    text-decoration: underline !important;
}


.side-links>a {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    position: relative;
}

.side-links>a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: dashed 1px #ddd;
    pointer-events: none;
}

.side-links>a:hover {
    text-decoration: underline !important;
}

.side-links>a:last-child:before {
    content: none;
}

.side-links>a:last-child {
    margin-bottom: 0;
}

.side-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    text-align: center;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-radius: 10px;
    border: solid 1px #ddd;
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-article-info {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: solid 1px #ddd;
}

.page-article-info>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 10px;
}

.page-article-info>div>i {
    display: block;
    width: 14px;
    text-align: center;
    margin-right: 4px;
}

.event-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.event-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 5px;
    border: solid 1px #eee;
}

.event-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.event-item:hover>.img>img {
    transform: scale(1.1);
}

.event-item>h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    max-width: calc(100% + 10px);
    border-radius: 5px;
    transition: 0.4s ease 0s;
}

.event-item:hover>h3 {
    background: #B89549;
}

.page-contact {
    display: block;
}

.page-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.page-contact>div:last-child {
    margin-bottom: 0;
}

.page-contact>div>i {
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    color: #fff;
/*    color: #b84a22;*/
    margin-right: 8px;
}

.page-contact>div>span,
.page-contact>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}

.page-contact>div>a:hover {
    text-decoration: underline !important;
}

.map-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding-top: calc(9/16*100%);
}

.map-frame>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.captcha-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hotel-gal-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(2/3*100%);
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #eee;
}

.hotel-gal-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.hotel-gal-item:hover>img {
    transform: scale(1.1);
}

.hotel-gal-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.hotel-gal-item:hover:before,
.hotel-gal-item.last:before {
    opacity: 1;
}

.hotel-gal-item:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 26px;
    transform: translate(-50%, -50%);
    z-index: 12;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.hotel-gal-item.last:after {
    content: "\f105";
}

.hotel-gal-item:hover:after,
.hotel-gal-item.last:after {
    opacity: 1;
}

.hotel-facs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hotel-facs > div {
    display: block;
    min-width: calc((100%/5) - 8px);
    max-width: calc((100%/5) - 8px);
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
    text-align: center;
}

.hotel-facs > div:last-child {
    margin-right: 0;
}

.hotel-facs > div > i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #B89549;
}

.hotel-facs > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.fac-area {
    padding: 15px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fbfbfb;
}

.fac-list {
    display: block;
    margin-bottom: 10px;
}

.fc-list:last-child {
    margin-bottom: 0;
}

.fac-list > span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
}

.fac-list > span > i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.slider-bottom {
    background: linear-gradient(90deg, #b84a22 50%, #838383 50%);
    padding: 0;
}

.sb-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sb-flex>.left,
.sb-flex>.right {
    min-width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .sb-flex>.right>.item:first-child {
    background: #9E7B42;
}

.sb-flex>.right>.item:first-child:before {
    content: "";
    position: absolute;
    border-top: solid 35px transparent;
    border-left: solid 20px #444;
    border-bottom: solid 35px transparent;
    left: -2px;
    top: 50%;
    transform: translate(0, -50%);
} */

.sb-flex>.right>.item:last-child {
    background: #838383;
}

.sb-flex>.right>.item:last-child:before {
    content: "";
    position: absolute;
    border-top: solid 35px transparent;
    border-left: solid 20px #b84a22;
    border-left-color: #b84a22;
    border-bottom: solid 35px transparent;
    left: -2px;
    top: 50%;
    transform: translate(0, -50%);
}

.sb-flex>.right>.item {
    padding: 10px;
    padding-left: 60px;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.sb-flex>.right>.item>i {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 24px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transform: translate(0, -50%);
    color: #fff;
}

.sb-flex>.right>.item>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.sb-flex>.right>.item>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
}

.sb-flex>.right>.item>a:hover {
    text-decoration: underline !important;
}

.sb-flex .desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

/*.blog-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 10px;
}*/

.tour-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.tour-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/720*100%);
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.tour-item > .img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease 0s;
}

.tour-item > .desc {
    padding-top: 10px;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;

/*    border: solid 1px #ddd;*/
}

.tour-item > .desc > h3 {
        text-align: center;
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #000;
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    /* border-bottom: solid 1px #ddd; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    min-height: 33px;


        margin-bottom: 0px;
    margin-top: 5px;
}

.tour-specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.tour-specs > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 5px 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FF7300;
}

.tour-item > .desc > .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;

}

.tour-item > .img > .location { 

    position: absolute;
    bottom: 0px;
    display: inline-flex;

    /* left: 10px; */
    padding: 5px 5px;
    display: block;
    z-index: 10;
    background: #b84a22;
    color: #fff !important;
    font-size: 14px;
    width: auto;
    text-align: left;

}

.tour-item > .img > .price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 5px;
    display: block;
    z-index: 10;
    background: #F7D455;
    color: #000 !important;
    font-size: 14px;
        border-radius: 5px 0 0 5px;
    font-size: 16px;
    font-weight: 600;
}

.tour-item:hover > .img > img {
    transform: scale(1.1);
}



.page-box {
    background: #.side-box-dark;
    border: solid 1px #838383;
    border-radius: 10px;
}

.page-box-padding {
    padding: 20px;
}


.prd-slider-container {
    display: block;
    position: relative;
    width: 100%;
}

.prd-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.prd-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 5px;
}

.prd-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.prd-slider-buttons>div.prev:before {
    content: "\f104";
}

.prd-slider-buttons>div.next:before {
    content: "\f105";
}

.prd-slider {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(4/5*100%);
}

.prd-slide>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.prd-thumb:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px rgba(255, 255, 255, 0.6);
    outline: solid 2px #b89549 !important;
    z-index: 10;
    opacity: 0;
}

.swiper-slide-thumb-active .prd-thumb:before {
    opacity: 1;
}

.prd-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-thumb:hover:after {
    opacity: 1;
}

.prd-thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-slide:hover:after {
    opacity: 1;
}

.prd-page-desc {
    padding: 0;
}

.prd-page-desc>.title {
    display: block;
}

.ppd-caption {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
}

.ppd-price {
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #838383;
    margin-bottom: 20px;
}

.ppd-price>small {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.ppd-price>small:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
    color: #888;
    font-weight: 400;
}

.badges {
    display: block;
}

.badges>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.badges>.item:last-child {
    margin-bottom: 0;
}

.badges>.item>i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    color: #b89549;
    margin-right: 8px;
}

.badges>.item>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}



.side-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.side-title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #b89549;
}

.side-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    border-bottom: solid 2px #b89549;
    width: calc(100% - 15px);
}



.tp-imgs {
    margin-bottom: 20px;
}

.tp-imgs .row {
    margin-left: -5px;
    margin-right: -5px;
}

.tp-imgs .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.tp-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    margin-bottom: 10px;
    border: 1px solid #444;
}

.tp-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease 0s;
}

.tp-img:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    z-index: 10;
    background: #838383;
    border-radius: 50%;
    transition: 0.3s ease 0s;
}

.tp-img:after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 37.5px;
    height: 37.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    font-size: 24px;
    line-height: 30px;
    transition: 0.3s ease 0s;
}

.tp-img:hover > img {
    transform: scale(1.1);
}

.tp-img:hover:before {
    width: 100px;
    height: 100px;
}

.tp-img:hover:after {
    width: 45px;
    height: 45px;
}

.tp-img.last > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
}

.tp-img.last:before {
    content: none;
}

.tp-img.last:after {
    content: "\f105";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 36px;
}

.tp-info > .line:first-child > .tpi-item {
    border-top: solid 1px #ddd;
}

.tp-info > .line {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.tpi-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #ddd;
    min-width: 50%;
    width: 50%;
}

.tpi-item > i {
    display: block;
    font-size: 34px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    margin-right: 10px;
    color: #FF7300;
}

.tpi-item > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.tpi-item > div > span:first-child {
    font-weight: 600;
    color: #222;
}
 
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 3px solid #1eb5ff;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 0px 0;
  background-color: #b8494a;
    color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: 0px;
  top: 30px;
  transform: rotate(45deg);
  padding-left: 40px;
}
 


.sout {
    text-align: center;
    display: block;
    width: 100% !important;
    font-size: 18px;
    background-color: #b8494a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  font-size: 32px;
  text-align: center;
  line-height: 54px;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.8);
  transition: all 0.3s ease;
  z-index: 9999;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.2) rotate(15deg);
  box-shadow: 0 0 25px rgba(37, 211, 102, 1);
}
.whatsapp-float:hover >i {
    color: #fff;
  transform: scale(1.2) rotate(15deg);
  box-shadow: 0 0 25px rgba(37, 211, 102, 1);
}

/* Nabız efekti */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70% { box-shadow: 0 0 0 20px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}



@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.price2{
    font-size: 18px;
}

.soldout{
/*    filter: brightness(0.5) !important;*/
}