@charset "UTF-8";
/*
Theme Name: AdventureGene - Travel Adventure & Tours
Theme URL: https://e-wises.com/tf/adventure-gene/
Author: Ewises
Author URI: https://themeforest.net/user/e-wises
Description: Landing Page template
Version: 1.0.0
*/
/* Sections*/
/*Common style*/
/*=== Background Overlay === */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Balinese&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

h1,h2,h3,h4{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
i {
    font-family: 'FontAwesome' !important;
    font-style: normal !IMPORTANT;
}
:root {
    --maincolor: #0cb6d8;
    --secondcolor: #0cb6d8;
    --white:#ffffff;
    --black:#000000;
    --bordercolor:#dddddd;
    --body-color: #383838;
    --greybgcolor:#f2f2f2;
}
/*i {*/
/*    font-family: 'FontAwesome' !important;*/
/*    font-style: normal !important;*/
/*}*/
.btn {
    background: var(--secondcolor);
    color: #fff;
    border: 1px solid transparent;
        transition: 0.5s linear;
}
.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
    color: #fff;
}

.btn:hover {
    border: 1px solid var(--maincolor);
    background: transparent;
    color: var(--maincolor);
}
 .overlay-bg, .overlay-bg-2, .overlay-bg-3, .overlay-bg-4, .overlay-bg-5 {
     position: relative;
     z-index: 1;
}
 .overlay-bg::before, .overlay-bg-2::before, .overlay-bg-3::after, .overlay-bg-4::before, .overlay-bg-5::before{
     content: "";
     display: block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
 .overlay-bg::before{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-2::before{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-3::after{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-4::before {
     background-color: rgb(0 0 0 / 19%);
}
 .overlay-bg-5::before {
     background-color: rgb(0 0 0 / 21%);
}
.single-slide.overlay-bg-2:before{
    z-index: 1;
}
.slider-area .owl-carousel {
    display: block !important;
}

/*Section title*/
.section-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}
.section-title p.title {
    margin-bottom: 0;
    line-height: 30px;
}
/*.section-title h2 {*/
/*    line-height: initial;*/
/*}*/

.section-title h2 span {
    color: var(--secondcolor);
}
.section-title.white h2, .section-title.white p, .section-title.white p.title {
    color: #ffffff;
}
.instagram-section .section-title {
    text-align: center;
    margin: 0 0 10px 0;
}
.instagram-section .section-title h2 {
    color: #fff;
}
.partner-area {
    padding: 60px 0 0 0;
}
.external-reviews{
    background: #f1f1f1;
}
.instagram-section .section-title img {
    height: 50px;
    object-fit: contain;
    margin: 0 0 0 10px;
}
/*Start Header Style*/
.form-search-overlay {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 250px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.showformmfull {
    display: flex;
    z-index: 999;
}
.form-search-overlay input {
    border: none;
    background: transparent;
    width: 100%;
    color: #222;
    font-size: 14px;
}
.form-search-overlay input:focus {
    border: 1px solid transparent;
}
.form-search-overlay button {
    border: none;
    font-size: 16px;
    background: transparent;
    color: #808080;
    position: absolute;
    right: 0;
}

.form-search-overlay .search-box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.login-cart ul li  .close-btn {
    position: absolute;
    top: 6rem;
    right: 22%;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    font-size: 30px;
}

header.header-area.absulate-header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
/*header top left*/
.header-top-left {
    padding: 39px 0 10px;
}
header.header-area.style-2 .header-top-left, header.header-area.style-2 .header-top-contact {
    padding: 18px 0 12px;
}
.header-top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-left > ul > li {
    display: inline-block;
    position: relative;
}
.header-top-left > ul > li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
}
.header-top-left > ul > li ul {
    background-color: #ffffff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    width: 80px;
    border-top: 2px solid var(--maincolor);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    position: absolute;
    z-index: 2;
    transform: translate3d(0px, 10px, 0px);
}
.header-top-left > ul > li ul li a {
    padding: 5px 10px;
    color: #282826;
}
.header-top-left > ul > li ul li a:hover, .header-top-left > ul > li a:hover,
.header-top-contact ul li a:hover {
    color: var(--maincolor);
}
.header-top-left > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.header-top-left > ul > li > a:before {
    position: absolute;
    top: -8px;
    right: -12px;
    content: "\f107";
    font-family: "FontAwesome";
}
/*header top right*/
.header-top-contact {
    float: right;
    padding: 39px 0 10px;
}
.header-top-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-contact ul li {
    display: inline-block;
    position: relative;
}
.header-top-contact ul li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: 6px;
    font-size: 14px;
    color: #ffffff;
}
.header-top-contact ul li a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
}
.header-top-contact ul li a i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.header-top-contact ul li:last-child a {
    margin-right: 0;
}
.header-top-contact ul li:last-child:before {
    display: none;
}
.main-menunav .show-dropdownmenu{
    display: block !important;
}
.main-menunav img {
    height: 45px;
    object-fit: contain;
    padding: 0;
    border-radius: 0;
}
.main-menunav .login-cart ul li.cart-mega {
    float: none;
    padding-left: 15px;
    padding-right: 0;
}
header.header-area.style-2 .gene-nav ul.menu > li > a {
    padding: 5px 25px 22px 15px;
}
header.header-area.style-2 .gene-nav .menu li.has-dropdown > a::after {
    margin-top: -25px;
}
header.header-area.style-2 .gene-nav ul.menu {
    margin-top: 18px;
    display: flex;
}
header.header-area.style-2.sticky .navigation-area {
    border: none;
}
header.header-area.style-2.sticky.navbar-fixed-top {
    height: 92px;
}
header.header-area.style-2 .login-cart ul {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    position: relative;
}
/*Header Style 3*/
.navigation-bgheader.header-area.style-2 {
    background-color: transparent;
}
header.header-area.style-2 .navigation-bg {
    background-color: transparent;
}
header.header-area.style-2 .navigation-area:hover {
    background: #262626;
    transition: 0.80s ease-in-out;
}
header.header-area.style-2.header-border .navigation-area:hover {
    background: #0000004a;
}
.dropdown-submenu {
    position: relative;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}


.show-dropdownmenu {
    display: block;
}
.dropdown-menu ul {
    position: absolute;
    background: #fff;
    left: 101%;
    border-radius: 4px;
    top: 20px;
    padding: 10px;
}
.dropdown-menu > li:hover > .submenu {
    display: block;
}
.show-drop {
    display: block !important;
}
.dropdown-menu  li a {
    color: #222 !important;
}

.dropdown-menu li {
    display: block !important;
}
.top-mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-mainheader .contact-head ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.top-mainheader .contact-head ul li a {
    color: #fff;
    font-size: 14px;
}

.top-mainheader .contact-head ul li a i {
    margin-right: 5px;
}
/*=== Naviagaion ===*/
.navigation-area {
    position: relative;
}
.navigation-bg {
    background-color: #000000;
    margin-left: 0;
    margin-right: 0;
}
.main-menu-wrap {
    float: right;
}
nav.gene-nav ul li:last-child a {
    padding-right: 10px;
}
header.header-area.style-2 nav.gene-nav ul li:last-child a {
    padding-right: 0;
}
 nav.gene-nav {
     float: right;
     width: 100%;
     text-align: center;
}
.gene-nav ul.menu {
    margin-top: 35px;
    display: inline-block;
}
 .gene-nav ul{
     list-style:none;
     display:block;
     margin:0;
     padding:0;
}
 .gene-nav .menu li {
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     list-style: none;
}
 .gene-nav .menu li a {
     color: #adaeaf;
     display:block;
     font-size: 16px;
}
 nav.gene-nav ul.menu > li:first-child > a:nth-child(1) {
     padding-left: 0;
}
 .gene-nav .menu > li {
     display: inline-block;
     padding: 0;
}
 .gene-nav .menu > li:hover>a {
     color: var(--maincolor);
}
.gene-nav ul.menu > li > a {
    color: #ffffff;
    font-size: 16px;
    opacity: 1;
    padding: 5px 25px 39px 15px;
    text-transform: uppercase;
}
 .navigation-area.dark .gene-nav ul.menu > li > a, .absolute-header .navigation-area .gene-nav ul.menu > li > a {
     color: #1a1a1a;
}
 .navigation-area.dark .gene-nav .menu > li:hover>a, .absolute-header .navigation-area .gene-nav ul.menu > li:hover > a {
     background: transparent;
     color: var(--maincolor);
}
 .gene-nav .menu > li:last-child > ul ul {
     left: auto;
     right: 100%;
}
 .gene-nav .menu > li ul {
     background-color: #ffffff;
     border-top: 2px solid var(--maincolor);
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     padding: 15px 0;
     position: absolute;
     -webkit-transform: translate3d(0px, 20px, 0px);
     -ms-transform: translate3d(0px, 20px, 0px);
     transform: translate3d(0px, 20px, 0px);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 220px;
     z-index: 999;
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     text-align: left;
}
 .gene-nav .menu > li > ul li a {
     padding: 2px 12px;
}
 .gene-nav .menu > li > ul li a:hover {
     border-radius: 2px;
     color: var(--maincolor);
}
 .gene-nav .menu > li > ul > li > ul {
     left: 100%;
     padding: 10px;
     top: 0;
}
 .gene-nav .menu > li:hover > ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     /* -webkit-transform: translate3d(0px, 0px, 0px); */
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
 .gene-nav .menu > li > ul > li:hover > ul, .gene-nav .menu > li:hover .mega-menu ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
nav.gene-nav li.active > a {
    color: var(--maincolor);
}
li.icon a i {
    padding-right: 6px;
}
/* Mega Menu */
 .gene-nav .menu .mega-menu {
     padding: 20px;
     width: 400px;
}
 .gene-nav .menu .mega-menu.three-column {
     width: 600px ;
}
 .gene-nav .mega-menu.mega-center {
     left: 50%;
     margin-left: -200px;
}
 .gene-nav .mega-menu.mega-center.three-column {
     margin-left: -332px;
}
 .gene-nav .mega-menu.mega-right{
     right:0;
}
 .gene-nav .menu .mega-menu > li.mega-col {
     float:left;
     padding: 0 10px;
     overflow: hidden;
     width: 50%;
}
 .gene-nav .menu .mega-menu.three-column > li.mega-col {
     width: 33.33%;
}
 .gene-nav .menu .mega-menu ul {
     background-color: rgba(0, 0, 0, 0);
     border-top: none;
     left: auto;
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     padding: 0;
     position: relative;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .gene-nav .menu li.mega-col li {
     display: block;
     width: 100%;
     padding: 0;
}
 .gene-nav .menu li.mega-col li a {
     padding: 5px 0;
}
 .gene-nav .menu li.mega-col li a:hover {
     background-color:transparent;
}
 .gene-nav > ul.menu > li:last-child{
     padding-right:0;
}
/* Meag Menu Title */
.mega-menu .title {
    color: #404040;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
}
 .gene-nav .mega-menu .title::before {
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 30px;
}
.gene-nav .menu li.has-dropdown > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-top: -34px;
    position: absolute;
    right: 10px;
    top: 50%;
}
 .gene-nav .menu li ul li.has-dropdown > a::after {
     content: "\f105";
     right: 18px;
     top: 36px;
}
 .gene-nav .menu > li > ul.mega-menu::before {
     left: 57%;
     margin-left: -4px;
}
/* Mobile Menu */
 .navigation-area .col {
     position: static;
}
.mean-container .mean-bar {
    margin-top: 47px;
    position: inherit;
    margin-left: 0;
}
header.header-area.style-2 .mean-container .mean-bar {
    margin-top: 22px;
}
header.header-area.style-2 .mobile-menu-area .mean-nav {
    top: 80px;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: auto;
}
.mobile-menu-area .mean-nav {
    left: 0;
    position: absolute;
    top: 130px;
    z-index: 2;
}
 .mean-nav .mega-menu .title {
     margin-bottom: 0;
     padding: 12px 20px;
}
 .mean-container a.meanmenu-reveal {
     float: right;
}
/*cart login*/
.login-cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-cart {
    width: 100%;
}
.login-cart ul li a {
    font-size: 16px;
    color: #ffffff;
}
.login-cart ul li a.userName {
    font-size: 16px;
    color: #ffffff !important;
}
.login-cart ul li .userDropdown li{
    width:100%;
}
.login-cart ul li .userDropdown li a{
    color: #fff !important;
    background: #262626 !important;
}
.login-cart ul li a i {
    margin-right: 6px;
}
.login-cart ul li.cart-mega {
    float: right;
    padding-right: 30px;
}

/*Sticky*/
header.header-area.style-2.header-border.sticky .navigation-area {
    border: none;
}
header.header-area.style-2.sticky .site-logo {
    padding: 10px 0;
}
header.header-area.style-2.sticky .gene-nav ul.menu {
    margin-top: 28px;
}
/*.header-area.sticky.navbar-fixed-top {*/
/*  position: fixed;*/
/*  height: 115px;*/
/*  padding-top: 0;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/
.header-area.sticky {
  position: relative;
  z-index: 999;
  width: 100%;
}
.sticky .gene-nav ul.menu > li > a {
    color: #ffffff;
}
.sticky .gene-nav .menu > li:hover>a {
    background: transparent;
    color: var(--maincolor);
}
.sticky .navigation-area {
    border-bottom: none;
}
.sticky.navbar-fixed-top .header-top-left, .sticky.navbar-fixed-top .header-top-contact {
    display: none;
}
.sticky.navbar-fixed-top .navigation-bg {
    background-color: transparent;
}
/*=== 3. SLIDER STYLES ===*/
.slide-thumb {
    position: relative;
    overflow: hidden;
}
.slide-thumb.shape-2 {
    margin: 0;
}
 .single-slide {
     position: relative;
}
 .slide-content {
     position: absolute;
     top: 55%;
     width: 100%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 2;
}
 .single-slide-content {
     display: block;
     margin-bottom: 1px;
}
.single-slide-content h1 {
    font-size: 29px;
    margin-bottom: 15px;
    text-transform: capitalize;
    /*line-height: 70px;*/
    font-weight: 600;
    color: #fff;
    font-family: sans-serif;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
}
.content-text h1 span {
    display: block;
}
.single-slide-content h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Roboto';
}
.single-slide-content h2 strong {
    font-weight: 700;
}
.single-slide-content h2 span {
    display: block;
}
.find-adventure-form {
    padding: 0 10px;
}
.find-adventure-form select, .find-adventure-form input[type="date"] {
    width: 25%;
    height: 60px;
    border: none;
    font-size: 14px;
    color: #282828;
    padding: 0 5px 0 20px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    border-right: 1px solid #cacaca;
}
.single-slide-content .find-adventure-form form {
    display: flex;
}
.single-slide-content .find-adventure-form select:first-child {
    border-radius: 5px 0 0 5px;
}
.find-adventure-form input.btn.btn-theme {
    width: 25%;
    margin: 0;
    height: 60px;
    border-radius: 0 5px 5px 0;
    padding: 0;
}
.slide-content .find-adventure-form input[type="date"] {
    margin-right: 0;
}
.find-adventure-form form select:last-child {
    display: none;
}
.find-adventure-form input[type="submit"] { 
    margin: auto;
    text-align: center;
}
/*shape*/
.slide-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    /*background: #00000033;*/
    background: #00000078;
}
.megamenu-btn {
    text-align: center;
}

.megamenu-btn a {
    background: transparent !important;
    color: var(--secondcolor) !important;
    border: 2px solid var(--secondcolor);
    font-size: 14px;
}
#welcome-slide img {
    object-fit: cover;
    animation: scale 40s linear infinite;
}
@keyframes scale {
  50% {
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
  }
}
.slide-thumb.shape-1:before {
    background-image: url(../img/slider/s1.png);
}
.slide-thumb.shape-2:before {
    background-image: url(../img/slider/s2.png);
    background-size: cover;
    height: 330px;
}
/*.slide-thumb.shape-3:before {*/
/*    background-image: url(../img/slider/s3.png);*/
/*    bottom: -50px;*/
/*    height: 134px;*/
/*    background-repeat: no-repeat;*/
/*}*/
/* lider nav*/
 .slide-controls .owl-nav button {
     font-size: 25px;
     height: 60px;
     left: 0;
     line-height: 60px;
     opacity: 0;
     position: absolute;
     text-align: center;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 60px;
     z-index: 1;
}
 .slide-controls .owl-nav button.owl-next {
     left: auto;
     right: 10px;
}
.slide-controls .owl-nav button.owl-prev{
    right: auto;
     left: 10px;
}
.slider-area .owl-nav button {
    background: var(--maincolor) !important;
    color: #fff !important;
    opacity: 0.7 !important;
    transform: scale(0.9);
}
.slider-area .owl-nav button:hover{
    transform: scale(1);
    opacity: 1 !important;
}
.slider-area .owl-nav button span {
    font-size: 30px;
}
 .slide-controls .owl-nav button i {
     border: 2px solid var(--maincolor);
     border-radius: 50%;
     display: block;
     height: 50px;
     line-height: 48px;
     margin: 5px;
     width: 50px;
     color: var(--maincolor);
     background-color: #f6f6f6;
     transition: 0.3s;
}
 .slide-controls .owl-nav button i:hover {
     background-color: var(--maincolor);
     color:#ffffff;
}
 .slide-controls:hover .owl-nav button {
     opacity: 1;
     visibility: visible;
}
 .wrapper.home-2 .slide-controls .owl-nav button {
     top: 55%;
}
/*Default owl dots style*/
 .slider-area .owl-dots {
     position: absolute;
    text-align: center;
    width: 100%;
    bottom: 25%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

 .logo-wrap .owl-dots {
     bottom: -54px;
}
 .testimonial-area .owl-dots {
     bottom: -30px;
}
 .owl-dot {
     display: inline-block;
}
 .owl-dots .owl-dot span {
     background: transparent none repeat scroll 0 0;
     display: inline-block;
     -webkit-backface-visibility: visible;
     backface-visibility: visible;
     border-radius: 30px;
     height: 10px;
     margin: 5px 7px;
     -webkit-transition: opacity 0.2s ease 0s;
     -o-transition: opacity 0.2s ease 0s;
     transition: opacity 0.2s ease 0s;
     width: 10px;
}
/* Style dots*/
 .slide-controls .owl-dots .owl-dot, .owl-dots .owl-dot{
     border-radius: 50%;
     -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
     transition: -webkit-box-shadow 0.3s ease 0s;
     -o-transition: box-shadow 0.3s ease 0s;
     transition: box-shadow 0.3s ease 0s;
     transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
     height: 12px;
     margin: 0 5px;
     position: relative;
     width: 12px;
}
 .slide-controls .owl-dots .owl-dot span{
     height: 10px;
     left: -5px;
     position: absolute;
     top: -3px;
     width: 10px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     z-index:-1;
}
.slide-controls .owl-dots .owl-dot span:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #6c757d;
    font-size: 14px;
}
 .slide-controls .owl-dots .active span:before {
    content: '\f111';
    font-family: 'PhpDebugbarFontAwesome';
    
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
}
/*Default Owl nav*/
.owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #F6F6F7;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
    left: auto;
}
/* Default Slider Animations */
 .owl-item.active .single-slide-content h1,
 .owl-item.active .single-slide-content h4{
     -webkit-animation: fadeInUp 2500ms ease-in-out;
     animation: fadeInUp 2500ms ease-in-out;
}
/*.mega-menu .flex-column .nav-link,*/
/* .mega-menu .tab-content .col-md-3{*/
/*     -webkit-animation: fadeInDown 2500ms ease-in-out;*/
/*     animation: fadeInDown 2500ms ease-in-out;*/
/*}*/
 .owl-item.active .single-slide-content h2{
     -webkit-animation: fadeInUp 3500ms ease-in-out;
     animation: fadeInUp 2500ms ease-in-out;
}
 .owl-item.active .single-slide-content .find-adventure-form{
     -webkit-animation: fadeInUp 3000ms ease-in-out;
     animation: fadeInUp 3000ms ease-in-out;
}
.owl-item.active .single-slide-content h4 {
    color: #fff;
    font-weight: 100;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
/*Scroll Up*/
#scrollUp {
  background: var(--maincolor);
  border-radius: 50%;
  bottom: 75px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  right: 8px;
  text-align: center;
  width: 40px;
  display: none !important;
}
/*=== Quick Icon ===*/
.single-quick-icon {
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #ffffff;
    transition: 0.3s;
    border: 1px solid #ececec;
}
.single-quick-icon:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.single-quick-icon:before, .single-quick-icon.style-2:before, .single-quick-icon.style-3:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-bottom-left-radius: 13px;
}
.single-quick-icon:before {
    background-color: var(--maincolor);
}
.single-quick-icon:hover:before {
    width: 100%;
    height: 100%;
}
.single-quick-icon .quick-icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.quick-icon-content img {
    margin-bottom: 10px;
    transition: 0.3s;
}
.quick-icon-content p {
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
    line-height: 20px;
}
.single-quick-icon:hover p {
    color: #ffffff;
}
.single-quick-icon:hover img {
    filter: brightness(0) invert(1);
}
/*Style 2*/
.single-quick-icon.style-2 {width: 174px;}

.single-quick-icon.style-2 .quick-icon-content {
    width: 100%;
    padding: 0 8px;
}
.single-quick-icon.style-2 .quick-icon-content p {
    font-size: 14px;
}
.single-quick-icon.style-2:before {
    background-color: #5a68ef;
}
/*Style 3*/
.single-quick-icon.style-3 {
    background-color: #ffffff;
    border: 1px solid #ececec;
}
.single-quick-icon.style-3:before {
    background-color: #00c0ff;
}
/*=== About ===*/
.about-area {
    width: 100%;
    position: relative;
}
.about-bg {
    width: 48.6%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-content p {
    margin-bottom: 30px;
}
/*style 2 3*/
.about-bg.style-2 {
    right: 0;
    left: auto;
    top: 0;
}
.about-bg.style-3 {
    top: 60px;
}
/*=== Adventure Area ===*/
.adventure-area {
    overflow: hidden;
    position: relative;
}
.single-adventure {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
    position: relative;
}
.single-adventure figure {
    margin: 0;
}
.single-adventure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.adventure-content {
    padding: 0 20px 30px 20px;
    margin-bottom: 25px;
    position: absolute;
    top: 0;
    background: rgb(12 12 12 / 10%);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}
.featuredpackage-sl .single-adventure:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000096;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.adventure-content h5 {
    margin-bottom: 0;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.adventure-content p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.single-adventure:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.adventure-content a:hover h5, .adventure-content a:hover h6 {
    color: var(--maincolor);
}
.adventure-content p.tour {
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
}
.adventure-content h6 {
    margin-bottom: 12px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    /*text-align: center;*/
    font-weight: 600;
    color: #fff;
    font-family: "Black Ops One", system-ui;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.adventure-content h4 {
    font-size: 25px;
}
.adventure-content p.price {
    font-size: 21px;
    font-weight: 600;
    margin-top: 18px;
    display: inline;
    color: var(--maincolor);
}
.adventure-content p small {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}
.adventure-content h4 small {
    font-size: 14px;
    margin-left: 5px;
    font-style: italic;
    font-weight: 300;
}
.selling-tips-wrap {
    margin-bottom: 30px;
}
/*Adventure owl nav*/
.selling-tips-wrap .owl-nav button {
    position: absolute;
    bottom: -5px;
    top: inherit;
    border: 1px solid #ececec !important;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}
.selling-tips-wrap .owl-nav button.owl-prev {
    left: inherit;
    right: 60px;
}
.selling-tips-wrap .owl-nav button:hover {
    color: #fff;
    background-color: var(--maincolor);
}
/*=== Camping and Highking ===*/
.single-camp-hi {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.single-camp-hi:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 21%);
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}
.single-camp-hi img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.camp-hi-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.camp-hi-content a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    position: relative;
}

.camp-hi-content a h4 {
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'Roboto' !important;
    font-size: 24px;
}
/*.camp-hi-content a:hover h4 {*/
/*    color: #5a68ef;*/
/*}*/
.camp-hi-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}
.single-camp-hi:hover img {
    transform: scale(1.2);
}
/*=== Fun Facts ===*/
.funfact-area {
    background-image: url(../img/bg/funfact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.funfact-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 111px;
    background-image: url(../img/bg/funfact-shap.png);
    top: -1px;
    left: 0;
    z-index: 1;
    background-size: cover;
}
.single-fact {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(25, 25, 25);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.302);
    height: 174px;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}
.single-fact .fact-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.fact-info span {
    color: #ffffff;
    transition: 0.3s;
}
.fact-info p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
    line-height: 20px;
    margin-bottom: 0;
}
.fact-info img {
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto 10px;
    height: 55px;
    object-fit: contain;
}
.fact-info span.counter {
    margin-right: 5px;
    font-weight: 700;
}
.single-fact:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--maincolor);
    border: 1px solid transparent;
}
.single-fact:hover img {
    filter: brightness(0) invert(1);
}
.white{
    color: #ffffff;
}
/*Style 2*/
.funfact-area.style-2 {
    background-image: none;
    position: relative;
}
.funfact-area.style-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    content: "";
    background-image: url(../img/bg/funfact-2.png);
}
.funfact-area.style-2 .single-fact {
    border: 1px solid #4287f5;
}
.funfact-area.style-2 .single-fact:hover {
    background-color: #4287f5;
}
/*Style3*/
.funfact-area.style-3 {
    background-image: url(../img/newsletter-bg.png);
    background-position: 0 85%;
}
.funfact-area.style-3:after {
    background-image: url(../img/bg/funfact-3-s.png);
    top: inherit;
    bottom: 0;
}
.funfact-area .facts-wrappper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.funfact-area.style-3 .single-fact {
    border: 1px solid #eadfd2;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    width: 100%;
}
.funfact-area.style-3 .single-fact:hover {
    background-color: var(--maincolor);
}
.funfact-area.style-3 .fact-info span, .funfact-area.style-3 .fact-info p {
    color: #282828;
}
.funfact-area.style-3 .single-fact:hover span,
.funfact-area.style-3 .single-fact:hover p{
    color: #ffffff;
} 
/*=== Subscribe ===*/

.subscribe-no-image {
    position: relative;
    background-image: none;
    background-size: unset;
    background-position: unset;
}
.subscribe-area form.subscribe-form {
    margin-bottom: 55px !important;
}
.subscribe-area.style-2 form.subscribe-form, .subscribe-area.style-3 form.subscribe-form {
    width: 95%;
    margin: auto;
}
.subscribe-area:after {
    position: absolute;
    width: 100%;
    height: 112px;
    bottom: -5px;
    content: "";
    left: 0;
    background-image: url(../img/bg/subcribe-shap.png);
}
.subscribe-area.style-2:before, .subscribe-area.style-2:after  {
    display: none;
}
.subscribe-area.style-3 {
    position: relative;
    /*background-image: url(../img/bg/subscribe3.png);*/
    background: none;
    background-size: cover;
    background-position: top center;
}
.subscribe-area.style-3:before {
    content: '';
    background-image: url(../img/subscribe-bg.png);
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: -30px;
    opacity: 0.6;
}
.subscribe-area.style-3 form.subscribe-form button {
    background-color: var(--secondcolor);
}
.subscribe-area form.subscribe-form input {
    background-color: #ffffff;
    border: none;
    height: 63px;
    padding-left: 20px;
    font-size: 14px;
    width: calc(100% - 200px);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.14);
}
.subscribe-area form.subscribe-form button {
    border: none;
    height: 63px;
    width: 200px;
    margin-left: -5px;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
    background-color: rgb(255, 83, 0);
    transition: 0.3s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.subscribe-area form.subscribe-form button:hover {
    background-color: #282828;
}
.subscribe-area.style-2 .subscribe-thumb {
    margin-bottom: 35px;
}
/* .subscribe-area.style-2 p {
    margin-bottom: 20px;
} */
.subscribe-area.style-3:after {
    display: none;
}
/*=== Blog Home ===*/
.home-blog-area {
    position: relative;
}
.home-blog-area:before {
    position: absolute;
    width: 100%;
    content: "";
    bottom: -106px;
    left: 0;
    background-image: url(../img/bg/blog-s-1.png);
    height: 112px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.home-blog-area.style-2 {*/
/*    background-color: transparent;*/
/*}*/
.home-blog-area.style-2:before {
    background-image: url(../img/bg/blog-bg.png);
    height: 100%;
    z-index: -1;
    bottom: inherit;
    top: 0;
    background-position: bottom;
    background-size: cover;
    opacity: 0.2;
}
.home-blog-area.style-3:before {
    background-image: url(../img/bg/blog-s-3.png);
    bottom: -9px;
}
.single-post-blog {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease;
}
.single-post-blog .post-date {
    background-color: #ffffff;
    width: 56px;
    height: 52px;
    border-top-left-radius: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
    text-align: center;
}
.single-post-blog .post-date p {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}
.single-post-blog .post-date p span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.single-post-blog .post-blog-content {
    padding: 0 20px 12px;
}
.single-post-blog.style-2 .post-blog-content {
    padding: 0 30px 12px;
}
.single-post-blog .post-blog-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family:'Roboto' !important;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.single-post-blog .post-thumbnail {
    margin-bottom: 25px;
    position: relative;
}
.single-post-blog .post-thumbnail .post-list-view {
    position: absolute;
    bottom: 0;
    background: var(--maincolor);
    border-top-right-radius: 7px;
}
.external-reviews .homepage-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 60px 0;
}
.home-blog-area .blogsall-button {
    text-align: center;
}
.instagram-section{
    padding: 60px 0;
    background: #262626;
}
.why-us{
    padding: 60px 0 30px 0;
    background: #262626;
}
.about {
    background: #262626;
}
.why-us h2,
.why-us p{
    color: #fff;
    text-align: center;
}
.why-us .row .about-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #bfbdbd;
}
.why-us .row .about-box img {
    height: 75px;
    object-fit: contain;
}
.why-us .row .about-box {
    margin: 0 0 30px 0;
}
.why-us .row .about-box h4 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    margin: 0 0 5px 0;
}
.reviews-wrapsec {
    position: relative;
    border: 1px solid #ddd;
    background: #f1f1f1;
    border-radius: 10px;
    flex: 0 0 48%;
}
.instagram-section h3 img {
    height: 40px;
    margin-left: 10px;
    object-fit: contain;
}

.about {
    padding-bottom: 60px !important;
}
.instagram-section h3 {
    text-align: center;
}
.reviews-wrapsec:after {
    content: '';
    height: 28px;
    width: 202px;
    background: #f1f1f1;
    position: absolute;
    bottom: 8px;
    z-index: 99999;
    left: 22px;
}
.single-post-blog .post-thumbnail img {
    width: 100%;
    height: 250px;
}
.single-post-blog .post-blog-content p {
    font-size: 14px;
    line-height: 31px;
}
.single-post-blog .post-blog-content a:hover h4 {
    color: var(--maincolor);
}
.single-post-blog:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
/*Style 2*/
.single-post-blog.style-2 .post-list-view ul {
    margin-bottom: 5px;
    padding-left: 20px;
    list-style: none;
}
.single-post-blog.style-2 .post-list-view ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
/*style 3*/
.home-blog-area.style-3 {
    background-color: #f9f4ee;
}
/*=== Guide ===*/
.single-guide {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.single-guide .guide-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.single-guide .guide-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 137px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease 0s;
}
.guide-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 3px 20px 13px;
}
.single-guide:hover .guide-content ul {
    padding-bottom: 0;
}
.guide-content ul li {
    display: inline-block;
}
.guide-content ul li a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 12px;
}
.about-guide p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 20px 0px;
}
.about-guide {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.single-guide:hover .about-guide {
    opacity: 1;
    visibility: visible;
}
.single-guide .guide-thumb img {
    position: relative;
    transition: all 0.5s ease 0s;
    transform: scale(1);
    width: 100%;
}
.single-guide .guide-content p.title {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 23px 20px 0px;
}
.single-guide .guide-content a h4 {
    font-size: 25px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0px 20px 0px;
}
.single-guide .guide-content a:hover h4 , .guide-content ul li a:hover{
    color: var(--maincolor);
}
.single-guide:hover .guide-content {
    height: 240px;
}
.single-guide:hover .guide-thumb img {
    transform: scale(1.3);
}
/*=== Brand Logo ===*/
  .single-partner {
    position: relative;
    width: 174px;
    height: 160px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor: pointer;
    border-radius: 30px;
    background: #fff;
    margin: 0 0 40px 0;
}
  .single-partner:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
  .single-partner img {
    position:absolute;
    left: 50%;
    /*transition: all 0.6s ease-in-out;*/
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px !important;
  }
  .single-partner img.top {
    transform:scale(0,0) translateX(-50%) translateY(-50%);;
    opacity:0;

  }
  .single-partner:hover img.top {
    opacity:1;
    transform: scale(1,1) translateX(-50%) translateY(-50%);
    transform-origin: top right;
  }
  .single-partner:hover img.bottom {
    transform:scale(0,0) translateX(-50%) translateY(-50%);;
    transform-origin: bottom left;
    opacity: 0;
  }
/*=== Footer ===*/
footer.footer-area {
    background: #262626;
    padding: 60px 0 0 0;

}
/*Style 2*/
footer.footer-area.style-2 {
    background-image: url(../img/bg/footer2-bg.jpg);
    background-repeat: no-repeat;
    padding-bottom: 19px;
}
footer.footer-area.style-2:before, footer.footer-area.style-3:before {
    display: none;
}
footer.footer-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 193px;
    background-image: url(../img/bg/footer-shap-1.jpg);
    top: -186px;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
/*footer.footer-area .widget {*/
/*    margin-bottom: 30px;*/
/*}*/
/*footer.footer-area.style-2 .widget {*/
/*    margin-bottom: 70px;*/
/*}*/
/*footer.footer-area.style-3 .widget {*/
/*    margin-bottom: 80px;*/
/*}*/


footer.footer-area .widget h3 {
    font-size: 21px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-associated-payment .payments-accept {
    justify-content: flex-end;
}
.associated-with img {
    height: 80px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
}
footer.footer-area .widget p {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.widget.contact-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget .footer-contact li {
    display: flex !important;
}
.widget.contact-widget ul li {
    display: inline-block;
}
.widget.contact-widget ul li a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 2px;
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    margin-bottom: 5px;
}
.widget.contact-widget ul li a:hover {
    background-color: var(--maincolor);
    border: 1px solid transparent;
}
.style-3 .widget.contact-widget ul li a:hover {
    background-color: var(--secondcolor);
}
.widget.quick-link-widget ul, .widget.quick-link-categories ul,
.widget.quick-destinations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.quick-link-widget ul li a, .widget.quick-link-categories ul li a,
.widget.quick-destinations ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Outfit';
}
.widget.quick-link-widget ul li a i, .widget.quick-link-categories ul li a i,
.widget.quick-destinations ul li a i {
    margin-right: 10px;
}
.widget.quick-link-widget ul li a:hover, .widget.quick-link-categories ul li a:hover,
.widget.quick-destinations ul li a:hover, .widget.contact-us ul li a:hover {
    color: var(--secondcolor);
}
.widget.contact-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.contact-us ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.widget.contact-us ul li a i {
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 6px;
    background: var(--maincolor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.footer-associated-payment .widget {
    display: flex;
    gap: 15px;
    align-items: baseline;
    padding: 0;
}

.footer-associated-payment .widget img {
    height: 50px;
    object-fit: contain;
    width: auto;
    padding: 5px;
}

.footer-associated-payment .widget p {
    margin: 0 !important;
}

.footer-associated-payment {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
/*=== Copyright ===*/
.copy-right-area {
    background-color: #262626;
    position: relative;
    top: 0px;
    z-index: 1;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    margin: 40px 0 0 0;
}

.copy-right-area.style-2 {
    background-image: url(../img/bg/copyright-bg.jpg);
    position: relative;
    z-index: 1;
    top: -1px;
}
.copy-payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copy-payment ul li {
    display: inline-block;
}
.copy-payment ul li a {
    display: block;
    margin-right: 25px;
}
.copyright-text p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
footer .copy-right-areawrap {
    display: flex;
    justify-content: space-between;
}
/*=== Bradcumb ===*/
.bradcumb-area {
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
}
.bradcumb-area:after {
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    /*background-image: url(../img/bg/banner-shap.png);*/
    position: absolute;
    z-index: 1;
    height: 134px;
    background-repeat: no-repeat;
}
.bradcumb-area.style-1 {
    background-image: url(../img/bg/banner-1.jpg);
}

.bradcumb-area.adventure-1 {
    background-image: url(../img/bg/slide-1.jpg);
}
.bradcumb-area.adventure-2 {
    background-image: url(../img/bg/adventure-2.jpg);
}
.bradcumb-area.adventure-3 {
    background-image: url(../img/bg/adventure-3.jpg);
}
.bradcumb-area.adventure-d-1 {
    background-image: url(../img/bg/adventure-d-1.jpg);
}
.bradcumb-area.blog-1 {
    background-image: url(../img/bg/blog-1.jpg);
}
.bradcumb-area.cart {
    background-image: url(../img/bg/cart.jpg);
}
.bradcumb {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.detailPage.bradcumb{
    top: 15% !important;
}
.bradcumb h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}
.bradcumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bradcumb ul li {
    display: inline-block;
    color: #ffffff;
}
.bradcumb ul li a {
    position: relative;
    margin-right: 20px;
}
.bradcumb ul li a:before {
    position: absolute;
    content: "";
    right: -13px;
    top: 3px;
    width: 1px;
    height: 16px;
    background-color: #ffffff;
}

.bradcumb ul li a:hover {
    color: var(--maincolor);
}
/*=== About Page Advanture ===*/
.about-adventure-area {
    position: relative;
}
/*.about-adventure-area:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    background-image: url(../img/bg/about-right.png);*/
/*    width: 375px;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.3;*/
/*}*/
.single-about-adventure {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.single-about-adventure .about-ad-thumb {
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}
.single-about-adventure:hover .about-ad-thumb img, .about-single-expart:hover .about-ex-thumb img {
    filter: brightness(0) invert(1);
}
.single-about-adventure .about-ad-thumb img {
    transition: 0.3s;
}
.single-about-adventure .about-ad-content h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
    transition: 0.3s;
}
.single-about-adventure .about-ad-content p {
    font-size: 16px;
    line-height: 25px;
}
.single-about-adventure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--maincolor);
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.3s;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.single-about-adventure .about-ad-content {
    position: relative;
    z-index: 2;
}
.single-about-adventure:hover:before {opacity: 1;visibility: visible;transform: scale(1);}

.single-about-adventure:hover .about-ad-content h4,
.single-about-adventure:hover .about-ad-content p {
    color: #ffffff;
}
/*=== About Advanture ===*/
.about-camping-arrea {
    background-image: url(../img/bg/ab-fre.jpg);
    background-size: cover;
    background-position: center;
    opacity: .8;
}
.single-about-feature {
    margin-bottom: 45px;
}
.single-about-feature .about-fre-thumb {
    margin-bottom: 10px;
}
.about-fre-content h4 {
    font-size: 20px;
}
.about-fre-content {
    font-size: 14px;
    line-height: 25px;
}
.about-fre-bottom h3 {
    font-size: 35px;
    color: #ffffff;
    line-height: 44px;
}
.about-free-area {
    background-color: #333230;
    padding-top: 40px;
}
.about-fre-bottom h2 {
    color: var(--maincolor);
    font-size: 50px;
    line-height: 56px;
}
.about-fre-bottom {
    margin-bottom: 50px;
}
/*=== About Expart ===*/
.about-single-expart {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    padding: 40px 0;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 141px;
    position: relative;
    overflow: hidden;
}
.about-ex-thumb {
    padding-left: 50px;
    margin-right: 18px;
    position: absolute;
    left: 0;
}
.about-ex-content h4 {
    font-size: 25px;
    line-height: 35px;
    transition: 0.3s;
}
.about-single-expart:before {
    position: absolute;
    content: "";
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--maincolor);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.about-single-expart:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.about-single-expart:hover .about-ex-content h4 {
    color: #fff;
}
.about-ex-content {
    position: relative;
    z-index: 1;
}
/*Adventure Grid page*/
.adventure-select {
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.adventure-select form.adventure-select-form {
    display: flex;
}
.adventure-select form.adventure-select-form select {
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    margin-right: 30px;
    width: 18%;
    color: #282828;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 0;
    height: 50px;
    border-bottom: 1px solid #edf0f5;
}
.adventure-select form.adventure-select-form input[type="date"] {
    height: 50px;
    width: 18%;
    font-size: 12px;
    color: #282828;
    text-transform: uppercase;
    border-bottom: 1px solid #edf0f5;
    border-top: navajowhite;
    border-right: none;
    border-left: none;
}
.view-grid {width: 18%;}
.view-grid ul {
    margin-top: 14px;
    padding: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}
.view-grid ul li {
    display: inline-block;
}
.view-grid ul li a {
    display: block;
    margin-right: 10px;
    font-size: 25px;
}
.view-grid ul li a:hover, .view-grid ul li.active a {
    color: var(--maincolor);
}
.gane-pagination ul {
    margin: 0;
    padding: 0;
    list-style: noe;
}
.gane-pagination ul li {
    display: inline-block;
}
.gane-pagination ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: 14px;
    color: #222222;
    line-height: 44px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.gane-pagination ul li a:hover, .gane-pagination ul li.active a {
    background-color: var(--maincolor);
    color: #ffffff;
}
/*Advanture 2*/
.sigle-adv-sidebar {
    margin-bottom: 30px;
}
.sigle-adv-sidebar h4 {
    font-size: 20px;
}
.sigle-adv-sidebar h4 span {
    color: var(--maincolor);
}
ul.widget-destination {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-destination li input[type="checkbox"] {
    margin-right: 15px;
    border: 10px solid #edf0f5;
}
ul.widget-destination li input[type="checkbox"]:checked {
    
}
ul.widget-destination li i {
    font-size: 35px;
    margin-right: 15px;
    position: relative;
    top: 7px;
}

ul.widget-destination li span {
    float: right;
}
ul.widget-destination li {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
ul.widget-activities {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-activities li {
    display: inline-block;
}
ul.widget-activities li a {
    margin-bottom: 15px;
    display: block;
    margin-right: 26px;
}
ul.widget-catagories {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-catagories li {
    font-size: 14px;
}

ul.widget-catagories li span {
    float: right;
}
ul.widget-catagories li input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.show-result-text p {
    font-size: 15px;
}
form.adventure-select-form.style-2 select.form-select {
    width: 80%;
}
form.adventure-select-form.style-2 .view-grid {
    width: 42%;
}
form.adventure-select-form.style-2 .view-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form.adventure-select-form.style-2 .view-grid ul li {
    display: inline-block;
}
/*Advanture style 3*/
.single-adventure.style-2 {
    display: flex;
}
.single-adventure.style-2 ul.review {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.single-adventure.style-2 ul.review li {
    display: inline-block;
    font-size: 14px;
}
.single-adventure.style-2 ul.review .advanture-thumb {
    position: relative;
}
.single-adventure.style-2 ul.review .advanture-thumb img {
    margin: 0;
}

.single-adventure.style-2 ul.review .adv-thumb-item {
    position: absolute;
}
.single-adventure.style-2 .advanture-thumb {
    position: relative;
}
.single-adventure.style-2 .adv-thumb-item {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    background-color: rgba(44, 44, 44, 0.8);
    text-align: center;
    height: 100%;
    transform: translateY(-50%);
}
.single-adventure.style-2 .adv-thumb-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.single-adventure.style-2 .advanture-thumb img {
    margin-bottom: 0;
    height: 100%;
    border-bottom-left-radius: 10px;
}
.single-adventure.style-2 .adventure-content {
    width: 57%;
    display: block;
    padding: 25px 30px;
    margin-bottom: 0;
}
.single-adventure.style-2 .adv-thumb-item ul li {
    margin-bottom: 30px;
}
.single-adventure.style-2 .adv-thumb-item ul li:first-child {
    margin-top: 17px;
}
.single-adventure.style-2 .adventure-content h6 {
    margin-bottom: 0;
}
/*=== Adventure Details ===*/
form.adventure-select-form button.search {
    border-radius: 10px;
    width: 170px;
    margin-left: 30px;
    border: none;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
}

form.adventure-select-form button.search:hover {
    background-color: var(--maincolor);
}
.single-alpine h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.single-alpine h3 {
    font-size: 30px;
    color: var(--maincolor);
    margin-bottom: 0;
}
.single-alpine ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-alpine ul li {
    display: inline-block;
}
.sin-sis-alpine-wrap {
    margin-bottom: 15px;
}
.appline-right {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 30px;
    border-radius: 20px;
}

.trip-info-wrap {
    display: flex;
}

.alpine-info-wrap {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.alpine-info-wrap h4 {
    margin-bottom: 20px;
}
.trip-info-one p, .trip-content-one {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.trip-info-one {
    display: flex;
    margin-right: 60px;
}
.trip-content-two {
    margin-left: 30px;
}
.trip-content-two p {
    font-weight: 400;
}
.trip-fifo-tow {
    display: flex;
}
.single-acivement h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.single-acivement ul {
    margin: 0;
    padding: 0;
    list-style: now;
}
.single-acivement ul li {
    display: inline-block;
    margin-right: 23px;
}
.single-acivement ul li:last-child {
    margin: 0;
}
.single-acivement:last-child {margin-left: 45px;}
.acivement-wrap {
    display: flex;
}
.single-acivement ul li span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.single-acivement ul li img {
    display: block;
    margin: 5px auto;
}
.inclution-wrap {
    border: 1px solid #ececec;
    padding: 30px 10px 15px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-inclution {
    display: flex;
}
.single-inclution .inclution-thumb {
    width: 21%;
}
.single-inclution .inclution-content {
    margin-left: 11px;
}
.single-inclution .inclution-content p {
    font-size: 15px;
}
.inclution-content h4 {
    margin: 0;
    font-size: 25px;
    line-height: 35px;
}

/*.trip-date-area:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 112px;*/
/*    bottom: -3px;*/
/*    background-image: url(../img/bg/table-shap.png);*/
/*    left: 0;*/
/*    background-repeat: no-repeat;*/
/*}*/
.trip-table thead {
    background: #262626;
}
.trip-table th p {
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.trip-table .table>:not(:last-child)>:last-child>* {
    border-bottom: none;
}
.trip-table {background-color: #ffffff;margin-bottom: 30px;padding: 0;}
.trip-table thead tr {
    padding-left: 30px;
}
.trip-table tbody tr {
    border-bottom: 1px solid #eeeeee;
    height: 70px;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    line-height: 40px;
    background: #f1f1f1;
}
.trip-table tbody tr:last-child {
    border-bottom: 1px solid transparent;
}
.trip-table td.button a {
    padding: 0 35px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    width: 175px;
    text-align: center;
}
.trip-table td.button a.btn-bor {
    border: 1px solid var(--secondcolor);
    background: var(--secondcolor);
    color: #fff;
    border-radius: 4px;
}
.trip-table td.button a.btn-bor:hover {
    background-color: var(--maincolor);
    color: #ffffff;
    border: 1px solid transparent;  
}
.trip-table td.button a.btn-theme {
    border: 1px solid #282828;
}
.trip-table td.button a.btn-theme:hover, form.adventure-select-form button.search:hover {
    background-color: #282828;
    color: #ffffff;
}
/*Adventure details style 2*/
.adv-details-wrap-2 {
    height: 1200px;
    position: relative;
}
.bradcumb-area.adventure-details-2 {
    height: inherit;
}
.adv-details-wrap-content {
    position: absolute;
    top: 50%;
    background: white;
    width: 100%;
    transform: translateY(-50%);
}
/*=== Cart Page ===*/
.cart-area table.table {
    border: 1px solid #eeeeee;
}
.cart-area th p {
    line-height: 25px;
    width: 220px;
}
.cart-area table.table thead {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    height: 70px;
    line-height: 70px;
}
.cart-area table.table thead tr {
    border-bottom: 2px solid #eeeeee;
}
.cart-area table.table thead tr th:first-child {
    position: relative;
    left: 25px;
}
.product-cart-wrap {
    display: flex;
    position: relative;
    left: 25px;
    height: 100%;
    padding: 20px 0 15px 0;
}
.product-cart-close {
    margin-right: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #ffffff;
    border: 1px solid #edf0f5;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-cart-close a {font-size: 13px;color: #282828;display: block;line-height: 22px;}
.product-cart-tbl-thumb {
    margin: 0 15px 0 33px;
}
.product-cart-tbl-content h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.product-cart-tbl-content p {
    line-height: 25px;
    font-size: 14px;
    margin: 0;
}
.product-cart-tbl-content a {
    line-height: 24px;
}
.product-cart-tbl-content a {
    font-size: 13px;
    text-decoration: underline;
}
.product-cart-tbl-content a:hover, .product-cart-tbl-content a:hover h6 {
    color: var(--maincolor);
}
.product-cart-close a:hover {
    color: #ffffff;
    background-color: #282828;
}
.product-cart-tbl-content > a {
    text-decoration: none;
}
.cart-area td {
    vertical-align: middle;
}
.quickview-quality .cart-plus-minus {
  display: inline-block;
  height: 44px;
  padding: 0;
  position: relative;
  width: 130px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.quickview-quality .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 24px;
}
.quickview-quality .cart-plus-minus .qtybutton.dec {
  height: 34px;
  top: 12px;
  left: 4px;
  font-weight: 600;
  font-size: 14px;
}
.quickview-quality .cart-plus-minus .qtybutton.inc {
  height: 34px;
  top: 12px;
  right: 4px;
  font-weight: 600;
  font-size: 14px;
}
.quickview-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #262626;
  font-size: 14px;
  height: 46px;
  line-height: 40px;
  margin: 0;
  padding: 0px;
  text-align: center;
  width: 100px;
  font-weight: 600;
}
.quickview-quality.quality-height-dec .cart-plus-minus {
  height: 45px;
}
.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.dec {
  height: 45px;
  top: 11px;
}
.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.inc {
  height: 45px;
  top: 12px;
}
.quickview-quality.quality-height-dec .cart-plus-minus input.cart-plus-minus-box {
  height: 45px;
  line-height: 45px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus {
  height: 45px;
  margin-left: -15px;
}
.table-btn {
    display: inline-block;
    width: 100%;
}
.table-btn a.btn.border-theme {
    margin-bottom: 30px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.dec {
  height: 45px;
  top: 11px;
  font-weight: 500;
  left: 22px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.inc {
  height: 45px;
  top: 12px;
  font-weight: 500;
  right: 22px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus input.cart-plus-minus-box {
  height: 45px;
  line-height: 45px;
  width: 80px;
  font-weight: 400;
}
.table-btn input.code-input.single-input {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    width: 270px;
    margin-right: 16px;
}
/*=== Button ===*/
a.btn.border-theme {
    border: 1px solid var(--maincolor);
    padding: 19px 50px;
    border-radius: 10px;
}
a.btn.border-theme:hover {
    background-color: var(--maincolor);
    color: #ffffff;
}
.right-cart-btn {
    float: right;
}
a.btn.btn-theme-dark, button.btn.btn-theme-dark {
    background: #282828;
    border-radius: 10px;
    padding: 19px 50px;
    color: #ffffff;
    margin-right: 8px;
}
a.btn.btn-theme-dark:hover, button.btn.btn-theme-dark:hover {
    background-color: var(--maincolor);
}
a.btn.btn-theme, button.btn.btn-theme, input.btn.btn-theme {
    background: var(--maincolor);
    color: #ffffff;
    border-radius: 0.25rem;
    padding: 10px 30px;
}
a.btn.btn-theme.blue, button.btn.btn-theme.blue, input.btn.btn-theme.blue {
    background: #5a68ef;
}
a.btn.btn-theme.blue-2, button.btn.btn-theme-2.blue, input.btn.btn-theme.blue-2 {
    background: var(--maincolor);
}
a.btn.btn-theme.blue-2:hover, button.btn.btn-theme.blue-2:hover, input.btn.btn-theme.blue-2:hover {
    background-color: var(--secondcolor);
}
a.btn.btn-theme.blue:hover, button.btn.btn-theme.blue:hover, input.btn.btn-theme.blue:hover {
    background-color: var(--secondcolor);
}
a.btn.btn-theme:hover, button.btn.btn-theme:hover, input.btn.btn-theme:hover {
    background-color: var(--secondcolor);
}
.single-total {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
}
.single-total p:last-child {
    float: right;
}
.single-total p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.single-total p.normal {
    font-weight: 400;
}
.single-total.total {
    border-top: 1px solid transparent;
    margin-bottom: 30px;
}
a.btn.btn-theme.float-right {
    float: right;
}
/*=== Check Out ===*/
.single-field {
  height: auto;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}
.single-field > input {
  border: 1px solid none;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
.single-field > textarea {
  border: 1px solid #ffffff;
  height: auto;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 17px;
  background-color: rgba(255, 255, 255, 0.149);
  background-color: #ffffff;
}
.single-field input::placeholder {
  color: #656565;
}
.single-field input::-webkit-focus {
  color: var(--maincolor);
}
.single-field input:-ms-focus {
  color: var(--maincolor);
}
.single-field input::-ms-focus {
  color: var(--maincolor);
}
.single-field input[focus] {
  color: var(--maincolor);
}
.single-field textarea::placeholder {
  color: #656565;
}
.single-field textarea::-webkit-focus {
  color: var(--maincolor);
}
.single-field textarea:-ms-focus {
  color: var(--maincolor);
}
.single-field textarea::-ms-focus {
  color: var(--maincolor);
}
.single-field textarea[focus] {
  color: var(--maincolor);
}
.half-field {
  float: left;
  width: 48%;
}
.half-field-last {
  float: left;
  width: 48%;
  float: right;
}
.gane-form.billing-form form.contact-us-form {
    display: flex;
}
.form-left {
    width: 49%;
    margin-right: 30px;
    border: 1px solid #eee;
    padding-top: 20px;
}
.form-right {
    width: 49%;
    border: 1px solid #eee;
    padding-top: 20px;
}
.form-title {border-bottom: 1px solid #eeeeee;margin-bottom: 15px;}

.gane-form.billing-form .single-field {
    padding: 0 30px;
}
.gane-form.billing-form .single-field.half-field {
    padding-right: 0;
}
.gane-form.billing-form .single-field.half-field-last {
    padding-left: 0;
}
.gane-form {
    margin-bottom: 30px;
}
.gane-form input {
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.gane-form select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.form-title h4 {
    font-size: 20px;
    padding-left: 30px;
}
.payment-method-contnt {
    padding-left: 30px;
}
.payment-method-contnt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.payment-method-contnt a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 240, 245);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 84px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 62px;
    margin-right: 15px;
    transition: 0.3s;
    margin-bottom: 15px;
}
.payment-method-contnt a:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.payment-method-contnt {
    margin-bottom: 18px;
}
.single-field.one-third {
    width: 32%;
    float: left;
}
.single-field.one-third.last {
    margin-right: 0;
    padding-right: 0;
}
.gane-form input::placeholder {
    text-transform: uppercase;
    font-size: 12px;
}
.form-right button.btn.btn-theme-dark {
    float: right;
    margin-right: 30px;
}
.form-right.checkout {
    padding-bottom: 30px;
}
.form-right.checkout button.btn.btn-theme-dark {
    float: left;
    margin-left: 30px;
}
.section-title.font-s30 h2 {
    font-size: 30px;
    padding-right: 30px;
}
.login-form ul {
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}
.login-form ul li {
    display: inline-block;
}
.login-form ul a {
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-right: -5px;
    line-height: 50px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.login-form ul a i {
    font-size: 20px;
    margin-right: 4px;
}
.login-form .form-left {
    width: 100%;
    padding-bottom: 30px;
}
.login-form .form-left .single-field {
    padding: 0 30px;
}
.login-form .form-left p {
    display: inline-block;
}
.password {
    padding: 0 30px;
}
.password p input {
    margin-right: 5px;
}
.password p {
    font-size: 13px;
    line-height: 25px;
}
.password p:last-child {
    float: right;
}
.password p a {
    text-transform: uppercase;
    color: var(--maincolor);
    margin-right: 15px;
}
.login-form button.btn.btn-theme {
    margin-left: 30px;
}
a.facebook {
    background-color: #38539B;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login-form a.twiter {
    background: #64ccf1;
}
.login-form a.google {
    background: #d34836;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login-form ul li:last-child {
    margin-right: 0;
}
.password p.aggri {
    float: none;
}
/*=== Blog post ===*/
/*Sidebar*/
form.blog-shearch-form {
    margin-bottom: 30px;
    position: relative;
    top: -5px;
}
form.blog-shearch-form input {
    width: 100%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 11px;
}
form.blog-shearch-form button.submit {
    border: snow;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.single-popular-post-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.popular-post-thumb {
    width: 58%;
    margin-right: 10px;
}
.popular-post-thumb img {
    border-radius: 5px;
}
.popular-post-content p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0;
}
.popular-post-content {
    width: 64%;
}
.popular-post-content h6 {
    font-size: 14px;
    line-height: 20px;
}
.popular-post-content a:hover h6 {
    color: var(--maincolor);
}
form.blog-sidebar-select select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    line-height: 12px;
    border-radius: inherit;
    padding-bottom: 15px;
}
form.blog-select-form {
    display: flex;
    width: 65%;
}
form.blog-select-form select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}
.grid-blog {position: absolute;right: 0;top: 0;}

.grid-blog ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.grid-blog ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-top-bar {
    position: relative;
    margin-bottom: 50px;
}
.grid-blog ul li:last-child {
    margin: 0;
}
.grid-blog ul li a:hover {
    color: var(--maincolor);
}
.single-blog-post {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 15px;
    border-top-left-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.post-thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}
.post-thumbnail img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
    border-radius: 10px;
}
.home-blog-area .aside-blogs a h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.single-blog-post:hover .post-thumbnail img {
    transform: scale(1.1);
}
.single-post-content-thumb {
    padding: 30px;
    margin: 0 0 40px 0;
}
.post-thumbnail a:hover img {
    transform: scale(1.2);
}

.post-thumbnail a {
    display: block;
}

.home-blog-area .main-blog .post-blog-content:hover img {
    transform: scale(1.5) !important;
}
.post-meta {
    margin-bottom: 5px;
}
.post-meta span {
    color: #999999;
    font-size: 13px;
    position: relative;
    margin-right: 30px;
}
.post-meta span i {
    margin-right: 5px;
}
.post-meta span:before {
    position: absolute;
    content: "/";
    right: -19px;
    top: -10px;
}
.post-meta span:last-child:before {
    display: none;
}
.entry-header h2.entry-title {
    font-size: 25px;
    line-height: 35px;
}
.entry-header a:hover h2.entry-title {
    color: var(--maincolor);
}

.entry-content {
    margin-bottom: 30px;
}
.isotope_item .entry-content {
    margin-bottom: 15px;
}
.entry-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
.single-blog-post:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
/*Style 2*/
.single-blog-post.style-2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.single-blog-post.style-2 .single-post-content-thumb {
    padding: 0 20px 0 26px;
}
.single-blog-post.style-2 .entry-content {
    margin-bottom: 0;
}
.single-blog-post.style-2 .entry-header h2.entry-title {
    font-size: 22px;
    line-height: 30px;
}
.single-blog-post.style-2 .post-meta span {
    margin-right: 20px;
}
.single-blog-post.style-2 .post-thumbnail img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
}
/*Blog Grid*/
.blog-grid-top-bar {
    display: flex;
}
.blog-grid-top-bar .blog-grid-one, .blog-grid-top-bar .blog-grid-three, .blog-grid-top-bar .blog-grid-tow {
    width: 25%;
    margin-right: 23px;
}
.blog-grid-one select.form-select, .blog-grid-three select.form-select {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.single-blog-post-wrap.grid .entry-header h2.entry-title a {
}
/*=== Blog Single ===*/
.post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(40, 40, 40);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    display: flex;
    padding: 10px 8px;
}
.post-date h4 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 17px;
    align-items: center;
}
.post-date h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}
.single-post-coontent-top {
    background-color: #f5f7fa;
    padding: 50px 30px 25px;
    margin-bottom: 0px;
}
.single-blog-post-wrap.blog-details .post-thumbnail {
    margin-bottom: 0;
    position: relative;
}
.single-author-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.single-author-wrap .author-thumb {
    margin-right: 10px;
    width: 50px;
}
.single-author-wrap .author-thumb img {
    border-radius: 50%;
}
.author-content p {
    font-size: 14px;
    line-height: 4px;
    margin-bottom: 0;
    position: relative;
}
.author-content span {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}
.single-author-wrap .author-content {
    position: relative;
    top: 8px;
}
.author-tag {
    position: absolute;
    right: 0;
    font-size: 10px;
}
.author-tag p {
    background: #e5eaf2;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 26px;
}
.single-post-content-thumb .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post-content-thumb .entry-content ul li a {
    font-size: 14px;
}
.single-post-content-thumb .entry-content ul li a i {
    margin-right: 8px;
}
.single-post-content-thumb .entry-content ul li a:hover {
    color: var(--maincolor);
}
.quote-single {
    position: relative;
    border: 1px solid #eeeeee;
    padding: 50px 30px 34px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0;
}
.quote-single h4 {
    font-size: 23px;
    position: relative;
    z-index: 2;
}
.quote-single p {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.quote-single span {
    font-size: 14px;
    text-transform: uppercase;
}
.quote-single:before {
    position: absolute;
    top: 70px;
    left: 9px;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 180px;
    color: #f5f7fa;
    z-index: 1;
}
.next-prev-post-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
.next-prev-post-wrap .post-np {
    background-color: #f5f7fa;
    width: 40%;
    border-radius: 5px;
    padding: 20px 10px 10px 30px;
    margin-bottom: 50px;
}
.next-prev-post-wrap .post-np p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
}
.next-prev-post-wrap .post-np h5 {
    font-size: 18px;
}
.next-prev-post-wrap .post-np a:hover h5 {
    color: var(--maincolor);
}
.next-prev-post-wrap .post-np.prev-post {
    left: 0;
}
.next-prev-post-wrap  .post-np.next-post {
    position: absolute;
    right: 0;
}
.feedback-comments-wrap {
    overflow: hidden;
}
.feedback-comments-wrap {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px 20px 20px 30px;
}
.feedback-comments-wrap .feedback h5 {
    font-size: 18px;
    margin-bottom: 0;
}
.feedback-comments-wrap .feedback h4 {
    font-size: 25px;
}
.feedback-comments-wrap .feedback p {
    font-size: 14px;
    line-height: 25px;
    color: #717171;
    font-style: italic;
    margin-bottom: 40px;
}
.user-comments-wrap {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.user-comments-wrap .user-thumb {
    width: 35%;
}
.user-comments-wrap .user-thumb img {
    border-radius: 50%;
}
.user-comments-wrap .user-content p.name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.user-content p.date {
    color: #999999;
    font-size: 13px;
    margin-bottom: 8px;
}
.user-comments-wrap a.reply {position: absolute;right: 0;top: 0;font-size: 12px;text-transform: uppercase;font-weight: 600;}
.user-comments-wrap a.reply i {
    margin-left: 7px;
}
.user-comments-wrap a.reply:hover {
    color: var(--maincolor);
}
.user-content p.comments {
    margin-bottom: 0;
}
form.user-reply {
    display: flex;
} 
.left-reply {
    width: 35%;
    margin-right: 30px;
}
form.user-reply input {
    height: 50px;
    border: 1px solid #eeeeee;
}
form.user-reply .single-field {
    margin-bottom: 30px;
}
form.user-reply .right-rply {
    width: 60%;
}
form.user-reply .single-field textarea {
    border: 1px solid #eeeeee;
}
.single-blog-post-wrap.blog-details .single-blog-post {
    border: 1px solid transparent;
}

.single-blog-post-wrap.blog-details .single-blog-post .single-post-content-thumb {
    border: 1px solid #eeeeee;
    margin-bottom: 50px;
    border-top: 1px solid transparent;
}
/*=== Contact ===*/
.google-map-area {
    background-color: #f7f7f7;
    width: 100%;
    position: relative;
}
.google-map-wrap {
    position: absolute;
    width: 49%;
    right: 0;
}
.contact-p-contact .single-field input {
    height: 50px;
    border: 1px solid #ececec;
}
.contact-p-contact .single-field textarea {
    border: 1px solid #cecece;
    margin-bottom: 30px;
}
.single-contact {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
    height: 190px;
    overflow: hidden;
}
.contact-content h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 12px;
}
.contact-thumb {
    margin-bottom: 13px;
}
.contact-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.contact-content a {
    font-size: 16px;
    line-height: 25px;
    display: block;
}
.contact-content p a {
    display: inline-block;
}
.contact-content a.chat {
    font-weight: 500;
}
.contact-content a.chat i {
    font-weight: 500;
    position: relative;
    top: 2px;
    right: -4px;
}
.contact-content a:hover {
    color: var(--maincolor);
}
/*=== 404 ===*/
.error-area {
    position: relative;
}
.error-thumb {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.error-area a.btn.btn-theme {
    margin-top: 20px;
}
/*Product range slider*/
.widget-product-sorting {
  margin-top: 25px;
}
.widget-product-sorting .slider-product-sorting {
  height: 1px;
  border-radius: 0;
  background: #E4E7EB;
  border: 0 !important;
  margin: 0 0px 25px 0;
}
.widget-product-sorting .slider-product-sorting .ui-slider-range {
  background-color: var(--maincolor);
  height: 1px;
}
.widget-product-sorting .slider-product-sorting .ui-slider-handle {
  height: 11px;
  width: 8px;
  background-color: var(--maincolor);
  border: 0 !important;
  top: -5px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0;
}
.widget-product-sorting label {
  font-size: 15px;
  letter-spacing: 0.15px;
  color: var(--maincolor);
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
}
.widget-product-sorting label:focus {
  border: 0;
}
.widget-product-sorting input {
  font-size: 16px;
  letter-spacing: 0.15px;
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.widget-product-sorting input:focus {
  border: 0;
}
.widget-product-sorting button:focus {
  outline: 0;
}
.product-range-detail {
    border: 1px solid #edf0f5;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 3px;
}

.main-menunav ul li .packages-image {
    color: #ffffff;
    font-size: 16px;
    opacity: 1;
    /*text-transform: uppercase;*/
}
.main-menunav .navbar-nav ul li:hover {
    background: #f1f1f18f;
}
.main-menunav ul li:hover a {
    background: transparent;
    color: var(--secondcolor);
}
.main-menunav ul > li {
    display: inline-block;
    padding: 0;
}
.main-menunav .navbar-nav {
    display: flex;
    gap: 15px;
}
div#cssmenu ul li > ul {
    display: none;
}
.sub-menu{
   transition: 0.80s ease-in-out !important;
    animation-name: uk-fade-top-small;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both; 
}
.mega-menu {
    position: absolute;
    left: 0;
    background: #262626;
    padding: 30px;
    top: 100px;
    display: none;
    transition: 0.80s ease-in-out !important;
    animation-name: uk-fade-top-small;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    margin-top: 15px;
}
@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.mega-menu .nav {
    flex: 0 0 20%;
}
.main-menunav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 15px 8px;
    text-align: left;
    font-family: 'Outfit';
}
.mega-menu .allpackages-btn {
    text-align: center;
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    width: 125px;
    margin: 0 auto;
}
.mega-menu .tab-content {
    flex: 0 0 80%;
    padding: 0 40px;
    border-left: 3px solid #0000002e;
    margin-left: -17px;
}

.mega-menu .tab-content img {
    width: 100%;
    height: 273px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.main-menunav ul li .packages-image:hover img {
    transform: scale(1.21);
}
.mega-menu .tab-content  figure {
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.mega-menu .tab-content figure h4 {
    position: absolute;
    top: 0;
    background: #0000006b;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    line-height: 1.4;
    text-transform: uppercase;
}
.mega-menu .nav button {
    color: #fff;
    font-weight: 600;
}

.mega-menu .nav button.active {
    color: var(--maincolor) !important;
    background: transparent;
    position: relative;
}
.mega-menu .tab-content figure h4 span {
    display: block;
    width: 100%;
}
div#cssmenu ul li:hover > ul {
    display: block;
    background-color: #ffffff;
    border-top: 2px solid var(--maincolor);
    opacity: 1;
    /*padding: 15px 0;*/
    position: absolute;
    transform: translate3d(0px, 20px, 0px);
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 220px;
    z-index: 999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    text-align: left;
    top: 25px;
}

div#cssmenu ul li {
    position: relative;
}
div#cssmenu ul li ul li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 2px 0 2px 12px;
}

div#cssmenu ul li ul li a:hover {
    background: transparent;
    color: var(--maincolor);
}
div#cssmenu ul li ul li {
    display: block;
}
.payment-image img {
    margin-right: 25px;
}
button.booking-button-two {
    background: var(--maincolor);
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 10px;
    padding: 0 25px;
    margin-top: 10px;
    border-radius: 4px;
}
button.booking-button-two:hover {
    background: var(--secondcolor);
}
.LoginPopup .modal-content {
    padding: 30px 20px;
}
#RegisterModal button.close, #LoginModal button.close,
#ForgetPasswordformModal .close{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid transparent;
    background: #fff;
    font-size: 30px;
}
.LoginPopup .LoginHeader {
    text-align: center;
    width: 370px;
    margin: 0 auto;
    background: url(../images/red-line.jpg) repeat-x 0 40%;
}
.LoginPopup .LoginHeader .IconDiv {
    background: #fff;
    width: 140px;
    margin: 0 auto;
}
.LoginPopup .LoginHeader .IconDiv img {
    margin: 0 auto;
}
.LoginPopup .LoginHeader h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #0a0a0a;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 0 0;
}

.LoginPopup .LoginFormOuter .LoginForm {
    padding: 0 15px 20px 15px;
}
.LoginPopup .LoginFormOuter .LoginForm:before {
    background: url(../img/top-arrow.png) no-repeat 0 0;
    width: 55px;
    height: 27px;
    display: block;
    content: "";
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -42px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup {
    position: relative;
}

.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #bfbfbf;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 24px;
    padding-top: 10px;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup input.form-control {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 38px;
    height: auto;
    border-bottom: 1px solid #ddd;
}
.form-control {
    font-size: 12px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.ShowPassword {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 10px;
}
i.ShowPassword, i.ShowPasswordReg, i.ShowPasswordReg1 {
    cursor: pointer;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm a.ForgotPwd {
    font-size: 12px;
    color: #7e7e7e;
}
.LoginPopup .LoginFormOuter .LoginForm button.btn-primary {
    margin: 0;
    padding: 10px 20px;
    border-radius: 0;
    background: #149497;
    border: none;
    outline: none;
    display: block;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomCheckbox {
    margin: 10px 0 0 0;
    padding: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.LoginPopup .LoginWithSocialLnk {
    border-top: 1px dashed #7e7e7e;
    padding: 30px 0;
}
.LoginPopup .LoginWithSocialLnk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.LoginPopup .LoginWithSocialLnk ul li.FaceBook {
    background: #3b5a9a;
    margin-right: 5%;
}

.LoginPopup .LoginWithSocialLnk ul li {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    display: inline-block;
    width: 42%;
}
.LoginPopup .LoginWithSocialLnk ul li a {
    color: #fff;
    font-size: 16px;
}
.LoginPopup .LoginWithSocialLnk ul li a i {
    font-size: 30px;
    margin: 0 15px 0 0;
}

.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginWithSocialLnk ul li.Twitter {
    background: #23aae1;
}
.LoginPopup .DontHaveAccount {
    text-align: center;
    margin: 0;
}
.LoginPopup .DontHaveAccount p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #252424;
    font-weight: bold;
}
.LoginPopup .DontHaveAccount a.CreateNow {
    display: inline-block;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    padding: 5px 20px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    background: #fff;
    border-radius: 7px;
}
.LoginPopup .DontHaveAccount a.CreateNow:hover {
    background: var(--maincolor);
    color: #fff;
}
/* ---------------------------------
REGISTER POP UP
----------------------------------*/
.RegisterPopup .modal-content { 
    padding:30px 20px; 
}
.RegisterPopup button.close { position:absolute; top:20px; right:20px; }
.RegisterPopup .RegisterHeader { text-align:center; width:370px; margin:0 auto; background:url(../img/red-line.jpg) repeat-x 0 40%; }
.RegisterPopup .RegisterHeader .IconDiv { background:#fff; width:140px; margin:0 auto; }
.RegisterPopup .RegisterHeader .IconDiv img { margin:0 auto; }
.RegisterPopup .RegisterHeader h2 { text-transform:uppercase; font-size:22px; color:#0a0a0a; font-weight:bold; padding:0; margin:20px 0 0 0; }
.RegisterPopup .RegisterForm { padding:0 15px 0 15px;}
.RegisterPopup .RegisterForm:before {display: none; background:url(../images/top-arrow.png) no-repeat 0 0; width:55px; height:27px; display:block; content:""; text-align:center; margin:0 auto; position:relative; top:-42px; }
.RegisterPopup .RegisterForm .CustomRadioBox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm .CustomFormGroup { position:relative; }
.RegisterPopup .RegisterForm .CustomFormGroup svg { position:absolute; left:0; top:0; bottom:0; border-right:1px solid #bfbfbf; width:40px; text-align:center; color:#999999; font-size:24px; padding-top:10px; }
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPassword { 
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 15px;    
}
.RegisterPopup .RegisterForm .CustomFormGroup input.form-control { 
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 40px;
    height: auto;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.RegisterPopup .RegisterForm .CustomFormGroup select.form-control { border:1px solid #bfbfbf; border-radius:0; font-size:14px; padding:12px 10px 12px 60px; height:auto; }
.RegisterPopup .RegisterForm .CustomCheckbox { margin:10px 0 10px 0; text-align:left;padding: 0;position: relative;}
.RegisterPopup .RegisterForm .CustomCheckbox #Remember-error {
    position: absolute;
    bottom: -20px;
}
.RegisterPopup .RegisterForm .CustomCheckbox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm button.btn-primary { margin:20px 0 0 0; padding:10px 20px; border-radius:0; background:#149497; border:none; outline:none; display:block; }
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg, .RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg1 { position:absolute; right:0; top:0; bottom:0; width:40px; text-align:center; color:#999999; font-size:15px; padding-top:10px; }

/**********************************************************************************************************************************/
.modal-backdrop.fade.show {
    opacity: 0 !important;
    z-index: 99999999999999;
    height: auto;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.Licon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 17px;
}
.RegisterPopup .RegisterForm .CustomFormGroup i.Licon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 17px;
}
body.modal-open .header-area.sticky.navbar-fixed-top {
    height: 700px;
}
button#btn-search-category {
    border-radius: 10px;
    width: 170px;
    margin-left: 30px;
    border: none;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    height: 60px;
}
.proceed-checkout a {
    background-color: var(--maincolor);
    text-transform: capitalize;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid transparent;
}
table tr td,
table tr th {
    text-transform: capitalize;
}
.cartbox-total .card-body p {
    font-weight: 500;
}
.cartbox-total .card-body span {
    font-weight: 300;
}
.proceed-checkout button {
    background-color: var(--secondcolor);
    text-transform: capitalize;
    padding: 5px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
}
.proceed-checkout button:hover{
    border: 1px solid transparent !important;
}
.include-item {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 10px;
}

.mt-80 {
    margin-top: 80px;
}
.mt-60{margin-top:60px;}
.nav-link img.drop-shadow {
    height: 105px;
    width: 105px;
}

.section-padding {
    padding: 60px 0 0 0;
}

/*About Us Section Homepage*/
.about figure img {
    filter: drop-shadow(2px 4px 6px black);
    width: 100%;
    border-radius: 14px;
    height: 440px;
    object-fit: cover;
}

.about figure {position:relative;}

.about .about-contents {
    padding: 10px 0 0 4rem;
}

/*.about .about-contents h1 {*/
/*    font-size: 43px;*/
/*    line-height: 1.3;*/
/*}*/

.about .about-contents h1:first-letter {
    color: var(--maincolor);
}
.about figure .btn {
     position: absolute;
     top: 50%;
     width: 80px;
     height: 80px;
     left: 50%;
     background-color: red;
     animation-timeline: auto;
     animation-range-start: normal;
     animation-range-end: normal;
     padding: 0px;
     border-radius: 50%;
     border-width: 1px;
     border-style: solid;
     border-color: transparent;
     border-image: initial;
     animation: 1500ms ease 0s infinite normal none running glowing;
     transform: translate(-50%, -50%);
}

@-webkit-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@-moz-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@-o-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

.about figure .btn i {
    font-family: 'FontAwesome';
    font-style: initial;
    font-size: 25px;
}



/*Best Selling Tours Homepage*/
.portfolio-area .single-portfolio {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.portfolio-area .single-portfolio .portfolio-link {
    display: none;
}

.portfolio-area .single-portfolio .portfolio-text {
    padding: 0 20px;
    margin-bottom: 25px;
}

.portfolio-area .single-portfolio img {
    height: 273px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 0 20px 0;
}
.portfolio-area .single-portfolio .portfolio-text h4 {
    text-transform: uppercase;
}

.selling-tips-wrap .single-selling-tips {
    padding: 6rem 0 0 0;
}
.faq-area .faqaside-wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-area .faqaside-wrap h2 {
    color: #fff;
}
.faq-area .column-middle {
    margin: 0 auto;
}
.selling-tips-area .single-adventure .day-level {
    display: flex;
    gap: 10px;
}

.selling-tips-area .single-adventure .day-level img {
    height: 40px;
    object-fit: contain;
}

.selling-tips-area .single-adventure .day-level ul {
    list-style: none;
    padding: 0;
}
.selling-tips-area .owl-nav {
    display: block !important;
}
.featuredpackage-sl .owl-nav {
    display: block !important;
}

.featuredpackage-sl .owl-nav button,
.selling-tips-area .owl-nav button{
    background: var(--maincolor) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    margin: 0 -40px;
    border-radius: 50%;
}
.trip-itinery .itinerary-titlewrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px 0;
    align-items: end;
}

.trip-itinery .itinerary-titlewrap .expand-itinerary {
    display: flex;
}
.trip-itinery .itinerary-titlewrap .expand-itinerary  .expand-btn {
    background: var(--maincolor);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.trip-itinery .itinerary-titlewrap .expand-itinerary  .collapse-btn {
    background: var(--secondcolor);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.trip-itinery .itinerary-titlewrap .expand-itinerary a {
    color: #fff;
    height: fit-content;
    padding: 0 25px;
    font-size: 14px;
}
.trip-itinery .accordion h5 a {
    width: 100%;
    display: block;
}

.trip-itinery .accordion h5 a i {float: right;margin-top: 5px;}

.trip-itinery .card {
    margin: 0 0 20px 0;
}
.trip-itinery .card-header {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.trip-table tbody .hiden-box{
    display: none;
}
 
 header.sticky .login-cart {
    margin: 10px 0 0 0;
}

.client-testimonial button {
    padding: 0;
}

.client-testimonial .active img {
    filter: drop-shadow(2px 4px 6px black);
}

.client-testimonial button img {
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    filter: grayscale(1);
    margin: 0 0 40px 0;
}

.client-testimonial button.active {
    background: #fff !important;
}

.client-testimonial .tab-pane {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;padding: 30px;border-radius: 10px;position: relative;}
.client-testimonial .tab-pane:before {
    content: '\f10e';
    font-family: 'PhpDebugbarFontAwesome';
    position: absolute;
    right: 30px;
    font-size: 50px;
    opacity: 0.2;
}
.client-testimonial .tab-content {
    margin: 0 0 0 50px;
}
.client-testimonial .flex-testimonials .nav-pills {
    flex: 0 0 30%;
    flex-direction: row !important;
    justify-content: space-around;
}
.about .modal-body {
    padding: 0;
    background: #000;
}
.about .modal {
    background: #000c;
}
.navigation-area ul.menu-level-2{
    position: absolute;
}
.navigation-area ul.menu-level-3{
    right: -220px;
    margin: -40px 0 0 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
}
.about-contents-wrap .card {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #f1f1f1;
}
.contact-thumb img {
    height: 40px;
    object-fit: contain;
}
.contact-card .contact-p-contact {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 7px;
}
.contact-card .section-title {
    margin-top: 35px;
}
.sigle-adv-sidebar .tag-list-link {
    border: 1px solid #ddd;
    font-size: 16px;
    color: #717171;
    padding: 5px;
    border-radius: 4px;
}
.next-prev-post-wrap .post-np:nth-child(1) p:before {
    content: '\f060';
    font-family: "FontAwesome";
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
}

.next-prev-post-wrap .post-np:nth-child(2) p:after {
    content: '\f061';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
}
#gallery .item img {
    height: 350px;
    object-fit: cover;
}
.post-thumbnail figure {
    overflow: hidden;
}
.blog-area .post-thumbnail {
    position: relative;
    margin: 0;
}
.blog-area .single-post-content-thumb {
    margin: 0;
    padding: 20px;
}
.blog-area .post-thumbnail .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(40, 40, 40);
    width: 135px;
    height: 0;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.blog-area .post-thumbnail .post-meta span i {
    display: none;
}

.blog-area .post-thumbnail .post-meta span {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.faq-accordion .accordion-item h2{
    font-family:'Roboto' !important;
}
.home-blog-area .blog-title {
    display: flex;
    justify-content: space-between;
}
.faq-area {
    background: #262626;
}
.about .about-contents .btn {
    padding: 10px 30px;
}
.single-post-blog.style-2 .post-blog-content .btn {
    background: #fff;
    color: var(--maincolor);
    display: flex;
    gap: 4px;
    padding: 0;
    transition: 0.5s linear;
}
.home-blog-area .aside-blogs {
    display: flex;
    gap: 20px;
    margin-left: 3rem;
}

.home-blog-area .aside-blogs figure {
    flex: 0 0 25%;
}
.home-blog-area .aside-blogs .post-blog-content {
    flex: 0 0 75%;
}
.home-blog-area .aside-blogs figure img {
    /*border-radius: 10px;*/
    height: 100px;
    object-fit: cover;
}

.home-blog-area .aside-blogs .post-blog-content p {
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
    color: #3b3b3b;
    font-weight: 300;
}
.home-blog-area .main-blog {
    position: relative;
}

.home-blog-area .main-blog .post-blog-content {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: auto;
    padding: 15px;
    color: #fff;
    z-index: 999;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.home-blog-area .main-blog .post-blog-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.home-blog-area .main-blog .post-blog-content a h4 {
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    font-size: 21px;
    margin: 0;
}
.single-post-blog.style-2 .post-blog-content .btn i {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: var(--maincolor);
    color: #fff;
}

.single-post-blog.style-2 .post-blog-content .btn:hover {
    margin-left: 3px;
}
.testimonial-sl .clientreview-wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    /*padding: 15px 0;*/
    border-radius: 14px;
    position: relative;
    text-align: center;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    margin-top: 65px;
    /*background: aliceblue;*/
    color: #fff;
}
.testimonial-sl .clientreview-wrap h5,
.testimonial-sl .clientreview-wrap h6{
    color: #fff;
}
.testimonial-sl .clientreview-wrap h5 {
    margin: 0 0 5px 0;
}
.testimonial-sl .clientreview-wrap h6 {
    color: #919191;
}
.testimonial-sl .clientreview-wrap p {
    font-size: 16px;
    font-style: italic;
}
.testimonial-sl .clientreview-wrap img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -95px;
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
}

.testimonial-sl .clientreview-wrap:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    bottom: 130px;
    font-size: 105px;
    opacity: 0.2;
}
#scrollUp i:before {
    content: '\f062';
    font-family: 'FontAwesome';
}
.testimonial-sl .owl-nav button {
    background: var(--maincolor) !important;
    color: #fff !important;
}
.section-title p {
    margin: 0;
    font-size: 16px;
}
.selling-tips-wrap .single-selling-tips p {
    font-size: 18px;
}
.trip-table tbody .empty-cellbook {
    height: auto;
}
.inclution-area .trip-include .nitro-offscreen {
    background: #1987543b;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
    list-style: none;
}

.inclution-area .trip-include .nitro-offscreen li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}

.inclution-area .trip-exclude .nitro-offscreen {
    background: #dc354530;
    list-style: none;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
}

.inclution-area .trip-exclude .nitro-offscreen li:before {
    content: '\f057';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}
.appline-right .single-achevment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.alpine-left-content {
    padding: 3rem 0 0 0;
}
.trip-table table {
    margin: 0;
}
.sin-sis-alpine-wrap .single-alpine li i {
    color: #FF9800;
}
.inclution-area .row .col-md-4 .map-popup {
    padding: 0;
    margin: 4.2rem 0 30px 30px !important;
}
.modal {
    background: #000000d6;
}
.section-title h2 {
    margin: 0;
}
.Itinerary.Area {
    padding: 0 0 40px 0;
}
.footer-contact li span{
    color: #fff;
    font-size: 16px;
}

.footer-contact li i {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 9px;
}
.footer-payment p:nth-child(1) img {
    background: #fff;
    padding: 3px;
}

.testimonial-sl2 .owl-nav {
    color: #fff;
    z-index: 125;
}
.faq-area .accordion-item button:after {
    display: none;
}
.faq-area .accordion-item button {
    background: var(--secondcolor);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 0;
}
.faq-area .accordion-item button i {
    font-family: 'FontAwesome';
    font-style: normal;
    position: absolute;
    right: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.footer-contact li {
    margin: 0 0 20px 0;
}
.testimonial-sl2 .item img {
    height: 290px;
    object-fit: cover;
    border-radius: 20px
}
.footer-area .footer-social i {
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}
.contact-widget .footer-social li img {
    height: 17px;
    filter: brightness(0) invert(1);
}
.footer-area .payment-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 0 60px 0;
}

.footer-area .payment-wrap h3 {
    color: #fff;
    font-size: 17px;
}

.footer-area .payment-wrap img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    max-width: max-content;
    margin-right: 15px;
}
.footer-area .payment-wrap img:last-child {
    margin: 0;
}
header.header-area.style-2 .header-top-left p {
    font-size: 14px;
    color: #fff;
    animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
}
.faq-area .faq-collapse {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 0;
    align-items: baseline;
}

.faq-area .faq-collapse .btn {
    border-radius: 0;
    padding: 0px 10px;
    font-size: 14px;
}

.faq-area .faq-collapse  .faq-expand {
    background: var(--secondcolor);
}
.faq-area .faq-accordion {
    margin: 16px 0 0 0;
}
.slider-area {
    position: relative;
}

.slider-area .find-adventure-form {
    position: absolute;
    bottom: 13rem;
    z-index: 1;
    width: 80%;
    left: 10%;
}

.slider-area .find-adventure-form form {
    display: flex;
}
.slider-area .find-adventure-form .form-select {
    position: relative;
}

.slider-area .find-adventure-form label.error {
    position: absolute;
    bottom: 0;
    font-size: 14px;
}
.cart-table .EditCancelmks .btn-danger {
    border: 1px solid transparent;
}
.cartpbox .coupon-carttotals {
    margin: 0 0 20px 0;
}
.BreadCrumbSec .EditCartRight a {
    background: var(--maincolor);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
}
#editModal .Editcartpage .row span {
    font-size: 17px;
}

#editModal .Editcartpage .SubmitBtnmksf input {
    background: var(--maincolor);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

#editModal .modal-header .close {
    background: var(--maincolor);
    color: #fff;
    border: 1px solid transparent;
    padding: 5px;
    line-height: 1;
    border-radius: 4px;
}
.footer-area .quick-link-widget {
    padding: 0 0 0 60px;
}
.footer-area .footerpayment-icons {
    justify-content: flex-end;
}
.footer-area .quick-destinations img {
    height: 325px;
    object-fit: contain;
    width: 100%;
}
.contact-widget .footer-social li {
    margin-top: 15px;
}
.trip-info-wrap ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.trip-info-wrap ul li img {
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
}
.trip-info-wrap ul li strong {
    margin-right: 5px;
}

.trip-info-wrap ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
.highlighArea .alpine-left-content {
    background: var(--maincolor);
    padding: 20px;
    margin: 20px 0 20px 0;
    border-radius: 7px;
    color: #fff;
}

.highlighArea .alpine-left-content h2 {
    color: #fff;
}
.sin-sis-alpine-wrap .single-alpine {
    background: #f1f1f1;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}


#destination-error,#activity-error{
    display:none !important;
}
.highlighArea .alpine-left-content h4 {
    color: #fff;
}
.trip-itinery .accordion-item button {
    background: var(--maincolor);
    color: #fff;
    position: relative;
    padding-right: 30px;
}
.trip-itinery .accordion-item button i {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-style: normal;
}
.single-adventure figure {
    position: relative;
}

.single-adventure figure .tour {
    position: absolute;
    bottom: -10px;
    background: #000000bd;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 5px;
    left: 0;
    border-top-right-radius: 5px;
}
.highlighArea .alpine-left-content p {
    line-height: 1.8;
}
.inquiry-formpackage {
    border: 1px solid #ddd;
    padding: 15px;
    margin-left: 30px;
    border-radius: 4px;
    position: sticky;
    top: 0;
}
.inquiry-formpackage form label {
    font-size: 14px;
    font-weight: 500;
}

.inquiry-formpackage form label span {
    color: #da0505;
}
.inquiry-formpackage form .btn {
    padding: 10px 20px !important;
    display: inline-block;
}

.inquiry-formpackage form textarea {
    margin: 0 0 10px 0;
    height: auto;
}
.inquiry-formpackage form h4 {
    margin: 0;
}
.appline-right h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.trip-table tbody .empty-cellbook input {
    width: 35%;
    text-align: center;
}

.trip-table tbody .empty-cellbook .form-group {
    text-align: left;
}
.CartPageSec.pt40 {
    padding: 60px 0 40px 0;
}
#swal2-content:after {content: '.';}
/*.faq-area .faq-collapse .faq-expand:hover,*/
/*.trip-itinery .itinerary-titlewrap .expand-itinerary .expand-btn:hover,*/
/*.trip-itinery .itinerary-titlewrap .expand-itinerary .expand-btn:hover{*/
/*    background: var(--maincolor);*/
/*}*/
.trip-itinery .itinerary-titlewrap .expand-itinerary .collapse-btn:hover {
    background: var(--secondcolor);
}
.swal2-confirm {
    padding: 15px 30px;
    line-height: 1;
}
.cartpbox .coupon-carttotals h5 {
    font-family: 'Roboto' !important;
    background: var(--maincolor);
    color: #fff;
}
.cart-table thead {
    background: var(--maincolor);
    color: #fff;
}
#cancelModal .modal-footer button {
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 15px 15px;
    line-height: 0;
}

#cancelModal .modal-footer .yesbutton {
    background: #146c43;
}

#cancelModal .modal-footer .nobutton {
    background: #dc3545;
}
.single-blog-post .entry-header h4,
.single-blog-post-wrap.grid .entry-header h2.entry-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Roboto' !important;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.blog-area .single-blog-post .post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cart-table {border-radius: 7px;}
.blog-details .single-blog-post {
    margin: 0;
}
.blog-details .post-thumbnail img {
    height: auto !important;
}
.blog-area .popular-post-content h6 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
.blog-area .popular-post-thumb {
    flex: 0 0 35%;
}
.blog-area .popular-post-content {
    flex: 0 0 65%;
}
.blogsdetails-inner {
    border: 1px solid #ddd;
    margin: -1px 1px 40px 1px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.activities-box .include-item {
    padding: 0;
}
.activities-box .include-icon {
    position: relative;
}

.activities-box .include-icon .include-text {
    position: absolute;
    bottom: 0;
    background: #0000004f;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px;
    border-top-right-radius: 5px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.activities-box .include-icon .include-text .overgaymks {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.activities-box .include-icon .include-text h4 {
    color: #fff;
    margin: 0;
    font-size: 21px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.activities-box .include-icon .include-text p {
    font-size: 16px;
    line-height: 1.8;
}
.LoginPopup .LoginFormOuter .LoginForm .form-group p {
    text-align: right;
}
.allpackages-destinations .destinationscontents-wrap {
    margin: 0 0 20px 0;
}
.LoginPopup .LoginFormOuter .LoginForm .form-group p a {
    color: var(--maincolor);
}
.LoginForm btn-login {
    width: 100%;
    display: block;
}
#loginform .btn-login {
    display: block;
    width: 100%;
}
.RegisterHeader img {
    display: none;
}
.menu-parent > ul > li > ul,
.menu-parent > ul > li > ul > li > ul{
    position: absolute;
    right: -220px;
    top: -22px !important;
}
.menu-parent > ul > li a,
.menu-parent > ul > li > ul li a,
.menu-parent > ul > li > ul > li > ul li a {
    text-transform: capitalize !important;
}
.single-gallery img {
    height: 250px;
    object-fit: cover;
}
.inquiry-formpackage form .g-recaptcha {
    margin: 0 0 10px 0;
}
.faq-area .accordion-item button.show {
    position: relative;
}
.activities-box img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}
.photogallery_MKS img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin: 0 0 25px 0;
    border-radius: 7px;
}

/*Pagination*/
 
      .pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .pagination .fa {
        font-family: "Font Awesome 6 Brands";
    }
    .pagination button {
        background-color: #ddd;
        color: white;
        padding: 0px 12px;
        margin: 0 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .pagination button:hover {
        background-color: #0c86d7;
    }

    .pagination button:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
    }

    .pagination button.active {
        background-color: var(--maincolor);
    }
    .accordion-button::after,
    .about-adventure-area .section-title,
    .top-mainheader .icon{
        display: none;
    }
    
    /*Team-Page*/
    .team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  height: 150px;
  width: 150px;
  object-fit: contain;
  max-width: 500px !important;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
      color: var(--maincolor);
    font-size: 16px;
    margin: 0 2px;
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.team .row .col-lg-6 {
    margin-bottom: 25px;
}
.contact-card .contact-p-contact .g-recaptcha {
    margin: 15px 0;
}
.contact-p-contact textarea {
    height: 110px;
}
.faq-singlepage p {
    margin-right: 3rem;
}
#cssmenu > ul > li > a i {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 100;
}
#cssmenu > ul > li > ul li a i {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 100;
}
#cssmenu ul li > ul li {
    border-bottom: 1px solid #ddd;
}

#cssmenu ul li > ul li:last-child {
    border: none;
}

.login-cart .userDropdown {
    background: #fff !important;
}

/*UserDashboard*/
.Dashboadboxmks .Leftdashboard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--maincolor);
    margin-bottom: 30px;
    border-radius: 4px;
}

.Dashboadboxmks .Leftdashboard ul li a {
    color: #fff;
    display: block;
    /*opacity: 0.8;*/
    font-size: 16px;
}

.Dashboadboxmks .Leftdashboard ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #ffffffd4;
}

.Dashboadboxmks .Leftdashboard ul .active a {
    opacity: 1;
    position: relative;
}

/*.Dashboard .Dashboadboxmks .RightConDashmks {*/
/*    border: 1px solid #ddd;*/
/*    padding: 30px;*/
/*    border-radius: 7px;*/
/*    margin: 0 0 40px 0;*/
/*}*/

.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal .form-group {
    margin-bottom: 20px;
}

.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal input[type=submit] {background: var(--maincolor);color: #fff;border: 1px solid transparent;border-radius: 4px;font-size: 16px;}
.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal .btn-file {
    background: #f1f1f1;
    margin: 20px 0;
    color: #000;
    text-align: left;
}

.about-companyinfo {
    display: flex;
    gap: 20px;
}

.about-companyinfo .company-image img {border-right: 1px solid #ddd;padding-right: 20px;}

.about-companyinfo .company-info {
    flex: 0 0 60%;
    height: 280px;
    margin: 0 0 40px 0;
    overflow: hidden;
    position: relative;
}
.about-companyinfo .company-info .more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: var(--maincolor);
    font-weight: 500;
}
.about-companyinfo .show-height {
    height: auto;
}
.about-companyinfo .company-info .more:after {
    content: '\f101';
    font-family: 'FontAwesome';
}

.no-results h4 {
    text-transform: capitalize;
}

.no-results img {
    height: 150px;
    object-fit: contain;
    margin: 0 0 30px 0;
    opacity: 0.9;
}
.globalSearchContent {
    display: flex;
    gap: 20px;
}

.globalSearchContent span {
    font-size: 13px;
    color: var(--maincolor);
    line-height: 1.5;
    display: block;
    margin: 0 0 10px 0;
}

.globalSearchContent img {
    flex: 0 0 20%;
    width: 25%;
    margin: 0;
    object-fit: cover;
}

.globalSearchContent .entry-header h6 {
    color: var(--maincolor);
    font-size:16px;
}


.search-all {
    margin: 0;
}
.search-all h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.search-all .searchcontents-all {
    flex-direction: column-reverse;
}

.search-all .searchcontents-all .nav {
    width: 100%;
    border: 1px solid #ddd;
    align-items: center;
    padding: 0 15px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.search-all .searchcontents-all .nav button {
    border-right: 1px solid #ddd;
    border-radius: 0;
    color: #222;
    padding-left: 35px;
    padding-right: 35px;
}
.search-all .searchcontents-all .nav h6 {
    font-size: 14px;
    color: #222;
    opacity: 0.8;
    margin-right: 5px;
    margin-bottom: 0;
    padding-right: 20px;
}

.search-all .searchcontents-all .nav .active {
    color: #222;
    font-weight: 500;
    background: #f1f1f1;
}

.search-all .searchcontents-all .nav .allpills {
    border-left: 1px solid #ddd;
}
.search-results h4 {
    font-size: 18px;
    padding: 0 0 10px 0;
}

.main-menunav .navbar-nav li > ul {
    position: absolute;
    display: none;
    background: #262626;
    padding: 10px 10px;
}
.overview-container p, .overview-container p span {
    color: #000000bd !important;
    font-size: 14px;
    line-height: 2.1;
}


.main-menunav .navbar-nav li > ul > li > ul {
    position: absolute;
    left: 220px;
    display: none;
    margin-top: -35px;
}
.main-menunav .navbar-nav li > ul > li > ul > li a {
    line-height: 1.3;
    padding: 8px 0px 8px 10px;
}
.childsubMenu:after{
    transform: rotate(275deg);
    position: absolute;
    right: 10px;
    top: 46%;
}
.main-menunav .navbar-nav li > ul > li > ul > li a:after{
    transform: rotate(270deg);
    position: absolute;
    right: 10px;
    top: 50%;
}
.main-menunav .navbar-nav li > ul > li > ul > li {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.main-menunav .navbar-nav li > ul > li > ul > li:last-child {
    border-bottom: none;
}


.main-menunav .navbar-nav ul li {
    width: 100%;
    display: block;
}
.main-menunav .navbar-nav ul li a {
    color: #fff;
    padding: 0 5px;
    display: block;
    width: 100%;
    position: relative;
}

.main-menunav .navbar-nav ul {
    padding: 0;
    list-style: none;
    border-radius: 4px;
}


.navbar-toggler {
    position: relative;
    padding: 0;
    border: 1px solid transparent;
}
.navbar-toggler:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.main-menunav .navbar-nav > li:hover .main-menunav .navbar-nav > li > ul {
    display: block !important;
}

.main-menunav .navbar-nav > li > ul > li >:hover .main-menunav .navbar-nav li > ul > li > ul {
    display: block !important;
}
.main-menunav .dropdown-menu li a {
    display: block;
    padding: 0 10px;
}
.search-wrap__box {
    z-index: 1;
    position: relative;
    padding: 0 0 100px 0;
    margin-top: 0;
    background: #f1f1f1;
}
.bestselling-packages,
.portfolio-area,
.client-testimonials{
    background: #f1f1f1;
}
.topselling-sl .topselling-wrap {
    background: #fff;
}
.bestselling-packages {
    padding: 0 0 30px 0;
}
.client-testimonials {
    padding: 60px 0 20px 0;
}
.portfolio-area {
    padding: 60px 0;
}
.sub-menu li:hover {
    background: transparent !important;
}

.sub-menu li a:hover {
    color: var(--secondcolor) !important;
}

.sub-menu li a {
    font-size: 16px;
    transition: 0.5s linear;
    font-weight: 300;
}

@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.search-wrap__box .holidaySearchyForm {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 2% 2%;
    gap: 10px;
    width: 85%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0%);
}
 .search-wrap__box input {
    padding-left: 20px;
    border-radius: 0;
    height: 55px;
    flex: 0 0 75%;
    border: none;
    border-bottom: 1px solid var(--secondcolor);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.search-wrap__box input:focus {
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid var(--secondcolor);
}
.search-wrap__box input::placeholder {
    color: var(--secondcolor);
}
.search-wrap__box .holidaySearchyForm button {
    background: var(--secondcolor);
    color: #fff;
    border-radius: 0;
    height: 55px;
}
.searchResults {
    background: #fff;
    border-radius: 7px;
    display: none;
    margin: 5px 0 0 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 63px;
    z-index: 999;
    width: 79%;
}
.searchResults::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.searchResults::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.searchResults::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.searchResults::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.searchResults .matchedPackages {
    display: flex;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.searchResults .matchedPackages img {
    height: 70px;
    object-fit: cover;
    width: 80px;
    animation:none;
}

.searchResults .matchedPackages:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.searchResults .searchContent {
    width: 100%;
}

.searchResults .matchedPackages a {
    color: #222;
    text-transform: capitalize;
    display: block;
    padding: 10px 15px;
    border-radius: 7px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
    padding-left:;
}


.payments-accept{
    padding: 20px 5px;
}
.payments-accept img{
    width: 80px;
}

.payments-accept h3,
.payments-accept.social-top{
    color: #fff;
}

#chat-btn{
    position:fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#chat-btn a img{
    height: 60px;
    width: 60px;
    object-fit: contain;
}


  /* Reviews-Page */
  

.reviewpage-single .all-reviews {
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(27,43,58,.15);
    box-shadow: 0 2px 6px 0 rgba(27,43,58,.15);
    border: solid 1px rgba(27,43,58,.15);
    margin: 0 0 30px;
    font-size: 1rem;
    line-height: 1.69;
    color: #1b293a;
}

.reviewpage-single .all-reviews h2 {
    color: #1b293a;
    line-height: 1.1;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.reviewpage-single .all-reviews ul {
    list-style: none;
}
.all-reviews figure {
    margin: 0 0 20px 0;
}
.reviewpage-single .all-reviews .client-inforeview ul {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0 0 20px 0;
}

.reviewpage-single .all-reviews .client-inforeview ul img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    object-fit: cover;
}

.reviewpage-single .all-reviews .client-inforeview ul img li span {
    display: block;
    width: 100%;
}

.reviewpage-single .all-reviews .client-inforeview ul span {
    display: block;
    font-size: 12px;
}

.reviewpage-single .all-reviews .client-inforeview ul li i {
    color: rgb(252, 191, 2);
}

.reviewpage-single .tripadvisor-review {
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(27,43,58,.15);
    box-shadow: 0 2px 6px 0 rgba(27,43,58,.15);
    border: solid 1px rgba(27,43,58,.15);
    margin: 0 0 30px;
    line-height: 1.69;
    position: sticky;
    top: 30px;
}

.reviewpage-single .tripadvisor-review a {
    background: var(--maincolor);
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    display: block;
    border-radius: 4px;
}

.reviewpage-single .tripadvisor-review a i {
    margin: 0 7px 0 0;
}
.reviews-breadcrumb,
.blog-breadcrumb {
    background: var(--maincolor);
    padding:  0;
}

.reviews-breadcrumb ol a,
.blog-breadcrumb ol a {
    color: #fff;
}

.reviews-breadcrumb ol li,
.blog-breadcrumb ol li {
    color: #fff !important;
    padding: 5px 0;
}

.reviewpage-single .nav-pills .active {
    background: var(--maincolor);
    border-radius: 0;
    color: #fff !important;
    border: 1px solid transparent;
}

.reviewpage-single .nav-pills .nav-link {
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
}
.packagedetails-contentswrap #gallery img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    /*filter: grayscale(0.4);*/
    width: 100%;
    margin-bottom: 20px;
}
/*.packagedetails-contentswrap ul,.packagedetails-contentswrap ul li,.packagedetails-contentswrap p*/
/*{*/
/*        text-transform: capitalize;*/
/*}*/
.packageprice-aside .trip-expert .expertswrap-contents p i {
    color: #64b161;
    font-size: 18px;
    padding: 3px;
}
.InquiryPopup .InquiryHeader {
    display: flex;
    justify-content: space-between;
}

.InquiryPopup .modal-content {
    padding: 20px;
}

.InquiryPopup .InquiryHeader .close {
    border: 1px solid transparent;
    padding: 0;
    line-height: 0.8;
    height: fit-content;
    font-size: 35px;
    background: #fff;
}

.InquiryPopup .InquiryHeader h2 {
    font-size: 21px;
}

.InquiryPopup .inquiryform-warp form .form-group {
    margin: 0 0 10px 0;
}

.InquiryPopup .inquiryform-warp form .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.InquiryPopup .inquiryform-warp form .form-group input {
    font-size: 14px;
}

.InquiryPopup .inquiryform-warp form .form-group textarea {
    height: 100px;
}

.InquiryPopup .inquiryform-warp form .btn {
    margin: 10px 0 0 0;
}
/*.packagedetails-contentswrap #gallery img:hover {*/
/*    filter: grayscale(0);*/
/*}*/
  .reviewpage-single .sticky-navbar {
    position: sticky;
    top: 78px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.reviewpage-single .singleaside-container {
    position: sticky;
    top: 80px;
}
.reviewpage-single p {
    color: #1e1e1e;
    line-height: 28px;
}

.reviewpage-single .trip-highlights ul {
    list-style: none;
    margin: 20px 0 0 0 !important;
}

.reviewpage-single .trip-highlights {
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 28px;
    flex-direction: column;
}
.reviewpage-single .trip-highlights h4 {
    font-size: 20px;
    letter-spacing: normal;
    text-transform: capitalize;
}
.reviewpage-single .trip-highlights ul li {
    font-size: 14px;
    /*margin-bottom: 18px;*/
    line-height: 24px;
    color: #737373;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.reviewpage-single .trip-highlights ul li:before {
    content: '';
    height: 5px;
    width: 5px;
    background: var(--maincolor);
    position: absolute;
    left: 0;
    top: 37%;
    border-radius: 50%;
}

.reviewpage-single .overview-articles {
    display: flex;
    margin-bottom: 28px;
    flex-direction: column;
}

.reviewpage-single .overview-articles ul {
    margin: 0;
    list-style: disc;
    /*padding: 0;*/
}

.reviewpage-single .overview-articles ul li a {
    color: var(--maincolor);
    font-size: 14px;
    font-weight: 500;
}

.reviewpage-single .overview-articles ul li {
    margin: 8px 0;
}

.reviewpage-single .useful-notes {
    background-color: #eff7ff;
    border-color: #bddeff;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.reviewpage-single .useful-notes h4 {
    font-size: 20px;
    color: var(--maincolor);
}

.reviewpage-single .useful-notes h4 i {
    margin-right: 7px;
}

.reviewpage-single .useful-notes p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    margin-top: 20px;
}
.reviewpage-single .sticky-navbar .nav-pills .active {
    background: var(--maincolor);
    border-radius: 4px;
    color: #fff !important;
}

.reviewpage-single .sticky-navbar .nav-pills .nav-link {
    color: #1e1e1e;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 500;
}
.reviewpage-single .include-content .tab-content {
    border: 1px solid #ddd;
}

.reviewpage-single .include-content .nav-item .active {
    position: relative;
}
.reviewpage-single .include-content .nav-item .active:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -20px;
    left: 42%;
    color: var(--secondcolor);
    transform: rotate(90deg);
}

.reviewpage-single .include-content .nav-item .nav-link {
    border: 1px solid transparent;
    color: #1e1e1e;
    font-size: 16px;
}

.reviewpage-single .include-content .tab-content ul {
    list-style: none;
}

.reviewpage-single .include-content .tab-content ul li {
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.reviewpage-single .include-content .tab-content .tripincluded {
    background: #00800017;
    padding: 30px;
}

.reviewpage-single .include-content .tab-content .tripexcluded {
    background: #ff00000f;
    padding: 30px;
}
.include-content {
    margin-bottom: 30px;
}
.reviewpage-single .detail-itinerary .itinenray-singlepage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reviewpage-single .detail-itinerary .itinenray-singlepage a,
.reviewpage-single .faqsingle-page a {
    background: var(--maincolor);
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.detail-itinerary .packagein-icons {
    column-count: 2;
    list-style: none;
    margin: 20px 0 0 0;
}

.detail-itinerary .packagein-icons img {
    height: 30px;
    object-fit: contain;
}

.detail-itinerary .package-note {
    background-color: #eff7ff;
    border-color: #bddeff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}
.detail-itinerary .packagein-icons li {
    display: flex;
    gap: 10px;
}

.detail-itinerary .packagein-icons li p {
    font-weight: 400;
}
.reviewpage-single .detail-itinerary .itinerary-accordion h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.reviewpage-single .detail-itinerary .itinerary-accordion span {
    font-size: 23px;
}
.reviewpage-single .detail-itinerary .itinerary-accordion .accordion-item,
.reviewpage-single .detail-itinerary .itinerary-accordion .accordion-item img {
    margin-bottom: 20px;
}

.reviewpage-single .detail-itinerary .itinerary-accordion .accordion-item button {
    border-top: 1px solid #ddd;
    gap: 10px;
    align-items: flex-start;
    
}
.reviewpage-single .detail-itinerary .itinerary-accordion .accordion-item button:focus {
    border: none ;
    box-shadow: none;
    border-top: 1px solid #ddd;
}
.reviewpage-single .map-wrapper {
    display: flex;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
    margin: 20px 0;
}

.reviewpage-single .photo-galsingle .row {
    margin-top: 20px;
}

.reviewpage-single .photo-galsingle .row img {
    height: 260px;
    object-fit: cover;
    margin-bottom: 20px;
}
.reviewpage-single .faqsingle-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.reviewpage-single .tripadv-ratings {
    background: transparent;
    padding-top: 20px;
}

.itinerary-singlepack .title-itsingle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.itinerary-singlepack .title-itsingle button {
    border: none;
    padding: 0px 10px;
    font-size: 12px;
}

.itinerary-singlepack .title-itsingle button:nth-child(1) {
    background: var(--maincolor);
}
.gallery-tabwrap li button {
    color: #222 !important;
    font-weight: 500;
}
.itinerary-singlepack .title-itsingle button:nth-child(2) {
    background: #3c3a3a;
}

.itinerary-singlepack .title-itsingle .btnit-wrap button {margin: 0 -2px;color: #fff;}
.itinerary-singlepack .panel-group h4 button {
    color: #4c4a4a;
    border: 1px solid transparent;
    gap: 10px;
    align-items: center;
    display: flex;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.itinerary-singlepack .panel-group h4 button p {
    margin: 0;
}
.itinerary-singlepack .panel-group h4 button span {
    font-weight: 700;
    flex: 0 0 7%;
}
.itinerary-singlepack .accordion-item {
    border: 1px solid transparent;
    border-radius: 0;
    position: relative;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.itinerary-singlepack .accordion-item:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #808080;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    top: 16px;
}
.itinerary-singlepack .panel-group h4 button:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

/*.itinerary-singlepack .panel-group h4 span {*/
/*    color: var(--maincolor);*/
/*}*/
.itinerary-singlepack .panel-body {
    border: 1px solid #ddd;
    border-top: none;
    margin: -17px 0 20px 0;
    padding: 20px;
}

.trip-inquiry .share-trip {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    list-style-type:none;
}

.bradcumb-area ul {
    /*background: #262626c4;*/
    color: var(--secondcolor);
    padding: 20px;
    border-radius: 10px;
}

.table-info-breadcrumb{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}
.itinerary-singlepack .accordion-item .accordion-body {
    padding: 0;
}
.table-info-breadcrumb li {
    align-items: center;
    margin: 0 0 10px 0;
    flex: 0 0 24%;
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 2px 3px;
}

.breadcrumb-inner-contents .table-info-breadcrumb li img {
    height: 28px;
    object-fit: contain;
    margin-right: 7px;
    margin-top: -8px;
    width: 25px;
    filter: brightness(0) invert(1);
}

.table-info-breadcrumb b {
    /*margin-right: 10px;*/
    font-weight: 100;
}

.detailTab{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #262626;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.detailTab ul {
    margin: 0 !important;
    gap: 50px;
}
.bradcumb-area .breadcrumb-inner-contents {
    position: absolute;
    width: 80%;
    bottom: 50px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
}

.bradcumb-area .breadcrumb-inner-contents h3 {
    color: #fff;
    font-size: 40px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    line-height: 1.5;
}
span.text-light.accomodation p {
    position: relative;
    top: 6px;
}
.single-slide-content .content-text {
    text-align: left;
}

.single-slide-content .content-text p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
}
.single-slide-content .content-text a i {
    background: #fff;
    color: var(--maincolor);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}

.single-slide-content .content-text a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondcolor);
    margin: 20px 0 0 0;
    transition: 0.5s linear;
    border: 1px solid transparent;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 24px;
}
.single-slide-content .content-text a:hover {
    background: var(--secondcolor);
    color: #fff;
    border: 1px solid transparent;
}
.single-slide-content .content-text a:hover i {
    color: var(--secondcolor);
}
.topselling-wrap img,
.similartrips-wrap img{
    height: 250px;
    object-fit: cover;
}

.topselling-wrap figure,
.similartrips-wrap figure{
    position: relative;
    margin: 0;
}

.topselling-wrap figure .tour,
.similartrips-wrap .tour{
    position: absolute;
    bottom: 0;
    background: var(--secondcolor);
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 0 15px;
    border-top-right-radius: 10px;
}

.topselling-wrap .topselling-wrap-content,
.similartrips-wrap .similartrips-content{
    padding: 15px 20px 5px 20px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.topselling-wrap .topselling-wrap-content h6,
.similartrips-wrap .similartrips-content h6{
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.topselling-wrap .topselling-wrap-content  .price,
.similartrips-wrap .similartrips-content .price{
    color: var(--maincolor);
    font-weight: 600;
}
.adv-similar-detail-wrap .owl-nav button,
.topselling-sl button{
    background: var(--maincolor) !important;
    color: #fff !important;
    transform: scale(0.9);
    margin: -50px -45px 0 -45px;
}
.instagram-user-root-container {
    display: none;
}
.adv-similar-detail-wrap .owl-nav button:hover,
.topselling-sl button:hover{
    transform: scale(1);
}
.topselling-wrap .topselling-wrap-content .price small,
.similartrips-wrap .similartrips-content .price small{
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}
.slider-area .slide-content .justify-content-center {
    justify-content: flex-start !important;
}
.faq-area .faq-accordion .accordion-body {
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.about .about-contents h2 {
    margin: 0 0 20px 0;
    color: #fff;
}
.about .about-contents p {
    margin: 0 0 30px 0;
    color: #fff;
}
.packageprice-aside {
    position: sticky;
    top: 60px;
}
.packageprice-aside .packageprice-asidewrap,
.packageprice-aside .trip-expert{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    margin-left: 20px;
    background: #262626;
}
.packageprice-aside p {
    text-align: center;
}
.packageprice-aside .trip-expert {
    margin-top: 20px;
}

.packageprice-aside .trip-expert h4 {
    color: var(--secondcolor);
    font-size: 21px;
}

.packageprice-aside .trip-expert .expertswrap-contents h5 {
    color: #fff;
    margin: 0;
}

.packageprice-aside .trip-expert .expertswrap-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.packageprice-aside .trip-expert .expertswrap-contents p {
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    margin: 0;
}

.packageprice-aside .trip-expert .experts-wrapper figure img {
    height: 80px;
    object-fit: cover;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
}

.packageprice-aside .trip-expert .expertswrap-contents p a {
    font-size: 16px;
    margin-left: 5px;
    display: block;
}
.packageprice-aside p {
    font-size: 26px;
    font-weight: 500;
    color: var(--secondcolor);
}

.packageprice-aside p span {
    font-size: 16px;
}

.packageprice-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.packageprice-aside ul li {
}

.packageprice-aside ul li .btn {
    width: 100%;
}

.packageprice-aside ul li .btn-book {
    background: var(--secondcolor);
}
.experts-sl .owl-nav {
    display: block !important;
    position: absolute;
    top: 9%;
    transform: translate(-50%, -50%);
    width: 100%;
    right: -95px;
}

.experts-sl .owl-nav button i {color: var(--secondcolor);}

.experts-sl .owl-nav button {
    transform: scale(0.8);
}
.packagedetails-contentswrap .same-spacing {
    margin: 30px 0 0 0;
}
.experts-sl .owl-nav button:hover {
    transform: scale(1);
}
.packagedetails-contentswrap h4 {
    font-weight: 600;
    margin: 0 0 5px 0;
}
.packagedetails-tabs .row .col-lg-9 p,
.reviewpage-single .overview-articles li{
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 24px;
}
.adve-detail-area {
    padding: 60px 0 20px 0;
}
.mega-menu .flex-column {
    flex-direction: column !important;
    flex-wrap: nowrap;
    padding-left: 55px;
}
.mega-menu #v-pills-Adventure-tab {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mega-menu .flex-column::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.mega-menu .flex-column::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mega-menu .flex-column::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.mega-menu .flex-column::-webkit-scrollbar-thumb:hover {
  background: #555; 
}




.adve-detail-area .similartrips-wrap {
    margin: 0 0 20px 0;
}
.packagedetails-tabs .itinerary-tabwrap p {
    text-align: justify;
}
.packagedetails-contentswrap p {
    font-size: 16px;
    line-height: 28px;
    color: #3b3b3b;
}
.gallery-tabwrap .tab-content ul {
    padding: 0;
    list-style: none;
    border-radius: 10px;
}

.gallery-tabwrap .tab-content .tripincluded {
    background: #00800026;
    padding: 20px;
}

.gallery-tabwrap .tab-content .tripexcluded {
    background: #bf1e2e24;
    padding: 20px;
}

.gallery-tabwrap .tab-content ul li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.gallery-tabwrap .tab-content .tripincluded li:before {content: '\f058';font-family: 'FontAwesome';color: #28a745;position: absolute;left: 0;}

.gallery-tabwrap .tab-content .tripexcluded li:before {
    content: '\f057';
    font-family: 'FontAwesome';
    color: #dc3545;
    position: absolute;
    left: 0;
}

.rateItem {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 15px;
    height: 170px;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.top-review {
    list-style: none;
    display: flex;
    padding: 0;
}
.top-review li {
    margin-right: 5px;
}
.bestselling-packages .section-title,
.bestselling-packages .featuredpackage-sl{
    z-index: 0;
}
.costincludes-excludes .nav-pills .active {
    position: relative;
    border-radius: 4px;
}

.costincludes-excludes .nav-pills .active:after {
    content: '';
    height: 20px;
    width: 20px;
    background: var(--maincolor);
    position: absolute;
    bottom: -11px;
    left: 41%;
    transform: rotate(45deg);
}
.holiday-categorydetails .holiday-categorydetails-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    margin: 60px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.holiday-categorydetails .holiday-categorydetails-wrap p {
    text-align: justify;
}
.team-area .member-wrap {
    display: flex;
    margin: 0 0 30px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top-right-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.team-area .member-wrap .pic {
    flex: 0 0 30%;
    background: #fff;
}
.team-area .member-wrap .showfull-height {
    height: auto !important;
}
.member-info .btn-abs {
    position: absolute;
    bottom: -8px;
    right: 25px;
    font-size: 17px;
    color: var(--maincolor);
    font-weight: 600;
    background: #fff;
    width: 85px;

}
.member-info .btn-abs:hover {
    color: var(--secondcolor);
}
.member-info {
    flex: 0 0 70%;
    padding: 20px;
    background: #fff;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.aboutus-columns figure img {
    filter: drop-shadow(1px 1px 6px #222);
    border-radius: 10px;
}
/* width */
.team-area .member-wrap .member-info::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .team-area .member-wrap .member-info::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .team-area .member-wrap .member-info::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .team-area .member-wrap .member-info::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.team-area .member-wrap .member-info br {
    display: none;
}
.team-area {
    background: #f1f1f1;
    padding: 60px 0 40px 0;
}
.destinationscontents-wrap .imagewrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.destinationscontents-wrap .imagewrap figure {
    position: relative;
    margin: 0;
}

.destinationscontents-wrap .imagewrap figure .tour {
    position: absolute;
    bottom: 0;
    background: var(--maincolor);
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 0 15px;
    border-top-right-radius: 10px;
}

.destinationscontents-wrap .package-description {
    padding: 15px 20px 5px 20px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.destinationscontents-wrap .package-description h6 {
    width: 100%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.destinationscontents-wrap .package-description .price {
    color: var(--maincolor);
    font-weight: 600;
}

.destinationscontents-wrap .package-description .price small {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}
.team-area .member-wrap .member-info h4 {
    color: var(--maincolor);
    margin: 0;
}
.team-area .member-wrap .pic img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.team-area .member-wrap .member-info .team-position {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.team-area .member-wrap .member-info p {
    font-size: 16px;
}
.footer-area .quick-link-widget ul li a i {
    display: none;
}

.widget.quick-link-widget ul li {padding: 5.4px 0;}
.footer-area .quick-link-widget ul li a i {
    display: none;
}
.blog-details img,
.blog-details .post-thumbnail{
    border-radius: 0;
}

.testimonial-sl .owl-nav {
    display: block !important;
}

.testimonial-sl .owl-nav button {
    transform: scale(0.8);
}

.testimonial-sl .owl-nav button:hover {
    transform: scale(1);
}
.form-search-overlay .close-btn {
    position: absolute;
    top: 12%;
    right: 22%;
    display: block;
    z-index: 9999;
    color: #fff;
    font-size: 37px;
}
.slider-area img {
    height: 620px;
    object-fit: cover;
}
.showmegamenu-responsive {
    display: block;
    transition: 0.80s ease-in-out !important;
    top: 75%;
    z-index: 99;
    padding: 0 10px;
    position: initial;
}

.main-menunav .navbar-toggler span i {
    color: #fff;
    font-size: 33px;
}

.faq-area .accordion-item {
    margin: 0 0 15px 0;
}
.main-menunav {
    padding: 10px 0 0 0;
}
.megamenu-btn a:hover {
    background: var(--maincolor) !important;
    color: #fff !important;
    border: 2px solid transparent !important;
}
.mega-menu .nav button.active:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #262626;
    text-indent: -9999px;
    border-top: 3px solid #0000002e;
    border-left: 3px solid #0000002e;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    right: -17px;
    transform: rotate(135deg);
    top: 5px;
}
.home-blog-area .aside-blogs .post-blog-content p:last-child {
    display: none;
}
.home-blog-area .main-blog figure {
    margin: 0;
}
.aboutus-page .row .col-md-6 figure img {
    filter: drop-shadow(0px 0px 3px #222);
}
.home-blog-area .main-blog:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000073;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sk_branding a {
    display: none;
}

footer .widget img {
    height: 80px;
    object-fit: contain;
}

.footer-social h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.footer-social ul {
    display: flex;
}

.footer-social {
    margin: 25px 0 0 0;
}
.footer-social ul li a i {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.widget.contact-us ul li a:hover i {
    color: #fff !important;
}

.table-info-breadcrumb li img {
    height: 50px;
    object-fit: contain;
}
.table-info-breadcrumb li span {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
}
.package-map img {
    width: 100%;
    height: auto;
}
.hol_booking .payment-nepal-opt {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hol_booking .payment-nepal-opt button {
    padding: 0 5px;
    font-size: 14px;
}
.userDropdown {
    position: absolute !important;
    flex-direction: column;
    gap: 0 !important;
}

.userDropdown li {
    border-bottom: 1px solid #ddd;
}

.userDropdown li:last-child {
    border: none;
}

.userDropdown li a:hover {
    background: #f1f1f1 !important;
}
.Dashboard .Dashboadboxmks {
    padding: 3rem 0 0 0;
}
.Bookingsdash .Dashtitlemkd h4 {margin: 0;font-size: 18px;}
.Bookingsdash .card-body form label {
    font-size: 16px;
    font-weight: 500;
}
.Bookingsdash {
    margin: 0 0 40px 0;
}
.login-cart ul li .userDropdown li {
    border-bottom: 1px solid #3a3a3aba;
}

.login-cart ul li .userDropdown {
    border: 1px solid;
}

.login-cart ul li .userDropdown li:last-child {
    border: none;
}

.login-cart ul li .userDropdown li a:hover {
    background: #262626 !important;
    color: #fff !important;
}
.Dashboadboxmks .Leftdashboard ul li a i {
    margin: 0 5px 0 0;
}
.faq-area .faq-collapse .faq-expand:hover {
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    background: transparent;
}
/*.single-adventure p {*/
/*    display: none;*/
/*    transition: 55s ease-in;*/
/*}*/
/*.single-adventure .hover-anchor:hover p {*/
/*    display: block;*/
/*    transition: 55s ease-in;*/
/*}*/

.single-adventure p {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
    visibility: hidden;
}

.single-adventure .hover-anchor:hover p {
    opacity: 1;
    transform: translateY(0);
    max-height: 100px; /* Adjust as needed */
    visibility: visible;
}



.clientreview-wrap iframe {
    width: 100%;
}
.activitydetails-single .singlebig-link:hover .activity-description{
    display: block;
}
/*.singlebig-package .activity-description {*/
/*    display: block;*/
/*}*/
.holiday-categorydetails {
    margin: 0 0 20px 0;
}
.sk-ig-load-more-posts {
    background: var(--maincolor) !important;
    color: #fff !important;
    margin: 0 !important;
}
.testimonial-sl .text-testimonial {
    background: #fff;
    padding: 30px 20px;
    position: relative;
}

.testimonial-sl .text-testimonial h5 {
    color: #222;
}

.testimonial-sl .text-testimonial p {
    color: #919191;
}

.testimonial-sl .text-testimonial:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 7%;
    color: #91919121;
    right: 30px;
    font-size: 40px;
}

.packageprice-aside .packageprice-asidewrap table {
    width: 100%;
    border: 1px solid transparent;
}

.packageprice-aside .packageprice-asidewrap table tr td {
    font-size: 14px;
    padding: 0 0;
}

.packageprice-aside .packageprice-asidewrap .table-responsive {
    width: 100%;
    margin: 0 0 10px 0;
}

.packageprice-aside .packageprice-asidewrap table tbody tr td:nth-child(2) {
    text-align: right;
}

.packageprice-aside .packageprice-asidewrap table tr {
    border-bottom: 1px solid #dddddd12;
}