@font-face {
    font-family: Beyond;
    src: url('../fonts/beyond_the_mountains.otf');
}

@font-face {
    font-family: Lacoste;
    src: url("../fonts/LaCosteInline.otf");
}   

@import url('https://fonts.googleapis.com/css?family=Yeon+Sung&amp;display=swap');

.caricon
{
    position: absolute;top: 12px;left:-2.8rem;font-size: 1.5em;color:black; 
}
.car
{
 position: absolute;left:-13px;bottom: 0;font-size: 5em;height: 3rem;z-index: 999; width:40px;
}
.main_div
{
    background-color: black;
}

.hrcss
{
    background-color: #848383;
}
.dayline
{
  font-size: 1.2em;color:black;font-weight: 500;
}
.heading
{
    font-size: 1em;color: black;font-weight: 600;padding:0px;
}
.iticontent
{
    font-size: 0.8em;color: rgb(255,255,255);font-weight: 400;
}
.tk_input {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-radius: 0px !important;
    background-color: transparent;
}

.tk_input:focus {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    /*border: 0px !important;*/
    box-shadow: none !important;
    background-color: transparent;
}

.tk_input:focus ~ .floating-label, .tk_input:focus


:valid ~ .floating-label {
    top: 8px !important;
    opacity: 1 !important;
}

.floating-label {
    font-size: 0.7rem;
    /*position: absolute;*/
    bottom: 35%;
    /*opacity: 0.7;*/
    transition: 0.2s ease all;
    pointer-events: none;
}

.search-button {
    background-color: transparent;
    outline: 0;
    border: 0;
}

.search-button:hover {
    border: 0;
    background-color: transparent;
    outline: 0;
}

.book-now-button {
    /*padding: 0.5rem 3rem;*/
    /*background-color: rgba(117, 44, 143, 0.55);*/
    /*border-radius: 2rem;*/
    color: white;
    font-size: 1.2em;
    transition: all 0.4s;
    /*background-image: linear-gradient(to right, #fa9e1b, #8d4fff);*/
    /*padding: 0.5rem 4rem;*/
    transition: all 0.4s;
    z-index: 4;
}

.book-now-button:hover {
    /*background-color: rgba(47, 26, 72, 1);*/
    color: white;
    /*background-image: linear-gradient(to right, #8d4fff, #fa9e1b);*/
}

.view-more {
    background-color: #3E1356;
    border: 1px solid #ED2E59;
    color: #ED2E59;
    transition: all 0.2s;
}

.view-more:hover {
    background-color: #ED2E59;
    color: #3E1356;
    /*border-color: #3E1356;*/
}

.header-nav {
    transition: all 0.4s ease;
    height: 8.9rem;
    background-color: rgba(54, 19, 84, 0.6);
}


.gallery-item:hover > img {
    transform: scale(1.2);
    overflow: hidden;
}

.tour-images:hover > img {
    filter: grayscale(50%);
}

.packages-link:hover {
    text-decoration: none;
    box-shadow: 5px 7px 30px #878484, -5px -7px 30px #fff;
}

.social-link-header.fb:hover {
    color: white;
}

.special-offer-link:hover img {
    filter: brightness(51%);
    transition: all 0.2s;
}

.offer-view-details {
    color: white;
    background-color: #ff6000;
    font-weight: 500;
    font-size: 0.85em;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.2s;
}

.special-offer-link:hover .offer-view-details {
    opacity: 0.75;
}

.slide-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 0rem;
    bottom: 0;
    z-index: 100000;
    transition: all 0.4s;
    display: grid;
    grid-template-rows: auto;
}

.slide-content .social-link-header {
    font-size: 3em;
}

.content-body {
    transition: all 0.4s;
    perspective: 100px;
    perspective-origin: 0 0;
    padding: 8.5rem 0rem 0rem 0rem;
}

.pkg-slider {
    height: 0px;
    width: 2px;
    background-color:grey;
    overflow: visible;
    position: relative;
    transition: all 0.05s;
    padding-top: 1rem;
}

.index-hero-block {
    height: 34rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.text_lobster
{
  font-family:Lobster;
}
@media (max-width: 576px) {
    .index-hero-title {
        font-size: 3em !important;
        max-width:70%;
    }
}

.index-hero-title {
    font-size: 6em;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
}

.index-hero-subtitle {
    font-family: 'Beyond';
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 4.5em;
    padding-top: 0.5rem;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
}

@media (max-width: 576px) {
    .index-hero-subtitle {
        font-size: 3em !important;
    }    

}


@media (max-width: 576px) 
{
    .index-hero-block 
    {
        height: 29rem !important;
    }
    .pkg-details-link-wrapper .package-title
    {
        font-size:2rem; 
    }
}

@media (max-width: 991px) 
{
    .header-nav 
    {
        height: auto !important;
        background-color: rgba(53, 10, 78, 0.8) !important;
    }
}

.gallery-video 
{
    width: 21rem;
    height: 11rem;
}

@media (min-width: 576px) {
    .gallery-video {
        width: 25rem;
        height: 14rem;
    }    

   
    .pkg-details-link-wrapper .package-title
    {
        font-size:3rem; 
    }

}

@media (min-width: 992px) {
    .gallery-video {
        width: 38rem;
        height: 18rem;
    }    
}

@media (min-width: 992px) {
    .content-body {
        padding-top: 12rem !important;
    }

}

.d-n-m {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.d-n-m .link {
    color: white;
    font-size: 0.85em;
    font-weight: 700;
    transition: all 0.4s;
}

.d-n-m .link h6 {
    font-size: 0.85em;
    font-weight: 700;
}

.d-n-m .link:hover {
    color: #fa9e1b;
    /*color:linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);*/
    text-shadow: 2px 2px 4px rgba(181, 172, 172, 0.57);
}

.nav-item {
    font-size: 13px;
    margin: 0 1rem;
    font-weight: 600;
    position: relative;
}

.nav-link {
    position: relative;
}

.nav-item:hover ::after {
    display: block;
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0px;
    /*width: 100%;*/
    height: 2px;
    background: linear-gradient(to right, #fa9e1b, #8d4fff);
    content: '';
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}

.carousel-control-prev:hover .nav_path, .carousel-control-prev:hover .nav_arrow {
    fill: url(#home_grad_prev);
}

.carousel-control-next:hover .nav_path, .carousel-control-next:hover .nav_arrow {
    fill: url(#home_grad_next);
}

.tk_btn {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    display: flex;
    z-index: 0;
    cursor: pointer;
    transition: all 0.4s;
    /*box-shadow:  -4px -3px 8px 0px rgba(255, 247, 176, 0.54), 4px 3px 8px 2px black;*/
}

.tk_btn:hover .tk_btn_bg {
    transform: translateX(-50%);
}

.tk_btn:hover {
    /*box-shadow: 0px 0px 10px white;*/
}


.tk_btn_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
    width: 200%;
    z-index: 0;
    transition: all 400ms ease;
}

.tk_btn .book-now-button {
    /*padding: 0.5rem 3rem;*/
    /*background-color: rgba(117, 44, 143, 0.55);*/
    /*border-radius: 2rem;*/
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    color: white;
    padding: 0.5rem 3rem;
    font-size: 0.85em;
    font-weight: 700;
    transition: all 0.4s;
    /*background-image: linear-gradient(to right, #fa9e1b, #8d4fff);*/
    /*padding: 0.5rem 4rem;*/
    transition: all 0.4s;
    z-index: 4;
}

.contact-us-btn {
    color: #ff6000;
    border-color: #ff6000;
    transition: all 0.4s;
    background: transparent !important;
}

.contact-us-btn:hover {
    color: #8d4fff;
    border-color: #8d4fff;
    box-shadow: 0px 0px 10px #8d4fff;
}

.pkg-detail-video {
    width: 100%;
    height: auto;    
    transition: all 0.4s;

}
#bronze_description
{
    display: none;
}
#silver_description
{
    display: none;
}
#gold_description
{
    display: none;
}
#diamond_description
{
    display: none;
}
.video-wrapper {
    position: relative;   
   
    /*flex-direction: column;*/
}
.type_cell
{
    width: 70%;
}
.extend_btn
{
    border: 1px solid grey;
    padding: 2px 5px;
    float: right;
}

.pkg-details-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
    flex-direction: column;
}

.pkg-details-link-wrapper .package-title{
    color:white;
    font-family: 'Yeon Sung';
    /*font-weight: 800;*/
    
    text-shadow: 4px -2px 2px black;
    text-align: center;
    position: relative;
}

.pkg-details-link-wrapper .package-title::after{
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -10px;
    /*width: 100%;*/
    height: 2px;
    background: linear-gradient(to right, #fa9e1b, #8d4fff);
    content: '';
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

html {
    scroll-behavior: smooth;
}

.search-btn {
    font-size: 0.85em;
    border-radius: 2rem !important;
    font-weight: 700;
    font-family: Open Sans;
    background: #31124b;
    border: 0;
    box-shadow:  -2px -2px 8px 0px #bdbdbd, 0 2px 8px 0px black;
    transition: all 0.4s;
}

.search-btn:hover {
    background-color: #4b1366;
    box-shadow: -2px -2px 8px 0px #bdbdbd,0 2px 8px 0px #4b1366;
}

.about-us-hero-box{
    padding: 8.5rem 0 0 0;
    background-image: url("../img/1efc8c0ade9ccac7a3b24781586a996b.html");
    min-height:30rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-us-hero-backdrop{
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left:0;
    background-color: rgba(53,10,78,0.36);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-title{
    color:white;
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 300;
}
.blog-title::after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    /*width: 100%;*/
    height: 1px;
    background: white;
    content: '';
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

@media only screen and (max-width: 435px) {
    .pkg-details-link-wrapper .package-title{
        font-size: 2em;
    }
}

.navigation-links-wrapper{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-links-wrapper .navigation-links-block{
    border-top-left-radius:10rem;
    border-top-right-radius: 10rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    /*box-shadow: 0px -5px 5px #4d4e4e;*/
    z-index: 100;
    overflow: hidden;
}

.navigation-links-wrapper .navigation-links-block .navigation-link{
    color:black;
    padding: 2px 1rem;
    text-decoration: none;
    /*background: linear-gradient(to right,#fa9e1b, #8d4fff);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation-links-wrapper .navigation-links-block .navigation-link:hover, .navigation-links-wrapper .navigation-links-block .navigation-link.active{
    background-color: #fa9e1b;
    color:white;
}

.pkg-gallery.marquee{
    width:100%;
    overflow: hidden;
}
.marquee-inner a img:hover{
    transition: all 0.2s;
    filter: grayscale(100%);
}

#preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 1;
    background-color: rgba(75, 19, 102, 0.90);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes loader-anim {
    from{
        transform: rotate(0deg);
    }

    to{
        transform: rotate(360deg);
    }
}

#preloader .tk_loader{
    position: relative;
    width:5rem;
    height: 5rem;
    animation: loader-anim 2s linear infinite;
    background-color: transparent;
}

#preloader .tk_loader i{
    position: absolute;
    bottom: 0px;
    right:0px;
    transform: rotate(180deg);
    font-size: 2em;
    color:#fa9e1b;
}

#preloader p{
    margin-top:1.5rem;
    color:white;
    font-family: Beyond;
    letter-spacing: 2px;
}

#reviews .carousel-item div p{
    max-width:50rem;
    height: 4rem;
}

.blog-carousel div a div img, .pkg-carousel div a div img{
    height:12rem;
}

.topdiv
    {
        overflow: hidden;
        background-color: black;
        position: relative;
        position: relative;
        left: 0;
        right: 0;    
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .topimg
    {
        opacity: 0.4;
    }
    .toptext
    {
        position: absolute;
        top: 40%;
        left: 4%;
    }
    .top_btn_div
    {
        position: absolute;
        top: 85%;
        right: 0;           
        margin-right:20px;      
        color: black; 
    }
    .top_btn
    {
       background-color: white;       
    }
    .top_head
    {
       font-size:80px;
       font-weight:600; 
       color: white;

    }
    .top_caption
    {
        font-size: 20px;
        font-weight:100;
        color: grey;
        letter-spacing:3px;

    }
    .duration
    {
        margin-top:-20px;       
    }
    .collapsable_div
    {
        background-color: #F0F0F0;
    }
    .itinerary_div
    {
       position: absolute;top:7rem;bottom: 0rem;left: 0.8rem;width:3px;background-color:black;
    }
    .inclusions
    {
       color: black;
       font-size:1.2rem; 
    }
    .costing_text
    {
        
    }
    .inclusions_para
    {
       color: black;

    }
   
    
    .iti_bottom_div
    {
        width: 25%;
        height: 4px;
        background-color: black;
        margin-left:4%; 
    }
    .iti_content
    {
      line-height:20px;
      color: black;
      font-size:15px; 
    }  
    .dayline
    {
        letter-spacing: -2px;
        background-color: #D0D0D0;
        padding: 6px;
    }
    .small_circle
    {
        font-size: 7px;
        margin-right: 10px;
        color:grey; 
    }
    .grey_box
    {
        padding: 7px 15px;        
        background-color:#D0D0D0;
        color: black;
    }
    .review_img
    {
        width:100%; 
        height:auto;        
    }
    .review_img_div
    {
        overflow: hidden;
        height: 200px;
    }
    .color_black
    {
        color: black;
    }
    .sub_text
    {
        font-style: italic;
        font-size: 0.7rem;
        margin-left: 6px;
    }
    .iti_img
    {
        width:90%;height:280px;overflow:hidden;
    }
    .iti_icon
    {
        width:8%;
        height: auto;
        margin-right:3%;
    }
    .info_div
    {
        background:#F0F0F0;
    }
    .package_cost
    {
        border-bottom: 1px solid black;font-size: 1.5em;font-family:Lobster;color:#f5c71a;
    }
   
    .main_btn
    {
        font-size:15px; 
        padding:9px 20px;
        margin-right: 5px;
        
    }
    .client_text
    {
        font-size: 1.8rem;
    }
    .main_div
    {
        margin-left:-20px; 
    }
    .main_description
    {
        color: black;
    }
    #more
    {
        display: none;
    }
    #moreone
    {
        display: none;
    }
    
    @media screen and (min-width: 1601px)
    {   
        
        .iti_content
        {
            font-size:25px;
            line-height:30px; 
            margin-left:20px; 
        }
        .itinerary_text
        {
        
          font-size:40px; 
        }
        .topimg 
        {
           width: 100%;
           height: 900px;
        }
        
       .top_description
       {
         margin-top: 100px; 
       }
       .topdiv
       {
         height:900px; 

       }
       .bottom_btn
        {
            padding:30px 80px 30px 80px; 
            margin-top: 20px;
            margin-right:20px; 
        }
        .major_buttons
        {
            margin-left: 50px;
        }
        .top_head
        {
            font-size: 150px;
        }
        .top_caption
        {
            font-size: 50px;
        }
        .top_btn
        {
            padding: 20px 80px 20px 80px;
        }
        .iti_bottom_div
        { 
           width: 10%;
           height: 4px;
           background-color: black;
           
        }
    }
    @media screen and (max-width: 1600px)
    {

        .topimg
        {
           width: 100%;
           height: auto;
        }
        .top_description
        {
            margin-top: 50px;
        }
        .topdiv
        {
            height:560px; 
        }
        
        .bottom_btn
        {
            padding:15px 60px 15px 60px; 
            margin-top: 20px;
        }
        .major_buttons
        {
            margin-left: 50px;
        }
        .top_btn
        {
            padding: 15px 60px 15px 60px;
        }
        .itinerary_text
        {
            font-size: 40px;
        }
        .iti_bottom_div
        { 
           width: 10%;
           height: 4px;
           background-color: black;
            
        }
        .iti_content
        {
            margin-left:20px;
        }

    }
    @media screen and (max-width: 1200px)
    {
        .topimg
        {
           width: 100%;
           height: 550px;
        }
        .top_description
        {
            margin-top: 40px;
        }
        .topdiv
        {
            height:550px; 
        }
        
        .bottom_btn
        {
            padding:15px 40px 15px 40px; 
            margin-top: 20px;
        }
       
    }
    @media screen and (max-width: 800px)
    {
        
        .topimg
        {
           width: 100%;
           height: 700px;
        }
        .topdiv
        {
            height:500px; 
        }
        
        .icon_div
        {
            display: none;
        }
        .bottom_btn
        {
            padding:10px 30px 10px 30px;             
        }
        .duration_div
        {
          margin-left:5%;   
        }

        
    }
    @media screen and (max-width: 600px)
    {
        .iti_content
        {
            margin-left:10px;
        }
        .topimg
        {
           width: auto;
           height: 450px;
        }
        .icon_div
        {
            display: none;
        }
        .topdiv
        {
           height: 450px;
        }
        
        .top_btn_div
        {
            position: absolute;
            top: 80%;
            left: 5%;
        }
          .top_btn
        {
            padding: 10px 30px 10px 30px;
        }
        .toptext
        {
            top: 45%;
        }
        .top_head
        {
            font-size: 40px;
        }
        .top_caption
        {
            font-size: 15px;
        }
        .bottom_btn
        {
            padding:10px 25px 10px 25px; 
        }
        .major_buttons
        {
            
            margin-left: 4%;
        }      
        .duration_div
        {

            margin-left: 30px;
            margin-top: 100px;
        }
        .itinerary_text
        {
            font-size: 35px;
            letter-spacing:1px; 

        }
        .iti_img
        {
            margin-bottom:-50px; 
        }

    }    
