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

/* heading  */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;


}

body {

    background-color: #f0f4f5;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Kanit", sans-serif;
    color: #FFFFFF;
    margin: 0;

}

html {
  scroll-behavior: auto !important;
}

p,
li {
    font-family: "Poppins", sans-serif;
    color: #616161;
}

.para{
    font-size: clamp(13px, 10vw, 16px);
}


ul {
    list-style: none;
    padding: 0;

}

a {
    text-decoration: none;
    color: #1a1a1a;
}

.section-padding{
    padding: 0px 120px;
}



/* hero section padding  */

.hero_section_pad {
    padding: 50px 120px 50px 120px;
}


.hero_paragraph{
    display: flex;
    align-items: last baseline;
}

/* @media (max-width) */

/* offcanva */

.menu{
    opacity: 0;
    /* opacity: 1; */
    z-index: 10000;
    display: flex;
    color: #f6f6f6;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    position: fixed;
    top: -100%;
    justify-content: space-between;
    pointer-events: none;
    align-items: center;
    padding: 0px 120px;
}

.exit{
    position: absolute;
    top: 70px;
    right: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}



.exit img{
    height: 28px;
}


.nav-link{
    font-size:4rem;
    transition: all 0.2s ease-in-out;
    color: #f6f6f6;
}
.nav-link:hover{
    color: grey;
    transition: all 0.2s ease-in-out;

}
.numbers{
    font-size: 1.5rem;
    color: #ff4d0084;
}

.information{
    margin-bottom: 24px;
    opacity: 0;
    margin-right: -20px;
}

.title{
    color: #f6f6f6;  
    font-size: 3.5rem;
    font-weight: 400;
}

.navlist{
    margin-top: -20px;
    opacity: 0;
}

.background{
    position: absolute;
    font-size: 20rem;
    color: rgba(128, 128, 128, 0.166);
    z-index: -1;
}

.social{
    height: 18px;
    margin-bottom: 2px;
        color: #f6f6f6c2;

}
.social2{
    opacity: 0.7;
    height: 17px;
    margin-bottom: 3px;


}

.social_links a{
    display: block;
    padding-bottom: 3px;
    color: #f6f6f6c2;
}
.stuff{
    color: #f6f6f6c2;
}






/* button */

.button2 {
    position: relative;
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.392);
    padding: 7px 20px;
    border-radius: 50px;
}

.button2::before {
    display: flex;
    justify-content: start;
    align-items: center;
    content: "click Here";
    width: 100%;
    height: 100%;
    position: absolute;
    top: var(--before-top, 50px);
    right: 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    font-size: 20px;
    padding: 7px 20px;
}

.button2 p {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    z-index: 2;
}

.button-logo {
    height: 10px;
    width: 10px;
    margin-left: 10px;
    z-index: 2;
}


/* button 2 */

 .button-86 {
            margin-top: 15px;
            line-height: 1;
            text-decoration: none;
            display: flex;
            border: none;
            cursor: pointer;
            align-items: center;
            gap: 0.75rem;
            background-color: #ff4d00;
            color: #fff;
            border-radius: 10rem;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            padding-left: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all 0.3s;
        }

        .button__icon-wrapper {
            flex-shrink: 0;
            width: 25px;
            height: 25px;
            position: relative;
            color: var(--clr);
            background-color: #fff;
            border-radius: 50%;
            display: grid;
            place-items: center;
            overflow: hidden;
        }

        .button-86:hover {
            background-color: #1a1a1abc;
            transform: translateY(-5px);
        }

        .button-86:hover .button__icon-wrapper {
            color: #000;
        }

        .button__icon-svg--copy {
            position: absolute;
            transform: translate(-150%, 150%);
        }

        .button-86:hover .button__icon-svg:first-child {
            transition: transform 0.3s ease-in-out;
            transform: translate(150%, -150%);
        }

        .button-86:hover .button__icon-svg--copy {
            transition: transform 0.3s ease-in-out 0.1s;
            transform: translate(0);
        }






        /* book button  */

         .button-87 {
            line-height: 1;
            text-decoration: none;
            display: flex;
            border: none;
            cursor: pointer;
            align-items: center;
            gap: 0.75rem;
            color: #fff;
            border-radius: 10rem;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            padding-left: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all 0.3s;




            width: 65%;
            background-color: #FF4D00;
            color: white;
            box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
        }

        .button__icon-wrapper {
            flex-shrink: 0;
            position: relative;
            background-color: #fff;
            border-radius: 50%;
            display: grid;
            place-items: center;
            overflow: hidden;
        }

        .button-87:hover {
            background-color: #1a1a1a;
            transform: translateY(-5px);
        }

        .button-87:hover .button__icon-wrapper {
            color: #000;
        }

        .button__icon-svg--copy {
            position: absolute;
            transform: translate(-150%, 150%);
        }

        .button-87:hover .button__icon-svg:first-child {
            transition: transform 0.3s ease-in-out;
            transform: translate(150%, -150%);
        }

        .button-87:hover .button__icon-svg--copy {
            transition: transform 0.3s ease-in-out 0.1s;
            transform: translate(0);
        }



        /* detail  */


         .button-88{
            line-height: 1;
            text-decoration: none;
            display: flex;
            justify-content: center;
            border: none;
            cursor: pointer;
            align-items: center;
            /* gap: 0.75rem; */
            color: #fff;
            border-radius: 10rem;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            padding-left: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all 0.3s;



            width: 30%;
            background-color: rgb(233, 233, 233);
            color: #1a1a1a;
            box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
        }

        .button__icon-wrapper {
            flex-shrink: 0;
            position: relative;
            background-color: #fff;
            border-radius: 50%;
            display: grid;
            place-items: center;
            overflow: hidden;
        }

        .button-88:hover {
            background-color: #1a1a1a;
            transform: translateY(-5px);
            color: white;
        }

        .button-88:hover .button__icon-wrapper {
            color: #000;
        }

        .button__icon-svg--copy {
            position: absolute;
            transform: translate(-150%, 150%);
        }

        .button-88:hover .button__icon-svg:first-child {
            transition: transform 0.3s ease-in-out;
            transform: translate(150%, -150%);
        }

        .button-88:hover .button__icon-svg--copy {
            transition: transform 0.3s ease-in-out 0.1s;
            transform: translate(0);
        }






/* section 1  */


.hero_section {
    height: 100vh;
    position: relative;
}

.hero_section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #26262655;
    z-index: 1;
}

.hero_section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #26262655;
    z-index: 1;
}

video {
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.upper_hero {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.navs {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo,
.menus {
    width: 50%;

}

.menus {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo img {
    height: 70px;
}

.menus img {
    height: 20px;
}

.inners {
    display: inline;
    padding: 2px 10px;
    background-color: #1a1a1a78;
                    border-radius: 10px;
                    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.inners span {
    margin: 0;
    margin-bottom: 2px;
    color: white;
    margin-right: 5px;
}

.line {
    height: 2px;
    width: 25px;
    background-color: rgb(247, 242, 242);
    margin: 4px;
}

.bottom_hero {
    padding: 10px 0px;
    height: 50vh;
    border-top: 1px solid rgba(255, 255, 255, 0.495);
}

.bottom_hero .container {
    height: 100%;

}

.hero_para {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #f6f6f6;
              padding: 10px;
                    background-color: rgba(0, 0, 0, 0.112);
                    border-radius: 10px;
                    backdrop-filter: blur(10px);
                    display: flex;
                    flex-direction: column;
                    align-items: start;
}

.hero_para h1 {
    /*position: absolute;*/
    /*font-size: clamp(25px, 10vw, 60px);*/
    font-size: 30px;
    font-weight: 400;
    bottom: 10px;
    margin-bottom: 10px;
    /*line-height: 50px;*/

}

.hero_para p {
    color: #f6f6f6;
              margin: 0;
              opacity: 0.9;
}

.low-font {
    font-weight: 100;
}

.about-chiled-none{
    display: none;
}

  









/* video section */

 .parent {
    margin-top: 150px;
    height: 100vh;
    width: 100%;
    position: relative;
 
 

}

.mask {
   
    width: 100%;
    height: 100vh;
    background-color: #f6f6f6;

    -webkit-mask:
        linear-gradient(black, black),
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    -webkit-mask-size: 100%, 300px 200px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;

    mask:
        linear-gradient(black, black),
        linear-gradient(white, white);
    mask-composite: exclude;
    mask-size: 100%, 500px 250px;
    mask-position: center;
    mask-repeat: no-repeat;
    position: relative;
}



.hero-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.video_text {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px;
    background-color: transparent
}

.video_text h3 {
    font-size: 60px;
    mix-blend-mode: difference;
    color: #1a1a1a;
    transform: scaleY(1.2);
    font-weight: 700;
 

}

.video_text h3:nth-child(2) {
    font-weight: 100;

} 








/* section 3 about section */



.section3-mid-chiled {

    z-index: 1;
    position: relative;
    background-color: #1a1a1a38;
    display: flex;
    text-align: center;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    border-radius: 10px;


}

.section3-chiled1 {
    width: 47%;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 10px;

}

.section3-chiled2 {
    width: 47%;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 10px;
}

.section3-chiled3 {
    width: 30%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;




}

.section3-chiled3 video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.black-color {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0px 10px;
    align-items: end;
    justify-content: space-evenly;
    background-color: #0e0f115a;

}

.section3 h4 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 200;

}

.section3 h5 {
    font-size: 13px;

    font-weight: 300;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.72);


}

.section3-chiled1-chiled1 {
    width: 80%;
    margin-top: 10px;



}

.section3-chiled1-chiled2 {
    width: 80%;
    margin-top: 10px;


}

.section3-chiled3 h4 {
    color: rgba(255, 255, 255, 0.72);

    margin-bottom: 30px;

}

.section3-chiled3 h5 {
    color: white;
    margin-bottom: 30px;

}

.section3-chiled1-parent {
    width: 70%;
    display: flex;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;


}

.section3 {
    position: absolute;
    right: 120px;
    width: 40vw;
    border-radius: 20px;
    bottom: -35px;
    backdrop-filter: blur(10px);
    animation-name: updown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 1;
}

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}







/* about section */

.about {
    /* height: 100vh; */
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    padding: 150px 120px 50px 120px;
    box-sizing: border-box;
    position: relative;


}





.about-logo {
    height: 20px;
    width: 20px;
    background-color: #ff4d00;
    border-radius: 50%;

}

.about-chiled1-ka-chiled1 {
    display: flex;
    align-items: center;
}

.about-chiled1-ka-chiled2 {
    padding: 10px 0px;
}

.about-chiled1-ka-chiled4 {
    display: flex;
    padding-top: 30px;

}



.section_small_heading {
    font-size: 18px;
    font-weight: 100;
    margin-left: 15px;
    color: #1a1a1a;
}

.section_main_heading {
    font-size: clamp(35px, 5.7vw, 60px);
    line-height: clamp(40px, 5.7vw, 70px);
    font-weight: 450;
    margin-bottom: 7px;
    color: #1a1a1a;

}

.text_design {
    font-weight: 200;
}







/* packages saction Heading */


.packages-heading-parent {
    /* position: sticky; */
    /* top: -100px; */
    padding: 150px 120px 50px 120px;
}

.packages-heading {
    width: 70%;

}

.packages-heading h2,
.white-bg {
    color: #1a1a1a;
}

.why_choose_heading h2{
    color: #f6f6f6;
}









/* packages saction */




.item-img img {
    height: 250px;
}


.packages {
    background-color: #f6f6f6;
    position: relative;
    /* z-index: -2; */
}


.packages-parent {
    /* position: relative; */
    padding: 0px 120px 0px 120px;
    box-sizing: border-box;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    /* margin-top: 200px; */
    /* background-color: #0e0f11; */
    /* backdrop-filter: blur(10px); */
    position: relative;
    z-index: 1;
    

}


.bike-packages {

    padding-bottom: 50px;



}



.item-heading h3 {
    font-weight: 400;
    font-size: 26px;
    color: #0E0F11;
}


.owl-dots {
    display: none !important;
}

/* Hide default nav arrows */
.owl-nav {
    display: none;
}

/* Custom navigation buttons */
/* .custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
} */

.custom-prev,
.custom-next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    /* z-index: 10; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100;
}

.custom-prev:hover,
.custom-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.custom-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.custom-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}


.item-button {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 10px 0px;
}

.packeges-button {
    padding: 9px 30px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #0E0F11;

    color: white;

    background-color: #0E0F11;
    transition: all 0.3s ease;


}

.packeges-button:hover {
    border: 1px solid #0E0F11;

    background-color: transparent;
    color: #0E0F11;


    transition: all 0.3s ease-in-out;
}

.packeges-button2 {
    /* border: 1px solid white; */
    border: 1px solid transparent;
    padding: 9px 30px;
    border-radius: 5px;
    background-color: transparent;
    color: #0E0F11;
    font-size: 13px;
    transition: all 0.3s ease;
}

.packeges-button2:hover {
    border: 1px solid #0E0F11;

    background-color: transparent;
    color: #0E0F11;


    transition: all 0.3s ease-in-out;
}


.item-img img {
    border-radius: 10px;
}



.item-heading .para {
    padding: 15px 0px 15px 0px;
    margin-bottom: 0px;
    /* font-size: 15px; */
}




.item-dates {
    display: flex;
    align-items: center;
    /* padding-top: 6px; */
    padding-bottom: 5px;
    border-radius: 5px;

}

.calander {
    height: 15px;
    width: 15px;
    margin-right: 8px;

}

.item-dates h4 {
    font-size: 16px;
    color: #0E0F11;
    font-weight: 300;

}

.package_detail {
    padding: 20px 20px 10px 20px;
}






/* cards */




        .cards2{
            padding: 0px 0px ;
            margin-bottom: 100px;
        }

        

        .neww_card{
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }
        .new_card {
            padding: 7px;
            width: 85%;
            height: 540px;
            position: relative;
            overflow: hidden;
            background-color: white;
            border-radius: 30px;
            box-shadow: rgba(0, 0, 0, 0.035) -4px 9px 25px -6px;
            transition: all 0.3s ease;

        }

        .new_card:hover{
            box-shadow: none;
            transform: translateY(-5px);
        }


        .bottom_part {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin: 10px 0px;
            padding: 15px 0px;
            
        }

        .bottom_part a {
            /* margin: 15px 0px; */
            border-radius: 30px;
            /* border: none; */
            transition: all 0.3s ease;

        }

        .bottom_part .detail_btn {
            width: 30%;
            /* background-color: white;
            color: black; */
            box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;

        }

        .detail_btn:hover{
            box-shadow: none;
        }

        .bottom_part .book_btn {
            width: 65%;
            background-color: #FF4D00;
            color: white;
            box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
        }

        .book_btn:hover{
            box-shadow: none;
        }



        .card_image {
            height: 60%;
            width: 100%;
            border-radius: 25px;
            overflow: hidden;
           box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .card_image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .card_content {
            height: 40%;
            padding: 10px;
            width: 100%;
            bottom: 0;
            border-radius: 15px;
            display: flex;
            flex-direction: column;
        }

        .card_content .duration{
            color: #1a1a1a
        }

        .card_content p {
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .carousel{
            position: relative;
        }



.trip_desc{
    background-color: #ff4d0013;
}

.fa-clock{
    opacity: 0.8;
    color: #FF4D00
}

.duration{
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 10px 0px;
}

.card_content-top p {
  line-height: 1.4em;    
  height: calc(1.4em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card_content-top p {
  display: flex;
  align-items: center;
}


.fa-star{
    color: rgb(255, 221, 0);
}





        .carousel-wrapper {
            height: 100%;
        }

        .carousel {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            /* border-radius: 10px 10px 0 0; */
        }

        .slides-container {
            display: flex;
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            height: 100%;
        }

        .slide img {
            object-position: center;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



        .indicators {
            position: absolute;
            z-index: 3;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            bottom: 10px;
        }

        .indicator {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid rgba(0, 0, 0, 0.1);
        }

        .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        .card-bottom {
            padding: 10px 20px;
        }

        .bottom_car_section {
            left: 0;
            width: 100%;
            position: absolute;
            bottom: 0;
            z-index: 2;
            padding: 10px 10px;
        }

        .duration {
            color: #f1f1f1e4;
            font-size: 13px;
        }

        .card-bottom p {
            color: #f6f6f6;
            margin-top: 5px;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .trip_desc {
            width: 100%;
            border-radius: 5px;
            background-color: #f1f1f1cc;
            padding: 5px 10px;
            display: flex;
            align-items: center;
        }

        .trip_desc span {
            font-size: 10px;
            color: #262626;
        }

        .trip_desc {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .trip_desc::-webkit-scrollbar {
            display: none;
        }

        .dot {
            height: 4px;
            width: 4px;
            border-radius: 50%;
            background-color: #262626;
            margin: 0 10px 1px 10px;
        }

        .truncate {
            display: inline;
            white-space: nowrap;
            /* overflow: scroll; */
            text-overflow: ellipsis;
        }

        .booking_packages {
            padding: 10px 20px 20px 20px;
            display: flex;
            gap: 10px;
        }

        .booking_packages .detail {
            width: 30%;
            padding: 10px 0;
            border: 1px solid rgba(176, 176, 176, 0.77);
            border-radius: 5px;
            background-color: transparent;
            color: #f6f6f6;
            font-size: 14px;
        }

        .booking_packages .book {
            width: 70%;
            padding: 10px 0;
            border: none;
            border-radius: 5px;
            background-color: #ff4d00;
            color: #f6f6f6;
            font-size: 14px;
        }

        .card-top::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-image: linear-gradient(to top, #1a1c23d8 30%, rgba(0, 0, 0, 0) 40%);
            z-index: 1;
        }


        .custom-owl-controls {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .carousel_cont_inner {
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
            transition: all 0.3s;
            
        }

        .carousel_cont_inner:hover {
            transform: translateY(-3px);
            box-shadow: none;

        }

        .custom-owl-prev,
        .custom-owl-next {
            background-color: #ff4d00;
            padding: 10px 30px;
            backdrop-filter: blur(10px);
            color: white;
            font-size: 30px;
            border: transparent;
            display: flex;
            align-items: center;
        }

        .custom-owl-prev img {
            height: 20px;
        }

        .custom-owl-next img {
            height: 20px;
        }









          /* top top-packages */

    .top-packages{
        height: 650px;
        width: 100%;
        /* background-color: #14cf93; */
        display: flex;
        justify-content: space-between;
    }
    .top-packages-left{
        /* height: 100%; */
        width: 49%;
        background-image: url(../images/insta-bike-img.jpg);
        background-size: cover;
        border-radius: 7px;
        position: relative;
        transition: all 0.3s ease;

        
        
    }


    .top-packages-left:hover{
        transform: scale(1.01);

    }

      .top-packages-left::before{
        content: "";
        height: 100%;
        width: 100%;
         background-image: linear-gradient(to top, #1a1c23bb 20%, rgba(0, 0, 0, 0) 50%);
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 7px;


      }

    .top-packages-right{
        /* height: 400px; */
        
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
       


        
    }
    .top-packages-right-img-parent{
        display: flex;
        height: 48%;
        justify-content: space-between;


    }
    .top-packages-right-img1{
        width: 49%;
       background-image: url(../images/insta-bike-img5.jpg);
       background-size: cover;
       position: relative;
       background-position: center;
       border-radius: 7px;
       /* z-index: -5; */
       transition: all 0.3s ease;
    }

     .top-packages-right-img1:hover{
        transform: scale(1.01);

    }

      .top-packages-right-img1::before{
        content: "";
        height: 100%;
        width: 100%;
         background-image: linear-gradient(to top, #1a1c23bb 20%, rgba(0, 0, 0, 0) 50%);
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 7px;


      }


    .top-packages-right-img2{
        width: 48%;
       background-image: url(../images/insta-bike-img3.jpg);
       background-size: cover;
       position: relative;
              background-position: center;

          border-radius: 7px;
          transition: all 0.3s ease;
    }

    .top-packages-right-img2:hover{
        transform: scale(1.01);

    }


     .top-packages-right-img2::before{
        content: "";
        height: 100%;
        width: 100%;
         background-image: linear-gradient(to top, #1a1c23bb 20%, rgba(0, 0, 0, 0) 50%);
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 7px;


      }
    
.price-holder {
    position: absolute;
    top:-10px;
    left: -5px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #ff4d00;
    border-top-left-radius: 5px;
    z-index: 1;
  
}




.price-holder>span:before {
    width: 0;
    height: 0;
    border-top: 20px solid #ff4d00;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
    
}

.price-holder>span:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #ff4d00;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: '';
}

.price-holder:after {
    width: 5px;
    height: 6px;
    position: absolute;
        background: #381303;
    left: 0;
    bottom: -6px;
    content: '';
    border-bottom-left-radius: 4px;
}


.price-holder>span {
    display: block;
    padding: 6px 15px;
    position: relative;
}
.top-packages-left .inner_card{
    width: 100%;
}
.top-packages-left p{
    font-size: 35px;
    /* line-height: 50px; */
    
} 

 /* .top-packages-left .trip_desc {
    padding: 10px 10px;

 } */
 .top-packages-left .trip_desc span{
font-size: 15px;
 }

 .top-packages-left .inner_card .card-bottom {
    padding-bottom: 20px;
 }






/* packages saction Button*/

.custom-nav {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 0px 100px;
    margin-top: 30px;
    justify-content: space-between;
}

.custom-nav button {
    border-radius: 5px;
    /* margin-right: ; */
    padding: 20px;
    background-color: #0e0f11dc;
    color: white;
    height: 50px;
}

.custom-nav button:hover {
    background-color: #dfdfdf;
    scale: 1.05;
    color: #0E0F11;
}















/* <!-- why choose us heading --> */

.choose-us-heading-parent {
    padding: 100px 120px 100px 120px;



}

.why_choose_heading {
    text-align: center;
    width: 100%;
}

.why_choose_heading h2 {
    font-size: clamp(35px, 10vw, 100px);
}

.why_choose {
    width: 100%;
}



.why-choose-us {
    padding: 0px 120px 0px 120px;


}

.why-choose-us-chiled {
    position: relative;
}


.why-choose-us-chiled h3 {
    color: #FFFFFF;

}

.why-choose-us-chiled p {
    margin-bottom: 0px;

}


.why-choose-us-chiled1-heading {
    width: 40%;
}
.why-choose-us-chiled1-heading h3 {
    color: #f6f6f6;
}

.why-choose-us-chiled1-para {
    width: 60%;
}



.choose_bg1,
.choose_bg2,
.choose_bg3,
.choose_bg4 {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 60px 30px;
    border-top: 1px solid #f6f6f6af;
    /* background: linear-gradient(to bottom, #e5feff, var(--white-shade)); */


}



.why-choose-us-chiled1-heading,
.why-choose-us-chiled1-para {
    background-color: transparent;
}

.why-choose-us-chiled img {
    position: absolute;
    left: 20%;
    scale: 0;
    top: 20%;
    border-radius: 10px;
    width: 11%;
}



/* photos section heading */

.gallery h2 {
    color: #1a1a1a;

}

.gallery {
    padding: 90px 120px 70px 120px;

}



/* photos section button */

.photos-section-button img {
    height: 7px;
    width: 7px;
}

.photos-section-button button {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid gray;
    height: 34px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;



}

.prev img {
    rotate: 60deg;
}

.prev {
    margin-right: 15px;

}

.photos-section-button {
    display: flex;
    justify-content: end;
    padding-top: 30px;
    margin-right: 20px;

}



/* <!-- photos section css --> */




.gallery-carousel {
    width: 100vw;
    height: 90vh;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    -webkit-overflow-scrolling: touch;

}

.gallery-carousel-slide {
    position: relative;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    scroll-snap-align: center;
    overflow: hidden;



}

.gallery-carousel-slide img {
    position: absolute;
    left: 0;
    width: 150%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

h2 {
    position: relative;
    margin: 0;
    font-size: 1.8rem;
}

h5 {
    position: relative;
    margin: 2% 0 0 0;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.carousel-nav {
    display: none;
    position: absolute;
    width: 100%;
}

/* 
::-webkit-scrollbar {
    height: 13px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-top: 6px solid #000;
    background: #555;
    width: 50%;
}

::-webkit-scrollbar-thumb:hover {
    background: #bbb;
} */

.photo-overflow {
    overflow-x: hidden;
}








/* <!-- FAQ Section--> */


.faq_heading {
    padding-bottom: 70px;
}

.faq-section {
    padding: 0px 120px 0px 120px;

    /* background-color: white; */

}

.inner_choose {

    width: 100%;
    display: flex;


}

.faq-text {
    height: 660px;
    width: 100%;
    background-color: transparent;



}

.choose_heading {
    height: 100px;


    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 15px;
    box-sizing: border-box;
}

.choose1,
.choose2,
.choose3,
.choose4 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-bottom: none;
}



.choose1 {
    /* background-color: white; */
    /* background: linear-gradient(to bottom, #e5feff, white); */
   background-color: white;
    /* margin-top: 80px; */
    position: relative;


}




.choose2 {
    top: 100px;
    position: absolute;
    background-color: white;
    transition: all 0.5s ease;
    /* background-color: #EBD3F8; */
    /* background:linear-gradient(to bottom,#EBD3F8 , white) ; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 50px 0px;


}

.choose3 {
    top: 100px;
    position: absolute;

    transition: all 0.5s ease;
    /* background: linear-gradient(to bottom, #e2e8ff, white); */
    background-color: white;

    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 50px 0px;



}

.choose4 {
    top: 100px;
    position: absolute;

    transition: all 0.5s ease;
    /* background-color: white; */
    /* background: linear-gradient(to bottom, #fce4ee, white); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 50px 0px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;




}







.active-choose2 {
    top: 90%;
}

.active-choose3 {
    top: calc(100% + 100px);
}

.choose1 .para {
    padding: 10px 15px 30px 15px;
    /* font-size: clamp(13px, 3vw, 18px); */

}

.choose1 h3 {
    color: #0E0F11;
    font-size: clamp(18px, 4vw, 25px);
}


.faq-text h4 {
    font-size: 18px;
    padding-top: 40px;
    font-weight: 400;
}

.faq-text .choose1 p {
    color: #000000b0;
}

.choose1 img {
    height: 35px;
    width: 35px;

}

.faq-arrow-rotate {
    rotate: 180deg;
    transition: 0.3s ease-in all;

}



/* testimonial heading  */

.testimonial-heading {
    padding-top: 5px;
    padding-bottom: 70px;
    padding-top: 50px;

}


/* break section */

    .break-section{
        height: 80vh;
        background-image: url(../images/insta-bike-img5.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 100px;

       
    }
    .break-section-black{
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.271);
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .break-text-button-parent{
        text-align: center;
        width: 60%;
    }

    .break-text p{
          color: #f6f6f6;
          font-size: 20px;
          margin-top: 15px;

    }
    .break-text h3{
 
          font-size: 50px;
          font-weight: 400;

    }
    .break-button{
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }






/* testimonial  */




.section4 {

    display: flex;

    width: 100%;


    box-sizing: border-box;


}

.section4-chiled {
    width: 35%;



    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-right: 50px;



}

.section4-chiled2 {
    width: 100%;

    height: 100%;
    overflow: hidden;

}


.banner {
    width: 300%;

    display: flex;
}

.inner {
    display: inline-flex;
    width: 100%;

    display: flex;
    justify-content: space-around;
    animation-name: scrolls;
    animation-duration: 30s;

    animation-timing-function: linear;
    animation-iteration-count: infinite;


}

.banner:hover .inner {
    animation-play-state: paused;
}


@keyframes scrolls {
    0% {
        transform: translate(0%);
    }

    100% {
        transform: translate(-300%);
    }
}



.imgs {
    width: 400px;

    margin: 0px 15px;

}



.section-4-imgs-chiled2 .para::before {
    content: url("data:image/svg+xml,%3Csvg%20width='37'%20height='27'%20viewBox='0%200%2037%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M21.7699%2026.976V15.072L31.4179%200H36.6019L31.0339%2013.008L35.9299%2013.488V26.976H21.7699ZM0.985901%2026.976V15.072L10.6819%200H15.8659L10.2979%2013.008L15.1459%2013.488V26.976H0.985901Z'%20fill='%23626262'/%3E%3C/svg%3E");

    position: absolute;
    font-size: 30px;
    top: 10px;



}


.testi_para{
    color: #f6f6f6;
}


.one,
.two,
.three,
.four,
.five,
.six {
    background-color: transparent;
    background-color: #43434343;
    border-radius: 10px;
    border: 1px solid #26262697;

}

.section-4-imgs-chiled {
     height: 30%;
    width: 100%;

    display: flex;

    align-items: center;

}

.section-4-imgs-chiled2 {
    height: 70%;
    width: 100%;
    position: relative;
    /* background-color: red; */
    border-bottom: 1px solid gray;

    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
}

.small-img img {
    height: 40px;
    width: 40px;
    /* border-radius: 10%; */
    border-radius: 50%;
    object-fit: cover;
}

.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}



.section-4-imgs-chiled .small-img {
    width: 30%;
    height: 100%;

}

.small-img-text {
    width: 70%;


}

.small-img-text h4 {
    font-size: 20px;
}

.small-img-text h5 {
    font-size: 16px;

}

.section4-chiled p {
    margin-top: 20px;

}





/* footer section  */

        .footer1 {

               background-color: #f0f4f5;

            margin-top: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px 120px 50px 120px;
        }

        .footer2 {
            /* height: 50vh; */
            border-radius: 10px;
            width: 100%;
            background-color: white;
            position: relative;
            top: -50px;
            display: flex;
            padding: 20px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;


        }
        .footer_quick{
            width: 50%;
            display: flex;
        }

        .footer_about {
            height: 100%;
            width: 50%;
        }

        .footer2 h2 {
            font-size: clamp(20px, 3vw, 25px);
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .footer2 ul li {
            /* font-size: 18px; */
            line-height: 30px;
        }

        .footer_contact {
            height: 100%;
            width: 50%;


        }

        .mail {
            height: 50px;

            width: 50px;
            border-radius: 50%;
            background-color:#e2e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px;

        }


        .footer_social {
            display: flex;

        }

        .footer_location {
            height: 50vh;
            width: 50%;
            padding-left: 10px;
            
        }

        .footer_logo {
            display: flex;
            justify-content: center;
            width: 100%;

        }
        
        .footer_logo img{
            height: 80px;
        }

        /* .footer_icon{
      width: 100%;
      display: flex;
      justify-content: center;

} */

        /* .fb,.ins{
   padding: 15px;
   border-radius: 50%; 
   background-color: #ff4d00;
   margin: 20px ;                    
} */

        .footer_text {
            width: 100%;
            text-align: center;
        }