@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Bold.eot');
    src: url('../fonts/Gellix-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Bold.woff2') format('woff2'),
        url('../fonts/Gellix-Bold.woff') format('woff'),
        url('../fonts/Gellix-Bold.ttf') format('truetype'),
        url('../fonts/Gellix-Bold.svg#Gellix-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.eot');
    src: url('../fonts/Gellix-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.woff') format('woff'),
        url('../fonts/Gellix-Medium.ttf') format('truetype'),
        url('../fonts/Gellix-Medium.svg#Gellix-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.eot');
    src: url('../fonts/Gellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.ttf') format('truetype'),
        url('../fonts/Gellix-Regular.svg#Gellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBold.eot');
    src: url('../fonts/Gellix-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-SemiBold.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBold.woff') format('woff'),
        url('../fonts/Gellix-SemiBold.ttf') format('truetype'),
        url('../fonts/Gellix-SemiBold.svg#Gellix-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Light.eot');
    src: url('../fonts/Gellix-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Light.woff2') format('woff2'),
        url('../fonts/Gellix-Light.woff') format('woff'),
        url('../fonts/Gellix-Light.ttf') format('truetype'),
        url('../fonts/Gellix-Light.svg#Gellix-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
body {
	font-family: 'Gellix'!important;
	font-size:18px;
	font-weight: 400;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 !important;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-30 {
    padding: 30px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-80 {
    padding: 80px 0;
}
.mt-30 {
    margin-top: 30px;
}
.bg-brown {
    background-color: #531700;
}
.text-yellow {
    color: #FFB504 !important   ;
}

/*=====header======*/
.topbar {
    background-color: #FFBA40;
    padding: 12px 0;
    display:none;
}
.topbar .top-call {
    width: 50%;
}
.topbar .top-social {
    width: 50%;
}
.top-call ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}
.top-call ul li {
    display: flex;
    align-items: center;
}
.top-call ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.top-call ul li a img {
    width: 18px;
    margin-right: 7px;
}
.top-call ul li:first-child {
    margin-right: 25px;
}
.topbar .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}
.top-social ul li {
    margin: 0 5px;
    width: 30px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFD58A;
    border-radius: 100%;
}
.top-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-social ul li a img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 4px;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
.header-search  button {
    background: no-repeat;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-right: 25px;
}
.main-banner {
    position: relative;
}
.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    background-image: url(../images/banner-border.png);
    background-size: cover;
}
.header-search button:hover, .header-search button:active, .header-search button:focus {
    background: no-repeat;
    border: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}       
.header-search button i {
    color: #531700;
}
header .navbar-nav .nav-item .nav-link {
    color: #000;
}
header .navbar-nav .nav-item .nav-link:hover, 
header .navbar-nav .nav-item .nav-link:active, 
header .navbar-nav .nav-item .nav-link:focus, 
header .navbar-nav .nav-item .nav-link.active {
    color: #531700;
}
a.header-btn {
    background-color: #531700;
    padding: 15px 30px;
    border-radius: 200px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.header-btn svg {
    margin-left: 5px;
}
a.header-btn:hover, a.header-btn:visited {
    color: #fff;
}
a.header-btn:hover img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
}
.footer-menu li a:focus {
    outline: none;
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
header .navbar {
    padding: 13px 0;
}
.top-call ul li a:hover {
    color: #531700;
}
.top-social ul li:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #00000024;
            box-shadow: 0px 0px 5px 0px #00000024;
}

/*======slider======*/
.slider-wrap .carousel-caption {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    max-width: 100%;
    top: 50%;
    margin-top: 0px;
}
.banner-content h5 {
    font-size: 55px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: -2px;
}
.banner-content h5 span {
    font-weight: 800;
}
.banner-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 5px 0;
}
.banner-btn, .btn {
    color: #000;
    background-color: #EFB718;
    border-radius: 200px;
    padding: 14px 45px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner-btn:hover, .btn:hover {
    background-color: #212529;
    color: #fff;
}
.btn svg {
    margin-left: 10px;
}
.view-all-sec button.btn {
    width: 200px;
    margin: 0 auto;
}
.banner-content {
    max-width: 415px;
}
.banner-content h5 span {
    width: 100%;
}
.slide-social ul {
    position: absolute;
    top: auto;
    bottom: 0;
    padding-left: 0;
    list-style: none;
    left: -30px;
    margin-bottom: 0;
    margin-left: 0;
}
.slide-social ul li {
    padding: 8px 0;
}
.slide-social ul li:last-child {
    padding-bottom: 0;
}
.slide-social a i {
    color: #072167;
}
.slide-social li a:hover {
    color: #EFB718;
}
.main-banner:after {
    background-image: -o-linear-gradient(261deg, #000000 0%, rgba(0, 0, 0, 0) 25%);
    background-image: linear-gradient(189deg, #000000 0%, rgba(0, 0, 0, 0) 25%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-wrap .carousel-indicators {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.slider-wrap .carousel-indicators button {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 0px 0px;
    width: 38px;
    height: 2px;
    margin: 12px 0;
    color: #ADADAD;
}
.slider-wrap .carousel-indicators button.active {
    background-color: #072167;
}
.slide-social {
    z-index: 1;
    position: relative;
}
.slider-wrap button {
    bottom: 40px;
    left: auto;
    right: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    top: auto;
    opacity: 1;
}
.slider-wrap button.carousel-control-prev {
    right: 120px;
}
.slider-wrap button .carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg);
    -webkit-filter: invert(0);
            filter: invert(0);
}
.slider-wrap button .carousel-control-next-icon {
    background-image: url(../images/arrow-right.svg);
    -webkit-filter: invert(0);
            filter: invert(0);
}

/*=====step======*/
.ftr-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ftr-info .info-icons {
    margin-right: 12px;
}

.ftr-info .info-wrap {
    width: 100%;
}

.info-title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.ftr-info a:hover {
    color: #072167;
}

.ftr-info a {
    color: #000;
    text-decoration: none;
}

.half-field {
    width: 49%;
}
.field input, .field textarea {
    border: 1px solid #BDBDBD;
    background-color: transparent;
    font-size: 16px;
    border-radius: 8px;
}
.field input {
    width: 100%;
    height: 50px;
    line-height: 24px;
    color: #353535;
}
.full-field {
    width: 100%;
}
.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
}
.form-inner {
    padding: 15px 0;
}
.form-inner {
    max-width: 1137px;
    margin: 0 auto;
    border-radius: 200px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.12);
}
.title {
    color: #1B1919;
    text-align: center;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
}
.title span {
    color: #531700;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
}
.form-inner ul {
    padding-left: 0;
    list-style: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.form-inner ul li {
    display: inline-block;
    width: 21%;
    margin: 0 5px;
}
.form-inner ul li input, .form-inner ul li select {
    border-radius: 200px;
    background-color: #EEE;
    border: 0;
    height: 53px;
}
.form-inner ul li input, .form-inner ul li select {
    padding: 0 20px;
    color: #545454;
    font-family: Gellix;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-inner ul li button:hover, .button:hover {
    background-color: #2f0e01;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-inner ul li button, .btn {
    padding: 0 20px;
    font-family: Gellix;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    border: 0;
    border-radius: 300px;
    background: #531700;
    display: block;
    width: 100%;
    height: 53px;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-form {
    margin-top: -100px;
    z-index: 1;
    position: absolute;
    width: 100%;
}
.holiday-offer {
    background-color: #FDFAF4;
    padding-top: 40px;
    padding-bottom: 20px;
}
.holiday-offer .cnt {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}
.holiday-wrapper {
    margin-top: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.holiday-wrap-col {
    position: relative;
    padding: 0;
    width: 23%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
}
.holiday-wrap-figure img {
    width: 100%;
    border-radius: 20px;
}
.holiday-wrap-figure {
    position: relative;
}
.holiday-wrap-cnt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.holiday-link {
    position: absolute;
    right: -15px;
    bottom: -15px;
}
.holiday-link svg {
    position: relative;
    right: 5px;
    bottom: 5px;
}
.holiday-wrap-cnt a {
    color: #FFF !important;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
}
.post-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.post-rating .post-review {
    margin-left: 10px;
    color: #FFF;
    font-family: Gellix;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.holiday-link {
    position: absolute;
    right: -15px;
    bottom: -15px;
}
.holiday-link a {
    background-color: #FFB504;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
a.header-btn:hover {
    color: #fff;
}
a.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-form .modal-header {
    border-bottom: 0;
    position: absolute;
    right: 0;
}
.header-form  .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.header-search {
    border: 1px solid #000;
    border-radius: 200px;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}
.header-form .modal-content {
    padding: 10px;
    border-radius: 0;
    border: 0;
}
.header-search button.btn-close {
    position: absolute;
    right: -60px;
    top: 20px;
    z-index: 9;
}
.header-form .modal-header .btn-close {
    cursor: pointer;
    z-index: 1;
}
.header-search {
    position: relative;
}
.header-search .search-form:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.header-search .search-form {
    background-color: transparent;
    border: 0;
    padding: 4px 10px;
    margin-right: 0 !important;
}
.form-inner ul li button svg {
    margin-left: 7px;
    width: 15px;
    margin-top: 0px;
}
.form-inner ul li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.view-all-sec {
    text-align: center;
    margin: 30px 0;
}
.icon-inner {
    text-align: center;
}
.col-cnt span {
    display: block;
}
.col-cnt {
    color: #FFF;
    text-align: center;
    line-height: normal;
}
.col-cnt strong {
    color: #FFB504;
    font-size: 22px;
    font-weight: 800;
}
.recommend-tab .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    margin-top: 20px;
}
.recommend-tab .nav-tabs .nav-item {
    border-radius: 300px;
    background: rgba(83, 23, 0, 0.00);
    width: 151px;
    text-align: center;
    margin: 0 15px;
    background-color: transparent;
}
.recommend-tab .nav-tabs .nav-item a {
    color: #3F3F3F;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    background-color: transparent;
    border-radius: 300px;
    border-color: #531700;
}
.recommend-tab .nav-tabs .nav-item a:hover, .recommend-tab .nav-tabs .nav-item a:active {
    color: #fff;
}
.recommend-tab .nav-tabs .nav-item:hover a, .recommend-tab .nav-tabs .nav-item:active a {
    background-color: #531700;
    color: #fff;
    border-radius: 300px;
}
.recommend-tab .nav-tabs .nav-item a.active {
    color: #fff;
    background-color: #531700;
}
.recomend-col {
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.10);
    margin: 20px 0px;
    padding: 0;
    max-width: 32%;
    position: relative;
}
.recommend-tab .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    margin: 0;
}
.recomend-col-figure img {
    width: 100%;
}
.recommend-highlight {
    position: absolute;
    top: 30px;
    border-radius: 0px 50px 50px 0px;
    background: #FFB504;
    padding: 6px 30px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.recomend-rating {
    padding: 20px 25px;
}
.recomend-price {
    padding: 10px 25px;
}
.recomend-price {
    border-top: 1px solid #D9D9D9;
}
.recomend-btn {
    padding: 20px 25px 36px 25px;
}
.recomend-btn button {
    width: 100%;
    max-width: 50%;
    color: #FFF;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.recomend-price-link:hover {
    color: #212529 !important;
}
.recomend-price:first-child {
    border: 0;
}
.recomend-price-link:hover path {
    fill: #212529;
}
.recomend-btn a {
    text-decoration: none;
}
.recomend-star {
    display: block;
}
.recomend-title {
    color: #000 !important;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-decoration: none;
}
.recomend-title:hover {
    color: #212529!important;
}
.recomend-subtitle {
    color: #4A4A4A;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.recomend-star svg {
    width: 76px;
    height: 10px;
}
.recomend-price {
    color: #636363;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.recomend-price-link {
    color: #531700 !important;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recomend-price-link svg {
    margin-left: 10px;
}
.recomend-price-link svg path {
    fill: #531700;
}
.recomend-price strong {
    color: #5E1B00;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.destination-col {
    position: relative;
}
a.insta-link:focus {
    outline: none;
}
.destination {
    position: absolute;
    bottom: 20px;
    left: -5px;
    background-color: #FFF;
    padding: 6px 10px;
    color: #5E1B00 !important;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    border-left: 5px solid #FFB504;
}
.destination:hover {
    color: #212529;
}
.tesimonial {
    background-image: url(../images/testimonial-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tesimonial .slick-slide .slide-content {
    margin: 0 4%;
    padding: 30px 30px;
    border-radius: 30px 30px 30px 0px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
}
.tesimonial .slick-list {
    margin: 0px 0px;
    padding: 30px 0;
}
.tesimonial .slick-prev,
.tesimonial.slick-next {
  position: absolute;
  right: 10%;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
}
.tesimonial .slick-prev:before,
.tesimonial .slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;
}
.tesimonial .slick-prev {
  left: 10%;
}
.tesimonial .slick-prev:before {
  content: "<";
}
.tesimonial .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.tesimonial .slick-dots li {
  display: inline-block;
}
.tesimonial .slick-dots li button {
  -webkit-transition: 0.2s background-color ease-in-out 0s;
  -o-transition: 0.2s background-color ease-in-out 0s;
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
.tesimonial .slick-dots li.slick-active button {
  background-color: #fff;
}
.author-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.author-name {
    margin-left: 15px;
    color: #333;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.author-quote {
    margin: 25px 0 20px 0;
}
.author-cnt {
    color: #333;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.author-inner:after {
    content: "";
    position: absolute;
    background-image: url(../images/quote-left.png);
    width: 42px;
    height: 35px;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
}
.tesimonial-inner {
    position: relative;
}
.tesimonial-inner button {
    position: absolute;
    top: 50%;
    background-color: transparent !important;
    border: none;
    font-size: 0;
}
.tesimonial-inner button.slick-prev {
    left: -8px;
}

.tesimonial-inner button.slick-next {
    right: 0px;
}
.tesimonial .slick-prev:before, .tesimonial .slick-next:before {
    color: #000;
    font-size: 35px;
}
.tesimonial .slick-next:before {
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
font-size: 35px;
}
.tesimonial .slick-prev:before {
    content: "\f104";
    font: normal normal normal 28px/1 FontAwesome;
    font-size: 35px;
}

.insta-link {
    color: #531700 !important;
    text-align: center;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.insta-link:hover {
    color: #212529 !important;
}
.insta-field ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
}
.insta-field ul li {
    width: 25%;
}
.insta {
    overflow: hidden;
}
.insta-field {
    margin-top: 20px;
}
.holiday-wrap-figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38.78%, rgba(255, 255, 255, 0.00)), to(#1e1a1a));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 38.78%, #1e1a1a 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 38.78%, #1e1a1a 100%);
}
.holiday-wrap-figure {
    position: relative;
}
footer .menu-title {
    text-transform: capitalize;
    color: #000;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}
.footer-menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-menu li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 41px;
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-menu li a:hover {
    color: #212529;
}
.footer-menu li a:before {
    content: "\f105";
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 8px;
}
.social ul li a:hover {
    text-decoration: none;
    background-position: 0;
    background-color: #F26522;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.social ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social ul li {
    padding: 0 10px;
}
.social ul li:first-child {
    padding-left: 0;
}
.social {
    margin-top: 20px;
}
.footer-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
} 
.copyright {
    position: relative;
}
.copyright:before {
    content: "";
    position: absolute;
    border-top: 1px solid #CACACA;
    width: calc(100% + 300px);
    left: 0;
    top: 0;
}
footer{
    overflow:hidden;
}
.copyright-text span {
    margin: 0 25px;
}
.copyright-text {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
}
.logo-cnt p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.ftr-bg-col {
    position: relative;
    padding-right: 60px;
}
.ftr-bg-col:before {
    content: "";
    position: absolute;
    background-color: #531700;
    height: 100%;
    top: 0;
    z-index: 0;
    left: -100%;
    width: 1010px;
}
.footer-logo, .newsletter, .social {
    z-index: 1;
    position: relative;
}
.ftr-menu-col, .ftr-contact-wrap {
    padding-left: 40px;
}
.newsletter .menu-title {
    margin-bottom: 5px;
    margin-top: 30px;
    color: #fff;
}
.social .menu-title {
    color: #fff;
}
.newsletter form input:focus-visible {
    color: #fff;
    outline: none;
}
.newsletter form input {
    border-radius: 200px;
    width: 100%;
    height: 50px;
    line-height: 24px;
    border: 1px solid #BDBDBD;
    background-color: transparent;
    font-size: 16px;
    padding: 20px;
    color: #fff;
}
.newsletter form button.contact_form_submit {
    position: absolute;
    top: -70px;
    background-color: transparent;
    right: 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 0;
}
.newsletter form .field {
    position: relative;
}
.social li a {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 200px;
    border: 2px solid #D4D4D4;
}
.ftr-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: normal;
    margin-top: 20px;
}
.ftr-info-icon {
    margin-right: 15px;
}
.ftr-info-title {
    color: #000;
    font-family: Gellix;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ftr-info-link {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.ftr-contact-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
}
.ftr-info-link:hover {
    color: #212529;
}
footer {
    /*border-top: 1px solid #D9D9D9;*/
    background-color: #FEF8F5;
}
footer .social ul {
    margin-top: 15px;
    margin-left: 0;
}
.hotel-resorts {
    margin-top: 40px;
}
.social li a img {
    width: 24px;
    height: 24px;
}
.social li:nth-of-type(3) a img {
    width: 20px;
    height: 20px;
}
.top-banner .main-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000042;
}
.top-banner .banner-content {
    width: 100%;
    max-width: 1420px;
    text-align: center;
}
.top-banner .banner-content h5 {
    color: #FFF;
    text-align: center;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.top-banner .carousel-item {
    position: relative;
}
.top-banner .carousel-item .carousel-caption {
    top: 42%;
}
.newsletter form input[type="submit"] {
    padding: 0;
    width: 25px;
    position: absolute;
    top: 9px;
    right: 15px;
    border: 0;
    font-size: 0;
    background-image: url(../images/send-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.newsletter .emaillist {
    position: relative;
}


/* popular destination page css */

.popular-destination:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(3.83%, #002021), color-stop(54.9%, rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, #002021 3.83%, rgba(0, 0, 0, 0.00) 54.9%);
    background: linear-gradient(90deg, #002021 3.83%, rgba(0, 0, 0, 0.00) 54.9%);
    z-index: 1;
}
.content-popular-ban {
    z-index: 9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.content-popular-ban h2 {
    color: #FFF;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-popular-ban p {
    color: #FFF;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    max-width: 490px;
}
.title-hotle-tps h2 {
    color: #1B1919;
    text-align: center;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
}
.title-hotle-tps h2 span {
    color: #531700;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.popular-destination:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/border-pop-ban.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}


/* popular destination page css */

/* about us page css */

.our-story {
    background: #531700;
    padding-top: 40px;
    padding-bottom: 250px;
}

.title-story-section h2 {
    color: #FFF;
    text-align: center;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our-story .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #6C280E;
}

.our-story .row {
    border-top: 1px solid #6C280E;
    border-bottom: 1px solid #6C280E;
    padding: 50px 0 60px;
    margin-top: 40px;
}

.content-story-box h2 {
    color: #FFF;
    text-align: center;
    font-family: Gellix;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-story-box p {
    color: #FFF;
    text-align: center;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    max-width: 500px;
    margin: auto;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

section.video-story {
    margin-top: -200px;
}

section.video-story .video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}

section.video-story .popup-btn {
    display: block;
    margin: 50px auto;
    cursor: pointer !important;
    background: transparent;
    border: none;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

section.video-story .video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
}

section.video-story .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Gellix';
    font-weight: 700;
}

section.video-story .popup-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}

section.video-story .popup-content {
    background: black;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    height: auto;
}

.video-botm-contnet p {
    color: #000;
    text-align: center;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 80%;
    margin: auto;
}

.content-right-aboutlast h2 {
    color: #000;
    font-family: Gellix;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-right-aboutlast p {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

/* about us page css */


/* contact page css */

.content-contact-ban {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.content-contact-ban h2 {
    color: #FFF;
    text-align: center;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.left-info-contact h2 {
    color: #000;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.left-info-contact p {
    color: #000;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.icon-div {
    background: #531700;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.icon-div img {
    max-width: 24px;
}
.text-contact-detail h4 {
    color: #000;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.left-info-contact ul li {
    margin-bottom: 20px;
}
.left-info-contact ul {
    padding-top: 20px !important;
}
.left-info-contact {
    background: #FCF0DA;
    padding: 40px 0px;
}
.form-right-contact {
    background: #531700;
    padding: 50px 5px 50px 50px;
}
.form-right-contact h2 {
    color: #FFF;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-right-contact p {
    color: #FFF;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 30px;
}
.form-right-contact form p {
    margin-bottom: 0;
}
.field {
    gap: 15px;
}
.form-right-contact form input:focus-visible, .form-right-contact form textarea:focus-visible {
    outline: none;
    background-color: #ffffff;
    color: #000;
}
.form-right-contact .field input {
    border-radius: 6px;
    background: #651F04;
    border: none;
    height: 64px;
    padding: 0 20px;
    color: #fff;
    font-family: 'Gellix';
    font-weight: 400;
}

.form-right-contact textarea {
    border-radius: 6px;
    background: #651F04;
    width: 100%;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Gellix';
    font-weight: 400;
}
.form-right-contact input::-webkit-input-placeholder, .form-right-contact textarea::-webkit-input-placeholder {
    color: #F0F0F0;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.form-right-contact input::-moz-placeholder, .form-right-contact textarea::-moz-placeholder {
    color: #F0F0F0;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.form-right-contact input:-ms-input-placeholder, .form-right-contact textarea:-ms-input-placeholder {
    color: #F0F0F0;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.form-right-contact input::-ms-input-placeholder, .form-right-contact textarea::-ms-input-placeholder {
    color: #F0F0F0;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.form-right-contact input::placeholder,
.form-right-contact textarea::placeholder {
    color: #F0F0F0;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.btn-contact p input {
    border-radius: 200px;
    background: #FFB504;
    width: 196px;
    height: 60px;
    margin-top: 20px;
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    padding-right: 20px;
    border-color: #FFB504 !important;
}
.btn-contact p input:hover {
    background-color: #de9f08;
    border-color: #de9f08 !important;
}
.btn-contact {
    width: 196px;
    position: relative;
}
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination span, .pagination a {
    border: 1px solid #561705;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    font-size: 20px;
    font-family: 'Gellix';
    font-weight: 500;
    color: #561705 !important;
}

.pagination span.current {
    background: #561705;
    color: #fff !important;
}
.pagination a:hover svg path{
    fill:#fff;
}
.pagination span:hover, .pagination a:hover {
    background: #561705;
    color: #fff !important;
    transition: 0.3s;
}
.btn-contact:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 42px;
    width: 21px;
    height: 21px;
    background: url(../images/arrow-btn-contact.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.holiday-wrap-cnt a:hover {
    color: #ffb632 !important;
}
.holiday-link a:hover {
    background-color: #531700;
}
.holiday-link a:hover svg path {
    fill: #fff;
}
.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
/*a:visited {*/
/*    color: #531700 !important;*/
/*}*/
.ftr-bg-col:before {
    left: -100%;
    width: 1010px;
}
.ftr-bg-col {
    background-color: #531700;
    width: 34.5%;
}
.ftr-col-rgt {
    width: 65.5%;
}

@media (max-width:1920px) {
    .ftr-bg-col:before {
        left: -40%;
        width: 710px;
    }
}

@media (max-width:1600px) {
    .ftr-bg-col:before {
        left: -10%;
        width: 515px;
    }
}

@media (max-width:1440px) {
    .ftr-bg-col:before {
        width: 100%;
    }
    .ftr-bg-col {
        padding-right: 100px;
    }
    .ftr-col-rgt {
        padding-left: 0;
    }
    .copyright:before {
        left: 14px;
    }
}

@media (max-width:1300px) {
    .banner-content h5 {
        font-size: 50px;
        line-height: 60px;
    }
    .title {
        font-size: 45px;
        line-height: 60px;
    }
    .ftr-bg-col {
        padding-right: 50px;
    }
    footer .menu-title {
        text-transform: capitalize;
        color: #000;
        font-family: Gellix;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
    }
    .ftr-bg-col:before {
        width: 460px;
    }
}

@media (max-width:1200px) {
    .form-contact .row {
        flex-wrap: wrap;
        width: 100%;
    }
    section.form-contact .col-md-5, section.form-contact .col-md-7 {
        max-width: 100%;
        width: 100%;
    }
    .form-contact .col-md-7:before {
        content: "";
        position: absolute;
        background-color: #531700;
        height: 100%;
        width: 100%;
        left: -99%;
        top: 0;
    }
    .form-contact .col-md-5:after {
        content: "";
        position: absolute;
        background-color: #fdf0db;
        height: 100%;
        width: 100%;
        right: -100%;
        top: 0;
    }
}



/* responsive css */


@media (min-width:1500px){
    .ftr-bg-col:before {
        width:100%;
    }
}

@media (max-width:1400px) and (min-width:1281px){
   
    .ftr-bg-col:before {
        width: 100%;
    }
}
@media (max-width:1280px) and (min-width:992px){
    .banner-content h5 {
        font-size: 34px;
    }
    section.about-first .row .col-md-8 {
        width: 55% !important;
    }
    
    section.about-first .row .col-md-4 {
        width: 45%;
    }
    .right-first-contetn.ps-5 {
        padding: 20px !important;
    }
    .holiday-wrap-col {
        width: 31%;
        margin: 0 10px;
        margin-bottom: 20px;
    }
    
    .recomend-btn button {
        max-width: 70%;
    }
    .row.holiday-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .destination {
        font-size: 14px;
        line-height: 19px;
    }
    
    .ftr-bg-col:before {
        width: 380px;
    }
    
    footer .menu-title {
        font-size: 17px;
    }
    
    .footer-menu li a {
        font-size: 14px;
    }
}

@media (min-width:769px){
    .ftr-contact-wrap {
    position: relative;
}
section.icon-sec.bg-brown .col-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.ftr-contact-wrap:before {
    content: "";
    position: absolute;
    left: 44%;
    top: 70%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 60px;
    background: #000;
}
}

@media (max-width:992px){
    .newsletter form input, .newsletter form input::placeholder{
        color:#000 !important;
    }
}

@media (max-width:991px) and (min-width:768px){
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 99;
        padding: 20px;
        padding-top: 100px;
    }
    .header-form button.search-btn {
    display: block;
    height: 38px;
}

.header-search {
    height: 42px;
}
    .search-wrapper {
    gap: 20px;
    padding: 0 40px;
}

.search-wrapper article {
    width: 48% !important;
}
    section.single-post-wrapper {
    padding: 40px !important;
}
    .header-form .modal-content {
    padding-bottom: 0;
}

.header-search {
    margin-bottom: 10px;
}
    section.video-story .popup-content {
    width: 700px;
}
    .content-contact-ban h2 {
        font-size: 32px;
    }
    
    section.single-main.pt-5 .row {
        display: block;
    }
/*    .navbar-light .navbar-toggler[aria-expanded="true"] {*/
/*    position: fixed;*/
/*    right: 15px;*/
/*}*/

.navbar-light .navbar-toggler[aria-expanded="true"] span {
    background-image: url(http://dirkvan.bestwebdevs.com/wp-content/uploads/2023/12/cross-toggle.png);
    background-size: 20px;
}
    
    section.single-main.pt-5 .col-md-8, section.single-main.pt-5 .col-md-4 {
        width: 100%;
    }
    
    .right-box-single.ms-3 {
        margin: 0 !important;
        margin-bottom: 60px !important;
    }
    
    section.single-accordion.pt-5.pb-5 .row {
        display: block;
    }
    
    section.single-accordion.pt-5.pb-5 .row .col-md-7, section.single-accordion.pt-5.pb-5 .row .col-md-5 {
        width: 100%;
    }
    
    section.single-accordion.pt-5.pb-5 .row .col-md-5 {
        margin-top: 40px;
    }
    
    .accrdion-single-wrapper.ps-3 {
        padding: 0 !IMPORTANT;
    }
    a.recomend-title {
        padding: 10px 20px;
    }
    .about-first .row {
        display: block;
    }
    
    .about-first:after {
        display: none;
    }
    
    .about-first .row .col-md-4, .about-first .row .col-md-8 {
        width: 100%;
    }
    
    .right-first-contetn h2, .right-first-contetn p {color: #000;text-align: center;max-width: 100%;}
    
    .btns-about {
        text-align: center;
    }
    
    section.about-first.second-about .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;padding: 0 !IMPORTANT;}
    
    section.about-first.second-about {
        margin: 0 !important;
    }
    
    section.about-first {
        margin: 0 !important;
        margin: 0;
    }
    .recomend-rating {
        padding: 0 !important;
    }
    .left-info-contact {
        padding: 20px;
    }
    
    .left-info-contact h2 {
        font-size: 32px;
    }
    
    .left-info-contact p {
        font-size: 16px;
    }
    
    .left-info-contact p br {
        display: none;
    }
    
    .form-right-contact {
        padding: 20px;
    }
    
    .form-right-contact h2 {
        font-size: 32px;
    }
    
    .form-right-contact p {
        font-size: 16px;
    }
    section.range-lst-about.pb-5 .row {
        display: block;
    }
    
    section.range-lst-about.pb-5 .row .col-md-6 {
        width: 100%;
    }
    
    .content-right-aboutlast.ps-5 {
        padding: 0 !important;
        text-align: center;
        padding-top: 40px !important;
    }
    .navbar-light .navbar-toggler:focus {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .navbar-light .navbar-toggler{
        border:none !important;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar-nav .nav-item a {
        text-align: center;
    }
    
    .header-search button {
        display: none;
    }
    
    a.header-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: 180px;
        height: 50px;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .navbar-light .navbar-toggler {
        z-index: 999;
    }
    
    .navbar-nav {
        margin-bottom: 20px !important;
    }
    .top-call ul li a img {
        position: relative;
        top: -2px;
    }
    
    .banner-content h5 {
        font-size: 33px;
    }
    
    .banner-content p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .banner-form {
        margin-top: -80px;
    }
    
    .title, .title span {
        font-size: 30px;
    }
    
    .holiday-wrap-col {
        width: 47%;
        margin: 10px 10px;
    }
    
    .recomend-col {
        max-width: 46%;
        width: 46%;
        margin: 10px;
        margin-bottom: 20px;
    }
    
    .recommend-tab .row {
        margin-top: 20px;
    }
    
    .recomend-btn button {
        max-width: 70%;
    }
    
    .row.destination-inner.ptb-30 {
        display: block;
    }
    
    .row.destination-inner.ptb-30 .col-md-6 {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .row.destination-inner.ptb-30 .col-md-3 {
        width: 100%;
        margin-top: 40px;
    }
    
    footer .row {
        display: block;
        padding: 0;
    }
    
    .col-md-4.ftr-bg-col.pt-30 {
        width: 100%;
    }
    
    .col-md-4.ftr-bg-col.pt-30:before {
        display: none;
    }
    
    .row.ftr-menu-col .col-md-5, .row.ftr-menu-col .col-md-4, .row.ftr-menu-col .col-md-3 {
        width: 100%;
    }
    
    .col-md-8.ftr-col-rgt.pt-30 {
        width: 100%;
    }
    
    .social .menu-title {
        color: #000 !important;
    }
    
    .newsletter .menu-title {
        color: #000 !important;
    }
    
    .row.ftr-menu-col {
        padding: 0;
    }
    
    .copyright-text {
        text-align: center;
    }
}

@media (max-width:992px) {
    .ftr-bg-col {
        background-color: transparent;
    }
    .ftr-bg-col {
        padding-left: 0;
    }
    .ftr-contact-wrap {
        margin-bottom: 30px;
    }
    .ftr-bg-col, .ftr-col-rgt {
        width: 100%;
    }
    .ftr-bg-col, .ftr-col-rgt {
        padding: 15px 20px;
    }
    .ftr-contact-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .copyright:before {
        left: -70px;
    }
    .tesimonial .slick-slide .slide-content {
        margin: 0 5%;
    }
    .tesimonial-inner button.slick-next {
        right: 10px;
    }
    .tesimonial-inner button.slick-prev {
        left: 10px;
    }
    .tesimonial-inner button {
        background-color: #fff !important;
        width: 30px;
        height: 30px;
    }
    .header-search {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .search-btn-pop {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width:767px){
    .ftr-bg-col:before {
        display: none;
    }
    .header-form .modal-content {
    padding-bottom: 0;
}
.header-form button.search-btn {
    display: block;
    height: 38px;
}

.header-search {
    height: 42px;
}
.header-search {
    margin-bottom: 10px;
}
    .topbar .top-call {
        width: 100%;
    }
    section.error-404.not-found .page-content label, section.no-results.not-found label {
    width: 65% !important;
}
    .left-single-part h3 {
        font-size: 23px !important;
    }
    .search-wrapper {
    display: block !important;
    padding: 0 20px !important;
}
section.single-post-wrapper {
    padding: 0 15px !important;
}

.post-img img {
    width: 100% !important;
}

.search-wrapper article {
    width: 100% !important;
}
    .form-right-contact form .field, .form-right-contact form .field p {
    display: block !important;
}

html .form-right-contact form .field p span {
    width: 100% !important;
    margin-bottom: 15px !important;
}
    .social ul li {
    padding: 0 5px !important;
}
/*    .navbar-light .navbar-toggler[aria-expanded="true"] {*/
/*    position: fixed;*/
/*    right: 15px;*/
/*}*/

.navbar-light .navbar-toggler[aria-expanded="true"] span {
    background-image: url(http://dirkvan.bestwebdevs.com/wp-content/uploads/2023/12/cross-toggle.png);
    background-size: 20px;
}
    .pagination span, .pagination a {
    margin: 0 5px;
 }
    section.single-main.pt-5 {
        padding-top: 20px !important;
    }
    
    .left-single-part p {
        font-size: 18px;
    }
    
    .single-descrption h2 {
        font-size: 23px !important;
    }
    
    .left-single-part p {
        font-size: 16px !important;
    }
    
    .single-descrption {
        margin-bottom: 20px !important;
    }
    
    .bottom-icon-single>h2 {
        font-size: 21px;
    }
    
    .bottom-icon-single ul li {
        width: 50% !important;
    }
    
    .text-single-icon p {
        line-height: 16px;
    }
    
    .right-box-single {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    
    ul.icon-right-single li p {
        font-size: 14px !important;
    }
    
    section.tips-hotel.more-deals-section.pb-5 {
        margin-top: 40px;
    }
    .left-jtimage.pe-5 {
        padding: 0 !IMPORTANT;
        margin-bottom: 40px;
    }
    
    .accrdion-single-wrapper h2 {
        font-size: 25px;
        line-height: 33px;
    }
    
    .accrdion-single-wrapper h2 span {
        font-size: 25px;
        line-height: 23px;
    }
    
    .accrdion-single-wrapper.ps-3 {
        padding: 0 !important;
    }
    
    html .single-accordion .accordion-item button {
        font-size: 16px !important;
    }
    
    .single-accordion .accordion-header {
        height: 56px;
        line-height: 56px !important;
    }
    section.tips-hotel.more-deals-section.pb-5 .col-md-4.recomend-col {
        margin-top: 10px !important;
    }
    section.tips-hotel.more-deals-section.pb-5 .col-md-4.recomend-col:first-child{
        margin-top: 0px !important;
    }
    section.popular-cards .row {
        padding-top: 0 !IMPORTANT;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .about-first:after {
        display: none;
    }
    
    section.about-first {
        margin: 0 !important;
    }
    
    section.about-first .row {
        padding: 0 !important;
    }
    
    .right-first-contetn.ps-4 {
        padding: 0 !IMPORTANT;
    }
    
    .right-first-contetn h2 {
        color: #000;
        text-align: center;
        font-size: 24px;
    }
    
    .right-first-contetn p {
        color: #000;
        text-align: center;
        max-width: 100%;
        font-size: 16px;
    }
    
    .btns-about {
        margin-top: 30px !important;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .btns-about a:first-child button {
        height: 46px;
        width: 120px;
    }
    
    .btns-about a:last-child button {
        width: 150px;
        height: 46px;
    }
    
    .right-first-contetn.ps-5 {
        padding: 0 !IMPORTANT;
    }
    
    section.about-first.second-about .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    
    .load-more-btn.text-center.mb-5.mt-5.pt-3 {
        margin-top: 0 !important;
    }
    .recomend-rating {
        padding: 0px;
    }
    
    .recomend-btn button {
        max-width: 60% !important;
        height: 45px;
    }
    
    .popular-cards .col-md-4.recomend-col {
        margin-top: 10px !important;
    }
    
    .title-hotle-tps h2 {
        font-size: 30px;
    }
    
    .title-hotle-tps h2 span {
        font-size: 30px;
    }
    
    .title-hotle-tps {
        padding-top: 20px !IMPORTANT;
    }
    
    section.tips-hotel.pb-5 .col-md-4:first-child {
        margin-top: 0 !important;
    }
    
    section.tips-hotel .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-popular-ban {
        position: relative;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        text-align: center;
    }
    .content-contact-ban h2 {
        font-size: 28px;
    }
    
    section.contact-banner > img {
        height: 120px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .left-info-contact {
        padding: 20px;
    }
    
    .left-info-contact h2 {
        font-size: 28px;
    }
    
    .left-info-contact p {
        font-size: 16px;
    }
    
    .left-info-contact p br {
        display: none;
    }
    
    .form-right-contact {
        padding: 20px 20px 40px;
    }
    
    .form-right-contact h2 {
        font-size: 30px;
    }
    .form-right-contact input::-webkit-input-placeholder, .form-right-contact textarea::-webkit-input-placeholder {
        font-size: 15px;
    }
    .form-right-contact input::-moz-placeholder, .form-right-contact textarea::-moz-placeholder {
        font-size: 15px;
    }
    .form-right-contact input:-ms-input-placeholder, .form-right-contact textarea:-ms-input-placeholder {
        font-size: 15px;
    }
    .form-right-contact input::-ms-input-placeholder, .form-right-contact textarea::-ms-input-placeholder {
        font-size: 15px;
    }
    .form-right-contact input::placeholder, .form-right-contact textarea::placeholder {
        font-size: 15px;
    }
    .form-right-contact input {
        height: 52px;
    }
    
    .btn-contact input {
        width: 160px;
        line-height: 46px;
    }
    
    .btn-contact:before {
        right: 70px;
        top: 37px;
    }
    .popular-destination:before {
        display: none;
    }
    
    .content-popular-ban h2 {
        color: #000;
        font-size: 28px;
        padding-top: 20px;
    }
    
    .content-popular-ban p {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
        margin:auto;
    }
    
    .our-story .row {
        border: none;
        padding-top: 0;
    }
    
    .our-story .row::before {display: none;}
    
    .our-story .row .col-md-6:last-child {
        padding-top: 40px;
    }
    
    .our-story {padding-bottom: 0;}
    
    .title-story-section h2 {
        font-size: 28px;
    }
    section.video-story .popup-content {
        width: 100%;
    }
    
    section.video-story .video {
        height: 210px;
    }
    
    .content-story-box h2 {
        font-size: 24px;
    }
    
    section.video-story .popup-btn img {
        max-width: 80px;
    }
    
    section.video-story .popup-btn {
        top: 24%;
    }
    
    section.video-story {
        margin: 0;
        margin-top: 30px;
    }
    
    .video-botm-contnet p {
        max-width: 100%;
    }
    
    .content-right-aboutlast {
        padding: 0 !IMPORTANT;
        padding-top: 20px !IMPORTANT;
        text-align: center;
    }
    .banner-content {
        max-width: 100% !important;
    }
    .container {
        padding: 0 15px;
    }
    
    .top-call ul {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
    
    .topbar .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .top-social {
    display:none;
    }
    
    
    .top-call ul li a img {
        position: relative;
        top: -2px;
    }
    
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
    }
    
    .header-logo img {
        max-width: 80px;
    }
    
    .slider-wrap .carousel-caption {
        position: relative !important;
        top: 0 !IMPORTANT;
        -webkit-transform: unset !important;
            -ms-transform: unset !important;
                transform: unset !important;
        display: block !important;
    }
    
    .banner-content h5 {
        color: #000 !important;
        font-size: 30px !important;
        line-height: 34px !important;
        text-align: center !important;
        padding: 20px 0;
        padding-bottom: 0;
    }
    section.recommend-tab.hotel-resorts.ptb-50 {
        padding-top: 0 !important;
    }
    
    section.recommend-tab.hotel-resorts.ptb-50 .col-md-4.recomend-col {
        margin-top: 20px !important;
    }
    a.recomend-title {
        padding: 10px 20px;
    }
    .banner-content p {
        color: #000;
        text-align: center;
    }
    
    .banner-form {
        margin: 0;
        position: relative;
    }
    
    .title {
        font-size: 25px;
    }
    
    .title span {
        font-size: 25px;
    }
    
    .form-inner {
        border-radius: 40px !important;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    
    .form-inner ul li {
        width: 90%;
        margin: 0 0 14px 0;
    }
    
    .holiday-offer {
        padding-top: 40px;
    }
    
    .holiday-wrap-col {
        width: 100%;
        padding: 0 15px;
    }
    
    .holiday-wrap-figure {
    }
    
    .holiday-link {
        right: 29px;
        bottom: -10px;
    }
    
    .holiday-link a {
        width: 60px;
        height: 60px;
        border-bottom-right-radius: 70px;
        border-top-right-radius: 10px;
    }
    
    .holiday-wrap-figure:before {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .holiday-link svg {
        right: 2px;
        bottom: 2px;
    }
    
    .icon-inner {
        width: 45%;
    }
    
    section.icon-sec.bg-brown .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px;
    }
    
    .col-cnt {padding-top: 9px;}
    
    .recommend-tab .nav-tabs .nav-item {
        width: 30%;
        margin: 0 5px;
    }
    
    .recommend-tab .nav-tabs .nav-item a {
        padding: 0;
    }
    
    .recomend-col {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    
    .recommend-tab .row {
        display: block;
    }
    
    .recomend-btn button {
        max-width: 70%;
    }
    
    .destination-col {
        margin-bottom: 20px;
    }
    
    .menu-title {
        color: #000 !important;
    }
    
    .ftr-bg-col {
        padding-right: 15px;
    }
    
    .ftr-menu-col, .ftr-contact-wrap {
        padding-left: 0;
    }
    
    .ftr-info-icon svg {
        width: 26px;
    }
    
    .footer-bottom {
        padding-left: 15px;
        text-align: center;
    }
    
    .copyright-text {
        font-size: 13px;
    }
    
    .copyright-text span {
        margin: 0 10px;
    }
    
    .tesimonial-inner button.slick-next {
        right: 0;
    }
    
    .tesimonial-inner button.slick-prev {
        left: 0;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 99;
        padding: 20px;
        padding-top: 100px;
    }
    .navbar-light .navbar-toggler:focus {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar-nav .nav-item a {
        text-align: center;
    }
    
    .header-search button {
        display: none;
    }
    
    a.header-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: 180px;
        height: 50px;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .navbar-light .navbar-toggler {
        z-index: 999;
    }
    
    .navbar-nav {
        margin-bottom: 0px !important;
    }
}

@media (max-width:600px) {
    .form-right-contact form .field p {
        flex-wrap: wrap;
    }
    .form-right-contact form .field p span {
        width: 100%;
    }
    .form-right-contact form .field p span:first-child {
        margin-bottom: 20px;
    }
}





ul.icon-right-single li p {
    font-size: 16px;
    font-family: 'Gellix';
    font-weight: 400;
}
section.recommend-tab.hotel-resorts.ptb-50 {
    margin-top: 0 !IMPORTANT;
}
.left-info-contact p a {
    color: #000;
    text-decoration: none;
}
.left-info-contact p a:hover {
    color: #561705;
}
.left-info-contact p a {
    color: #000;
    text-decoration: none;
}
.left-info-contact p a:hover {
    color: #561705;
}
.form-right-contact form .field {
    width: 100%;
}
.form-right-contact form .field p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form-right-contact form .field p span {
    width: 48.5%;
    display: block;
    float: left;
}
-right-contact form .field p br {
    display: none;
}
.form-right-contact form .field p span input {
    border: 0;
    background-image: none !important;
}
.form-right-contact form .field p span .wpcf7-not-valid-tip {
    width: 100%;
}
.form-contact .col-md-5 {
    width: 34%;
}
.form-contact .col-md-7 {
    width: 66%;
}
.form-contact .row {
    width: 100%;
    max-width: 1600px;
}
.form-contact .row {
    margin: 0 auto;
}
.form-contact .col-md-5, .form-contact .col-md-7 {
    position: relative;
}
.form-contact .col-md-5:before {
    content: "";
    position: absolute;
    background-color: #fdf0db;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
}
.form-contact .col-md-7:after {
    content: "";
    position: absolute;
    background-color: #531700;
    height: 100%;
    width: 100%;
    right: -99%;
    top: 0;
    z-index: -1;
}
.form-contact {
    overflow: hidden;
}


/* things to do page css */

.things-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/border-pop-ban.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.about-first:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 15px;
    width: 70%;
    height: 100%;
    background: #531700;
    z-index: -1;
}

.right-first-contetn h2 {
    color: #FFF;
    font-family: Gellix;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.right-first-contetn p {
    color: #FFF;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 80%;
    padding-top: 10px;
}

.btns-about a:first-child button {
    border-radius: 300px;
    background: #FFB504;
    border: 1px solid #FFB504;
    width: 145px;
    height: 53px;
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btns-about a:first-child button svg {
    position: relative;
    top: -4px;
    left: 5px;
}

.btns-about a:last-child button {
    border-radius: 300px;
    border: 1px solid #FFB504;
    background: rgba(255, 181, 4, 0.00);
    width: 171px;
    height: 53px;
    color: #FFB504;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}

.btns-about a:last-child button svg {
    position: relative;
    top: -3px;
    left: 3px;
}

.btns-about {
    margin-top: 50px;
}

.second-about:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 15px;
    width: 70%;
    height: 100%;
    background: #FFF2ED;
    z-index: -1;
}

.second-about .right-first-contetn h2,
.second-about .right-first-contetn p {
    color: #000;
}

.second-about .btns-about a:first-child button {
    background: #531700;
    border-color: #531700;
    color: #FFF;
}

.second-about .btns-about a:last-child button {
    border-radius: 300px;
    border: 1px solid #531700;
    background: rgba(255, 181, 4, 0.00);
    color: #531700;
}

.load-more-btn button {
    border-radius: 300px;
    border: 1px solid #531700;
    background: rgba(255, 181, 4, 0.00);
    width: 171px;
    height: 53px;
    color: #531700;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    padding: 0;
}

.load-more-btn button svg {
    position: relative;
    top: -4px;
    left: -4px;
}
.recommend-tab .nav-tabs {
    margin-left: 0 !IMPORTANT;
}
section.icon-sec.bg-brown .col-icon {
    margin-bottom: 10px;
}
.recomend-btn button svg {
    position: relative;
    top: 2px;
}
.search-btn-pop {
    width: auto;
    background-color: transparent;
}

.search-btn-pop i {
    color: #561705;
    font-size:24px;
}
a.header-btn:hover {
    background: #000 !important;
    transition:0.3s;
}
.search-btn-pop:hover, .search-btn-pop:focus, .search-btn-pop:active, .search-btn-pop:focus-visible {
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}

.newsletter form input {
    padding-right: 47px;
}
.footer-menu li a:hover {
    color: #F26522;
    transition: 0.3s;
}

.ftr-info-link:hover {
     color: #F26522;
    transition: 0.3s;
}
.newsletter form input::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Gellix';
    font-weight: 400;
}
a:focus, button:focus, input:focus, textarea:focus{
    outline:none !important;
}
.text-contact-detail h4 {
    margin: 0;
}
section.contact-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: url(https://dirkvan.bestwebdevs.com/wp-content/themes/jan-thiel/assets/images/banner-border.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.popular-destination:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(https://dirkvan.bestwebdevs.com/wp-content/themes/jan-thiel/assets/images/banner-border.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}
.wpcf7-response-output {
    border: none !important;
    color: #fff;
    text-align: center;
    font-family: 'Gellix' !important;
    font-weight: 500;
}

.form-right-contact form .field p span input:focus {
    background: #651F04;
    color: #fff;
}

.form-right-contact textarea:focus {
    background: #651F04 !important;
    color: #fff !important;
}
.btns-about a:first-child button:hover {background: transparent;color: #FFB504;transition: 0.3s;}

.btns-about a:first-child button:hover svg path {
    fill: #FFB504;
}

.btns-about a:last-child button:hover {
    background: #FFB504;
    color: #000;
    transition: 0.3s;
}

.btns-about a:last-child button:hover svg path {
    fill: #000;
}

.second-about .btns-about a:first-child button:hover {
    background: transparent;
    color: #531700;
    transition: 0.3s;
}

.second-about .btns-about a:first-child button:hover svg path {
    fill: #531700;
}

.second-about .btns-about a:last-child button:hover {
    background: #531700;
    color: #fff;
    transition: 0.3s;
}

.second-about .btns-about a:last-child button:hover svg path {
    fill: #fff;
}
.load-more-btn button:hover {
    background: #531700;
    color: #fff;
    transition: 0.3s;
}

.load-more-btn button:hover svg path {
    fill: #fff;
}

@media (max-width:360px){
    .title {
    font-size: 21px !important;
}
.btns-about {
    display: flex;
    justify-content: center;
}
}

section.video-story .video-popup {
    z-index: 99;
}

@media (max-width:320px){
    .recommend-tab .nav-tabs .nav-item {
    margin: 0px 3px !important;
}
html .recomend-btn button {
    max-width: 70% !important;
 }
 .content-contact-ban h2 {
    font-size: 22px !important;
}
.bottom-icon-single>h2 {
    font-size: 20px !important;
}
}



/* single page css */

.left-single-part h3 {
    color: #000;
    font-family: Gellix;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.left-single-part p {
    color: #000;
    font-family: Gellix;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0px;
}

.single-descrption h2 {
    color: #000;
    font-family: Gellix;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.single-descrption p {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    padding-bottom: 0;
}

.single-descrption a {
    color: #531700 !important;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 168.75% */
}

.single-descrption {
    margin-bottom: 50px;
}

.bottom-icon-single>h2 {
    color: #000;
    font-family: Gellix;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.text-single-icon p {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.bottom-icon-single ul li {
    width: 33%;
    margin-bottom: 35px;
}

.right-box-single {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.12);
}

.right-box-single h2 {
    color: #000;
    font-family: Gellix;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 30px;
}

.right-box-single ul li {
    padding: 18px 30px !important;
    border-bottom: 1px solid #D9D9D9;
}

.right-box-single ul li:first-child {
    padding-top: 0 !important;
}

.right-box-single ul li a {
    color: #531700;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.right-box-single ul li a svg {
    position: relative;
    top: -2px;
}

ul.icon-right-single li {
    border: none;
    margin: 0 !important;
    padding-bottom: 10px !important;
}

ul.icon-right-single {
    padding-bottom: 60px !important;
}

.right-box-single {
    margin-top: 105px;
}

.more-deals-section {
    background: #FEF8F5;
}

.accrdion-single-wrapper h2 {
    color: #1B1919;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 56px;
}

.accrdion-single-wrapper h2 span {
    color: #531700;
    font-family: Gellix;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;

}

.single-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(1) !important;
}

.single-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.single-accordion .accordion-item button {
    background: transparent !important;
    padding: 0 20px !IMPORTANT;
    color: #000 !important;
    font-family: Gellix !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 56px !important;
    /* 311.111% */
    box-shadow: none !important;
}

.single-accordion .accordion-item {
    border-radius: 10px;
    border: 1px solid #DDD !important;
    background: #FFF;
    margin-bottom: 15px;
}

.single-accordion .accordion-header {
    height: 60px;
    line-height: 60px;
}

.single-accordion .card-body p {
    color: #000;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}
.right-box-single ul {
    margin: 0;
}

.thumbnail-gallery ul {
    margin: 0;
    margin-bottom: 30px;
}

.thumbnail-gallery ul li {
    width: 50%;
}

.thumbnail-gallery ul li img {
    width: 100%;
}

.bottom-icon-single ul {
    margin: 0;
}
.search main#primary {
    text-align: center;
}

.search main#primary h1.page-title {
    font-family: 'Gellix';
    color: #000;
}

.search main#primary a {
    color: #000 !important;
    font-family: 'Gellix' !important;
}

.search main#primary h2.entry-title a {
    font-size: 24px;
}

.search main#primary footer.entry-footer {
    background: transparent;
}

.search-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.search-wrapper article {
    width: 50%;
    margin-bottom: 20px;
}







.error404 .widget {
    display: none;
}

section.error-404.not-found, section.no-results.not-found{
    text-align: center;
    padding: 20px 0 60px;
}

section.error-404.not-found h1.page-title, section.no-results.not-found h1{
    color: #000;
    font-family: 'Gellix';
    margin-bottom: 0 !important;
}

section.error-404.not-found .page-content, section.no-results.not-found .page-content {
    margin-top: 10px;
}

section.error-404.not-found .page-content p, section.no-results.not-found .page-content p{
    color: #000;
    font-family: 'Gellix';
}

section.error-404.not-found .page-content input[type="search"], section.no-results.not-found .page-content input[type="search"]{
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 11px;
    color: #000;
    font-family: 'Gellix';
    width: 100%;
}

section.error-404.not-found .page-content label, section.no-results.not-found label{
    width: 30%;
}

section.error-404.not-found .page-content input[type="submit"], section.no-results.not-found .page-content input[type="submit"]{
    background: #561705;
    color: #fff;
    padding: 15px;
    border: 1px solid #561705;
    border-radius: 0;
    width: 93px;
}
.search .nav-links {
    display: none;
}

.search main {
    padding-bottom: 40px;
}
section.single-post-wrapper {
    text-align: center;
    padding: 30px 0;
}

h2.post-title {
    color: #000;
    font-family: 'Gellix';
    font-size: 30px;
    padding-bottom: 20px;
}

.post-img img {
    width: 50%;
}

.description-post {
    max-width: 900px;
    margin: auto;
    padding-top: 30px;
}

.description-post p {
    color: #000;
    font-family: 'Gellix';
    font-size: 16px;
    line-height: 28px;
}




@media (min-width:992px){
    .right-box-single.mobile-sidebar.ms-3 {
    display: none;
}
.mobile-search-field {
    display: none;
}
}


@media (max-width:991px){
    .right-box-single.desktop-sidebar.ms-3 {
    display: none;
}
.right-box-single.mobile-sidebar.ms-3 {
    margin-bottom: 30px;
}
.navbar-collapse.show button.search-btn-pop.btn.btn-primary {
    display: none;
}

.header-call {
    margin-top: 20px;
}
}



@media (max-width:1311px) and (min-width:1281px){
    .btns-about {
    display: flex;
}
}
.search .nav-links {
    display: none !important;
}


.current-menu-item a {
    color: #561705 !important;
}
.mobile-search-field button {
    padding: 0;
}

.right-box-single ul li img {
    max-width: 90px;
}