:root{
    /*--primary: #ee3131;*/
    --primary: #e8bd5e;
    --primaryDanger: #ee3131;
    --primaryDark: #cd8d00;
    /*--primaryLight: rgba(238, 49, 49, 0.3);*/
    --primaryLight: rgba(232, 189, 94, 0.3);
    --dark: #000;
    --darker: #000000;
    --light: #ffffff;
    --gray: #6a6a6a;
    --grayLight: #f6f6f6;
    --bs-tertiary-bg-rgb: 255, 255, 255;
    --shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.05);
}
body{
    font-family: "Radio Canada", sans-serif;
    font-size: 15px;
    color: var(--dark);
}
main{
    min-height: 90vh;
}
.logo img{
    width: auto;
    height: 63px;
    object-fit: contain;
}
.menu img{
    width: 30px;
}
.menu a{
    cursor: pointer;
}
.header-top {
    position: relative;
    padding: 8px 1rem;
    background-color: #1B1B1B;
}
.header-links {
    margin-left: 300px;
}
.header-links ul li {
    padding: 0;
    margin-right: 30px;
    color: var(--light);
}
.header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 15px 0 0;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.header-links ul li i {
    display: inline-flex;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--light);
    padding: 12px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-links ul li a {
    color: var(--light);
    text-decoration: none;
}
.header-social .social-title {
    color: var(--light);
}
header{
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0;
    z-index: 1234;
}
.main_header{
    background-color: var(--darker);
    padding: .75rem 30px;
    /*border-radius: 50px;*/
    width: 100%;
    /*border: 1px solid var(--primaryLight);*/
    box-shadow: 0 0 100px 12px rgba(90, 90, 90, .2);
}
.nav_link{
    font-size: 16px;
    margin: .3rem 1rem;
    color: var(--light) !important;
    padding: 0 !important;
    position: relative;
    width: fit-content;
    transition: 0.5s;
}
.nav_link:hover{
    color: var(--primary) !important;
}
.nav_link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.nav_link.active:before {
    transform: scaleX(1);
}
.dropdown-menu{
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    /*border-color: #f1f1f1;*/
    border-color: var(--primary);
    background-color: var(--dark);
}
.dropdown-menu li{
    margin: 0 !important;
}
.main_drop_menu a{
    color: var(--light);
}
.dropdown-item{
    font-size: 15px;
    padding: 0.5rem 1rem;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: var(--primary);
    color: var(--darker);
    font-weight: 500;
}
.dropdown-menu li:first-child a{
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.dropdown-menu li:last-child a{
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.dropdown-toggle::after{
    content: "";
    background-image: url('/images/arrow-down.svg');
    border: 0;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    display: inline-flex;
    margin-left: 3px;
    transition: .5s ease-in-out;
}
.nav_link.dropdown-toggle.active::after{
    background-image: url('/images/arrow-down-active.svg');
}
.nav_link.dropdown-toggle:hover::after{
    background-image: url('/images/arrow-down-active.svg');
}
.dropdown-item.active{
    background-color: var(--primary);
    font-weight: 500;
    color: var(--dark);
}
.offcanvas-header-logo{
    width: 120px;
}
.close-icon{
    width: 25px;
    cursor: pointer;
}
.slider{
    background-image: url('../images/banner-2.jpg?2');
    height: 70vh;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
}
.slider::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primaryLight);
    opacity: .3;
}
.slider_content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider_content h1{
    color: var(--light);
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 0 -1px 11px rgb(0 0 0 / 28%);
}
.slider_content h1 span {
    color: var(--primary);
    -webkit-text-stroke: 1px #fff;
}
.slider_content p{
    color: var(--light);
    text-align: center;
    font-size: 1.4vw;
    text-shadow: 0 -1px 11px rgb(0 0 0 / 28%);
}
.slider_content .btn_primary{
    animation: beat 2s infinite;
}
.btn_dark.desktop_btn{
    animation: beat 2s infinite;
}
.section{
    padding: 60px 15px;
}
.heading {
    margin-bottom: 1.4rem;
}
.heading h1{
    font-size: 2.5vw;
    text-align: center;
    font-weight: bold;
    color: var(--dark);
}
.heading h2{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--dark);
}
.heading h1 span{
    color: var(--primaryDark);
}
.heading h3{
    font-size: 2.5vw;
    text-align: center;
    font-weight: bold;
    color: var(--dark);
}
.heading h3 span{
    color: var(--primaryDark);
    display: contents;
}
.service_card{
    width: 100%;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 15px;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--shadow);
}
.service_card a{
    text-decoration: none;
}
.serveice_img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.serveice_img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .9s ease-in-out;
}
.service_card_big{
    height: 593px;
}
.service_card_big .serveice_img{
    height: 555px;
}
.service_card_big img{
    height: 555px;
}
.serveice_heading{
    transition: .5s ease-in-out;
    padding: .5rem;
    text-align: center;
    background-color: var(--darker);
}
.serveice_heading p{
    font-size: 15px;
    margin-bottom: 0;
    color: var(--light);
    transition: .5s ease-in-out;
}
.service_card:hover .serveice_heading{
    background-color: var(--primary);
}
.service_card:hover .serveice_heading p{
    color: var(--darker);
}
.service_card:hover .serveice_img img{
    transform: scale(1.1);
}
.about_section{
    padding: 60px 0;
}
.about_img img{
    width: 95%;
    display: block;
    margin-right: auto;
}
.about_content{
    padding: 2rem;
}
.about_content h2{
    font-size: 2.2vw;
    font-weight: bold;
    margin-bottom: 2rem;
}
.about_content h2 span{
    color: var(--primaryDark);
}
.btn_primary{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--primary);
    color: var(--dark) !important;
    font-size: 14px;
    line-height: 1;
    padding: 21px 31px !important;
    border-radius: 0 0 20px 0;
    border: none;
}
.btn_primary::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--dark);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.navbar .btn_primary::before{
    background-color: var(--light);
}
.navbar .btn_primary:hover, .navbar .btn_primary:focus{
    color: var(--dark) !important;
}
.btn_primary:hover, .btn_primary:focus{
    color: var(--light) !important;
}
.btn_primary:hover::before, .btn_primary.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.visit_travel{
    background-image: url('../images/visit-travel.jpg');
    min-height: 68vh;
    width: 100%;
    background-size: cover;
    background-position:  bottom;
    background-repeat: no-repeat;
    margin-top: 2rem;
}
.visit_travel_content h3{
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.visit_travel_content span{
    color: var(--primaryDark);
}
.testimonial{
    padding: 30px 15px;
    background-color: var(--grayLight);
    /* height: 70vh; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url('../images/testi-bg.png');
}
.heading p{
    text-align: center;
    color: var(--primaryDark);
    margin-bottom: .5rem;
    font-weight: 600;
}
.get_started_section{
    padding: 100px 15px;
}
.get_started{
    border-radius: 0 0 20px 0;
    padding: 40px 60px;
    color: var(--light);
    /*background-image: linear-gradient( 120deg, rgb(40,40,40) 45%,rgb(238,49,49) 90%);*/
    background-image: linear-gradient( 120deg, var(--darker) 45%,var(--primary) 90%);
    box-shadow: var(--shadow);
}
.get_started_content small{
    font-size: 12px;
    display: block;
    margin-bottom: 1.2rem;
}
.get_started_content h3{
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 0;
}
.get_started_content p{
    font-size: 15px;
    font-weight: 100;
}
.btn_dark{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--dark);
    color: var(--light) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 31px !important;
    border-radius: 0 0 20px 0;
    border: 1px solid var(--grayLight);
}
.btn_dark::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--light);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn_dark:hover::before, .btn_dark.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.btn_dark:hover, .btn_dark:focus{
    color: var(--dark) !important;
    border-color: var(--dark) !important;
}
/*.btn_dark{*/
/*    background-color: var(--dark);*/
/*    padding: 0.75rem 3rem;*/
/*    color: var(--light) !important;*/
/*    border-radius: 50px;*/
/*    font-size: 17px;*/
/*    width: fit-content;*/
/*    transition: .7s ease-in-out;*/
/*    border: 1px solid var(--grayLight);*/
/*}*/
/*.btn_dark:hover, .btn_dark:focus{*/
/*    background-color: var(--light);*/
/*    color: var(--dark) !important;*/
/*}*/
footer{
    padding: 30px 0;
    /*background-image: linear-gradient(to top, var(--primaryLight) -150%, var(--light) 100%);*/
    background-color: var(--darker);
}
.footer_logo img{
    width: 200px;
    margin-bottom: 2rem;
}
.footer_section h4{
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 2rem;
    color: var(--primary);
}
.footer_section p{
    color: var(--light);
}
.footer_section li{
    margin-bottom: 1rem;
}
.footer_section a{
    text-decoration: none;
    color: var(--light);
}
.footer_section i{
    margin-right: 4px;
    color: var(--primary);
}
.social_links{
    margin-bottom: 0;
}
.social_links a{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    line-height: 2.3;
    text-align: center;
    transition: .7s ease-in-out;
}
.social_links i{
    color: var(--light);
    margin: 0;
}
.facebook{
    background-color: #3b5998;
    border-color: #3b5998;
}
.twitter{
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}
.instagram{
    /* background-color: #feda75; */
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-color: transparent;
}
.youtube{
    background-color: #FF0000;
    border-color: #FF0000;
}
.footer_bottom{
    position: relative;
    background-color: #0B0B0B;
    padding: 25px 0;
}
.footer_bottom p{
    color: #BDBDBD;
    margin-bottom: 0;
}
.footer_bottom a{
    color: #BDBDBD;
}
.footer_bottom:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 73px;
    background-color: var(--primary);
    z-index: -1;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}
.offcanvas-header{
    padding: 1rem 2rem;
} 
.offcanvas{
    background-color: var(--darker);
    box-shadow: var(--shadow);
    border: 0;
    border-radius: 25px;
    margin: 1rem;
    z-index: 1234;
}
.offcanvas_body{
    padding: 0;
}
.carousel-inner{
    border-radius: 25px;
    box-shadow: var(--shadow);
    background-color: var(--light);
}
.carousel_item{
    background-color: var(--light);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}
.carousel_item p{
    font-size: 1rem;
    margin-bottom: .5rem;
}
.carousel_item small{
    color: var(--primaryDark);
    font-weight: bold;
    font-size: 17px;
}
.carousel-indicators{
    position: relative;
    margin: 2rem 0 3rem;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border: 0 !important;
    border-radius: 50px;
    background-color: var(--primary);
}
.carousel-control-prev, .carousel-control-next{
    width: fit-content;
    opacity: 1 !important;
    bottom: 2rem;
}
.carousel-control-prev img, .carousel-control-next img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.carousel-control-prev{
    left: -50px;
}
.carousel-control-next{
    right: -50px;
}
.offcanvas-body{
    padding: 0;
    overflow: hidden;
}
.list_group_item{
    background-color: transparent;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--grayLight) !important;
    transition: .9s;
    font-size: 15px;
    font-weight: 400;
    padding-left: 1.5rem;
    color: var(--light) !important;
}
.list_group_item.active{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--dark) !important;
    padding-left: 2.5rem;
}
.list_group_item:hover{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--dark) !important;
    padding-left: 2.5rem;
}
.offcanvas.offcanvas-end{
    transform: translateX(110%);
}
.inner-banner{
    background-image: url('../images/banner-2.jpg');
    min-height: 25vh;
    background-size: cover;
    background-position: center;
    position: relative;   
}
.inner-banner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primaryLight);
    opacity: .3;
}
.inner-page{
    padding: 30px 0;
}
.contact_card{
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.mobile_btn{
    display: none !important;
}
.modal-backdrop.show{
    z-index: 1234;
    opacity: 1;
    backdrop-filter: blur(0.2rem);
    background-color: rgba(75, 75, 75, .20);
}
.modal{
    z-index: 12345;
}
.modal-content{
    border-radius: 20px;
    border: 0;
}
.modal-header{
    padding: 0.5rem 1.5rem;
}
.modal-header h1{
    font-size: 20px;
    font-weight: 300;
    color: var(--dark);
}
.modal-header span{
    color: var(--primary);
}
.form-group{
    margin-bottom: 1rem;
}
.form-group input,.form-group textarea{
    padding: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.contact_links{
    position: fixed;
    top: 70%;
    right: 0;
    bottom: 20%;
    background-color: var(--dark);
    display: none;
    width: fit-content;
    z-index: 123;
    height: fit-content;
    box-shadow: var(--shadow);
    padding: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.contact_links li:first-child{
    margin-bottom: .1rem;
    border-bottom: 1px solid var(--light);
}
.contact_links li:first-child .contact_link{
    animation: beat 2s infinite;
}
.contact_link{
    width: 45px;
    height: 55px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_link:hover, .contact_link:focus{
    background-color: var(--primaryLight);
}
.contact_link img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--primary);
}
.sub-text p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.booking_card{
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
.booking-banner{
    background-image: url('../images/map-bg.jpg');
    height: 35vh;
    background-size: cover;
    background-position: center;
    position: relative;   
}
.booking_content{
    position: relative;
    z-index: 1;
}
.booking-banner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .9;
    background-image: linear-gradient(to bottom, #ccc, var(--light) 100%);
}
.booking_content .input-group-text{
    font-size: 18px;
    border-radius: 0;
    padding: 0.4rem 0.3rem .4rem 0.9rem;
    color: var(--primary);
    border-right: 0 !important;
    background-color: var(--light);
}
.booking_content .input-group input{
    border-left: 0 !important;
    border-radius: 50px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.booking_content .input-group-text{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.form-control:focus{
    border-color: #ced4da;
}
.form-control{
    caret-color: var(--primary);
}
.form-check-input:checked{
    background-color: #198754;
    border-color: #198754;
}
.btn_gray{
    background-color: var(--gray);
    padding: 0.6rem 1.5rem;
    color: var(--light);
    border-radius: 25px;
    font-size: 16px;
    width: fit-content;
    transition: .7s ease-in-out;
}
.btn_gray:hover, .btn_gray:focus{
    background-color: var(--dark);
    color: var(--light);
}
.btn_danger{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--primaryDanger);
    color: var(--light) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 31px !important;
    border-radius: 0 0 20px 0;
    border: none;
}
.btn_danger::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: #ffdada;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn_danger:hover::before, .btn_danger.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.btn_danger:hover, .btn_danger:focus{
    color: var(--primaryDanger) !important;
}
.btn_light{
    background-color: var(--gray);
    padding: 0.6rem 1.5rem;
    color: var(--light);
    border-radius: 25px;
    font-size: 16px;
    width: fit-content;
    transition: .7s ease-in-out;
}
.btn_light:hover, .btn_light:focus{
    background-color: var(--dark);
    color: var(--light);
}
.track img{
    width: 55%;
    transform: rotate(2deg);
}
.picker1 {
    --td-textColor: var(--primary);
    --td-displayBorderColor: var(--primary);
    --td-handleColor: var(--primary);
    --td-handsColor: var(--primaryLight);
}
.picker-date{
    --dd-color1: var(--primary) !important;
}
.thanks img{
    margin: 0 auto;
    display: block;
    width: 250px;
}
.thanks p{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.slider_content .mobile_btn, .about_content .mobile_btn{
    animation: beat 2s infinite;
    border: 1px solid var(--light);
}
.gallery{
    padding: 60px 0;
}
.nav_pills{
    background-color: var(--dark);
    width: fit-content;
    margin: auto;
    padding: 5px;
    border-radius: 25px;
}
.nav_pills .nav-link{
    border-radius: 25px;
    padding: .5rem 1.5rem;
    color: var(--light);
    transition: .3s ease-in-out;
}
.nav_pills .nav-link.active{
    background-color: var(--primary) !important;
    color: var(--darker) !important;
}
.gallery_image{
    overflow: hidden;
    border-radius: 8px;
}
.gallery_image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.gallery_image:hover img{
    transform: scale(1.08);
}
.corporate_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    /* position: relative; */
    /* background-image: url('/images/corporate-car.jpg'); */
    /* background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
    /* padding: 60px 1rem; */
}
/* .corporate_section::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: .8;
} */
.corporate_image{
    height: 100%;
}
.corporate_image img{
    height: 100%;
}
.corporate_body{
    position: relative;
    z-index: 12;
    padding: 50px;
}
.corporate_body .heading h3{
    color: var(--dark);
}
.corporate_body p{
    color: var(--dark);
}
.link_btn{
    color: var(--primaryDark) !important;
    font-weight: bold;
    width: fit-content;
}
.corporate_body li{
    color: var(--dark);
    line-height: 1.5;
    margin-bottom: 1rem;
    display: flex;
}
.corporate_body ul li img{
    width: 22px;
    --fa-animation-duration: 5s;
    margin-right: 8px;
}
.corporate_inner{
    padding: 30px 15px;
}
.corporate_inner p{
    margin-bottom: 0;
}
.corporate_inner .heading h3{
    font-size: 30px;
}
.corporate_inner .heading h3{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
}
.corporate_inner .heading h3::before{
    content: '';
    display: block;
    border-bottom: 2px solid var(--primary);
    background-color: transparent;
}
.corporate_inner .heading h3::after{
    content: '';
    display: block;
    border-bottom: 2px solid var(--primary);
    background-color: transparent;
}
.tags{
    padding: 60px 0;
    border-bottom: 3px solid var(--primary);
}
.btn_tag{
    background-color: var(--light);
    color: var(--dark);
    border-radius: 25px;
    border: 1px solid var(--grayLight);
    transition: .5s ease-in-out;
    box-shadow: none !important;
}
.btn_tag:hover{
    background-color: var(--primary);
    color: var(--darker);
}
.list_service{
    padding: 30px 30px 0;
    margin: 0;
}
.list_service li{
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1rem;
    transition: .5s ease-in-out;
    cursor: pointer;
    font-weight: 500;
}
.list_service li i{
    margin-right: 3px;
}
.list_service li:hover{
    margin-left: .7rem;
}
.service_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    box-shadow: -18px 18px 0 var(--dark);
}
.services_options{
    padding: 100px 15px 50px;
}
.service_option{
    height: 100%;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
}
.service_option_icon img{
    width: auto;
    height: 70px;
    margin: 0 auto 1rem;
    display: block;
    object-fit: contain;
}
.service_option h3{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--primaryDark);
}
.service_option p{
    text-align: center;
    margin: 0;
}
.service_types{
    padding: 30px 15px;
}
.service_type{
    padding: 2rem 0;
}
.service_types .service_type:not(:last-child){
    border-bottom: 3px solid var(--grayLight);
}
.service_type_img img{
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 15px;
    box-shadow: var(--shadow);
}
.service_type_body h3{
    color: var(--dark);
    font-style: italic;
    margin-bottom: 1.5rem;
}
.service_type_body p{
    margin-bottom: 1.5rem;
}
.service_types .heading{
    margin-bottom: 0;
}
.service_type_body .btn_primary, .service_type_body .btn_dark{
    padding: .4rem 1.2rem;
}
.service_types .service_type:nth-child(even) .service_type_img img{
    box-shadow: -10px 10px 0 var(--primary);
}
.service_types .service_type:nth-child(odd) .service_type_img img{
    box-shadow: 10px 10px 0 var(--dark);
}
.service_type .btn_dark:hover, .service_type .btn_dark:focus{
    background-color: var(--primary);
    color: var(--light);
}
.our_service_inner_img img{
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: -15px 15px 0 var(--primary);
}
.inner_service_img img{
    height: 400px;
    width: 100%;
    object-fit: contain;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
        transform: translatey(0px);
	}
	50% {
        transform: translatey(-20px);
	}
	100% {
        transform: translatey(0px);
	}
}
.our_service_inner_heading{
    padding: 1rem .5rem;
}
.our_service_inner_heading h2{
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}
.our_service_inner_list{
    margin-top: 3rem;
}
.our_service_inner_list ul li i{
    margin-right: 8px;
    color: var(--primaryDark);
}
.our_service_inner_list ul li{
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.our_service_inner_body{
    height: 100%;
    padding: 30px;
    background-color: #fbfbfb;
}
.our_service_inner_list_img{
    height: 100%;
}
.our_service_inner_list_img img{
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.service_choose{
    background-color: #f7f5f2;
    background-image: url('../images/bg_car.png');
}
.service_choose_content{
    padding: 40px;
}
.unstyled_list li{
    color: var(--dark);
    line-height: 1.5;
    margin-bottom: 1rem;
}
.unstyled_list img{
    width: 22px;
    --fa-animation-duration: 5s
}
.booking_content select{
    padding: 10px 1rem !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}
.packages_section{
    padding: 60px 0;
    background-image: linear-gradient(to top, var(--primaryLight) -150%, var(--light) 100%);
    position: relative;
    overflow: hidden;
}
.packages_section .heading{
    position: relative;
}
.packages_section .heading::after{
    content: "TOURS";
    text-align: center;
    margin: auto;
    display: block;
    opacity: .05;
    font-size: 15vw;
    font-weight: bold;
    position: absolute;
    top: -210%;
    left: 0;
    right: 0;
    font-family: sans-serif;
    color: var(--primary);
}
.packages_section .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.package_card{
    border-radius: 25px 90px;
    margin-bottom: 2.2rem;
    padding: 30px;
    height: 100%;
    background-color: var(--light);
    box-shadow: 0 30px 30px rgba(0, 0, 0,0.06);
    -moz-box-shadow: 0 30px 30px rgba(0, 0, 0,0.06);
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0,0.1);
}
.package_card h3{
    text-align: center;
    margin-bottom: 1rem;
}
.package_card h3 span{
    color: var(--primaryDark);
}
.line{
    width: 50%;
    border-width: 4px;
    opacity: 1;
    border-radius: 50px;
    border-color: var(--primaryDark);
    margin: 0 auto 1.2rem;
}
.owl-item{
    transition: transform .5s ease-in-out;
    transform: scale(.85) !important;
}
.owl-item.active.center{
    transform: scale(1.1) !important;
    z-index: 123;
}
.addon-img {
    width: auto;
    height: 150px;
    object-fit: contain;
    margin: auto;
    display: block;
}
.form_switch .form-check-input{
    width: 3em;
    height: 1.5em;
    margin-left: -3.5em;
    border-radius: 25px !important;
}
.form_switch label{
    line-height: 2;
}
.reservation_form{
    padding: 30px 30px 20px 30px;
    background-color: #FFFFFF;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}
.gradient-primary{
    /*background-image: linear-gradient(to bottom, rgb(232 189 94 / 30%) 20%, transparent);*/
    color: var(--light);
    background: var(--dark);
    /*transform: scale(1.03);*/
    /*border-radius: 16px;*/
}
.reservation_form input, .reservation_form select{
    padding: 15px 1rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #c6c6c6;
}
.form-check .form-check-input{
    padding: 10px 1rem !important;
}
.form-label{
    font-weight: 700;
}
.reservation_form input:focus, .reservation_form select:focus{
    border-color: var(--primary);
}
.reservation_form .input-group-text{
    background-color: transparent;
    color: var(--primaryDark);
    border-radius: 0;
    border-color: #c6c6c6;
}
.bootstrap-timepicker-widget i{
    color: var(--primaryDark);
}
.sidebar_card{
    padding: 12px 1rem;
    border-radius: 0 0 20px 0;
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
    background-color: var(--light);
}
.sidebar_heading{
    border-bottom: 1px solid #f1f1f1;
}
.form-section{
    padding-top: 0.5rem;
    border-bottom: 1px solid #f1f1f1;
}
.sidebar_heading h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    text-transform: uppercase;
}
.heading h4{
    text-align: center;
    font-weight: bold;
    color: var(--dark);
}
.heading h4 span{
    color: var(--primary);
}
.section_card{
    overflow: hidden;
    border-radius:0 0 20px 0;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow);
    background-color: var(--light);
}
.section_card_img img{
    width: 100%;
    height: 230px;
    object-fit: contain;
}
.section_card_content{
    padding: 1rem 1.5rem;
}
.section_card_content h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.section_card_content p{
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.section_card_content p i{
    width: 20px;
    color: var(--primary);
}
.section_card_content h4 small{
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--gray);
}
.section_card_content h4{
    font-weight: 100;
    font-size: 32px;
}
.card_footer{
    background-color: var(--dark);
}
.card_footer{
    color: var(--light);
}
.sidebar_content .form-label{
    display: block;
}
.sidebar_content .iti{
    width: 100%;
}
.text_danger{
    color: var(--primary);
}
.sidebar_content input, .sidebar_content textarea, .sidebar_content select{
    padding: 15px !important;
    border-radius: 0 !important;
    caret-color: var(--primary);
    box-shadow: none !important;
    border-color: #f2f2f2;
}
.sidebar_content input:focus, .sidebar_content textarea:focus, .sidebar_content select:focus{
    border-color: var(--primary);
}
.sidebar_content .select2-container--krajee-bs5 .select2-selection--single{
    height: 56px;
    padding: 15px 1.5rem 15px 15px !important;
}
.sidebar_content .select2-container--krajee-bs5 .select2-selection{
    border-color: #dee2e6;
    border-radius: 0;
    box-shadow: none !important;
}
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown{
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.select2-dropdown{
    border-radius: 0 !important;
}
.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection{
    border-color: #ced4da !important;
}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected]{
    background-color: var(--primary);
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true]{
    background-color: var(--primaryLight);
    color: var(--primary);
}
.select2-container--krajee-bs5 .select2-search--dropdown .select2-search__field{
    box-shadow: none;
    border-radius: 0;
    border-color: #dee2e6;
    caret-color: var(--primary);
    background: #fff url('../images/search.svg') right 10px top 7px no-repeat;
    background-size: 15px;
}
.kv-plugin-loading{
    background: url('../img/loading-plugin.gif') center left no-repeat;
}
.iti--allow-dropdown input{
    padding-left: 52px !important;
}
.iti__country-list{
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}
.iti__country.iti__highlight{
    background-color: var(--primaryLight);
    color: var(--primary);
}
.iti__country.iti__highlight .iti__dial-code {
    color: var(--primary);
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: var(--primaryLight);
}
.btn_gradient{
    background-image: linear-gradient(to right, #4a3f71 0%, #9a75f7  51%, #32335b  100%);
    background-size: 200% auto;
    transition: 0.5s;
}
.btn_gradient:hover{
    background-position: right center;
    color: #fff;
}
.sidebar_blog{
    background-color: var(--light);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.sidebar_blog ul li{
    display: flex;
    margin-bottom: 1rem;
}
.sidebar_blog ul li img{
    width: 22px;
    --fa-animation-duration: 5s;
    margin-right: 8px;
}
.sidebar_blog .heading{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.sidebar_blog .heading h2{
    text-align: left;
}
.sidebar_blog .heading i{
    color: var(--primaryDark);
    margin-right: 5px;
}
.blog_card{
    background-color: var(--light);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.blog_content{
    padding: 1rem;
}
.blog_content h3{
    font-size: 20px;
    font-weight: bold;
    color: var(--primaryDark);
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog_content a{
    text-decoration: none;
}
.blog_content small{
    color: var(--gray);
    display: block;
    /*margin-bottom: 8px;*/
}
.blog_content small span{
    color: var(--primary);
    font-weight: 600;
}
.blog_content small i{
    color: var(--primaryDark);
    margin-right: 3px;
}
.read_more{
    color: var(--dark) !important;
}
.read_more i{
    color: var(--primary);
}
.blog_page{
    background-color: #f9fafc;
}
.blog_page .summary{
    display: none;
}
.blog_card .blog_content p{
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog_card_img{
    height: 250px;
    width: 100%;
    overflow: hidden;
    transition: .9s ease-in-out;
}
.blog_card_img img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: .9s ease-in-out;
}
.blog_card_img:hover img{
    transform: scale(1.1);
}
.sidebar_link{
    text-decoration: none;
    color: var(--dark);
    display: block;
    width: 100%;
    font-weight: 500;
    padding-bottom: .25rem;
    transition: .5s ease-in-out;
    position: relative;
}
.sidebar_link.active{
    color: var(--primaryDark);
}
.sidebar_link:hover{
    color: var(--primaryDark);
}
.sidebar_link::after{
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    bottom: -3px;
    background-color: var(--primaryDark);
    left: 0;
    opacity: 0;
    transition: .5s ease-in-out;
}
.sidebar_link:hover::after{
    width: 100%;
    opacity: 1;
}
.sidebar_link.active::after{
    width: 100%;
    opacity: 1;
}
.blog_author{
    display: flex;
    align-items: center;
}
.user_small{
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding: 0;
    border-radius: 50px;
    margin-right: 3px;
    /*border: 1px solid var(--primaryLight);*/
}
.user img{
    width: 30px;
    height: 30px;
    padding: 0;
    object-fit: contain;
    border-radius: 50px;
    /*border: 1px solid var(--primaryLight);*/
}
.user p{
    margin: 0;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
}
.user small{
    font-size: 12px;
}
.badge_primary{
    background-color: #f1f1f1;
    color: var(--dark);
    font-weight: 500;
    font-size: 14px;
    transition: .5s ease-in-out;
    text-wrap: revert;
    text-align: left;
}
.badge_primary:hover{
    background-color: var(--primary);
    color: var(--light);
}
.input_group input{
    border-color: #ced4da !important;
    border-radius: 0 !important;
}
.input_group .btn_primary_group{
    background-color: var(--primary) !important;
    color: var(--dark) !important;
    border-radius: 0 !important;
    border-color: var(--primary) !important;
    transition: .5s ease-in-out;
}
.input_group .btn_primary_group:hover{
    background-color: var(--dark) !important;
    color: var(--light) !important;
    border-radius: 0 !important;
    border-color: var(--dark) !important;
}
.sidebar_tags a{
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
}
.t-100{
    top: 100px;
}
.post_top_options{
    display: flex;
    align-items: center;
    gap: 3px
}
.comments{
    text-decoration: none;
    color: var(--dark) !important;
}
.post_content{
    background-color: var(--light);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.post_content_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.blog_content .heading h1{
    font-size: 32px;
}
.post_tags .heading h2{
    text-align: left;
}
.post_tags .heading i{
    color: var(--primaryDark);
}
.comments_card{
    background-color: var(--light);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.comments_card h3{
    font-size: 22px;
    margin-bottom: 1.5rem;
}
.comments_card h3 i{
    color: var(--primary);
}
.comments_card .form-floating input, .comments_card .form-floating textarea{
    box-shadow: none !important;
}
.comments_list h3{
    font-size: 22px;
    margin-bottom: 1rem;
}
.comments_list h3 span{
    color: var(--primary);
    font-weight: 700;
}
.comments_list_card{
    background-color: var(--light);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.comments_user img{
    width: 40px;
    height: 40px;
    padding: 5px;
    object-fit: contain;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid var(--primaryLight);
}
.comments_user_body p{
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}
.comments_user_body small{
    font-size: 12px;
}
.comments_list_card p{
    margin-bottom: 0;
}
.backtop{
    position: fixed;
    right: 1.2rem;
    bottom: 5%;
    z-index: 123;
}
.backtop a{
    color: var(--primary);
    font-size: 35px;
    background-color: var(--darker);
    height: 35px;
    width: 34px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}
.backtop a i{
    line-height: 1;
}
#add-more-stop{
    width: 30px;
    height: 30px;
    border-radius: 0;
}
@keyframes beat{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
@media only screen and (max-width: 768px){
    .service_card_big, .service_card_big .serveice_img{
        height: auto;
    }
    .service_card_big img{
        height: 250px;
    }
    .logo img{
        height: 45px;
    }
    .slider{
        height: 60vh;
        background-size: auto;
    }
    .slider_content h1{
        font-size: 45px;
    }
    .slider_content p{
        font-size: 1rem;
    }
    .about_content h2{
        font-size: 7vw;
    }
    .heading h3{
        font-size: 7vw;
    }
    .heading h1{
        font-size: 7vw;
    }
    .visit_travel{
        min-height: 26vh;
    }
    .visit_travel_content h3{
        font-size: 7vw;
    }
    .get_started{
        padding: 20px;
    }   
    .get_started_content h3{
        font-size: 5vw;
    }
    .testimonial{
        padding: 30px 0;
        background-size: revert;
    }
    .offcanvas{
        margin: 0;
        border-radius: 0;
    }
    .footer_section h4{
        font-size: 4.5vw;
    }
    .desktop_btn{
        display: none !important;
    }
    .mobile_btn{
        display: block !important;
    }
    .btn_primary{
        padding: 0.5rem 1.5rem;
        font-size: 15px;
    }
    .btn_gradient{
        color: var(--light) !important;
    }
    .btn_gray{
        padding: 0.5rem 1.5rem;
        font-size: 15px;
    }
    .btn_dark{
        padding: 0.5rem 1.5rem;
        font-size: 15px;
    }
    .contact_links{
        display: block;
    }
    .get_started .btn_dark{
        animation: beat 1s infinite;
    }
    .gallery_image img{
        height: 120px;
    }
    .services_options{
        padding-top: 30px;
    }
    .nav_link{
        margin-left: 0 !important;
    }
    .corporate_image img{
        height: auto;
    }
    .corporate_body{
        padding: 30px 1rem;
    }
    .about_content{
        padding: 1rem;
    }
    .get_started_section{
        padding: 30px 0;
    }
    .service_choose_content{
        padding: 30px 1rem;
    }
    .carousel-control-prev{
        left: -10px;
    }
    .carousel-control-next{
        right: -10px;
    }
    .carousel-control-prev img, .carousel-control-next img{
        width: 30px;
        height: 30px;
    }
    .carousel-indicators{
        margin: 2rem 0 1rem;
    }
    .our_service_inner_list_img img{
        height: auto;
    }
    .our_service_inner_img img{
        height: auto;
        width: 95%;
        box-shadow: -7px 7px 0 var(--primary);
        margin: auto;
        display: block;
    }
    .inner_service_img img{
        height: auto;
        width: 95%;
        margin: auto;
        display: block;
    }
    .our_service_inner_body{
        padding: 30px 1rem;
    }
    .service_img img{
        height: auto;
        width: 95%;
        box-shadow: -7px 7px 0 var(--dark);
        margin: auto;
        display: block;
    }
    .owl-item.active.center{
        transform: scale(.9) !important;
        z-index: 1;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2){
    .visit_travel{
        min-height: 28vh;
    }
    .get_started{
        padding: 40px 30px;
    }
    .about_content h2{
        font-size: 3.2vw;
    }
    .heading h3{
        font-size: 5vw;
    }
    .heading h1{
        font-size: 5vw;
    }
    .visit_travel_content h3{
        font-size: 5vw;
    }
    .btn_dark{
        padding: 0.75rem 1.5rem;
        font-size: 15px;
    }
    .footer_section h4{
        font-size: 3vw;
    }
    .contact_links{
        display: block;
    }
    .services_options{
        padding-top: 30px;
    }
    .nav_link{
        margin-left: 0 !important;
    }
    .corporate_image img{
        height: auto;
    }
    .corporate_body{
        padding: 30px 1rem;
    }
    .about_content{
        padding: 1rem;
    }
    .get_started_section{
        padding: 30px 0;
    }
    .service_choose_content{
        padding: 30px 1rem;
    }
    .carousel-control-prev{
        left: -10px;
    }
    .carousel-control-next{
        right: -10px;
    }
    .carousel-control-prev img, .carousel-control-next img{
        width: 20px;
        height: 30px;
    }
    .carousel-indicators{
        margin: 2rem 0 1rem;
    }
    .our_service_inner_list_img img{
        height: auto;
    }
    .our_service_inner_img img{
        height: auto;
        width: 95%;
        box-shadow: -7px 7px 0 var(--primary);
        margin: auto;
        display: block;
    }
    .our_service_inner_body{
        padding: 30px 1rem;
    }
    .service_img img{
        height: auto;
        width: 95%;
        box-shadow: -7px 7px 0 var(--dark);
        margin: auto;
        display: block;
    }
    .owl-item.active.center{
        transform: scale(.9) !important;
        z-index: 1;
    }
}
@media only screen and (max-width: 992px){
    .footer_bottom:before{
        display: none;
    }
    .footer_bottom{
        text-align: center;
    }
}
