@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;margin: 0;box-sizing: border-box;
}
ul,ol{padding-left: 0;list-style: none;}
/* .owl-carousel .owl-item img {
    display: inline !important;
    width: auto !important;
} */
.container{
    max-width: 1455px !important;
}
.top_header{
    background-color:#FDAD00;

}
.background{
    background-color: #AB33F1;
    border-radius: 0 0 15px 0;
}
.icon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #AB33F1;
    font-size: 20px;
}
.number{
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    margin-left: 2px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.social_gap{
    gap: 22px;
    font-size: 28px;
}
.social_gap >a{
    color: white;
}
@media (max-width: 1024px) {
    .number {
        font-size: 9px;
        text-align: center;
        display: block;
        margin-top: 5px;
    }
    .social_gap {
        font-size: 15px;
        gap: 12px;
    }
    .icon {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        font-size: 15px;  
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; /* Centering */
    }
    .top_con {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.dropdown{
    height: 80px;
    gap: 22px;  
}
.dropdown > li{
    list-style: none;
    
}
.drop_con{
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.drop_con::before{
    position: absolute;
    content: "";
    bottom: -10px;
    width: 0%;
    border-radius: 10px;
    height: 3px;
    margin-top: 5px;
    background: linear-gradient(90deg, #FDAD00 0%, #AB33F1 100%);
    transition: 0.5s;
}
.drop_con::after{
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0px;
    width: 0%;
    border-radius: 10px;
    height: 3px;
    margin-top: 5px;
    background-color: #FDAD00;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.drop_con:hover::before,
.drop_con.active::before
{
    width: 100%;
}
.drop_con:hover::after,
.drop_con.active::after
{
    width: 50%;
}
.button_menu {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;;
    color: white;
    font-size: 20px;
    background:  #FFBE31;
}
.fa-arrow-up-long{
    transform: rotate(45deg);
}
.drop{
    position: relative;
    z-index: 2;
}

.drop:hover .drop_ul{
    display: block;
}
.nev_content{
    list-style: none;
    text-align: start;
    margin-bottom: 10px;
}
.nev_content > a{
    color: #505050;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.nev_content > a:hover{
    /* padding-left: 20px; */
    color: #FDAD00;
    transition: 0.4s;
}
.merge_drop ul{
    background: #fff;
}
.merge_drop 
{
    position: fixed;
    left: 0;
    top: 138px;
    transform: translateY(100px);
    justify-content: end;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    z-index: 999;
}
.drop:has(.merge_drop):hover .merge_drop
{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
.item {
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    
    .drop_con{
        font-size: 12px;
    }
}
@media (max-width: 785px) {
    .drop_con{
        display: none;
    }
}

/* Sidebar Header CSS */
#sidemenu ul
{
    list-style: none;
    padding: 0;
}
#sidemenu ul li a
{
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 1px solid #212121;
}
#sidemenu ul > li > div > ul
{
    /* display: none; */
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: none;
    transition: 0.5s;
}
#sidemenu ul > li.active > div > ul
{
    height: auto;
    visibility: visible;
    opacity: 1;
}
#sidemenu ul li a:has(i) i
{
    margin-left: 10px;
    transition: 0.5s;
}
#sidemenu ul li a:hover:has(i) i:not(.fa-chevron-down){
    margin-left: 20px;
}
#sidemenu ul li a:hover:has(i) i.fa-chevron-down,
#sidemenu ul li.active a:has(i) i.fa-chevron-down
{
    transform: rotate(180deg);
}
#sidemenu ul li a:hover{
    background: #eee;
}

.Form_custom{
    position: relative;
    top: -2.8rem;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 5px;
}
.Send_button{
    display: inline-block;
    background-color: #FDAD00;;
    padding: 16px 23px;
    border: none;
    border-radius: 5px;
    color: white;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15p;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.Send_button::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #AB33F1;
    transition: 0.5s;
    transform: scaley(0);
    transform-origin: bottom;
    z-index: -1;
}
.Send_button:hover::before{
    transform: scaley(1);
}

.best_Ser{
    position: relative;
    display: flex;
}
.best_Ser > h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: Montserrat;
    font-weight: 600;
}
.bus{
    height: 110px;
    min-width: 110px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
}
.bus > h5{
    color: #FDAD00;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.bus > span{
    color: #FDAD00;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bus:hover{
    background-color: #FDAD00;
}
.bus:hover :is(h5,span){
    color: white;
    transition: 0.5s;
}
@media (max-width: 1024px) { 
    .form{
        padding-top: 30px;
    }   
}
.about_read{
    background-color: #FDAD00;
    padding: 20px 28px;
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.hotel{
    padding: 15px 0;
    background: url("../img/about_bg.png");
    background-repeat: no-repeat repeat;
    background-attachment: fixed;
    background-size: 100% ; 
    
}
.hotel .hotel_img
{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.hotel .hotel_img p{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hotel .hotel_hover{
    color: #000;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hotel .hotel_hover:hover{
    color: #FDAD00;
}
.hotel .hotel_button{
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px;
    background-color: #FDAD00;
    border-radius: 0 0 10px 10px
}
.overflow-hidden{
    overflow: hidden;
    aspect-ratio: 2;
    margin-bottom: 12px;
}

.overflow-hidden:hover img {

    transition: transform 0.4s ease-in-out; 
}
.overflow-hidden:hover img 
{
    transform: scale(1.1); 
}
.vehicle{
    background: rgba(254, 184, 32, 0.10);
}
.vehicle_img{
    position: relative;
}
.vehicle_img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color:#0000 ;
    border-radius: 10px;
    transition: 0.5s;
}
.vehicle_img:hover::before{
    background-color:#0005 ;
}
.vehicle_relative{
    position: relative;
    overflow: hidden;
}
.vehicle_con{
    content: "";
    position: absolute;
    top: -150px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    transition: 0.9s;
}
.vehicle_relative:hover .vehicle_con{
    top: 25%;
}
.vehivle_button{
    content: "";
    position: absolute;
    bottom:-55px;
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px;
    background-color: #FDAD00;
    transition: 0.9s;
}
.vehicle_relative:hover .vehivle_button{
    bottom: 30%;
}
.car_rental{
    aspect-ratio: 0;
}
.car_img{
    border: 1px solid #bdbdbd ;
    background-color: #fff;
    border-radius: 5px; 
}
.car_action{
    text-decoration: none;
    padding: 15px 20px ;
    background-color: #FDAD00;
    border-radius: 10px;
}
.car_icon img{
    width: 30px !important;
    /* text-align: center; */
}
.car_button {
    display: flex;
    gap: 5px; 
}

.car_action {
    flex: 1;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.book_now {
    background-color: #FFA500; 
}

.detail_now {
    background-color: #9B51E0; 
}

.car_action:hover {
    opacity: 0.8;
}
.car_img{
    overflow: hidden;
}
.car_rental{
        transition: transform 0.4s ease-in-out; /* Smooth zoom effect */
        overflow: hidden;
}
.car_rental:hover{
    transform: scale(1.1);
}
.middle_banner{
    position: relative;
}
.feature{
    background: linear-gradient(#FFE5AF 50% ,#fff 50%);
}
.feature_circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FEB820;
}
.feature .container{
    background-color: white;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.feature_box {
    text-align: center;
    /* margin-bottom: 20px;
    ma */
}

.feature_circle {
    width: 100px;
    height: 100px;
    background-color: #FDAD00; /* Solid red background */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 10px; /* Center align */
}

.feature_box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.feature_box span {
    /* font-size: 14px; */
    /* color: #666; */
}
.testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.indiamap{
    background-image: url("../img/testtimonial_background.png");
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-box {
    border-radius: 10px;
    background: #F4F4F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    text-align: center;
    position: relative;
}

.testimonial-header {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 85%;
    transform: translateX(-50%);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 50px 0 10px;
}

.testimonial-rating {
    font-size: 18px;
    color: #FFD700;
}

.testimonial-location {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-quote {
    position: absolute;
    bottom: -20px;
    right: 10px;
}

.testimonial-quote img {
    width: 40px;
    height: 40px;
}
.testimonial_Services .owl-dots
{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.testimonial_Services .owl-dots button
{
    position: relative;
    width: 60px;
    height: 6px;
    cursor: pointer;
    background: #FDAD00;
    opacity: .5;
}
.testimonial_Services .owl-dots button.active{
    opacity: 1;
}
.testimonial_Services .owl-nav button {
    display: none;
}
.home_banner .owl-nav button {
    display: none;
}
.owl-nav.disabled{
    display: block !important;
}
.owl-carousel{
    position: relative;
    text-align: center;
}
.owl-carousel .owl-prev{
    /* position: absolute; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FDAD00 !important;
    margin-top: 10px;
    margin-right: 5px;
    /* top: 50%;
    left: -42px; */
}
.owl-carousel .owl-next{
    /* position: absolute; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FDAD00 !important;
    right: 0;
}
@media (max-width: 1024px) { 
    .owl-nav{
        display: none;
    }   
}
.form_background{
    background-image: url("../img/form_backgroubd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customimize_form{
    background-color: #fff;
    padding: 35px 27px;
    border-radius: 5px;
}
.footer{
    background: url(../img/footer-bg.svg);
    background-position: center center;
    background-size: cover;
}
.logo_icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_icon>a{
    font-size: 25px;
    color: #FDAD00;
}
hr{
    color: white;
    opacity: 1;
    margin-top: 5px !important;
}
.footer_about{
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    position: relative;
}
.footer_about::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 0;
    /* border-radius: 50%; */
    background-color: white;
    transition: 0.5s;
}
.footer_about:hover::before{
    width: 50%;
    border-radius: 10px;  
}
.list-unstyled a{
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    transition: 0.5s;
}
.list-unstyled a:hover{
    padding-left: 20px;
    color: hsl(59, 100%, 50%)
}
.list-unstyled li:hover{
    padding-left: 20px;
    color: hsl(59, 100%, 50%);
}
.list-unstyled li{
    margin-bottom: 10px;
    transition: 0.5s;
}
.list-footer li{
    list-style: none;
}
.footer_list{
    text-decoration: none;
    color: white;
    margin-right: 15px;
}
.border-bottom{
    color: white;
    padding-bottom: 10px;
    text-decoration: none;
}
@media (max-width: 994px) { 
    .list-unstyled  a{
        font-size: 13px;
    }   
}
.banner_text{
    width: 100%;
    background-color: #E9E9E9;
    padding: 2px 35px;
}
.banner_text h5 a{
    color: #787878;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
.banner_text h5 a:hover{
    color: #000;
}
.banner_text h5 span{
    color: #000;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}
.about_feature{
    background: rgba(255, 229, 175, 0.40);
}
.mis_cir{
    width: 50px;
    height: 50px;
    background-color: #FDAD00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_choose{
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}
.why_choose::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 10%;
    bottom: 0;
    left: 29%;
    background-color: #FEB820;
}
.ico_img{
    position: absolute;
    width: 52px;
    left: 37%;    
}
.why_cir{
    min-width : 88px;
    height: 88px;
    border: 1px solid #A4A4A4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotel_line{
        color: rgb(0, 0, 0);
        opacity: 1;
        margin-top: 5px !important;
}
.card{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.star{
    content: "";
    position: absolute;
    border-radius: 0px 10px 0px 0px;
    border: 1px solid #9B9B9B;
    background: #FFF;
     top: 0;
     right: 0;
}
.card img:hover{
    transform: scale(1.1);
    transition: 1s;
}


.feature-list{
    position: relative;
    list-style: none;
    padding-left: 0;
    columns:3;
    font-size: 20px;
    font-weight: 500;
}
@media(max-width:556px){
    .feature-list{
        columns: 2;
    }
}
.sidebar-list-wrapper
{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #0002;
}
.sidebar-list-wrapper ul h2
{
    position: relative;
    background: #FEB820;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
}
.sidebar-list-wrapper ul h2::before,
.sidebar-list-wrapper ul h2::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background: #fff;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.sidebar-list-wrapper ul h2::after
{
    left: auto;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.sidebar-list-wrapper ul li a
{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    padding-right: calc(1rem + 28px);
    color: #000;
    text-decoration: none;
}
.sidebar-list-wrapper ul li a i{
    position: absolute;
    top: 50%;
    right: 0.5rem;
    color: #FEB820;
    font-size: 1.65rem;
    transform: translateY(-50%);
}

form .form-group label
{
    margin-bottom: 0.5rem;
    font-weight: 500;
}
form .form-group :is(input:focus,textarea:focus){
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #9B51E0;
    outline: 0;
    box-shadow: 0 0 0 .25rem #9B51E050;
}
form .form-group :is(input:user-invalid,textarea:user-invalid){
    border-color: #ff0000;
    box-shadow: 0 0 0 .25rem #ff000050;
}

/* Gallery CSS */
.gallery-wrapper
{
    position: relative;
    padding: 1rem 0;
    columns: 300px;
    columns: 300px;
}
.gallery-wrapper :is(img,video){
    margin-bottom: 1rem;
    cursor: pointer;
    /* max-width: 300px; */
}

.contact-card{
    background: #9B51E0 !important;
}