body{
    font-family: nunito;
    margin: 0;
    padding: 0;
}
:root{
    --logo-color: #cca130;
    --text-color: #000000;
    --white-color: #e9e9e9;
}

@media only screen and (max-width: 1050px) {
    .container{
        max-width: 98% !important;
    }
    
}

.header_section {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px 0 10px;
    background-color: #000000A6;
    position: relative;
    z-index: 100;
}
.header_section .logo img{
    width: 160px;
}
.header_section .right_menu{
    justify-content: flex-end;
    align-items: center;
}
.header_section .left_menu p{
    margin-bottom: 0;
}
.header_section .left_menu p a{
    text-decoration: none;
    color: #fdfdfd;
    font-weight: 500;
    font-size: 16px;
}
.header_section .left_menu p a img{
    width: 30px;
    margin-left: 15px;
    margin-right: 5px;
}
.header_section .right_menu .social_icon{
    margin-left: 10px;
}
.header_section .right_menu .social_icon img{
    width: 30px;
}
.header_section .right_menu .social_icon a{
    margin: 0 10px 0 0;
}

.hero_section{
    padding: 150px 0 50px;
    background: linear-gradient(180deg, #0000005c 0%, #00000055 100%), url(../img/background_img.webp);
    background-size: cover;
    background-position: center right;
    position: relative;
    top: -100px;
}
.hero_section h1 .highlight{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--logo-color);
    display: block;
}
.hero_section h1 .main_text{
    color: var(--white-color);
    font-size: 45px;
    text-shadow: 0 0 10px #00000075;
}
.hero_section h1 .highlight_color{
    color: var(--logo-color);
    text-shadow: 0;
    font-weight: 700;
}
.hero_section p{
    color: var(--white-color);
    font-size: 16.5px;
    font-weight: 500;
    text-shadow: 0 0 10px #00000075;
}
.hero_section .btn_hero{
    padding: 9px 25px;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}
.hero_section .btn_hero:hover{
    transform: scale(0.95px);
}
.hero_section .btn_hero i{
    font-size: 16px;
    margin-right: 5px;
}
.hero_section .btn_phone{
    background-color: var(--logo-color);
    margin-right: 10px;
}
.hero_section .btn_whatsapp{
    /* background: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%); */
    background-color: #05be33 ;
}
.hero_section .booking_box{
    background-color: #ffffff;
    width: 400px;
    padding: 35px;
    /* border: 2px solid var(--logo-color); */
    border-radius: 10px;
    margin: auto 0 auto auto;
}
.hero_section .booking_box h3{
    font-size: 22px;
    color: var(--logo-color);
    /* text-shadow: 0 0 1px #000; */
    font-weight: 700;
}
.hero_section .booking_box form{
    margin-top: 15px;
}
.hero_section .booking_box form label{
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}
.hero_section .booking_box form input,
.hero_section .booking_box form select{
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    border-radius: 0px;
}
.hero_section .booking_box form input::placeholder,
.hero_section .booking_box form select::placeholder{
    color: #999;
}
.hero_section .booking_box form button{
    background-color: var(--logo-color);
    padding: 9px 25px;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: all .3s ease;
    margin-top: -5px;
}
.hero_section .booking_box form button:hover{
    transform: scale(0.95px);
    margin-left: 10px;
    width: 90%;
}
.hero_section .booking_box form .tour_fun,
.hero_section .booking_box form .car_fun{
    display: none;
}

@media only screen and (max-width: 1050px){
    .header_section .left_menu p a{
        font-size: 14px;
    }
    .header_section .left_menu p a img {
        width: 22px;
        margin-left: 10px;
        margin-right: 5px;
    } 
    .header_section .logo img{
        max-width: 145px;
    }
    .hero_section h1 .highlight {
        font-size: 15px;
    }
    .hero_section h1 .main_text{
        font-size: 40px;
    }
    .hero_section p{
        font-size: 14px;
    }
    .hero_section .btn_hero{
        padding: 8.5px 25px;
        font-size: 14px;
    }
    .hero_section .btn_hero i{
        font-size: 15px;
    }
    .hero_section .booking_box{
        width: 100%;
        padding: 30px;
    }
    .hero_section .booking_box h3{
        font-size: 20px;
    }
    .hero_section .booking_box form input,
    .hero_section .booking_box form select{
        padding: 6px 10px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .hero_section .booking_box form button{
        padding: 8.5px 25px;
        font-size: 14px;
    }
    .hero_section {
        background: linear-gradient(180deg, #00000094 0%, #00000094 100%), url(../img/background_img.webp);
        background-size: cover;
        background-position: center;
    }
}


@media only screen and (max-width: 600px){
    .header_section .logo img {
        max-width: 135px;
    }
    .header_section .left_menu p{
        justify-content: end;
    }
    .header_section .left_menu p a {
        font-size: 16.5px;
    }
    .hero_section{
        height: 650px;
    }
    .header_section .left_menu p a img{
        width: 25px;
        margin-right: 2px;
        margin-top: -3px;
    }
    .hero_section .booking_box{
        margin-top: 30px;
        box-shadow:  0 0 10px #00000055;
        margin-bottom: 30px;
    }
}

/* ================Heading Text================== */
.heading_title{
    color: var(--logo-color);
    font-size: 32px;
    font-weight: 600;
    font-family: roboto;
    margin-bottom: 5px;
}
.heading_text{
    color: #333;
    font-size: 15.5px;
    font-weight: 400;
}


.how_to_rent{
    margin-top: -30px;
}
.how_to_rent .booking_box{
    padding: 30px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.108);
    border-radius: 10px; */
}
.how_to_rent .booking_box img{
    width: 120px;
    margin-bottom: 20px;
}
.how_to_rent .booking_box h4{
    color: #ff5f00;
    font-size: 16px;
    font-weight: 600;
}
.how_to_rent .booking_box h3{
    color: var(--text-color);
    font-size: 22px;
}
.how_to_rent .booking_box p{
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
}

@media only screen and (max-width: 600px){
    .how_to_rent {
        margin-top: 180px;
    }
}

.our_car{
    background: linear-gradient(45deg, #ffffffab, #ffffffab), url(../img/tour_back.webp);
    background-size: 400px;
    padding: 50px 0 30px;
}
.our_car .car_slider .car_box{
    background-color: #F5F5DC;
    padding: 2.5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.108);
    border: 2px solid var(--logo-color);
}
.our_car .car_slider .car_box .img_box{
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid var(--logo-color);
}
.our_car .car_slider .car_box .img_box img{
    width: 100%;
    transition: 0.5s;
    height: 200px;
    object-fit: cover;
    transition: all ease 0.5s;
}
.our_car .car_slider .car_box:hover .img_box img{
    transform: scale(1.1);
}
.our_car .car_slider .car_box .review_section{
    /* border: 3px solid #4800ff; */
    background-color: #ffc107;
    padding: 7px 10px;
    border-radius: 30px;
    text-align: center;
    width: 80%;
    margin: -15px auto 0;
    position: relative;
    z-index: 1;
}
.our_car .car_slider .car_box .review_section p{
    color: var(--text-color);
    font-size: 13.5px;
    font-weight: 700;
    margin: 0;
}
.our_car .car_slider .car_box .content_section{
    padding: 10px;
}
.our_car .car_slider .car_box .content_section h6{
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0;
}
.our_car .car_slider .car_box .content_section h3{
    color: #212529;
    font-size: 21px;
    font-weight: 700;
    font-family: roboto;
    margin: 5px 0;
}
.our_car .car_slider .car_box .content_section p{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.our_car .car_slider .car_box .content_section h4{
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0;
}
.our_car .car_slider .car_box .foo_btn a{
    width: 100%;
}
.our_car .car_slider .car_box .foo_btn button{
    padding: 9px 25px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    transition: all ease 0.5s;
    width: 98%;
    margin-bottom: 5x;
}
.our_car .car_slider .car_box .foo_btn .whatsapp_btn{
    background-color: #05be33;
}
.our_car .car_slider .car_box .foo_btn .call_btn{
    background-color: var(--logo-color);
}
.our_car .car_slider .car_box .foo_btn .call_btn i{
    rotate: -30deg;
}
.our_car .car_slider .car_box .foo_btn button:hover{
    opacity: 0.8;
}



.tour_package{
    margin: 0px auto;
    background: linear-gradient(#cacaca3d, #cacaca3d), url(../img/background_tour.webp);
    /* background: linear-gradient(45deg, #0000008e, #0000000d), url(../img/car_slider.webp); */
    background-size: cover;
    padding: 50px 0 30px;
    background-position: top left;
}
.tour_package .tour_slider .tour_box{
    background-color: #fff;
    border: 0;
    padding: 5px;
    margin: 5px;
    box-shadow: 0 0 10px #00000010;
}
.tour_package .tour_slider .tour_box img{
    width: 100%;
}
.tour_package .tour_slider .tour_box .content_box{
    padding: 10px;
}
.tour_package .tour_slider .tour_box .content_box h3{
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.tour_package .tour_slider .tour_box .content_box p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.tour_package .tour_slider .tour_box .content_box p i{
    color: #f9bb00;
    margin-left: 5px;
    margin-right: 2px;
}
.tour_package .tour_slider .tour_box .content_box button{
    width: 100%;
    border: 0;
    padding: 7px;
    font-size: 12px;
    font-family: suse;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #f7f7f7;
}
.tour_package .tour_slider .tour_box .content_box .whatsapp{
    background-color: #28a745;
} 
.tour_package .tour_slider .tour_box .content_box .callnow{
    background-color: #f9bb00;
    color: #000;
} 
.tour_package .tour_slider .tour_box .content_box .callnow i{
    rotate: -30deg;
}

.tour_package  .owl-carousel .owl-dots.disabled, 
.tour_package  .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.tour_package  .owl-carousel .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
}
.tour_package  .owl-carousel .owl-nav .owl-prev{
    left: -4%;
    position: absolute;
}
.tour_package  .owl-carousel .owl-nav .owl-next{
    right: -4%;
    position: absolute;
}
.tour_package  .owl-carousel .owl-nav button:hover{
    background: transparent !important;
}
.tour_package  .owl-carousel .owl-nav i{
    font-size: 25px;
    background-color: #f9bb007b;
    color: #ffffff80;
    padding-top: 10px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.tour_package  .owl-carousel .owl-nav i:hover{
    color: #fff;
    background-color: #f9bb00;
}
.tour_package  .owl-carousel .owl-dots .owl-dot span{
    background: #f9bb007b;
}
.tour_package  .owl-carousel .owl-dots .owl-dot.active span{
    background: #f9bb00;
}


@media only screen and (max-width: 600px){
    .tour_package .tour_slider .tour_box .content_box h3.jalda{
        font-size: 18px;
    }
    .tour_package .tour_slider .tour_box .content_box p{
        font-size: 14px;
    }
    .tour_package  .owl-carousel .owl-nav{
        top: 40%;
    }
    .tour_package  .owl-carousel .owl-nav i {
        font-size: 20px;
        padding-top: 7.5px;
        width: 35px;
        height: 35px;
    }
    .tour_package  .owl-carousel .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
        margin: auto 2.5px;
    }
    .tour_package{
        padding: 70px 0 40px;
    }
}


.about_us{
    margin: 50px 0;
}
.about_us h3{
    font-weight: 600;
}
.about_us .about_text{
    font-size: 14.5px;
}

.about_us .about_box{
    border: 1px solid #fa9248;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0;
}
.about_us .about_box img{
    width: 50px;
}
.about_us .about_box h5{
    font-size: 15.5px;
    margin: 10px 0 5px;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 1px;
}
.about_us .about_box p{
    font-size: 14px;
    line-height: 1.2em;
    color: #333;
}


/* ===========testimonials-section========== */
.testimonials-section{
    margin: 50px 0;
}

.testimonials .testi_box{
    box-shadow: 0 0 10px #00000020;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
    background-color: #F5F5DC;
    border: 1px solid #fa9248;
}
.testimonials .testi_box .left_img img{
    width: 58px;
    border-radius: 100%;
    border: 2px solid #fa9248;
}
.testimonials .testi_box .right_context h4{
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--primary-color);
    font-weight: 700;
}
.testimonials .testi_box .right_context  p{
    color: #888888;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}
.testimonials .testi_box .google{
    width: 30px;
}
.testimonials .testi_box .rating i{
    font-size: 14px;
    color: #ffcc10;
    margin: 5px 0;
}
.testimonials .testi_box p{
    color: #333;
    font-weight: 400;
}


.contact_section .con_box{
    box-shadow: 0 0 10px #00000020;
    padding: 0 30px 30px;
    border-radius: 5px;
    margin: 17px auto;
}
.contact_section .con_box i{
    font-size: 22px;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: -50%;
}
.contact_section .con_box .fa-phone-office{
    background-color: #ff6600;
}
.contact_section .con_box .fa-whatsapp{
    background-color: #25D366;
    padding: 14px 17px;
}
.contact_section .con_box .fa-envelope{
    background-color: #070c4f;
    padding: 15px 17px;
}
.contact_section .con_box .fa-location-dot{
    background-color: #ff6600;
    padding: 14px 19px;
}
.contact_section .con_box h4{
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 0px;
}
.contact_section .con_box a,
.contact_section .con_box p{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}

.contact_section .gmap iframe{
    width: 100%;
    height: 300px;
    margin: 15px auto;
    padding: 5px;
    box-shadow: 0 0 10px #00000020;
}

@media only screen and (max-width: 600px){
    .contact_section .con_box{
        margin: 10px 10px 25px;
    }
    .contact_section .gmap iframe{
        margin-top: 0px;
    }
}


.fotter{
    background-color: #000000A6;
    padding: 10px 0;
}
.fotter .foo{
    display: flex;
}
.fotter .foo .social{
    margin-left: 10px;
    margin-top: -5px;
}
.fotter .foo .social a{
    text-decoration: none;
}
.fotter p{
    list-style-type: circle;
    color: #f9bb00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.fotter p a{
    text-decoration: none;
    color: #f9bb00;
}
.fotter p a img{
    width: 80px;
}
.footer_bottom i{
    position: fixed;
    bottom: 30px;
}
.footer_bottom .fa-whatsapp{
    background-color: #28a745;
    padding: 12px 13px 12px 15px;
    font-size: 24px;
    z-index: 99;
    border-radius: 100%;
    color: aliceblue;
    animation: wp-back 1s infinite;
}
.footer_bottom .fa-phone-volume{
    background-color: #ff433a;
    z-index: 99;
    padding: 15px;
    font-size: 18px;
    border-radius: 100%;
    color: aliceblue;
    animation: call-back 1s infinite;
    rotate: -30deg;
    margin-left: -50px !important;
}
@keyframes call-back {
    0% {
        box-shadow: 0 0 0 0 #ff433a;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@keyframes wp-back {
    0% {
        box-shadow: 0 0 0 0 #28a745;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@media only screen and (max-width: 1050px){
    .fotter .col-md-8{
        padding-left: 0;
    }
    .fotter p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px){
    .fotter{
        text-align: center;
    }
    .fotter .foo{
        display: block;
    }
    .fotter .foo .social{
        margin: 5px auto;
        justify-content: center;
    }
    .car_services a ul{
        margin-bottom: 0;
    }
    .fotter,
    .fotter .text-end{
        text-align: center !important;
    }
    .padd_right{
        padding-right: 5px !important;
    }
    .padd_left{
        padding-left: 5px !important; 
    }
}

.policy h2, 
.policy h3,
.policy h4{
    color: var(--logo-color);
    font-weight: 700 !important;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.policy ul {
    margin-left: 15px;
}
.policy ul li{
    margin-bottom: 5px;
}