:root {
	--transparent-color: #ffffff00;

    --white-color: #ffffff;
    --white-color-05: #ffffff0d;
	--white-color-15: #ffffff26;
	--white-color-25: #ffffff40;
	--white-color-50: #ffffff80;
	--white-color-75: #ffffffbf;
    --white-color-90: #ffffffe6;
	
    --black-color: #000000;
    --black-color-05: #0000000d;
	--black-color-15: #00000026;
	--black-color-25: #00000040;
	--black-color-50: #00000080;
	--black-color-75: #000000bf;
    --black-color-90: #000000e6;

    --dark-color: #151515;
    --dark-color-05: #1515150d;
	--dark-color-15: #15151526;
	--dark-color-25: #15151540;
	--dark-color-50: #15151580;
	--dark-color-75: #151515bf;
    --dark-color-90: #151515e6;

    --theme-color-01: #052239;
    --theme-color-01-05: #0522390d;
	--theme-color-01-15: #05223926;
	--theme-color-01-25: #05223940;
	--theme-color-01-50: #05223980;
	--theme-color-01-75: #052239bf;
    --theme-color-01-90: #052239e6;

    --theme-color-02: #9ab7e0;
    --theme-color-02-05: #9ab7e00d;
	--theme-color-02-15: #9ab7e026;
	--theme-color-02-25: #9ab7e040;
	--theme-color-02-50: #9ab7e080;
	--theme-color-02-75: #9ab7e0bf;
    --theme-color-02-90: #9ab7e0e6;

	--gray-color: #c9ced3;
    --gray-color-15: #c9ced30d;
    --gray-color-25: #c9ced340;
    --gray-color-50: #c9ced380;
    
    --red-color: #660128;
    --orange-color: #f37544;
    --green-color: #1c9c40;
	
	--border-radius-00: 0;
    --border-radius-01: .75rem;
    --border-radius-02: 0 0 .75rem .75rem;
    --border-radius-03: .75rem .75rem 0 0;
    --border-radius-04: 0 .75rem .75rem 0;
    --border-radius-05: 2rem;
    --border-radius-06: .75rem 0 0 .75rem;
    --border-radius-07: 50%;
    --border-radius-08: .25rem;
	
    --font-main: "Noto Kufi Arabic", sans-serif; /** "Montserrat", sans-serif; **/
    --font-main-ar: "Noto Kufi Arabic", sans-serif;
    --font-title: "Noto Kufi Arabic", sans-serif; /** "Montserrat", sans-serif; **/
    --font-title-02: "Noto Kufi Arabic", sans-serif; /** "Himer", sans-serif; **/
    --font-awesome: "Font Awesome 5 Pro", sans-serif;
}

* {
    outline: 0 !important;
    box-shadow: none !important;
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
	font-family: var(--font-main);
    color: var(--dark-color);
    background-color: var(--white-color);
	font-size: 100%;
	font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
	direction: rtl;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    transition: all .5s ease-in-out;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-title-02);
    font-weight: 600;
	color: var(--theme-color-01);
    text-transform: uppercase;
    letter-spacing: .125rem;
}

p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
    }
}

::selection {
    background: var(--theme-color-01);
    color: var(--white-color);
}

.wow {
    visibility: hidden;
}

.en-lang {
    font-family: var(--font-main);
}

.ar-lang {
    font-family: var(--font-main-ar);
}

/****** Preloader ******/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-color-50);
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}
 
.no-js #preloader {
    display: none;
}
 
#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale > img {
    margin-top: -20px;
    margin-left: .5rem;
    margin-right: .5rem;
    animation: float 1.5s ease-in-out infinite;
}
 
.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
 
.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
 
.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
 
.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
 
.line-scale > div:nth-child(6) {
    -webkit-animation: line-scale 1s -0.05s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.05s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
 }

.line-scale > div:nth-child(7) {
    -webkit-animation: line-scale 1s -0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale .5s -0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
 
 .line-scale > div {
    background-color: var(--white-color);
    width: .25rem;
    height: 2rem;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
 }
 
 @keyframes line-scale {
    0% {
       -webkit-transform: scaley(1);
       transform: scaley(1);
    }
 
    50% {
       -webkit-transform: scaley(0.4);
       transform: scaley(0.4);
    }
 
    100% {
       -webkit-transform: scaley(1);
       transform: scaley(1);
    }
 
 }

 @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-8px);
    }
}


/****** Header ******/

header {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    width: 100%;
    z-index: 20;
	background-color: var(--white-color);
    border-bottom: 1px solid var(--dark-color-05);
	transition: all .5s ease-in-out;
}

header .navbar-brand {
    margin-right: 0;
}

header .navbar-brand img {
	height: 4rem;
	width: auto;
}

header .nav-item .nav-link,
header .nav-item .nav-link:focus {
    font-size: 1rem;
	font-weight: 600;
    line-height: normal;
    background-color: var(--transparent-color);
    color: var(--dark-color);
	margin-right: .25rem;
	margin-left: .25rem;
    border-radius: var(--border-radius-05);
    transition: all .5s ease-in-out;
}

header .nav-item .nav-link:hover,
header .nav-item .nav-link.active {
    color: var(--theme-color-01);
    transition: all .5s ease-in-out;
}

header .nav-item.last-child .nav-link {
    margin-right: 0rem;
}

header .nav-item .nav-link.deal-link,
header .nav-item .nav-link.deal-link:focus {
    background-color: var(--theme-color-01);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

header .nav-item .nav-link.deal-link:hover,
header .nav-item .nav-link.deal-link.active {
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: all .5s ease-in-out;
}

header .social-web {
    display: flex;
}

header .social-web .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

header .login-web {
    text-align: end;
    padding-right: 0 !important;
    position: relative;
}

header .login-mob {
    text-align: end;
    position: relative;
}

header .lang-web {
    position: relative;
    top: -.25rem;
}

header .login-web i,
header .login-mob i {
    font-size: 1.5rem;
    color: var(--theme-color-01);
    position: relative;
    top: .25rem;
}

header .lang-mob {
    text-align: end;
    position: relative;
}

header .lang-web i,
header .lang-mob i {
    font-size: 1.5rem;
    color: var(--theme-color-01);
    position: relative;
    top: .25rem;
}

header .nav-item .nav-link.login-web {
    color: var(--theme-color-01);
}

header.headroom--not-top {
    top: 0;
}

header:has(.deals-dit).headroom--not-top {
    top: -170px;
}

header.headroom {
    animation-duration: .5s;
    animation-fill-mode: both;
    will-change: transform, opacity;
}

header.headroom.headroom--pinned {
    animation-name: headroom--pinned;
    transition: all .5s ease-in-out;
}

header.headroom.headroom--unpinned {
    animation-name: headroom--unpinned;
    transition: all .5s ease-in-out;
}

header .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu .nav-tabs {
    border-bottom: none;
    padding: .25rem;
    background-color: var(--gray-color);
    border-radius: var(--border-radius-05);
}

header .dropdown-menu .nav-tabs .nav-link {
    color: var(--dark-color);
    background-color: var(--transparent-color);
    border: 1px solid var(--transparent-color);
    border-radius: var(--border-radius-05);
    padding: .5rem .5rem !important;
    margin: 0;
    font-size: .875rem;
    line-height: normal;
    transition: all .5s ease-in-out;
}

header .dropdown-menu .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

header .w-25-cus {
    width: 25%;
}

header .dropdown-menu-end.show {
    margin-top: 0;
}

header .dropdown-menu-end li {
    width: 50%;
}

header .dropdown-menu-end li .nav-link {
    width: 100%;
}

@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    header .navbar-expand-lg .navbar-nav .nav-link.nav-search {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0
    }
    header .dropdown-menu {
        position: absolute !important;
        z-index: 1000;
        display: block !important;
        min-width: 21rem;
        height: auto !important;
        padding: .75rem;
        margin: 0;
        font-size: .875rem;
        color: var(--dark-color);
        text-align: right;
        list-style: none;
        background-color: var(--white-color);
        background-clip: padding-box;
        border: 1px solid var(--dark-color-15);
        border-top: 1px solid var(--gray-color);
        border-radius: var(--border-radius-01);
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-in-out;
    }
    header .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        height: auto !important;
        top: 100%;
        box-shadow: 0 2px 3px var(--dark-color-15) !important;
        transition: all .5s ease-in-out;
    }
    header .dropdown-menu.fade-up {
        top: 140%;
        left: 0;
    }
    header .dropdown-menu.fade-up.dropdown-menu-start {
        top: 140%;
        right: 0;
    }
    header .dropdown-menu.fade-up.dropdown-menu-start.menu-lang {
        top: 140%;
        right: auto;
        left: 0;
    }
    header .nav-item:hover .dropdown-menu.dropdown-menu-start {
        opacity: 1;
        visibility: visible;
        height: auto !important;
        top: 100%;
        margin-top: 0 !important;
        background-color: var(--white-color);
        border: 1px solid var(--dark-color-15);
        border-top: none;
        border-radius: var(--border-radius-02);
        box-shadow: 0 2px 3px var(--dark-color-15) !important;
        transition: all .5s ease-in-out;
    }
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item,
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item:focus {
        color: var(--dark-color);
        font-size: .875rem;
        font-weight: 600;
        padding: .75rem 1rem;
        border-bottom: 1px solid var(--dark-color-25);
        background-color: var(--transparent-color);
    }
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item:hover,
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item.active {
        color: var(--theme-color-01);
        background-color: var(--transparent-color);
    }
    header .nav-item .dropdown-menu.dropdown-menu-start li:first-child .dropdown-item {
        padding: 0 1rem .75rem 1rem;
    }
    header .nav-item .dropdown-menu.dropdown-menu-start li:last-child .dropdown-item {
        border-bottom: none;
        padding: .75rem 1rem 0 1rem;
    }
    header .nav-item .dropdown-toggle.dropdown-toggle-cus::after {
        display: inline-block;
        position: absolute;
        top: 1.125rem;
        margin-right: .5rem;
    }
    header .lang-web .nav-item .dropdown-toggle.dropdown-toggle-cus::after {
        display: none;
    }
}

@media (max-width: 992px) {
    header.headroom--not-top {
        top: 0;
    }
    header:has(.deals-dit).headroom--not-top {
        top: -52px;
    }
    header .navbar {
        padding-top: .875rem;
        padding-bottom: .875rem;
    }
    header .navbar-top {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    header .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }
	header .navbar-brand img {
		height: 3rem;
	}
	header .nav-item .nav-link,
	header .nav-item .nav-link:focus {
		margin-right: 0;
		margin-left: 0;
	}
    header .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: var(--border-radius-00);
        transition: none;
    }
    header .navbar-toggler i.open-menu {
        color: var(--theme-color-01);
        font-size: 1.5rem;
        transition: all .5s ease-in-out;
        display: inline-block;
        position: relative;
        top: 2px;
    }
    header .navbar-toggler i.close-menu {
        color: var(--dark-color);
        height: auto;
        width: 21px;
        font-size: 1.5rem;
        transition: all .5s ease-in-out;
        display: none;
        position: relative;
        top: 2px;
    }
    header .navbar-toggler[aria-expanded="true"] i.open-menu {
        display: none;
        transition: all .5s ease-in-out;
    }
    header .navbar-toggler[aria-expanded="true"] i.close-menu {
        display: inline-block;
        transition: all .5s ease-in-out;
    }
    header .navbar-expand-lg .navbar-nav {
        margin: 0;
        padding: 0;
    }
    header .navbar-expand-lg .navbar-nav .nav-link,
	header .navbar-expand-lg .navbar-nav .nav-link:focus {
        padding: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    header .navbar-expand-lg .navbar-nav .nav-link.nav-search {
        padding-right: 0;
        padding-left: .5rem;
        position: absolute;
        right: 4.5rem;
        top: 1.5rem;
    }
	header .navbar-expand-lg .navbar-nav .nav-item.last-child .nav-link,
	header .navbar-expand-lg .navbar-nav .nav-item.last-child .nav-link:focus {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 1rem;
		padding-left: 1rem !important;
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
    header .navbar-nav-mob {
        height: calc(100vh - 69px);
    }
    header .navbar-header-top {
        margin-top: 0;
        overflow-y: auto;
    }
    header .navbar-nav-mob .nav-item .nav-link {
        position: relative;
        line-height: 3rem;
    }
    header .navbar-nav-mob .nav-item .nav-link::before {
        content: "\f111";
        font-family: var(--font-awesome);
        font-size: .25rem;
        font-weight: 900;
        color: var(--white-color-75);
        position: relative;
        margin-left: .5rem;
        top: -3px;
    }
    header .navbar-nav-mob .nav-item .nav-link.active::before {
        color: var(--white-color);
    }
    header .navbar-nav-mob .nav-item .nav-link.deal-link {
        text-align: center;
        line-height: 2.5rem;
        font-weight: 700;
    }
    header .navbar-nav-mob .nav-item .nav-link.deal-link::before {
        display: none;
    }
    header .login-mob {
        top: 1.25rem;
        position: fixed;
        left: 3rem;
    }
    header .login-web i, header .login-mob i {
        top: .125rem;
    }
    header .lang-mob {
        top: 1.5rem;
        position: fixed;
        left: 6.5rem;
        z-index: 1;
    }
    header .lang-web i, header .lang-mob i {
        top: .125rem;
        font-size: 1.125rem;
    }
    header .dropdown-menu {
        z-index: 1000;
        display: none;
        min-width: 21rem;
        font-size: 0.875rem;
        color: var(--dark-color);
        text-align: left;
        background-color: var(--white-color);
        background-clip: padding-box;
        position: absolute !important;
        box-shadow: 0 2px 3px var(--dark-color-15) !important;
        padding: 0.75rem;
        margin: 0;
        margin-top: 1.125rem !important;
        list-style: none;
        border: 1px solid var(--dark-color-15);
        border-radius: var(--border-radius-02);
        transition: all .5s ease-in-out;
    }
    header .dropdown-menu.dropdown-menu-start {
        padding: 0 .5rem;
        margin: 0 !important;
        font-size: 1rem;
        color: var(--white-color);
        text-align: right;
        list-style: none;
        height: 0 !important;
        background-color: var(--white-color);
        background-clip: padding-box;
        border: 1px solid var(--dark-color-15);
        border-top: none;
        border-right: none;
        position: static !important;
        border-radius: var(--border-radius-02);
        box-shadow: 0 2px 3px var(--dark-color-15) !important;
        overflow: hidden;
        display: none !important;
        transition: all .5s ease-in-out;
    }
    header .dropdown-menu.dropdown-menu-start.show {
        height: auto !important;
        display: block !important;
        transition: all .5s ease-in-out;
    }
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item,
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item:focus {
        color: var(--dark-color);
        font-size: .875rem;
        font-weight: 600;
        padding: .75rem 1rem;
        border-bottom: 1px solid var(--dark-color-25);
        background-color: var(--transparent-color);
    }
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item:hover,
    header .nav-item .dropdown-menu.dropdown-menu-start .dropdown-item.active {
        color: var(--theme-color-01);
        background-color: var(--transparent-color);
    }
    header .nav-item .dropdown-toggle.dropdown-toggle-cus::after {
        display: inline-block;
        position: absolute;
        top: 1.375rem;
        left: 0;
    }
    header .nav-item .dropdown-menu.dropdown-menu-start li:last-child .dropdown-item {
        border-bottom: none;
    }
    /* header .nav-item .dropdown-menu.dropdown-menu-start li:first-child .dropdown-item {
        padding-top: 0;
    } */
    header .nav-item .dropdown-menu.dropdown-menu-start.menu-lang {
        min-width: 14rem;
    }
    header .social-mob {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
        padding-top: .5rem;
        padding-bottom: 1.5rem;
        border-top: 1px solid var(--white-color-15);
    }
    header:has(.deals-dit) .social-mob {
        padding-bottom: 4.5rem;
    }
    header .social-mob .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 1.25rem !important;
        font-size: 1.25rem;
    }
    header .social-mob .nav-link:last-child {
        margin-right: 0 !important;
    }
    header .social-mob .nav-link::before {
        display: none;
    }
    header .w-25-cus {
        width: auto;
    }
    header .login-web i,
    header .login-mob i {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    header .navbar-expand-lg .navbar-nav .nav-link.nav-search {
        right: 4rem;
    }
}

@keyframes headroom--pinned {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes headroom--unpinned {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.deals-dit {
    position: relative;
    background-color: var(--dark-color-50);
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--dark-color-50);
    display: block;
}

.deals-dit p {
    font-family: var(--font-title);
    color: var(--white-color);
    font-size: 1.5rem;
    padding: .75rem 0;
}

.deals-dit p span {
    font-size: 1rem;
    margin-left: .5rem;
}

@media (max-width: 992px) {
    .deals-dit p {
        font-size: 1.25rem;
    }
    .deals-dit p span {
        font-size: .9375rem;
        margin-left: .25rem;
    }
}


/****** Footer ******/

footer {
    position: relative;
    bottom: 0;
}

footer .footer-top {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color-02);
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: var(--border-radius-03);
}

footer .footer-top .footer-about {
    position: relative;
}

footer .footer-top .footer-about img {
    height: 5rem;
    width: auto;
}

footer .footer-top .footer-about p {
    color: var(--white-color);
    font-size: .9375rem;
    margin-top: 1rem;
}

footer .footer-top .footer-about p span {
    font-family: var(--font-title);
    font-size: 1rem;
    color: var(--white-color);
}

footer .footer-top .footer-newsletter .newsletter-title {
    font-family: var(--font-title);
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

footer .footer-top .footer-newsletter p {
    color: var(--white-color);
    font-size: .9375rem;
}

footer .footer-top .footer-newsletter p.small {
    color: var(--white-color);
    font-size: .875rem;
}

footer .footer-top .footer-newsletter .form-outline .form-control:nth-of-type(1) {
    border-radius: var(--border-radius-04);
    color: var(--white-color);
    background-color: var(--theme-color-01-25);
    border: 1px solid var(--white-color-15);
}

footer .footer-top .footer-newsletter .form-outline .form-control:nth-of-type(2) {
    border-radius: var(--border-radius-00);
    margin-right: -1px;
    color: var(--white-color);
    background-color: var(--theme-color-01-25);
    border: 1px solid var(--white-color-15);
}

footer .footer-top .footer-newsletter .form-outline.is-invalid .form-control {
    border-color: var(--red-color);
}

footer .footer-top .footer-newsletter .form-outline .form-control::placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
    font-size: .875rem !important;
	opacity: 1 !important;
}

footer .footer-top .footer-newsletter .form-outline .btn-cus-01 {
    border-radius: var(--border-radius-06);
    padding: .75rem 1rem;
    min-width: 4rem;
}

footer .footer-top .footer-newsletter .form-outline .btn-cus-01 span {
    display: none;
}

footer .footer-bottom {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color-01);
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

footer .footer-bottom .footer-bottom-title {
    position: relative;
    color: var(--white-color);
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.125rem;
}

footer .footer-bottom .footer-bottom-title::after {
    content: "";
    display: block;
    height: 1px;
    width: 50%;
    background-color: var(--white-color-25);
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .footer-bottom ul.footer-links {
    margin-bottom: 0;
    padding-right: 0;
}

footer .footer-bottom ul.footer-links a,
footer .footer-bottom ul.footer-links a:focus {
    color: var(--white-color);
	font-weight: 400;
	font-size: .9375rem;
    line-height: 2.25rem;
	position: relative;
}

footer .footer-bottom .footer-links a:hover,
footer .footer-bottom .footer-links a.active {
    color: var(--white-color-75);
}

footer .footer-bottom .footer-links i {
    font-size: 1.25rem;
    min-width: 2rem;
    position: relative;
    top: 2px;
    text-align: center;
}

footer .footer-bottom .footer-links.footer-links-cus {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-bottom .footer-links.footer-links-cus li {
    width: 50%;
}

footer .footer-bottom .social {
	position: relative;
}

footer .footer-bottom .social a,
footer .footer-bottom .social a:focus {
	display: inline-block;
    margin-left: 1.25rem;
    color: var(--white-color);
    font-size: 1.25rem;
    transition: all .5s ease-in-out;
}

footer .footer-bottom .social a:hover {
    color: var(--white-color-75);
    transition: all .5s ease-in-out;
}

footer .footer-bottom .social a:last-child {
    margin-left: 0;
}

footer .back-to-top,
footer .back-to-top:focus {
    position: fixed;
    left: .75rem;
    bottom: .75rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    display: inline-block;
    border-radius: var(--border-radius-07);
    background-color: var(--dark-color);
    color: var(--white-color);
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    transition: all .8s ease-in-out;
}

footer .back-to-top:hover {
    background-color: var(--dark-color-75);
    transition: all .8s ease-in-out;
}

footer .back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all .5s ease-in-out;
}

footer .footer-bottom-02 {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--white-color-15);
}

footer .copyright {
    display: flex;
}

footer .copyright p {
    color: var(--white-color);
    font-size: .875rem;
}

footer .copyright .copyright-links {
    position: relative;
    top: -2px;
    margin-right: 2rem;
}

footer .copyright .copyright-links li {
    display: inline-block;
    margin-left: 1rem;
}

footer .copyright .copyright-links li::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .25rem;
    font-weight: 900;
    color: var(--white-color-75);
    position: relative;
    top: -2px;
    left: -.625rem;
}

footer .copyright .copyright-links li:last-child {
    margin-left: 0;
}

footer .copyright .copyright-links li:last-child::after {
    display: none;
}

footer .copyright .copyright-links li a,
footer .copyright .copyright-links li a:focus {
    color: var(--white-color);
    font-weight: 400;
    font-size: .875rem;
    position: relative;
}

footer .copyright .copyright-links li a:hover {
    color: var(--white-color-75);
}

@media (max-width: 992px) {
    footer .footer-top .footer-about img {
        height: 4rem;
    }
    footer .footer-bottom {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
    footer .footer-top .footer-newsletter .newsletter-title {
        font-size: calc(1.3rem + .6vw);
    }  
}

@media (max-width: 576px) {  
    footer .footer-top {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    footer .footer-top .footer-newsletter .form-outline .form-control:nth-of-type(1) {
        border-radius: var(--border-radius-03);
    }
    footer .footer-top .footer-newsletter .form-outline .form-control:nth-of-type(2) {
        border-radius: var(--border-radius-00);
        margin-left: 0;
        margin-top: -1px;
        border-left: 1px solid var(--theme-color-01-15);
        border-top: 1px solid var(--theme-color-01-15);
    }
    footer .footer-bottom .footer-bottom-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    footer .footer-bottom .footer-bottom-title::after {
        width: 25%;
    }
    footer .footer-top .footer-newsletter .form-outline .btn-cus-01 {
        border-radius: var(--border-radius-02);
        width: 100%;
    }
    footer .footer-top .footer-newsletter .form-outline .btn-cus-01 span {
        display: inline-block;
    }
    footer .copyright .copyright-links {
        margin-left: 0;
        margin-top: 1rem;
    }
    footer .footer-bottom .social a,
    footer .footer-bottom .social a:focus {
        margin-bottom: .75rem;
    }
    footer .copyright {
        display: inline-block;
    }
    footer .back-to-top,
    footer .back-to-top:focus {
    right: .5rem;
    bottom: .5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
}
}


/****** Widget Button ******/

.widget-buttons {
    opacity: 1;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    bottom: 4.5rem;
    right: .75rem;
    z-index: 10;
    text-align: center;
    text-decoration: none !important;
    background-color: var(--dark-color) !important;
}

.widget-buttons i {
    color: var(--white-color);
    font-size: 1.5rem;
    padding: .75rem;
}

.widget-buttons-links {
    opacity: 1;
    width: 2.5rem;
    height: auto;
    position: fixed;
    bottom: 7.5rem;
    right: 1rem;
    z-index: 200;
    text-decoration: none !important;
    display: none;
}

.widget-buttons-links i {
    color: var(--white-color);
    font-size: 1.25rem;
}

.widget-buttons-links a {
    color: var(--white-color);
    font-size: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px !important;
    text-decoration: none !important;
    z-index: 200;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: block;
    padding: 5px 0;
    opacity: 1;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .5rem;
}

@media (max-width: 576px) {
    .widget-buttons {
        bottom: 3rem;
        right: .5rem;
        width: 2rem;
        height: 2rem;
    }
    .widget-buttons i {
        font-size: 1rem;
        padding: .5rem;
    }
    .tourbook .widget-buttons {
        bottom: 5rem;
        right: .25rem;
    } 
    .widget-buttons-links {
        width: 2rem;
        bottom: 5rem;
        right: .5rem;
    }
    .widget-buttons-links i {
        font-size: 1rem;
    }
    .widget-buttons-links a {
        padding: 0;
        width: 2rem;
        height: 2rem;
    }
}

.widget-buttons-links .widget-whatsapp {
    background-color: #25d366 !important;
}

.widget-buttons-links .widget-facebook {
    background-color: #168aff !important;
}

.widget-buttons-links .widget-telegram {
    background-color: #0088cc !important;
}

.widget-buttons-links .widget-wechat {
    background-color: #09b83e !important;
}

.widget-buttons-links .widget-lineapp {
    background-color: #06C755 !important;
}

.modal.model-frameless-02 {
    padding-right: 0 !important;
    width: 300px !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: 3rem;
    right: 1.5rem;
}

.model-frameless-02 .modal-content {
    background-color: var(--white-color);
    border: none;
    border-radius: var(--border-radius-01);
	-webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
}

.model-frameless-02 .modal-header {
    color: var(--white-color) !important;
    padding: .5rem 1rem !important;
    border-top-left-radius: calc(.5rem - 1px) !important;
    border-top-right-radius: calc(.5rem - 1px) !important;
}

.model-frameless-02 .btn-close,
.model-frameless-02 .btn-close:focus {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--white-color);
    background: none;
    border: 0;
    border-radius: var(--border-radius-02);
    opacity: 1;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.model-frameless-02 .btn-close:hover {
    opacity: 1;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.model-frameless-02 .btn-close::after {
    content: "\f00d";
	font-family: var(--font-awesome);
	color: var(--white-color);
    font-size: 1.25rem;
    font-weight: 300;
	position: relative;
    top: -.25rem;
}

.model-frameless-02 .modal-footer {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 0 0 .75rem 0;
    border-top: none;
}

.model-frameless-02 .modal-footer a,
.model-frameless-02 .modal-footer a:focus,
.model-frameless-02 .modal-footer a:hover {
    color: var(--dark-color);
}

.qr-img {
    width: 15.625rem;
	height: 15.625rem;
    margin: 0;
    padding: 0;
}


/****** Main ******/

main {
    position: relative;
    width: 100%;
    background-color: var(--white-color);
}

main {
    padding-top: 91px;
}

header:has(.deals-dit) + main {
    padding-top: 239px;
}

@media (max-width: 992px) {
    main {
        padding-top: 77px;
    }
    
    header:has(.deals-dit) + main {
        padding-top: 116px;
    }
}

.menu-overflow {
	overflow: hidden;
}

.page-over {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100vw;
height: 100vh;
background-color: var(--dark-color-50);
z-index: 1080;
display: none;
}

.page-over::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 3.5rem;
height: 3.5rem;
border: .25rem solid var(--white-color);
border-top: .25rem solid transparent;
border-radius: 50%;
animation: spin .5s linear 0s infinite;
margin-left: -1.75rem;
}

@keyframes spin {
from {
transform: rotate(0);
}
to{
transform: rotate(359deg);
}
}

.bg-white {
	background-color: var(--white-color);
}

.bg-black {
	background-color: var(--black-color);
}

.bg-dark {
	background-color: var(--dark-color);
}

.bg-gray {
	background-color: var(--gray-color);
}

.bg-gray-25 {
	background-color: var(--gray-color-25);
}

.bg-gray-15 {
	background-color: var(--gray-color-15);
}

.bg-theme-color-01 {
	background-color: var(--theme-color-01);
}

.bg-theme-color-02 {
	background-color: var(--theme-color-02);
}

.bg-theme-color-02-25 {
	background-color: var(--theme-color-02-25);
}

.bg-theme-color-02-15 {
	background-color: var(--theme-color-02-15);
}

.text-white {
	color: var(--white-color);
}

.text-black {
	color: var(--black-color);
}

.text-dark {
	color: var(--dark-color);
}

.text-gray {
	color: var(--gray-color);
}

.text-red {
	color: var(--red-color);
}

.text-theme-01 {
	color: var(--theme-color-01);
}

.cus-link,
.cus-link:focus {
    position: relative;
    display: inline-block;
    color: currentColor;
}

.cus-link:hover {
    color: var(--theme-color-01);
}

.cus-link::after,
.cus-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: currentColor;
}

.cus-link::before {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.cus-link::after {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.cus-link:hover::before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.cus-link:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
}

.btn-cus-01,
.btn-cus-01:focus {
    font-family: var(--font-title);
	position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-01);
    padding: .75rem 1.5rem;
    border-radius: var(--border-radius-05);
    display: inline-block;
    text-align: center;
    border: 1px solid var(--theme-color-01);
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.btn-cus-01:hover {
	color: var(--white-color);
    border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.btn-cus-01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    background-color: var(--theme-color-02);
    z-index: -1;
    transition: transform .5s;
}

.btn-cus-01:hover::after,
.active .btn-cus-01::after {
    transform: scalex(1);
    transform-origin: left;
    transition: transform .5s;
}

.btn-cus-02,
.btn-cus-02:focus {
    font-family: var(--font-title);
	position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--theme-color-01);
    background: none;
    background-color: var(--transparent-color);
    padding: .75rem 2rem;
    border-radius: var(--border-radius-05);
    display: inline-block;
    text-align: center;
    border: 1px solid var(--theme-color-01);
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.btn-cus-02:hover {
	color: var(--white-color);
    border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.btn-cus-02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scalex(0);
    background-color: var(--theme-color-01);
    z-index: -1;
    transition: transform .5s;
}

.btn-cus-02:hover::after {
    transform: scalex(1);
    transform-origin: right;
    transition: transform .5s;
}

.btn-cus-03,
.btn-cus-03:focus {
    font-family: var(--font-title);
	position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-01);
    padding: .5rem 1rem;
    border-radius: var(--border-radius-05);
    display: inline-block;
    text-align: center;
    border: 1px solid var(--theme-color-01);
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.btn-cus-03:hover {
	color: var(--white-color);
    border: 1px solid var(--dark-color);
    transition: all .5s ease-in-out;
}

.btn-cus-03::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    background-color: var(--dark-color);
    z-index: -1;
    transition: transform .5s;
}

.btn-cus-03:hover::after {
    transform: scalex(1);
    transform-origin: left;
    transition: transform .5s;
}

.btn-cus-03:disabled,
.btn-cus-03:hover:disabled {
    opacity: .5;
}

.btn-cus-04,
.btn-cus-04:focus {
    font-family: var(--font-title);
	position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    background: none;
    background-color: var(--transparent-color);
    padding: .75rem 1.5rem;
    border-radius: var(--border-radius-05);
    display: inline-block;
    text-align: center;
    border: 1px solid var(--white-color);
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.btn-cus-04:hover {
	color: var(--white-color) !important;
    border: 1px solid var(--white-color);
    transition: all .5s ease-in-out;
}

.btn-cus-04::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    background-color: var(--theme-color-01);
    z-index: -1;
    transition: transform .5s;
}

.btn-cus-04:hover::after {
    transform: scalex(1);
    transform-origin: left;
    transition: transform .5s;
}

.btn-cus-05,
.btn-cus-05:focus {
    font-family: var(--font-title);
	position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-01);
    padding: .75rem 0;
    border-radius: var(--border-radius-02);
    display: block;
    text-align: center;
    border: 1px solid var(--theme-color-01);
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.btn-cus-05:hover {
	color: var(--white-color);
    border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.btn-cus-05::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    background-color: var(--theme-color-02);
    z-index: -1;
    transition: transform .5s;
}

.btn-cus-05:hover::after {
    transform: scalex(1);
    transform-origin: left;
    transition: transform .5s;
}

.section-cus-01 {
    position: relative;
    padding: 6rem 0;
}

.section-cus-01.section-cus-01-02 {
    margin: 0;
    border-radius: var(--border-radius-02);
}

.section-cus-02 {
    position: relative;
    padding: 0 0 6rem 0;
}

.section-cus-03 {
    position: relative;
    padding: 0 0 1rem 0;
}

.section-cus-04 {
    position: relative;
    padding: 6rem 0 0 0;
}

.section-cus-05 {
    position: relative;
    padding: 3rem 0 6rem 0;
}

.section-cus-06 {
    position: relative;
    padding: 3rem 0;
}

.section-cus-07 {
    position: relative;
    padding: 0 0 3rem 0;
}

.section-cus-08 {
    position: relative;
    padding: 6rem 0 3rem 0;
}

@media (max-width: 992px) {
    .section-cus-01 {
        padding: 3rem 0;
    }
    .section-cus-01.section-cus-01-02 {
        margin: 0;
    }
    .section-cus-02 {
        padding: 0 0 3rem 0;
    }
    .section-cus-03 {
        padding: 0 0 1.5rem 0;
    }
    .section-cus-04 {
        padding: 3rem 0 0 0;
    }
    .section-cus-05 {
        padding: 1.5rem 0 3rem 0;
    }
    .section-cus-06 {
        padding: 1.5rem 0;
    }
    .section-cus-07 {
        padding: 0 0 1.5rem 0;
    }
    .section-cus-08 {
        padding: 3rem 0 1.5rem 0;
    }  
}


/****** Forms ******/

.form-outline {
    position: relative;
}

.form-outline .form-control {
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: var(--black-color);
    background-color: var(--white-color);
    border: 1px solid var(--dark-color-15);
	border-radius: var(--border-radius-01);
    transition: all .5s ease-in-out;
}

.form-outline .form-control:focus {
    border: 1px solid var(--dark-color-25);
    transition: all .5s ease-in-out;
}

.form-outline .form-control::placeholder {
	color: var(--dark-color-50) !important;
	font-weight: 400 !important;
    font-size: .875rem !important;
	opacity: 1 !important;
}

.form-outline .form-label {
    margin-bottom: .25rem;
    margin-left: .5rem;
    font-size: .875rem !important;
    font-weight: 600;
    font-family: var(--font-title);
}

.form-label.form-label-cus {
    margin-bottom: .25rem;
    margin-left: .5rem;
    font-size: .9375rem !important;
    font-family: var(--font-title);
    width: 49%;
}

@media (max-width: 992px) {
    .form-label.form-label-cus {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .form-label.form-label-cus {
        width: 72%;
    }
}

.form-outline.form-check {
    display: -webkit-inline-box;
}

.form-outline .form-check-input {
    border: 1px solid var(--dark-color-75);
    background-color: var(--transparent-color);
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
}

.form-outline .form-check-input[type=checkbox] {
    border-radius: var(--border-radius-08);
}

.form-outline .form-check-input:checked {
    background-color: var(--transparent-color);
    border-color: var(--dark-color);
}

.form-outline .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=checkbox]::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: .875rem;
    font-weight: 400;
    color: var(--dark-color);
    position: relative;
    top: -3px;
    left: 2px;
}

.form-outline .form-check-input:checked[type=radio] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=radio]::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .625rem;
    font-weight: 800;
    color: var(--dark-color);
    position: absolute;
    top: .125rem;
    left: .25rem;
    width: 10px;
    height: 10px;
}

.form-outline .form-check-label {
    color: var(--dark-color);
    font-size: .9375rem;
}

.form-outline.is-invalid .form-check-input {
    border: 1px solid var(--red-color);
}

.form-outline.is-invalid .form-control {
    border: 1px solid var(--red-color);
}

.form-outline .invalid-feedback, .error {
    width: auto;
    position: absolute;
    bottom: -1.125rem;
    left: .5rem;
    z-index: 2;
    color: var(--red-color);
    font-size: .75rem;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.form-outline .toggle-password {
    position: relative;
    right: .75rem;
    top: 2.5rem;
	float: right;
    z-index: 2;
    color: var(--dark-color-50);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.form-outline .toggle-password~.form-control {
    padding-right: 2.5rem !important;
}

.form-outline .eye::before {
    content: "\f06e";
    font-family: var(--font-awesome);
    font-size: 1rem;
}

.form-outline .eye-slash::before {
    content: "\f070";
    font-family: var(--font-awesome);
    font-size: 1rem;
}

.form-outline .bootstrap-select.form-control {
    padding: 0;
}

.form-outline .bootstrap-select .btn-light,
.form-outline .bootstrap-select .btn-light:focus {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
	padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    line-height: 1.128rem !important;
    border-radius: var(--border-radius-00) !important;
    outline: none !important;
}

.form-outline .bootstrap-select .btn,
.form-outline .bootstrap-select .btn:focus {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
    border: none !important;
    padding: .625rem 1rem !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    border-radius: var(--border-radius-01) !important;
    outline: none !important;
}

.form-outline .bootstrap-select .actions-btn.btn.btn-light {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: var(--border-radius-00) !important;
    outline: none !important;
}

.form-outline .bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0 !important;
    font-size: .9375rem;
    color: var(--black-color);
    text-align: left;
    width: 100%;
    background-color: var(--white-color);
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    box-shadow: 0 2px 5px var(--dark-color-05) !important;
}

.form-outline .bootstrap-select .dropdown-menu.inner {
    margin: 0 !important;
    border: none;
}

.form-outline .bootstrap-select .dropdown-item,
.form-outline .bootstrap-select .dropdown-item:focus {
    padding: .75rem .75rem;
    color: var(--black-color);
}

.form-outline .bootstrap-select .dropdown-item:hover {
    color: var(--black-color);
    background-color: var(--gray-color)
}

.form-outline .bootstrap-select .dropdown-item.active,
.form-outline .bootstrap-select .dropdown-item:active {
    color: var(--white-color);
    background-color: var(--theme-color-01)
}

.form-outline .bootstrap-select .no-results {
    padding: .125rem;
    font-size: .875rem;
    background: none;
    background-color: var(--transparent-color);
    margin: .25rem .5rem;
}

.form-outline .form-control.input-select-cus {
    width: calc(100% - 16rem);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	cursor: pointer;
	width: .5rem;
    height: .5rem;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23b41e1e' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") no-repeat !important;
    margin-right: -.25rem !important;
}


/****** Page Title ******/

.page-title {
    display: block;
}

.page-title p {
    margin-top: 1.5rem;
}

.page-title span {
    display: inline-block;
    margin-bottom: .5rem;
    color: var(--dark-color);
    font-size: .9375rem;
}

.page-title a,
.page-title a:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--transparent-color);
}

.page-title a:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
}

.page-title-inner {
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--black-color);
    margin-bottom: 0;
    font-size: calc(1.325rem + .7vw);
}

/****** Blogs ******/

.blog-sec {
    position: relative;
    padding: 0;
    margin: 0 0 1.5rem 0;
    border-radius: var(--border-radius-01);
    box-shadow: 0 2px 3px var(--dark-color-25) !important;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.blogs-secs .blog-sec {
    position: relative;
    padding: 0;
    margin: 0 0 1.5rem 0;
    border-radius: var(--border-radius-01);
    box-shadow: 0 2px 3px var(--dark-color-25) !important;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 16rem;
    display: block;
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img::after {
    content: "";
    background-color: var(--dark-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img::before {
    content: "...";
    font-size: 2rem;
    color: var(--white-color);
    position: absolute;
    height: 10px;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    line-height: 10px;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img:hover::after {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.blog-sec .blog-img:hover::before {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.blog-sec:hover {
    box-shadow: 0 2px 5px var(--dark-color-50) !important;
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art {
    padding: 1.5rem 1rem 1rem 1rem;
    background-color: var(--white-color);
}

.blog-sec .blog-art .title-name {
    position: relative;
    margin-bottom: .5rem;
}

.blog-sec .blog-art .title-link,
.blog-sec .blog-art .title-link:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.25rem;
    line-height: 1.75rem; 
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-25);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link h2,
.blog-sec .blog-art .title-link h2:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link h2:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-25);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link h3,
.blog-sec .blog-art .title-link h3:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link h3:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-25);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link,
.blog-sec .blog-art .title-link:focus {
    font-family: var(--font-title);
    color: var(--theme-color-01);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art .title-link:hover {
    color: var(--theme-color-02);
    border-bottom: 1px solid var(--theme-color-02);
    transition: all .5s ease-in-out;
}

.blog-sec .blog-art p {
    color: var(--dark-color-75);
    margin-top: .5rem;
    font-size: .9375rem;
}

.blogs-items-title .blog-sec .blog-art p {
    color: var(--dark-color-75);
    margin-top: 1rem;
    font-size: .9375rem;
}

.blog-sec span {
    margin-bottom: .25rem;
    display: inline-block;
    position: relative;
}

.blog-sec span a,
.blog-sec span a:focus,
.blog-sec span a:hover {
    color: var(--dark-color-75);
    font-size: .875rem;
}

.blog-sec .blog-info {
    position: relative;
}

.blog-sec .blog-info span {
    color: var(--dark-color-75);
    font-size: .875rem;
    font-weight: 700;
    margin-right: .25rem;
}

.blog-sec .blog-info div a,
.blog-sec .blog-info div a:focus {
    color: var(--theme-color-01);
    font-size: .875rem;
    font-weight: 700;
}

.blog-sec .blog-info div a:hover {
    color: var(--dark-color);
}

.blog-sec .blog-info div a::after {
    content: ", ";
}

.blog-sec .blog-info div a:last-child:after {
    display: none;
}

.blog-sec .blog-info h3 {
    font-family: var(--font-main);
    color: var(--theme-color-01);
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.25rem;
    display: inline-block;
}

.blog-sec .blog-info h4 {
    font-family: var(--font-main);
    color: var(--theme-color-01);
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.25rem;
    display: inline-block;
}

/* .blog-sec .blog-info div h4 {
    font-family: var(--font-main);
    color: var(--theme-color-01);
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.25rem;
    display: inline-block;
}

.blog-sec .blog-info div h4::after {
    content: ", ";
}

.blog-sec .blog-info div h4:last-child:after {
    display: none;
} */

.blogs-secs {
    position: relative;
}

.blogs-secs .blogs-items {
    width: calc(33.3333333% - .5rem);
}

@media (max-width: 992px) {
    .blog-sec {
        margin: 0 .75rem 1.5rem .75rem
    }
    .blogs-secs .blogs-items {
        width: calc(50% - .75rem);
    }
}

@media (max-width: 576px) {
    .blog-sec {
        margin: 0 0 1.5rem 0;
    }
    .blog-sec .blog-img-card {
        height: 14rem;
    }
    .blogs-secs .blogs-items {
        width: 100%;
        left: 0 !important;
    }
    .blog-sec .blog-art {
        padding: 1.5rem;
    }
}


/****** Tours & Trips Card ******/

.tour-trip-card {
    position: relative;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    padding: .75rem;
    margin-bottom: 1.5rem;
    transition: all .5s ease-in-out;
}

.tour-trip-card:hover {
    border: 1px solid var(--dark-color-25);
    background-color: var(--gray-color-50);
    box-shadow: 0 2px 5px var(--dark-color-05) !important;
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-img-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-04);
    width: 100%;
    height: 100%;
    min-height: 23rem;
    display: block;
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-img-card .tour-trip-img {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-img-card .tour-trip-img:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-img-card .tour-trip-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--white-color-15);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.tour-trip-card .tour-trip-img-card .tour-trip-img:hover::after {
    height: 250%;
    transition: all .7s linear;
    background-color: transparent
}

.tour-trip-card .tour-trip-info {
    position: relative;
}

/* .tour-trip-card .tour-trip-info .tour-trip-name,
.tour-trip-card .tour-trip-info .tour-trip-name:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.5rem;
    display: inline-block;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-info .tour-trip-name:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
} */

.tour-trip-card .tour-trip-info .tour-trip-name h2,
.tour-trip-card .tour-trip-info .tour-trip-name h2:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.5rem;
    display: inline-block;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-info .tour-trip-name h2:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
}

.tour-trip-card .tour-trip-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1rem;
}

.tour-trip-card .tour-trip-tags h4 {
    font-family: var(--font-main);
    background-color: var(--dark-color-15);
    font-size: .75rem;
    font-weight: 500;
    color: var(--dark-color);
    padding: .25rem .5rem;
    margin-bottom: 0;
    border-radius: var(--border-radius-01);
}

.tour-trip-card .tour-trip-tags a,
.tour-trip-card .tour-trip-tags a:focus {
    background-color: var(--theme-color-01-15);
    font-size: .75rem;
    font-weight: 500;
    color: var(--dark-color);
    padding: .25rem .5rem;
    border-radius: var(--border-radius-01);
}

.tour-trip-card .tour-trip-tags a:hover {
    background-color: var(--theme-color-01-25);
    color: var(--dark-color);
}

.tour-trip-card .tour-trip-info p {
    font-size: .875rem;
    margin-top: .75rem;
    border-left: 2px solid var(--dark-color-15);
    padding-left: .75rem;
}

.tour-trip-card .tour-trip-info dl {
    font-size: .875rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: 2fr 4fr;
    margin: 1rem 0 0 0;
}

.tour-trip-card .tour-trip-info dl dt {
    font-weight: 600;
}

.tour-trip-card .tour-trip-info dl dd h3 {
    font-size: .875rem;
    font-family: var(--font-main);
    margin-bottom: 0;
}

.tour-trip-card .tour-trip-info dl a,
.tour-trip-card .tour-trip-info dl a:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--transparent-color);
}

.tour-trip-card .tour-trip-info dl a:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-50);
}


.tour-trip-card .tour-trip-info dl .mark,
.tour-trip-card .tour-trip-info dl mark {
    padding: 0;
    background-color: var(--transparent-color);
}

.tour-trip-card .tour-trip-price-offer {
    position: relative;
    text-align: center;
    margin-bottom: .75rem;
}

.tour-trip-card .tour-trip-price-offer .offer-percentage {
    background-color: var(--red-color);
    font-size: .9375rem;
    font-weight: 700;
    color: var(--white-color);
    padding: .25rem 1rem;
    border-radius: var(--border-radius-01);
    display: inline-block;
}

.tour-trip-card .tour-trip-price {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}

.tour-trip-card .tour-trip-price p {
    font-size: .875rem;
}

.tour-trip-card .tour-trip-price .price-tour {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--theme-color-01);
}

.tour-trip-card .tour-trip-price .price-tour.price-has-offer {
    font-size: .875rem;
    color: var(--dark-color);
    text-decoration: line-through;
}

.tour-trip-card .tour-trip-price .price-offer {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--theme-color-01);
}

.tour-trip-card .tour-trip-code {
    position: relative;
    text-align: center;
    margin-top: .5rem;
}

.tour-trip-card .tour-trip-code p {
    font-size: .875rem;
}

@media (max-width: 992px) {  
    .tour-trip-card .tour-trip-img-card {
        height: 21rem;
        border-radius: var(--border-radius-01);
    }
}

@media (max-width: 576px) {
    .tour-trip-card {
        padding: .5rem;
    }
    .tour-trip-card .tour-trip-img-card {
        height: 12rem;
        min-height: auto;
        border-radius: var(--border-radius-01);
    }
    .tour-trip-card .tour-trip-price-offer {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 1;
    }
    .tour-trip-card .tour-trip-price {
        display: flex;
        gap: .75rem;
        align-items: center;
        margin-bottom: .75rem;
    }
    .tour-trip-card .tour-trip-info dl {
        grid-template-columns: 2fr 3fr;
    }
}


/****** Tours & Trips Card Small ******/

.tour-trip-card-small {
    position: relative;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    background-color: var(--white-color);
    padding: .5rem;
    margin-bottom: 2rem;
    transition: all .5s ease-in-out;
}

.tour-trip-card-small:hover {
    border: 1px solid var(--dark-color-25);
    box-shadow: 0 2px 5px var(--dark-color-05) !important;
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-img-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-03);
    width: 100%;
    height: 12rem;
    display: block;
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-img-card .tour-trip-img {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-img-card .tour-trip-img:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-img-card .tour-trip-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--white-color-15);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.tour-trip-card-small .tour-trip-img-card .tour-trip-img:hover::after {
    height: 250%;
    transition: all .7s linear;
    background-color: transparent
}

.tour-trip-card-small .tour-trip-info {
    position: relative;
}

.tour-trip-card-small .tour-trip-info .tour-trip-name,
.tour-trip-card-small .tour-trip-info .tour-trip-name:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-info .tour-trip-name:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-info .tour-trip-name h2,
.tour-trip-card-small .tour-trip-info .tour-trip-name h2:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-info .tour-trip-name h2:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
}

/* .tour-trip-card-small .tour-trip-info .tour-trip-name,
.tour-trip-card-small .tour-trip-info .tour-trip-name:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.25rem;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card-small .tour-trip-info .tour-trip-name:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
} */

.tour-trip-card-small .tour-trip-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}

.tour-trip-card-small .tour-trip-tags a,
.tour-trip-card-small .tour-trip-tags a:focus {
    background-color: var(--theme-color-01-15);
    font-size: .75rem;
    color: var(--dark-color);
    padding: .25rem .5rem;
    border-radius: var(--border-radius-01);
}

.tour-trip-card-small .tour-trip-tags a:hover {
    background-color: var(--theme-color-01-25);
    color: var(--dark-color);
}

.tour-trip-card-small .tour-trip-info p {
    font-size: .875rem;
    margin-top: .75rem;
    border-right: 2px solid var(--dark-color-15);
    padding-right: .75rem;
}

.tour-trip-card-small .tour-trip-info dl {
    font-size: .875rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: 1fr 12fr;
    margin: .5rem 0 0 0;
}

.tour-trip-card-small .tour-trip-info dl dt i {
    position: relative;
}

.tour-trip-card-small .tour-trip-info dl a,
.tour-trip-card-small .tour-trip-info dl a:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--transparent-color);
}

.tour-trip-card-small .tour-trip-info dl a:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-50);
}

.tour-trip-card-small .tour-trip-info dl dd {
    margin-bottom: .125rem;
    margin-left: 0;
}

.tour-trip-card-small .tour-trip-info dl dd h3 {
    margin-bottom: 0;
    font-size: .875rem;
    font-family: var(--font-main);
    line-height: 1.25rem;
}

.tour-trip-card-small .tour-trip-info dl dd h4 {
    margin-bottom: 0;
    font-size: .875rem;
    font-family: var(--font-main);
    line-height: 1.25rem;
}

.tour-trip-card-small .tour-trip-info dl dd .mark,
.tour-trip-card-small .tour-trip-info dl dd mark {
    padding: 0;
    background-color: var(--transparent-color);
}

.tour-trip-card-small .tour-trip-price-offer {
    position: absolute;
    top: 1rem;
    left: .25rem;
}

.tour-trip-card-small .tour-trip-price-offer .offer-percentage {
    background-color: var(--theme-color-02);
    font-size: .9375rem;
    font-weight: 700;
    color: var(--white-color);
    padding: .25rem .75rem;
    border-radius: var(--border-radius-01);
    display: inline;
}

.tour-trip-card-small .tour-trip-price {
    position: relative;
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 0;
}

.tour-trip-card-small .tour-trip-price p {
    font-size: .875rem;
    border-left: none;
    padding-left: 0;
    display: inline-block;
    margin-right: .125rem;
    margin-top: 0;
    margin-bottom: 0;
}

.tour-trip-card-small .tour-trip-price .price-tour {
    font-size: 1.75rem;
    color: var(--theme-color-01);
}

.tour-trip-card-small .tour-trip-price .price-tour.price-has-offer {
    font-size: .875rem;
    font-weight: 700;
    color: var(--dark-color);
    text-decoration: line-through;
    display: inline-block;
}

.tour-trip-card-small .tour-trip-price .price-offer {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-color-01);
    display: inline;
}

.tour-trip-card-inner {
    position: relative;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: all .5s ease-in-out;
}

.tour-trip-sites {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.tour-trip-sites a,
.tour-trip-sites a:focus {
    background-color: var(--dark-color-25);
    font-size: .75rem;
    font-weight: 500;
    color: var(--dark-color);
    padding: .25rem .5rem;
    border-radius: var(--border-radius-01);
    transition: all .5s ease-in-out;
}

.tour-trip-sites a:hover {
    background-color: var(--dark-color-50);
    color: var(--white-color);
    transition: all .5s ease-in-out;
}

.tour-trip-card-inner .tour-trip-price-offer {
    position: relative;
    text-align: center;
    margin-bottom: .75rem;
}

.tour-trip-card-inner .tour-trip-price-offer .offer-percentage {
    background-color: var(--theme-color-02);
    font-size: .9375rem;
    font-weight: 700;
    color: var(--white-color);
    padding: .25rem 1rem;
    border-radius: var(--border-radius-01);
    display: inline-block;
}

.tour-trip-card-inner .tour-trip-price {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

.tour-trip-card-inner .tour-trip-price p {
    font-size: .875rem;
}

.tour-trip-card-inner .tour-trip-price .price-tour {
    font-size: 2rem;
    color: var(--theme-color-01);
}

.tour-trip-card-inner .tour-trip-price .price-tour.price-has-offer {
    font-size: .875rem;
    font-weight: 700;
    color: var(--dark-color);
    text-decoration: line-through;
}

.tour-trip-card-inner .tour-trip-price .price-offer {
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-color-01);
}

.tour-trip-card-inner .tour-trip-card-inner-title {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: normal;
    color: var(--black-color);
    margin-bottom: 1rem;
}

.tour-trip-card-inner .tour-trip-code {
    position: relative;
    text-align: center;
    margin-top: .5rem;
}

.tour-trip-card-inner .tour-trip-code p {
    font-size: .875rem;
}

.tour-trip-card-inner .tour-trip-dur-offer,
.tour-trip-card .tour-trip-dur-offer {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

.tour-trip-card-inner .tour-trip-dur-offer p,
.tour-trip-card .tour-trip-dur-offer p {
    font-size: .875rem;
}

.tour-trip-card-inner .tour-trip-dur-offer p span {
    color: var(--theme-color-02);
    font-weight: 600;
    min-width: 7.125rem;
    position: relative;
    display: inline-block;
    text-align: left;
}

.tour-trip-card .tour-trip-dur-offer p span {
    color: var(--theme-color-02);
    font-weight: 600;
    min-width: 7.125rem;
    position: relative;
    display: inline-block;
    text-align: center;
}

.tour-trip-card-inner-02 {
    position: relative;
    border: none;
    padding: 0;
    transition: all .5s ease-in-out;
}

.tour-trip-card-inner-02 .tour-trip-card-inner-title {
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--black-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0;
    font-weight: 600;
}

.tour-trip-card-inner-03 {
    position: relative;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    background-color: var(--gray-color-25);
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.tour-trip-card-inner-03 .tour-trip-card-inner-title {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: normal;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.tour-trip-card-inner-03 a .tour-trip-card-inner-title,
.tour-trip-card-inner-03 a .tour-trip-card-inner-title:focus {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: normal;
    color: var(--dark-color);
    border-bottom: 1px solid var(--transparent-color);
    margin-bottom: 1rem;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.tour-trip-card-inner-03 a .tour-trip-card-inner-title:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
}

.tour-trip-card-inner-03 p {
    font-size: .875rem;
    font-weight: normal;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.tour-trip-card-inner-03 .tour-trip-card-inner-img {
    position: relative;
    margin: 0 0 .5rem 0;
    padding: 0;
    padding-top: 50%;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
    border-radius: var(--border-radius-01);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.tour-trip-card-inner-03 .tour-trip-card-inner-img::before {
    content: "";
    background-color: var(--black-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.tour-trip-card-inner-03:hover .tour-trip-card-inner-img::before {
    background-color: var(--transparent-color);
    transition: all .5s ease-in-out;
}

.tour-trip-price .tour-trip-price-02 {
    position: relative;
    display: flex;
    gap: .25rem;
    align-items: center;
    margin-bottom: 0;
}

p.p-tt-price {
    position: relative;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-size: .9375rem;
    min-height: 69px;
}

p.p-tt-price::before {
    content: "\f05a";
    font-family: var(--font-awesome);
    font-weight: 300;
    font-size: 1.5rem;
    color: var(--theme-color-02);
    position: absolute;
    left: -2rem;
    top: -6px;
}


/****** Tours Swiper ******/

.tourswiper {
    padding: 0 1.5rem;
}

.tourswiper .swiper-button-prev,
.tourswiper.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.tourswiper:hover .swiper-button-prev,
.tourswiper.swiper-container-rtl:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(5px);
}

.tourswiper .swiper-button-prev::after {
    content: "\f105";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.tourswiper .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.tourswiper .swiper-button-prev:hover::after {
	color: var(--white-color);
    transition: all .5s ease-in-out;
}

.tourswiper .swiper-button-next,
.tourswiper.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.tourswiper:hover .swiper-button-next,
.tourswiper.swiper-container-rtl:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(-5px);
}

.tourswiper:hover .swiper-button-next.swiper-button-disabled,
.tourswiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.tourswiper .swiper-button-next::after {
    content: "\f104";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.tourswiper .swiper-button-next:hover,
.tourswiper.swiper-container-rtl:hover .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.tourswiper .swiper-button-next:hover::after {
	color: var(--white-color);
    -transition: all .5s ease-in-out;
}

@media (max-width: 992px) {
	.tourswiper .swiper-button-prev,
    .tourswiper.swiper-container-rtl .swiper-button-next {
        opacity: 1;
        transform: translateX(10%);
    }
    .tourswiper .swiper-button-next,
    .tourswiper.swiper-container-rtl .swiper-button-prev {
        opacity: 1;
        transform: translateX(-10%);
    }
}

@media (max-width: 576px) {
    .tourswiper {
        padding: 0;
    }
    .tourswiper .swiper-button-prev,
    .tourswiper.swiper-container-rtl .swiper-button-next {
        transform: translateX(5%);
    }
    .tourswiper .swiper-button-next,
    .tourswiper.swiper-container-rtl .swiper-button-prev {
        transform: translateX(-5%);
    }
}


.border-bot {
    border-bottom: 1px solid var(--dark-color-25);
}


/****** Trips Swiper ******/

.tripswiper {
    padding: 0 1.5rem;
}

.tripswiper .swiper-button-prev,
.tripswiper.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.tripswiper:hover .swiper-button-prev,
.tripswiper.swiper-container-rtl:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(5px);
}

.tripswiper .swiper-button-prev::after {
    content: "\f104";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.tripswiper .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.tripswiper .swiper-button-prev:hover::after {
	color: var(--white-color);
    transition: all .5s ease-in-out;
}

.tripswiper .swiper-button-next,
.tripswiper.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.tripswiper:hover .swiper-button-next,
.tripswiper.swiper-container-rtl:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(-5px);
}

.tripswiper:hover .swiper-button-next.swiper-button-disabled,
.tripswiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.tripswiper .swiper-button-next::after {
    content: "\f105";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.tripswiper .swiper-button-next:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.tripswiper .swiper-button-next:hover::after {
	color: var(--white-color);
    -transition: all .5s ease-in-out;
}

@media (max-width: 992px) {
	.tripswiper .swiper-button-prev,
    .tripswiper.swiper-container-rtl .swiper-button-next {
        opacity: 1;
        transform: translateX(10%);
    }
    .tripswiper .swiper-button-next,
    .tripswiper.swiper-container-rtl .swiper-button-prev {
        opacity: 1;
        transform: translateX(-10%);
    }
}

@media (max-width: 576px) {
    .tripswiper {
        padding: 0;
    }
    .tripswiper .swiper-button-prev,
    .tripswiper.swiper-container-rtl .swiper-button-next {
        transform: translateX(5%);
    }
    .tripswiper .swiper-button-next,
    .tripswiper.swiper-container-rtl .swiper-button-prev {
        transform: translateX(-5%);
    }
}


/****** Timonials Swiper ******/

.timonialswiper {
    padding: 0 1.5rem;
}

.timonialswiper .swiper-button-prev,
.timonialswiper.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.timonialswiper:hover .swiper-button-prev,
.timonialswiper.swiper-container-rtl:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(5px);
}

.timonialswiper .swiper-button-prev::after {
    content: "\f105";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.timonialswiper .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.timonialswiper .swiper-button-prev:hover::after {
	color: var(--white-color);
    transition: all .5s ease-in-out;
}

.timonialswiper .swiper-button-next,
.timonialswiper.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.timonialswiper:hover .swiper-button-next,
.timonialswiper.swiper-container-rtl:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(-5px);
}

.timonialswiper:hover .swiper-button-next.swiper-button-disabled,
.timonialswiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.timonialswiper .swiper-button-next::after {
    content: "\f104";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.timonialswiper .swiper-button-next:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.timonialswiper .swiper-button-next:hover::after {
	color: var(--white-color);
    -transition: all .5s ease-in-out;
}

.page-title-timonials h5 {
    font-size: 2rem;
}

.timonials-sec {
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: var(--border-radius-01);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.timonials-sec .timonials-img {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.timonials-quote {
    font-size: 3rem;
    color: var(--theme-color-01);
}

.timonialswipertext {
    margin-bottom: 4rem;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.review-count {
    color: var(--dark-color);
    font-size: 1.125rem;
    font-weight: 600;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-number {
    color: var(--dark-color-75);
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: .25rem;
}

.rating-stars {
    color: var(--orange-color);
    font-size: 1.125rem;
    display: flex;
}

.rating-stars .rating-stars {
    font-size: 0.9375rem;
}

.rating-stars .glyphicon {
    top: 0;
}

.review-card {
    min-height: 12rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card.review-card-02 {
    min-height: auto;
}

.review-card .review-text {
    color: var(--dark-color-75);
}

.review-card .reviewer-name {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.125rem;
    font-weight: 600;
}

.review-card .reviewer-title {
    color: var(--dark-color);
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-weight: 600;
}

.platform-card {
    display: flex;
    align-items: center;
    padding: .5rem;
    height: 100%;
}

.platform-logo {
    margin-right: 1rem;
    flex: 0 0 auto;
    max-width: 25%;
}

.platform-rating {
    display: flex;
    flex-direction: column;
}

.platform-name {
    font-weight: 600;
    font-size: 1rem;
    color: var(--dark-color);
}

.platform-score {
    margin-right: .25rem;
    font-weight: 600;
    color: var(--dark-color-75);
}

.platform-stars {
    display: flex;
    color: var(--orange-color);
    font-size: 0.9rem;
}

.platform-stars .rating-stars {
    font-size: .75rem;
}

.platform-stars .glyphicon {
    top: 0;
}

.reviews-sec {
    position: relative;
    padding: 1rem;
    background-color: var(--gray-color-50);
    border-radius: var(--border-radius-01);
    border-top: 1px solid var(--dark-color-15);
    border-bottom: 1px solid var(--dark-color-15);
}

@media (max-width: 992px) {
	.timonialswiper .swiper-button-prev,
    .timonialswiper.swiper-container-rtl .swiper-button-next {
        opacity: 1;
        transform: translateX(10%);
    }
    .timonialswiper .swiper-button-next,
    .timonialswiper.swiper-container-rtl .swiper-button-prev {
        opacity: 1;
        transform: translateX(-10%);
    }
    .page-title-timonials h5 {
        font-size: calc(1.325rem + .9vw);
    }
    .timonials-sec {
        height: 16rem;
    }
    .timonials-quote {
        font-size: 2rem;
    } 
}

@media (max-width: 576px) {
    .timonialswiper {
        padding: 0;
    }
    .timonialswiper .swiper-button-prev,
    .timonialswiper.swiper-container-rtl .swiper-button-next {
        transform: translateX(5%);
    }
    .timonialswiper .swiper-button-next,
    .timonialswiper.swiper-container-rtl .swiper-button-prev {
        transform: translateX(-5%);
    }
}


/****** Blog Swiper ******/

.blogswiper {
    padding: 0 1.5rem;
}

.blogswiper .swiper-button-prev,
.blogswiper.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.blogswiper:hover .swiper-button-prev,
.blogswiper.swiper-container-rtl:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(5px);
}

.blogswiper .swiper-button-prev::after {
    content: "\f105";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.blogswiper .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.blogswiper .swiper-button-prev:hover::after {
	color: var(--white-color);
    transition: all .5s ease-in-out;
}

.blogswiper .swiper-button-next,
.blogswiper.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.blogswiper:hover .swiper-button-next,
.blogswiper.swiper-container-rtl:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(-5px);
}

.blogswiper:hover .swiper-button-next.swiper-button-disabled,
.blogswiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.blogswiper .swiper-button-next::after {
    content: "\f104";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.blogswiper .swiper-button-next:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.blogswiper .swiper-button-next:hover::after {
	color: var(--white-color);
    -transition: all .5s ease-in-out;
}

@media (max-width: 992px) {
	.blogswiper .swiper-button-prev,
    .blogswiper.swiper-container-rtl .swiper-button-next {
        opacity: 1;
        transform: translateX(10%);
    }
    .blogswiper .swiper-button-next,
    .blogswiper.swiper-container-rtl .swiper-button-prev {
        opacity: 1;
        transform: translateX(-10%);
    }
}

@media (max-width: 576px) {
    .blogswiper {
        padding: 0;
    }
    .blogswiper .swiper-button-prev,
    .blogswiper.swiper-container-rtl .swiper-button-next {
        transform: translateX(5%);
    }
    .blogswiper .swiper-button-next,
    .blogswiper.swiper-container-rtl .swiper-button-prev {
        transform: translateX(-5%);
    }
}


/****** Membership Swiper ******/

.membershipswiper {
    padding: 0 1.5rem;
}

.membershipswiper .swiper-button-prev,
.membershipswiper.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.membershipswiper:hover .swiper-button-prev,
.membershipswiper.swiper-container-rtl:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(5px);
}

.membershipswiper .swiper-button-prev::after {
    content: "\f105";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.membershipswiper .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.membershipswiper .swiper-button-prev:hover::after {
	color: var(--white-color);
    transition: all .5s ease-in-out;
}

.membershipswiper .swiper-button-next,
.membershipswiper.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 5px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--dark-color-15);
    overflow: hidden;
    box-shadow: 0 5px 5px 0 var(--dark-color-25) !important;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.membershipswiper:hover .swiper-button-next,
.membershipswiper.swiper-container-rtl:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(-5px);
}

.membershipswiper:hover .swiper-button-next.swiper-button-disabled,
.membershipswiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.membershipswiper .swiper-button-next::after {
    content: "\f104";
	font-family: var(--font-awesome);
    color: var(--theme-color-01);
	font-size: 2rem;
    font-weight: 300;
    position: absolute;
    transition: all .5s ease-in-out;
}

.membershipswiper .swiper-button-next:hover,
.membershipswiper.swiper-container-rtl .swiper-button-prev:hover {
    background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.membershipswiper .swiper-button-next:hover::after {
	color: var(--white-color);
    -transition: all .5s ease-in-out;
}

@media (max-width: 992px) {
	.membershipswiper .swiper-button-prev,
    .membershipswiper.swiper-container-rtl .swiper-button-next {
        opacity: 1;
        transform: translateX(10%);
    }
    .membershipswiper .swiper-button-next,
    .membershipswiper.swiper-container-rtl .swiper-button-prev {
        opacity: 1;
        transform: translateX(-10%);
    }
}

@media (max-width: 576px) {
    .membershipswiper {
        padding: 0;
    }
    .membershipswiper .swiper-button-prev,
    .membershipswiper.swiper-container-rtl .swiper-button-next {
        transform: translateX(5%);
    }
    .membershipswiper .swiper-button-next,
    .membershipswiper.swiper-container-rtl .swiper-button-prev {
        transform: translateX(-5%);
    }
}


/****** Tours & Trips Det Page ******/

.tour-trip-det-head {
    position: relative;
    margin: 0 0 2rem 0;
    padding: 0;
    height: calc(100vh - 248px);
    width: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--theme-color-02-50);
    display: flex;
    align-items: center;
    color: var(--white-color);
    border: none;
    border-radius: var(--border-radius-02);
    z-index: 0;
}

.tour-trip-det-head::before {
    content: "";
    background-color: var(--black-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: calc(100vh - 248px);;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-color: var(--white-color);
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.hero-bg-video::before {
    content: "";
    background-color: var(--black-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tour-trip-det-head .page-title {
    position: relative;
    z-index: 4;
}

@media (max-width: 768px) {
  .hero-bg-video { display: none; }
}

header:has(.deals-dit) ~ main > .tour-trip-det-head {
    height: calc(100vh - 239px);
}

.tour-trip-det-head .page-title h1 {
    color: var(--white-color);
}

.tour-trip-det-head .page-title span {
    color: var(--white-color);
}

.tour-trip-det-head .page-title a,
.tour-trip-det-head .page-title a:focus {
    color: var(--white-color);
}

.tour-trip-det-head .page-title a:hover {
    color: var(--white-color-75);
    border-bottom: 1px solid var(--white-color-75);
}

.tour-trip-det-head .page-title .title-text {
    color: var(--white-color);
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-title-02);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .125rem;
}

@media (max-width: 992px) {
    .tour-trip-det-head {
        height: calc(50vh - 64px);
        margin: 0 0 1.5rem 0;
        background-attachment: scroll;
    }
    header:has(.deals-dit) ~ main > .tour-trip-det-head {
        height: calc(50vh - 116px);
    }
}

@media (max-width: 576px) {
    .tour-trip-det-head {
        height: calc(95vh - 77px);
        margin: 0 0 1.5rem 0;
        background-attachment: scroll;
    }
    header:has(.deals-dit) ~ main > .tour-trip-det-head {
        height: calc(95vh - 77px);
    }
}

.tour-trip-page-det {
    position: relative;
}

.tour-trip-page-det .tour-trip-info-det {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
    margin: 0 0 1.5rem 0;
}

.tour-trip-page-det .tour-trip-info-det li {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding-right: 1.5rem;
    font-size: .9375rem;
}

.tour-trip-page-det .tour-trip-info-det li i {
    font-size: .875rem;
}

.tour-trip-page-det .tour-trip-info-det li::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .25rem;
    font-weight: 900;
    color: var(--theme-color-01);
    position: relative;
    top: 2px;
    right: -.625rem;
}

.tour-trip-page-det .tour-trip-info-det li:last-child:after {
    display: none;
}

@media (max-width: 576px) {
    .tour-trip-page-det .tour-trip-info-det li {
        display: inline-flex;
        padding-right: 0;
        width: 100%;
        align-items: start;
    }
    .tour-trip-page-det .tour-trip-info-det li a {
        display: contents;
    }
    .tour-trip-page-det .tour-trip-info-det li::after {
        display: none;
    }
    .tour-trip-page-det .tour-trip-info-det li i {
        position: relative;
        top: .25rem;
    }
}

.tour-trip-page-det .tour-trip-info-det li a,
.tour-trip-page-det .tour-trip-info-det li a:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--transparent-color);
}

.tour-trip-page-det .tour-trip-info-det li a:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
}

.tour-trip-page-det .tour-trip-gallery {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.tour-trip-page-det .tour-trip-gallery .isotope:nth-child(n+6) {
    display: none;
}

.tour-trip-page-det .tour-trip-img-inner {
    position: relative;
    padding: 0;
    padding-top: 75%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: var(--border-radius-01);
    overflow: hidden;
}

.tour-trip-page-det .tour-trip-img-inner::after {
    content: "";
    background-color: var(--dark-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner:hover::after {
    opacity: .25;
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner::before {
    content: "\f00e";
    font-family: var(--font-awesome);
    font-weight: 300;
    font-size: 1.25rem;
    color: var(--white-color);
    position: absolute;
    height: 10px;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    line-height: 10px;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner:hover::before {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner.more::after {
    content: "";
    background-color: var(--dark-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner.more:hover::after {
    opacity: .25;
    transition: all .5s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner.more::before {
    content: "+ View more image(s)";
    font-weight: 400;
    font-size: .875rem;
    color: var(--white-color);
    position: absolute;
    height: 10px;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0;
    line-height: 10px;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all .25s ease-in-out;
}

.tour-trip-page-det .tour-trip-img-inner.more:hover::before {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease-in-out;
}

@media (max-width: 576px) {
    .tour-trip-page-det .tour-trip-gallery {
        gap: .5rem;
        grid-template-columns: 49% 1fr 1fr;
    }
    .tour-trip-page-det .tour-trip-gallery .isotope:nth-child(1) {
        grid-column: 1 / 1;
        grid-row: auto;
        width: 205% !important;
    }
    .tour-trip-page-det .tour-trip-gallery .isotope:nth-child(2) {
        grid-column: 2 / 1;
        grid-row: 2 / 2;
    }
    .tour-trip-page-det .tour-trip-gallery .isotope:nth-child(3) {
        grid-column: 2 / 4;
        grid-row: 2 / 2;
    }
    .tour-trip-page-det .tour-trip-gallery .isotope:nth-child(4) {
        grid-column: 2 / 1;
        grid-row: 3 / 3;
    }
    .tour-trip-page-det .tour-trip-gallery .isotope:nth-child(5) {
        grid-column: 2 / 4;
        grid-row: 3 / 3;
    }
}

.tour-trip-page-det .tour-trip-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 1rem 0 0 0;
}

.tour-trip-page-det .tour-trip-tags span {
    background-color: var(--theme-color-01-15);
    font-size: .75rem;
    color: var(--dark-color);
    padding: .25rem .5rem;
    border-radius: var(--border-radius-01);
}

.tour-trip-page-det .tour-trip-tags a,
.tour-trip-page-det .tour-trip-tags a:focus {
    background-color: var(--theme-color-01-15);
    font-size: .75rem;
    color: var(--dark-color);
    padding: .25rem .5rem;
    border-radius: var(--border-radius-01);
}

.tour-trip-page-det .tour-trip-tags a:hover {
    background-color: var(--theme-color-01-25);
    color: var(--dark-color);
}

.tour-trip-itinerary {
    position: relative;
    border-top: 1px solid var(--dark-color-15);
    border-bottom: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    background-color: var(--gray-color-50);
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: all .5s ease-in-out;
}

.tour-trip-itinerary h2 {
    margin-bottom: 1.5rem;
    font-size: calc(1.25rem + .3vw);
}

.tour-trip-itinerary h3 {
    margin-bottom: 1rem;
}

.tour-trip-itinerary .itinerary-day {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.tour-trip-itinerary .itinerary-day::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    left: 50%;
    margin-top: 1.5rem;
    background-color: var(--dark-color-25);
    transform: translate(-50%, 0);
}

.tour-trip-itinerary .itinerary-day:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tour-trip-itinerary .itinerary-day:last-child::after {
    display: none;
}

.tour-trip-itinerary .itinerary-day .itinerary-day-info {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    gap: .25rem;
    font-size: 1.125rem;
}

.tour-trip-itinerary .itinerary-day .itinerary-day-info .day-num {
    display: inline-block;
    font-weight: 800;
    color: var(--white-color);
    background-color: var(--theme-color-01);
    margin-right: .5rem;
    padding: .25rem 1rem .25rem 1.25rem;
    border-radius: .5rem;
}

.tour-trip-itinerary .itinerary-day .itinerary-day-info .day-num::before {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .5rem;
    font-weight: 900;
    color: var(--white-color);
    position: relative;
    top: -3px;
    left: -.5rem;
}

.tour-trip-itinerary .itinerary-day .itinerary-day-info .day-tit {
    display: inline-block;
    font-weight: 600;
    flex: auto;
}

.tour-trip-itinerary .itinerary-day .day-des {
    line-height: 1.75rem;
}

.tour-trip-itinerary .itinerary-day .day-meals {
    margin-top: .25rem;
}

.tour-trip-itinerary .itinerary-day .day-meals .meals {
    margin-left: 1.125rem;
    margin-right: .75rem;
    color: var(--dark-color-75);
    display: inline-block;
    font-size: .9375rem;
    font-weight: 600;
    position: relative;
}

.tour-trip-itinerary .itinerary-day .day-meals .meals:last-child {
    margin-right: 0;
}

.tour-trip-itinerary .itinerary-day .day-meals .meals.active {
    color: var(--theme-color-01);
}

.tour-trip-itinerary .itinerary-day .day-meals .meals::before {
    content: "\f00d";
    font-family: var(--font-awesome);
    font-weight: 500;
    color: var(--dark-color-50);
    position: absolute;
    left: -1.125rem;
    top: 1px;
}

.tour-trip-itinerary .itinerary-day .day-meals .meals.active::before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 500;
    color: var(--theme-color-01);
    position: absolute;
    left: -1.125rem;
    top: 1px;
}

@media (max-width: 576px) {
    .tour-trip-itinerary .itinerary-day {
        margin-bottom: 1.5rem;
        padding-bottom: 0;
    }
    .tour-trip-itinerary .itinerary-day::after {
        display: none;
    }
    .tour-trip-itinerary .itinerary-day .itinerary-day-info {
        display: block;
    }
    .tour-trip-itinerary .itinerary-day .itinerary-day-info .day-num {
        display: block;
        margin-right: 0;
        margin-bottom: .5rem;
    }
}

.tour-trip-points {
    position: relative;
    border-top: 1px solid var(--dark-color-15);
    border-bottom: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    background-color: var(--theme-color-02-15);
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: all .5s ease-in-out;
}

.tour-trip-points h2 {
    margin-bottom: 1.5rem;
    font-size: calc(1.25rem + .3vw);
}

.tour-trip-points h3 {
    margin-bottom: 0;
    font-size: calc(1rem + .3vw);
    transition: all .2s ease-in-out;
}

.tour-trip-points h3.points-cus-02 {
    margin-bottom: 1.5rem;
    font-size: calc(1.25rem + .3vw);
}

.tour-trip-points h4 {
    margin-bottom: 1.5rem;
    font-size: calc(1.25rem + .3vw);
}

.tour-trip-points .btn-collapse {
    position: relative;
    display: flex;
}

.tour-trip-points .tour-trip-tags h3 {
    font-family: var(--font-main);
    background-color: var(--dark-color-15);
    font-size: .75rem;
    font-weight: 500;
    color: var(--dark-color);
    padding: .25rem .5rem;
    margin-bottom: 0;
    line-height: 1.125rem;
    border-radius: var(--border-radius-01);
}

.tour-trip-icon {
    font-size: calc(1.25rem + .3vw);
    margin-right: .75rem;
    position: relative;
    top: 0;
    color: var(--black-color);
}

.tour-trip-points a .tour-trip-icon {
    font-size: calc(1rem + .3vw);
    top: 3px;
}

.tour-trip-points .btn-collapse::after {
    content: "\f13a";
    font-family: var(--font-awesome);
    position: absolute;
    right: 0;
    top: -.25rem;
    font-size: 1.5rem;
    font-size: calc(1rem + .5vw);
    font-weight: 300;
    color: var(--black-color-75);
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.tour-trip-points .btn-collapse[aria-expanded="true"]::after {
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.tour-trip-points .btn-collapse[aria-expanded="true"] h3 {
    margin-bottom: 1rem;
}

.tour-trip-points.tour-trip-points-cus h4 {
    margin-bottom: .75rem;
}

.p-point p {
    margin-left: 1.125rem;
    margin-top: .5rem;
    display: block;
    position: relative;
    line-height: 1.75rem;
}

.p-point p:first-child {
    margin-top: 0;
}

.p-point p::before {
    content: "\f111";
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: .35rem;
    color: var(--theme-color-02);
    position: absolute;
    left: -1.125rem;
    top: 1.125px;
}

.p-point-in p {
    margin-left: 1.25rem;
    margin-top: .5rem;
    display: block;
    position: relative;
    line-height: 1.75rem;
}

.p-point-in p:first-child {
    margin-top: 0;
}

.p-point-in p::before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 500;
    color: var(--green-color);
    position: absolute;
    left: -1.25rem;
    top: 1px;
}

.p-point-out p {
    margin-left: 1.125rem;
    margin-top: .5rem;
    display: block;
    position: relative;
    line-height: 1.75rem;
}

.p-point-out p:first-child {
    margin-top: 0;
}

.p-point-out p::before {
    content: "\f00d";
    font-family: var(--font-awesome);
    font-weight: 500;
    color: var(--red-color);
    position: absolute;
    left: -1.125rem;
    top: 1px;
}

.p-point-note p {
    font-size: .9375rem;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    line-height: 1.75rem;
}

.p-point-note p i {
    min-width: 2rem;
    font-size: 1.25rem;
    position: relative;
    top: .125rem;
    text-align: center;
}

.p-point-note p span {
    font-weight: 600;
}

.p-point-note p a,
.p-point-note p a:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-50);
    transition: all .5s ease-in-out;
}

.p-point-note p a:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.p-point-note p a h3,
.p-point-note p a h3:focus {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color-50);
    transition: all .5s ease-in-out;
}

.p-point-note p a h3:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01);
    transition: all .5s ease-in-out;
}

.p-point-note .mark, .p-point-note mark {
    padding: 0;
    background-color: var(--transparent-color);
}

.tour-trip-calc {
    text-align: center;
    padding: 1rem 0;
}

.tour-trip-calc p {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.tour-trip-calc button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.tour-trip-calc button i {
    color: var(--dark-color-75);
    font-size: .875rem;
    padding: .5rem;
    min-width: 2rem;
    min-height: 2rem;
}

.tour-trip-calc button[disabled] i,
.tour-trip-calc button:disabled i {
    color: var(--dark-color-25);
}

.tour-trip-calc .form-outline .form-control.caunt {
    padding: .25rem;
    display: inline-block;
    width: 5rem;
    text-align: center;
    font-size: .875rem;
}

.tourtripform .pri-tot {
    border-top: 1px solid var(--dark-color-15);
    border-bottom: 1px solid var(--dark-color-15);
    background-color: var(--gray-color);
    border-radius: var(--border-radius-01);
    padding: .75rem 0;
    margin-bottom: 1.5rem;
}

.tourtripform .pri-tot .pri-tot-text {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tourtripform .pri-tot p {
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    color: var(--theme-color-01);
}

.tourtripform .pri-tot span.fsb {
    font-size: 1.75rem;
    color: var(--theme-color-01);
}

.tourtripform hr {
    margin: 1rem 0;
    background-color: var(--dark-color-15);
    border: 0;
    opacity: 1;
}

.tourtripform hr.hr-cus {
    margin: 1rem 0 1.75rem 0;
}

.tour-trip-map {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    margin-top: 1rem;
    height: 0;
    border-radius: var(--border-radius-01);
    overflow: hidden;
}

@media (max-width: 576px) {
    .tour-trip-map {
        padding-bottom: 160%;
    }
}

.tour-trip-map #map2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(100%);
}

.tour-trip-map #map2::after {
    content: "";
    background-color: var(--dark-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
}

.tour-trip-map-pop {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    height: 0;
    border-radius: var(--border-radius-01);
    overflow: hidden;
}

@media (max-width: 576px) {
    .tour-trip-map-pop {
        padding-bottom: 170%;
    }
}

.tour-trip-map-pop #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-pop-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: .5rem;
}

.map-pop-btn {
    width: 75%;
    margin: auto;
}

@media (max-width: 576px) {
    .map-pop-btn {
        width: 100%;
    }
}

#locations {
    border: 1px solid var(--dark-color-25);
    border-radius: var(--border-radius-01);
    padding: 1rem;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 22rem;
}

@media (max-width: 576px) {
    #locations {
        max-height: none;
    }
}

#locations li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    font-weight: 700;
}

#locations li::before {
    content: "";
    border-left: 2px solid var(--theme-color-01);
    border-radius: 0;
    position: absolute;
    height: 32px;
    top: 16px;
    left: 3px;
}

#locations li::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .75rem;
    font-weight: 900;
    color: var(--theme-color-01);
    position: absolute;
    left: -2px;
    top: 4px;
}

#locations li:last-child {
    margin-bottom: 0;
}

#locations li:last-child::before {
    display: none;
}

#locations li:first-child:after,
#locations li:last-child:after {
    color: var(--red-color);
}

.map-viw {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 5;
    padding: .5rem;
    color: var(--theme-color-02);
    font-weight: 600;
    background-color: var(--white-color);
    border-radius: var(--border-radius-01);
    box-shadow: 5px 3px 5px var(--dark-color-15) !important;
}

.map-viw i {
    color: var(--theme-color-02);
    font-size: 1.25rem;
}

.single-contact {
    border-bottom: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-00);
    padding: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-top: 3.5rem;
}

.tour-trip-card-inner .single-contact:first-child {
    margin-top: 2.5rem;
}

.tour-trip-card-inner .single-contact:last-child {
    border-bottom: none;
    padding: 0;
}

.single-contact .title {
    position: absolute;
    right: 0;
    top: -2rem;
}

.single-contact .title .title-name {
    font-family: var(--font-title);
    color: var(--theme-color-01);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color: var(--theme-color-01);
    display: flex;
    align-items: center;
    justify-content: center
}

.single-contact .icon i {
    color: var(--white-color);
    font-size: 1.25rem;
}

.single-contact .content {
    line-height: 1
}

.single-contact .content .title-name {
    margin-bottom: 0
}

.single-contact .content .title-name a,
.single-contact .content .title-name a:focus {
    color: var(--dark-color);
    line-height: 2rem;
    font-weight: 500;
}

.single-contact .content .title-name a:hover {
    color: var(--theme-color-02);
}

@media (max-width: 576px) {
    .single-contact {
        padding: 1rem .5rem;
        margin-top: 1.5rem;
        gap: 8px;
    }
}

.ifram-map {
    width: calc(100% - 3rem);
    height: 30rem;
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding: .25rem;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-03);
}

/****** Article contint ******/

.article-cont {
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
    width: 100%;
}

.article-cont h2,
.article-cont h3,
.article-cont h4 {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-family: var(--font-title);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.article-cont p {
    color: var(--dark-color);
    line-height: 1.75;
}

.article-cont ul,
.article-cont ol {
    padding-left: 1.25rem;
    line-height: 1.75;
}

.article-cont ul li {
    list-style: disc;
}

.article-cont ol li {
    list-style: auto;
}

.article-cont p a,
.article-cont p a:focus {
    font-weight: 700;
    color: var(--theme-color-02);
    border-bottom: 1px solid var(--theme-color-02);
}

.article-cont p a:hover {
    color: var(--theme-color-02);
    border-bottom: 1px solid var(--theme-color-02);
}

.article-cont ul a,
.article-cont ul a:focus,
.article-cont ol a,
.article-cont ol a:focus,
.article-cont ul li a,
.article-cont ul li a:focus,
.article-cont ol li a,
.article-cont ol li a:focus {
    font-weight: 700;
    color: var(--theme-color-02);
    border-bottom: 1px solid var(--theme-color-02);
}

.article-cont ul a:hover,
.article-cont ol a:hover,
.article-cont ul li a:hover,
.article-cont ol li a:hover {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
}

.article-cont .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: var(--border-radius-01);
    margin-bottom: 1rem;
    overflow: hidden;
  }

.article-cont .video-container .iframe-cus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.article-cont .article-cont-img {
    overflow: hidden;
    border-radius: var(--border-radius-01);
}

@media (max-width: 576px) {
    .article-cont {
        margin-bottom: 2rem;
    }
}

.licen-cus {
    position: relative;
    text-align: center;
}

.licen-cus span {
    font-size: .875rem;
    font-weight: 600;
    display: block;
    margin-top: .5rem;
}

.licen-cus img {
    width: auto;
    height: 8rem;
}


/****** Model Frameless ******/

.model-frameless .modal-content {
    background-color: var(--transparent-color);
    border: none;
    border-radius: var(--border-radius-01);
}

.model-frameless .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-03);
}

.model-frameless .modal-header .modal-title {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: var(--dark-color);
}

.model-frameless .modal-body {
    padding: .5rem 0 0 0;
}

.model-frameless .modal-body.modal-body-cus {
    background-color: var(--white-color);
    border: none;
    border-radius: var(--border-radius-02);
    padding: 1.5rem;
}

.model-frameless .btn-close,
.model-frameless .btn-close:focus {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--theme-color-01);
    background: none;
    border: 0;
    border-radius: var(--border-radius-01);
    opacity: .75;
    position: relative;
    right: .5rem;
    transition: all .5s ease-in-out;
}

.model-frameless .btn-close:hover {
    opacity: 1;
    color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

.model-frameless .btn-close::after {
    content: "\f00d";
	font-family: var(--font-awesome);
	color: var(--theme-color-01);
    font-size: 1.5rem;
    font-weight: 300;
	position: relative;
    top: -.5rem;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: var(--dark-color-75);
}


/****** Accordion ******/

.accordion-flush .accordion-item:first-child .accordion-button {
    padding: .75rem;
    border-radius: var(--border-radius-01);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: var(--border-radius-01);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: var(--border-radius-01);
}

.accordion-button,
.accordion-button:focus {
    padding: .75rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: .25rem;
    background-color: var(--theme-color-01);
    border-color: var(--transparent-color);
    outline: 0;
    transition: all .5s ease-in-out;
}

.accordion-button:not(.collapsed) {
    color: var(--dark-color);
    border-radius: var(--border-radius-03) !important;
    background-color: var(--theme-color-01-15);
    transition: all .5s ease-in-out;
}

.accordion-button::after {
    content: "\f078";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--white-color);
    width: 1rem;
    height: 1rem;
    background: none;
    position: relative;
    top: -6px;
    transform: none;
    transition: all .5s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    content: "\f077";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--dark-color);
    background: none;
    position: relative;
    transform: none;
    transition: all .5s ease-in-out;
}

.accordion-body {
    padding: .25rem 0 .75rem 0;
}

.accordion-item {
    background-color: var(--transparent-color);
    border: none;
}


/****** Pagination ******/

.pagination .page-link,
.pagination .page-link:focus {
    position: relative;
    display: block;
    font-size: .9375rem;
    color: var(--dark-color);
    text-decoration: none;
    background-color: var(--transparent-color);
    border: 1px solid var(--transparent-color);
    border-radius: var(--border-radius-01);
    margin-left: .5rem !important;
    margin-right: .5rem;
    padding-left: 0;
    padding-right: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.875 !important;
    text-align: center;
    transition: none;
    transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    transition: all .5s ease-in-out;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:first-child .page-link:focus {
    border-radius: var(--border-radius-07);
    background-color: var(--white-color);
    color: var(--dark-color);
    box-shadow: 0 2px 5px var(--dark-color-15) !important;
}

.pagination .page-item:first-child .page-link:hover {
    border-radius: var(--border-radius-07);
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: var(--white-color);
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:last-child .page-link:focus {
    border-radius: var(--border-radius-07);
    background-color: var(--white-color);
    color: var(--dark-color);
    box-shadow: 0 2px 5px var(--dark-color-15) !important;
}

.pagination .page-item:last-child .page-link:hover {
    border-radius: var(--border-radius-07);
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: var(--white-color);
}

.pagination .page-item.disabled .page-link {
    opacity: .5;
    pointer-events: none;
}

.pagination .page-item.disabled .page-link.page-link-cus {
    opacity: .75;
    pointer-events: none;
    background-color: var(--transparent-color);
    border: none;
    width: 1rem;

}

@media (max-width: 576px) {
    .pagination .page-link,
    .pagination .page-link:focus {
        font-size: .75rem;
        margin-left: .125rem !important;
        margin-right: .125rem;
        width: 1.75rem;
        height: 1.75rem;
        line-height: 1.25 !important;
    }
}


/****** Home ******/

.home-img-bg {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 50vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-img-bg::before {
    content: "";
    background-color: var(--black-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-img-bg-card {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.home-img-bg-card .home-img-bg-title {
    font-family: var(--font-title);
    color: var(--white-color);
    font-size: calc(1.25rem + 1.5vw);
    margin-bottom: 1.5rem;
}

.home-img-bg-card .home-img-bg-title h2 {
    font-family: var(--font-title-02);
    color: var(--white-color);
    margin-bottom: 1.5rem;
}

.home-img-bg-card p {
    color: var(--white-color);

}

@media (max-width: 992px) {
    .home-img-bg {
        min-height: 45vh;
        background-attachment: scroll;
    }
}

@media (max-width: 576px) {
    .home-img-bg {
        min-height: 80vh;
        background-attachment: scroll;
    }
}

/****** Date Time Range Picker ******/

.daterangepicker {
    color: var(--dark-color) !important;
    background-color: var(--white-color) !important;
    border-radius: var(--border-radius-01);
    border: 1px solid var(--dark-color-25) !important;
    text-shadow: none !important;
	font-size: 1rem;
	margin-top: 2px;
}

.daterangepicker .calendar-table {
    border: 1px solid var(--dark-color-25);
    border-radius: 4px;
    background-color: var(--white-color);
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: var(--dark-color-50);
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: var(--white-color);
    border-color: var(--transparent-color);
    color: var(--dark-color-50);
}

.daterangepicker::before {
    display: none;
}

.daterangepicker::after {
    display: none;
}

.daterangepicker .btn-primary,
.daterangepicker .btn-primary:focus {
    color: var(--white-color);
    background-color: var(--theme-color-01);
    border-color: var(--theme-color-01);
	border-radius: var(--border-radius-01);
}

.daterangepicker .btn-primary:hover {
    color: var(--white-color);
    background-color: var(--theme-color-01);
    border-color: var(--theme-color-01);
}

.daterangepicker .btn-default,
.daterangepicker .btn-default:focus {
    color: var(--dark-color);
}

.daterangepicker .btn-default:hover {
    color: var(--theme-color-01);
}

.daterangepicker td.in-range {
    background-color: var(--dark-color-15);
    color: var(--theme-color-01);
    font-weight: 600;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--dark-color-15);
	color: var(--theme-color-01);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid var(--dark-color);
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker td.start-date {
    border-radius: 0;
    font-weight: 600;
}

.daterangepicker td.end-date {
    border-radius: 0;
    font-weight: 600;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: .25rem 0 0 1rem;
    padding: .5rem !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu::after,
.bootstrap-datetimepicker-widget.dropdown-menu::before {
    display: none;
}

.bootstrap-datetimepicker-widget table td {
    border: 1px solid var(--dark-color-15) !important;
    color: var(--dark-color) !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:focus,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    text-decoration: line-through !important;
    color: var(--dark-color-50) !important;
    background-color: var(--transparent-color) !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: var(--theme-color-01) !important;
    color: var(--white-color) !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span.month:hover,
.bootstrap-datetimepicker-widget table td span.year:hover {
    background-color: var(--dark-color-15);
}

.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.prev {
    position: relative;
    background-color: var(--transparent-color);
    transition: all .5s ease-in-out;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--theme-color-01) !important;
}


/****** Transfers ******/

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard p {
    margin-top: .5rem;
}

.stepwizard h2 {
    font-size: 1rem;
    margin-top: .5rem;
}

.stepwizard .stepwizard-row {
    display: table-row;
}

.stepwizard .stepwizard-row:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: var(--dark-color-15);
}
.stepwizard .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.stepwizard .stepwizard-step .btn.disabled {
    opacity: 1 !important;
}

.stepwizard .btn-circle {
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 6px 0;
    font-size: 1rem;
    line-height: 2.25;
    border-radius: 50%;
}

.stepwizard .btn-default {
    color: var(--dark-color);
    font-weight: 700;
    background-color: var(--gray-color);
    border-color: var(--gray-color);
}

.stepwizard .btn-primary {
    color: var(--white-color);
    background-color: var(--theme-color-01);
    border-color: var(--theme-color-01);
}

.setup-content .bootstrap-datetimepicker-widget.dropdown-menu {
    display: none;
}

#map {
    height: 384px;
    width: 100%;
    border: 1px solid var(--black-color-15);
    border-radius: var(--border-radius-01) var(--border-radius-01) 0 0;
}

#panel {
    margin-top: -1px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color-15);
    border-radius: 0 0 var(--border-radius-01) var(--border-radius-01);

}

#panel .total {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 1.5rem;
}

#panel .total i {
    color: var(--theme-color-01);
    font-size: 3rem;
}

#panel .total p {
    text-transform: uppercase;
    color: var(--dark-color-75);
    font-size: .875rem;
    font-weight: 700;
}

#panel .total span {
    font-size: 1.25rem;
}

@media (max-width: 576px) {
    #panel .total {
        display: flow;
        padding: 1.5rem 1rem;
        text-align: center;
    }
    #panel .total i {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

#panel .por-right {
    border-right: 1px solid var(--black-color-15);
}

.pac-container {
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
}

.pac-logo::after {
    display: none;
}

.adp {
    display: none;
}

.vehicles-type {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--black-color-15);
}

.vehicles-type .vehicles-img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 14rem;
    overflow: hidden;
    border-radius: var(--border-radius-01);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.vehicles-type h5 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.75rem;
}

.vehicles-type .price {
    color: var(--theme-color-01);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;
}

.vehicles-type a.more-info,
.vehicles-type a.more-info:focus,
.vehicles-type a.more-info:hover {
    text-transform: uppercase;
    display: block;
    color: var(--dark-color-50);
}

.vehicles-type a.less-info,
.vehicles-type a.less-info:focus,
.vehicles-type a.less-info:hover {
    text-transform: uppercase;
    display: block;
    color: var(--dark-color-50);
}

.vehicles-type .vehicles-info {
    margin-top: 1.5rem;
    font-size: 2rem;
    color: var(--dark-color-50);
}

.vehicles-type .vehicles-info .numb {
    position: relative;
    top: -.25rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    border: 1px solid var(--dark-color-15);
}

.vehicles-type .more-info-det {
    font-size: .875rem;
    color: var(--dark-color-50);
    text-align: left;
    margin-top: 1rem;
}

.vehicles-type .form-check {
    position: relative;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.vehicles-type .form-outline .form-check-label {
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    background-color: var(--dark-color-15);
    padding: .75rem 2rem .75rem 4rem;
    line-height: 28px;
    border-radius: 2rem;
}

.vehicles-type .form-outline .form-check-input {
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    position: absolute;
    top: 6px;
    left: calc(50% - 2rem);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.vehicles-type .form-outline .form-check-input:checked[type=radio] {
    border: 1px solid var(--white-color);
    background-color: var(--transparent-color);
}

.vehicles-type .form-outline .form-check-input:checked[type=radio]::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--white-color);
    position: absolute;
    top: 1px;
    left: 4px;
    width: 10px;
    height: 10px;
}

.vehicles-type .form-outline .form-check-input:checked[type=radio] + .form-check-label {
    color: var(--white-color);
    background-color: var(--theme-color-01);
}

.vehicles-type .form-outline .invalid-feedback, .error {
    width: auto;
    position: absolute;
    bottom: -1.125rem;
    right: .5rem;
    z-index: 2;
    color: var(--red-color);
    font-size: .75rem;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 992px) {
    .vehicles-type {
        padding: 1rem 0;
        text-align: center;
    }
    .vehicles-type h5 {
        margin-top: .25rem;
        margin-bottom: 1rem;
    }
    .vehicles-type .vehicles-info {
        margin-top: 1rem;
    }
    .vehicles-type .form-outline .form-check-label {
        padding: .75rem 6rem .75rem 8rem;
    }
}

.services-type {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--dark-color-15);
}

.services-type h5 span {
    color: var(--theme-color-01);
    font-weight: 500;
}

.services-type p {
    font-size: .875rem;
    color: var(--dark-color-75);
    margin-top: 1rem;
}

.services-type .serv-quant {
    position: relative;
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: .125rem .75rem;
    border: 1px solid var(--dark-color-25);
    border-radius: .5rem;
}

.services-type .serv-quant button {
    background: none;
    background-color: var(--transparent-color);
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: .75rem;
}

.services-type .serv-quant .form-outline .form-control {
    padding: .25rem;
    font-size: 1.125rem;
    font-weight: 400;
    width: 3rem;
    color: var(--dark-color);
    background-color: var(--white-color);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    text-align: center;
}

.services-type .total {
    color: var(--theme-color-01);
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 700;
}

.services-type .form-outline .form-label {
    margin-bottom: .25rem;
    margin-left: .25rem;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-color-50);
}

.widget-box-02 {
	background-color: var(--white-color);
    border-radius: var(--border-radius-01);
    padding: 1rem;
    position: relative;
    box-shadow: 0 0 24px 0 var(--dark-color-15) !important;
}

.widget-box-02 .widget-title-02 {
    color: var(--dark-color);
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 1px solid var(--dark-color);
    display: inline-block;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
}

.widget-box-02 .widget-title-02 span {
    position: absolute;
    right: 1rem;
}

.widget-box-02 .widget-title-03 {
    text-transform: uppercase;
    display: block;
    color: var(--dark-color-50);
    font-size: .75rem;
}

.widget-box-02 p {
    font-size: .95rem;
}

.widget-box-02 .form-outline {
    padding: 1rem 0;
    border-bottom: 1px solid var(--dark-color-15);
}

.widget-box-02 .form-outline:first-child {
    padding: 0 0 1rem 0;
}

.widget-box-02 .form-outline:last-child {
    padding: 1rem 0 0 0;
    border-bottom: none;
}

.widget-box-02 .det-info {
    color: var(--dark-color-75);
    font-size: .875rem;
    padding-left: .75rem;
}

.widget-box-02 .det-info-price {
    color: var(--dark-color);
    font-size: 1rem;
}

.widget-box-02 .det-info-price-total {
    color: var(--dark-color);
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.widget-box-02 .total-sec {
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid var(--dark-color-25);
}

.widget-box-02 .total-sec-cus {
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid var(--dark-color);
}

.widget-box-02 .vehicles-img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    border-radius: var(--border-radius-01);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.setup-content .nav-pills {
    border-bottom: 1px solid var(--dark-color-15);
}

.setup-content .nav-pills .nav-link {
    background: 0 0;
    color: var(--dark-color-75);
    background-color: var(--gray-color);
    border: 1px solid var(--dark-color-15);
    border-radius: .5rem .5rem 0 0;
    margin: 0 .5rem -1px .5rem;
    font-size: .9375rem;
    font-weight: 700;
}

.setup-content .nav-pills .nav-link.active,
.setup-content .nav-pills .show>.nav-link {
    color: var(--theme-color-01);
    background-color: var(--white-color);
    border: 1px solid var(--dark-color-25);
    border-bottom: 1px solid var(--white-color);
}

.ride-serv-cus .form-outline.form-check {
    position: relative;
    display: block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 1rem;
}

.ride-serv-cus .form-outline .form-check-label {
    color: var(--dark-color-75);
    position: relative;
    display: inline-block;
    background-color: var(--dark-color-15);
    padding: 4rem 1rem 1rem 1rem;
    line-height: 32px;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    font-size: .875rem;
}

.ride-serv-cus .form-outline .form-check-label span {
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: normal;
}

.ride-serv-cus .form-outline .form-check-input {
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    position: absolute;
    top: 1rem;
    left: calc(50% + .5rem);
    width: 32px;
    height: 32px;
    margin-right: 0;
    z-index: 1;
}

.ride-serv-cus .form-outline .form-check-input:checked[type=radio] {
    border: 1px solid var(--white-color);
    background-color: var(--transparent-color);
}

.ride-serv-cus .form-outline .form-check-input:checked[type=radio]::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--white-color);
    position: absolute;
    top: 1px;
    left: 4px;
    width: 10px;
    height: 10px;
}

.ride-serv-cus .form-outline .form-check-input:checked[type=radio] + .form-check-label {
    color: var(--white-color);
    background-color: var(--theme-color-01);
}

.ride-serv-cus .form-outline .form-check-input:checked[type=radio] + .form-check-label span {
    color: var(--white-color);
}

.pt-tailor-cus {
	margin-top: 1.5rem;
    padding: .75rem 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    background-color: var(--dark-color-15);
    color: var(--dark-color);
	border-radius: var(--border-radius-01);
}

@media (max-width: 576px) {
    .setup-content li {
        width: 100%;
        display: block;
    }
    .setup-content .nav-pills {
        border-bottom: none;
    }
    .setup-content .nav-pills .nav-link {
        width: 100%;
        display: block;
        margin: 0 0 .25rem 0;
    }
    .setup-content .nav-pills .nav-link.active,
    .setup-content .nav-pills .show>.nav-link {
        border-bottom: 1px solid var(--dark-color-25);
    }
    .pt-tailor-cus {
		margin-top: -.75rem;
		margin-left: .75rem;
    	margin-right: .75rem;
		width: calc(100% - 1.5rem);
	}
}


/****** Login ******/

.login-signup-card {
    position: relative;
    border: 1px solid var(--dark-color-15);
    border-radius: var(--border-radius-01);
    padding: 1.5rem;
    box-shadow: 0 2px 5px var(--dark-color-05) !important;
    transition: all .5s ease-in-out;
}

.login-signup-card .login-signup-card-title {
    text-align: center;
    margin-bottom: 1rem;
}

.text-or {
    position: relative;
    color: var(--dark-color-75);
    font-size: .875rem;
}

.text-or::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    left: 0;
    top: .75rem;
    background-color: var(--dark-color-25);
}

.text-or::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    right: 0;
    top: .75rem;
    background-color: var(--dark-color-25);
}

.social-btns {
    position: relative;
}

.social-btns a,
.social-btns a:focus {
    font-size: .9375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-radius: var(--border-radius-01);
    width: 100%;
    text-align: center;
    transition: all .5s ease-in-out;
}

.social-btns a i {
    font-size: 1.25rem;
}

.google-btn,
.google-btn:focus {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--black-color-25);
}

.google-btn:hover {
    background-color: #f2f2f2;
    color: var(--black-color);
    border: 1px solid var(--black-color-25);
}

.social-btns .google-btn i {
    color: #db4437;
}

.facebook-btn,
.facebook-btn:focus {
    background-color: #1877F2;
    color: var(--white-color);
    border: 1px solid #1877F2;
}

.facebook-btn:hover {
    background-color: #145dbf;
    color: var(--white-color);
    border: 1px solid #145dbf;
}

.apple-btn,
.apple-btn:focus {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);
}

.apple-btn:hover {
    background-color: #333333;
    color: var(--white-color);
    border: 1px solid #333333;
}

@media (max-width: 576px) {
    .login-signup-card {
        padding: 1rem;
    }
}


/****** Rate ******/

.hotel-sec {
    position: relative;
    margin-bottom: 1rem;
}

.hotel-sec .hotel-img {
    position: relative;
    margin: 0;
    margin-bottom: .75rem;
    padding: 0;
    padding-top: 70%;
    overflow: hidden;
    border-radius: var(--border-radius-01);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease-in-out;
}

.hotel-sec h6 {
    margin-bottom: 0;
    font-size: .875rem;
}

.hotel-sec .hotel-name {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 800;
    color: var(--dark-color);
}

.rating-container .clear-rating {
    color: var(--orange-color);
    cursor: not-allowed;
    display: none;
    vertical-align: middle;
    font-size: 15px;
    padding-right: 5px;
}

.rating-container .empty-stars {
    color: var(--orange-color);
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: var(--orange-color);
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px var(--transparent-color);
    text-shadow: none;
}

.rating-md {
    font-size: 1rem;
}

.rating-container .caption {
    color: var(--white-color);
	background-color: var(--orange-color);
	border-radius: .25rem;
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 0;
    display: none;
}

.rating-container .star {
    margin: 0 2px;
}

.rating-disabled .rating-stars {
	cursor: pointer;
    pointer-events: none;
}


/****** Isotope Zoom ******/

.mfp-arrow {
    position: absolute;
    opacity: .75;
    margin: 0;
    top: 50%;
    margin-top: 0;
    padding: 0;
    width: auto;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.mfp-arrow:active {
    margin-top: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.mfp-arrow::before,
.mfp-arrow::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    border: none;
    opacity: 1;
}

.mfp-arrow-left {
    left: 1rem;
}

.mfp-arrow-left::after {
    content: "\f053";
    font-family: var(--font-awesome);
    color: var(--white-color);
    font-size: 1.5rem;
}

.mfp-arrow-left::before {
    border: none;
}

.mfp-arrow-right {
    right: 3rem;
}

.mfp-arrow-right::after {
    content: "\f054";
    font-family: var(--font-awesome);
    color: var(--white-color);
    font-size: 1.5rem;
}

.mfp-arrow-right:before {
    border: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: var(--white-color) !important;
    right: 0;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    font-size: 2rem;
    opacity: .75;
    transition: all 0.5s ease-in-out;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.mfp-bg {
    background: var(--dark-color-75);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.mfp-container {
    padding: 1rem;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--white-color);
    font-size: .875rem;
    line-height: 1.5;
    white-space: nowrap;
}


/****** Jssocials Shares ******/

#shareRoundIcons {
	display: block;
}

.jssocials-shares {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jssocials-share {
    display: inline-block;
    margin: 0;
    position: relative;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

.jssocials-shares .jssocials-share::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .25rem;
    font-weight: 900;
    color: var(--dark-color);
    position: relative;
    top: -4px;
    right: -.875rem;
}

.jssocials-shares .jssocials-share:last-child::after {
    display: none;
}

.jssocials-share-link .jssocials-share-logo,
.jssocials-share-link .jssocials-share-logo:focus {
    font-size: 1.125rem;
    color: var(--dark-color-50);
    transition: all .5s ease-in-out;
}

.jssocials-share-link .jssocials-share-logo:hover {
    color: var(--theme-color-01);
    transition: all .5s ease-in-out;
}


/****** Unifilter ******/

.filter-btn-cus {
    position: absolute;
    right: 0;
    top: -.25rem;
}

.unifilter {
    position: relative;
}

.results {
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.uf-filter-wrap,
.uf-sort-wrap {
    margin: 0 !important;
}

#uf-city,
#uf-country,
#uf-category,
#uf-duration,
#uf-type,
#uf-favorite,
#uf-price,
#uf-search,
.uf-sort {
    padding: 1.5rem !important;
    position: relative;
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--dark-color-25) !important;
}

#uf-city.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: var(--border-radius-08);
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li a::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: .875rem;
    font-weight: 400;
    color: var(--white-color);
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color) !important;
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li.uf-selected a::before {
    border: 1px solid var(--theme-color-02);
    background-color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li.uf-selected a::after {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-city.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-city.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-city.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}


#sitesfilters #uf-city.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter .uf-tags li.uf-selected a::before,
#sitesfilters #uf-city.uf-filter .uf-tags li.uf-selected a:hover::before {
    border: 6px solid var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter.uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#sitesfilters #uf-city.uf-filter .uf-tags li a::after {
    display: none;
}


#uf-favorite.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: var(--border-radius-08);
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li a::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: .875rem;
    font-weight: 400;
    color: var(--white-color);
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color) !important;
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li.uf-selected a::before {
    border: 1px solid var(--theme-color-02);
    background-color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li.uf-selected a::after {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-favorite.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-favorite.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-favorite.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}

#uf-category.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-category.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-category.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}

#uf-category.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li.uf-selected a::before {
    border: 6px solid var(--theme-color-02);
    background-color: var(--transparent-color);
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-category.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: var(--border-radius-08);
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li a::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: .875rem;
    font-weight: 400;
    color: var(--white-color);
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color) !important;
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li.uf-selected a::before {
    border: 1px solid var(--theme-color-02);
    background-color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li.uf-selected a::after {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-country.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-country.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}

#uf-duration.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-duration.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-duration.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}

#uf-duration.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li.uf-selected a::before {
    border: 6px solid var(--theme-color-02);
    background-color: var(--transparent-color);
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-duration.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags .uf-tooltip {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    min-width: auto !important;
    margin-left: 0 !important;
    text-align: right !important;
    background-color: var(--transparent-color) !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 600 !important;
    color: var(--dark-color) !important;
    border-radius: 0;
    padding: 0 !important;
    pointer-events: none !important;
    transition: all .5s ease .5s !important;
    transform: none !important;
}

#uf-type.uf-filter .uf-tags .uf-tooltip::before {
    content: "(";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}

#uf-type.uf-filter .uf-tags .uf-tooltip::after {
    content: ")";
}

#uf-type.uf-filter .uf-tags li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0 !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li a {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    font-weight: 400;
    border: none !important;
    text-align: left !important;
    padding: 0;
    line-height: normal !important;
    min-width: auto !important;
    height: auto !important;
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li:hover a::before {
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li.uf-selected a::before {
    border: 6px solid var(--theme-color-02);
    background-color: var(--transparent-color);
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li:hover a {
    color: var(--dark-color) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-type.uf-filter .uf-tags li.uf-selected a {
    color: var(--theme-color-02) !important;
    background-color: var(--transparent-color) !important;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags .uf-reset,
#uf-category.uf-filter .uf-tags .uf-reset,
#uf-favorite.uf-filter .uf-tags .uf-reset,
#uf-city.uf-filter .uf-tags .uf-reset,
#uf-duration.uf-filter .uf-tags .uf-reset,
#uf-type.uf-filter .uf-tags .uf-reset {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    margin: 0;
    padding: 0;
    opacity: .75;
    background-color: var(--red-color);
    border-radius: var(--border-radius-07);
    background-image: none;
    text-align: center;
    transition: all .5s ease-in-out;
}

#uf-country.uf-filter .uf-tags .uf-reset::before,
#uf-category.uf-filter .uf-tags .uf-reset::before,
#uf-favorite.uf-filter .uf-tags .uf-reset::before,
#uf-city.uf-filter .uf-tags .uf-reset::before,
#uf-duration.uf-filter .uf-tags .uf-reset::before,
#uf-type.uf-filter .uf-tags .uf-reset::before {
    content: "\f00d";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--white-color);
    font-size: 1.125rem;
    position: relative;
    text-align: center;
    top: -0.1875rem;
}

#uf-country.uf-filter .uf-tags .uf-reset:hover,
#uf-category.uf-filter .uf-tags .uf-reset:hover,
#uf-favorite.uf-filter .uf-tags .uf-reset:hover,
#uf-city.uf-filter .uf-tags .uf-reset:hover,
#uf-duration.uf-filter .uf-tags .uf-reset:hover,
#uf-type.uf-filter .uf-tags .uf-reset:hover {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.uf-filter .uf-tags a {
    display: block !important;
    padding: 0 8px;
    line-height: 32px;
    border-radius: 0;
    min-width: 25px;
    height: 32px;
    border: 1px solid var(--dark-color-25);
    color: var(--dark-color);
    transition: all .5s ease-in-out !important;
}

.uf-filter .uf-title,
.uf-range .uf-title,
.uf-search .uf-title,
.uf-sort .uf-title {
    font-family: var(--font-title) !important;
    color: var(--theme-color-01) !important;
    font-size: 1.25rem !important;
    font-weight: normal !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.25rem !important;
}

.uf-filter .uf-tags a,
.uf-filter .uf-tags a:focus {
    border: 1px solid var(--theme-color-02-50) !important;
    border-radius: var(--border-radius-01) !important;
    color: var(--dark-color-75) !important;
    font-size: .875rem !important;
}

.uf-filter .uf-tags a:hover {
    border: 1px solid var(--theme-color-02) !important;
    color: var(--white-color) !important;
	background-color: var(--theme-color-02) !important;
}

.uf-filter .uf-tags .uf-selected a {
    background-color: var(--theme-color-02) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--theme-color-02) !important;
}

.uf-slider {
    max-width: 100% !important;
    width: 100% !important;
}

.uf-slider .uf-path {
    background-color: var(--dark-color-25) !important;
}

.uf-slider .uf-handle-left,
.uf-slider .uf-handle-left:focus,
.uf-slider .uf-handle-right,
.uf-slider .uf-handle-right:focus {
    background-color: var(--theme-color-01) !important;
}

.uf-slider .uf-handle-left:hover,
.uf-slider .uf-handle-right:hover,
.uf-slider.uf-dragging-left .uf-handle-left,
.uf-slider.uf-dragging-right .uf-handle-right {
    background-color: var(--theme-color-01) !important;
}

.uf-slider .uf-end,
.uf-slider .uf-start {
    color: var(--theme-color-01) !important;
    margin-top: 10px !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
}

.uf-sort-box .uf-select span {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    padding: .5rem 1rem !important;
    font-size: .875rem !important;
    margin-bottom: 0 !important;
    background-color: var(--transparent-color) !important;
    border: 1px solid var(--dark-color-25) !important;
    border-radius: var(--border-radius-01) !important;
}

.uf-sort-box .uf-options {
    width: 100% !important;
    max-width: calc(100% - 30px) !important;
    padding: 0 !important;
    top: 42px !important;
    color: var(--dark-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--dark-color-50) !important;
    border-radius: var(--border-radius-01) !important;
}

.uf-sort-box .uf-select span:after {
    left: auto !important;
    right: 46px !important;
    top: 0 !important;
    margin-top: 20px !important;
    border-top-color: var(--white-color-50) !important;
}

.uf-sort-box .uf-options li a,
.uf-sort-box .uf-options li a:focus {
    color: var(--dark-color) !important;
    font-size: .875rem !important;
    padding: .5rem 1rem !important;
}

.uf-sort-box .uf-options li a:hover {
    color: var(--dark-color) !important;
    background-color: var(--dark-color-15) !important;
}

.uf-sort-box .uf-options li:last-child a {
    border-top: 1px solid var(--dark-color-25) !important;
    font-style: normal !important;
}

#uf-type {
    margin-bottom: 10px;
}

.uf-filter .uf-tag-hidden {
    opacity: .5 !important;
    pointer-events: none !important;
}

.uf-list #uf-empty {
    color: var(--dark-color) !important;
    font-weight: 700 !important;
}

.uf-list #uf-separator {
    border-top: 1px solid var(--dark-color-25) !important;
    color: var(--dark-color) !important;
    font-weight: 700 !important;
}

.uf-search input {
    color: var(--dark-color) !important;
    font-size: 1rem !important;
    background-color: var(--transparent-color) !important;
    border: 1px solid var(--dark-color-25) !important;
    border-radius: var(--border-radius-01) !important;
    padding: .5rem 1rem !important;
    margin-bottom: 0 !important;
}

.uf-search input::placeholder {
	color: var(--dark-color-50) !important;
	font-weight: 400 !important;
    font-size: 1rem !important;
	opacity: 1 !important;
}

.data-tour-trip.page-hidden {
    display: none !important;
}

.blogs-item.page-hidden {
    display: none !important;
}

@media (max-width: 576px) {
    .uf-filter-wrap {
        width: 100% !important;
    }

    .uf-sort-wrap {
        width: 100% !important;
    }

    .uf-range-wrap {
        width: 100% !important;
    }

    .uf-slider {
        max-width: 320px !important;
    }

    .uf-sort-box .uf-select span {
        max-width: 275px !important;
    }

    .uf-sort-box .uf-select span:after {
        left: 245px !important;
        margin-top: 20px !important;
        border-top-color: var(--white-color-50) !important;
    }
}


.categ-tours {
    padding: 1.5rem !important;
    position: relative;
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--dark-color-25) !important;
}

.categ-tours li {
    margin-bottom: 1rem;
    white-space: normal;
    color: var(--dark-color);
    position: relative;
    padding-left: 2rem;
    margin-right: 0;
    display: block;
    transition: all .5s ease-in-out;
}

.categ-tours li a,
.categ-tours li a:focus {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 400;
    border: none;
    text-align: left;
    padding: 0;
    line-height: normal;
    min-width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.categ-tours li a:hover {
    color: var(--theme-color-01) !important;
    transition: all .5s ease-in-out;
}

.categ-tours li a::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    background-color: var(--transparent-color);
    left: 0;
    top: 1px;
    transition: all .5s ease-in-out;
}

.categ-tours li a:hover::before {
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color-15);
    transition: all .5s ease-in-out;
}


/* Cookie Box */

.cookie-box {
    position: fixed;
    left: 0;
    right: 40%;
    bottom: 0;
    z-index: 9999;
    background-color: var(--black-color-90);
    border-radius: var(--border-radius-03);
    color: var(--white-color);
    padding: .75rem 0;
    display: none;
    font-size: 0.75rem;
}

.cookie-box-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cookie-box-inner p {
    margin: 0;
    line-height: 1.5;
}

.btn-cookie-accept {
    border: none;
    padding: .5rem 1rem;
    cursor: pointer;
    border-radius: var(--border-radius-01);
    font-size: .75rem;
    font-weight: 600;
    background: var(--theme-color-02);
    color: var(--white-color);
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .cookie-box {
        right: 15%;
    }
    .cookie-box-inner {
        flex-direction: column;
        align-items: flex-start;
    } 
    .btn-cookie-accept {
        align-self: stretch;
        text-align: center;
    }
}

/****** Tailor Tour Itinerary ******/

.iti-days.nav-pills  {
    width: 100%;
    display: block;
    border-bottom: none;
}

.iti-days.nav-pills .nav-link {
    width: 100%;
    display: block;
    border: none;
    border-radius: var(--border-radius-01);
    padding: .75rem;
    background-color: var(--gray-color);
    color: var(--dark-color);
    margin: 0 0 .75rem 0;
    pointer-events: none;
    cursor: default;
}

.iti-days.nav-pills .nav-link.active {
    width: 100%;
    display: block;
    border: none;
    border-radius: var(--border-radius-01);
    background-color: var(--theme-color-01);
    color: var(--white-color);  
}

.iti-days.nav-pills .nav-link:last-child {
    margin: 0 0 0 0;
}

.tour-alert {
    position: fixed;
    top: 50%;
    right: -350px;
    z-index: 1055;
    width: auto;
    max-width: 320px;
    transition: right .5s ease-in-out;
}

.tour-alert.show {
    right: 0;
    transition: right .5s ease-in-out;
}

.tour-trip-card-small.activex {
    box-shadow: 0 0 12px 0 var(--theme-color-01-75) !important;
}

.model-frameless-03 .modal-content {
    background-color: var(--white-color);
    border: none;
    border-radius: 0.25rem;
	-webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
}

@media (max-width: 576px) {
	.model-frameless-03 .modal-content {
		width: 96%;
		margin: 0 2%;
        border-radius: var(--border-radius-01);
	}
    .model-frameless-03 .modal-dialog {
        margin: 2rem .25rem;
    }
}

.model-frameless-03 .modal-content .btn-close,
.model-frameless-03 .modal-content .btn-close:focus {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--theme-color-01);
    background: none;
    border: 0;
    border-radius: var(--border-radius-01);
    opacity: .75;
    position: relative;
    right: .5rem;
    transition: all .5s ease-in-out;
}

.model-frameless-03 .modal-content .btn-close:hover {
    opacity: 1;
    color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

.model-frameless-03 .modal-content .btn-close::after {
    content: "\f00d";
	font-family: var(--font-awesome);
	color: var(--theme-color-01);
    font-size: 1.5rem;
    font-weight: 300;
	position: relative;
    top: -.5rem;
}

.model-frameless-03 .tour-trip-img { 
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 50%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius-02);
}

.form-outline .promo-code {
    width: auto;
    position: absolute;
    bottom: -1.125rem;
    right: .5rem;
    z-index: 2;
    color: var(--red-color);
    font-size: .75rem;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.form-outline .promo-code-right {
    width: auto;
    position: absolute;
    bottom: -1.125rem;
    right: .5rem;
    z-index: 2;
    color: var(--green-color);
    font-size: .75rem;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.form-outline .promo-code-right .text-promo {
    font-size: .9375rem;
    font-weight: 700;
}

.search-link {
    display: table;
}

.search-link h3,
.search-link h3:focus {
    font-family: var(--font-title);
    color: var(--dark-color);
    font-size: 1.5rem;
    display: table;
    border-bottom: 1px solid var(--transparent-color);
    transition: all .5s ease-in-out;
}

.search-link h3:hover {
    color: var(--theme-color-01);
    border-bottom: 1px solid var(--theme-color-01-25);
    transition: all .5s ease-in-out;
}

.search-box .btn-cus-01 {
    border-radius: var(--border-radius-06);
}

.search-box .btn-cus-01 i {
    font-size: 1rem;
}


/****** Home PopUp ******/

#offer-popup.model-frameless .modal-content {
    background-color: var(--transparent-color);
    border: none;
    border-radius: var(--border-radius-01);
    -webkit-box-shadow: 0 24px 24px 0 var(--black-color-25), 0 32px 46px 0 var(--black-color-25) !important;
    box-shadow: 0 24px 24px 0 var(--black-color-25), 0 32px 46px 0 var(--black-color-25) !important;
}

#offer-popup.model-frameless .modal-body.modal-body-cus {
    padding: 0;
}

#offer-popup.model-frameless .modal-header {
    text-align: center;
}

#offer-popup.model-frameless .modal-header .modal-title {
    font-size: 1.25rem;
    width: 100%;
}

#offer-popup.model-frameless .modal-content .popup-content {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-02);
    width: 100%;
    height: 66vh;
    display: block;
    transition: all .5s ease-in-out;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-img {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text {
    position: absolute;
    bottom: 0;
    background-color: var(--theme-color-02-75);
    width: 100%;
    border-radius: var(--border-radius-02);
    padding: 1.25rem;
    color: var(--white-color);
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text p {
    font-size: .875rem;
    line-height: normal;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price {
    position: relative;
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 0;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price p {
    font-size: .875rem;
    border-left: none;
    padding-left: 0;
    display: inline-block;
    margin-right: .125rem;
    margin-top: 0;
    margin-bottom: 0;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price .price-tour {
    font-size: 1.75rem;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price .price-tour.price-has-offer {
    font-size: .875rem;
    font-weight: 700;
    color: var(--white-color-75);
    text-decoration: line-through;
    display: inline-block;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price .price-offer {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline;
}

#offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price .offer-percentage {
    background-color: var(--red-color);
    font-size: .9375rem;
    font-weight: 700;
    color: var(--white-color);
    padding: .25rem 1rem;
    border-radius: var(--border-radius-01);
    display: inline-block;
    text-align: center;
}

@media (max-width: 992px) {
    #offer-popup.model-frameless .modal-content .popup-content {
        height: 80vh;
    }
    #offer-popup.model-frameless .modal-content .popup-content .popup-text {
        padding: 1rem;
    }
    #offer-popup.model-frameless .modal-content .popup-content .popup-text p {
        text-align: center;
    }
    #offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    #offer-popup.model-frameless .modal-content .popup-content .popup-text .tour-trip-price .offer-percentage {
        padding: .25rem;
    } 
}

.hide-img {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}


/****** Gallery & Filter ******/

.grid-item {
	display: inline-block;
	height: 260px;
	overflow: hidden;
	text-align: center;
	width: 33.33334%;
    padding: .5rem;
}

.grid-item.grid-item-02 {
	height: 360px;
}

.grid-item.grid-item-02 h5 {
	font-family: var(--font-title);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

@media (max-width: 992px) {

	.grid-item {
		width: 50%;
		height: 220px;
	}
    .grid-item.grid-item-02 {
        height: 320px;
    }

	
}

@media (max-width: 576px) {

	.grid-item {
		width: 100%;
		height: 220px;
	}
    .grid-item.grid-item-02 {
        height: 320px;
    }

	
}

.isotope-pager .pager {
	display: inline-block;
}

.filters {
	width: 100%;
	text-align: center;
}

.filters ul {
	margin: 0 0 2rem 0;
}

.filters li {
	margin: 0 .5rem;
	display: inline-block;
}

.filters .btn-cus-01 {
	font-size: 1rem;
}

.isotope-pager {
	text-align: center;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid var(--black-color-25);
}

.isotope-pager a,
.isotope-pager a:focus {
	margin: 0 .5rem;
	display: inline-block;
    color: var(--theme-color-01);
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.isotope-pager a:hover {
    color: var(--theme-color-02);
    transition: all .5s ease-in-out;
}

.isotope-pager .prev{
	border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
	border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
	content: "";
	position: absolute;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
	border-right: 20px solid var(--theme-color-01);
	right: 100%;
}

.isotope-pager .num:after,.prev:after{
	border-right: 20px solid var(--theme-color-02);
	right: 0;
}

.video-cus {
	width: 100%;
	position: relative;
	border-radius: 0;
}

.video-cus::before {
	content: "\f144";
	font-family: var(--font-awesome);
	font-weight: 300;
    font-size: 2rem;
	color: var(--white-color);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
    opacity: 1;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.video-cus:hover::before {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.video-cus::after {
	content: "";
    background-color: var(--dark-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.video-cus:hover::after {
    background-color: var(--transparent-color);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope {
	width: 100% !important;
	height: 100%;
	position: relative;
}

.isotope.isotope-cus a::before {
	content: "\f00e";
	font-family: var(--font-awesome);
	font-weight: 300;
    font-size: 2rem;
	color: var(--white-color);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
    opacity: 1;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope.isotope-cus a:hover::before {
	opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope.isotope-cus a::after {
	content: "";
    background-color: var(--dark-color-50);
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: calc(100% - 1rem);
    height: calc(100% - .5rem);
    border-radius: var(--border-radius-00);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: .5rem;
    transition: all .5s ease-in-out;
}

.isotope.isotope-cus a:hover::after {
    background-color: var(--transparent-color);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope .isotope-img {
    position: relative;
    padding: 0;
    padding-top: 75%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: var(--border-radius-01);
}


/****** For Arabic ******/

.phone-format {
    direction: ltr;
    text-align: right;
    position: absolute;
}

.fa-arrow-right:before {
    content: "\f060";
}