:root{
    --primary-color: #ca7c21;
    --secondary-color: #187ec4;
    --white: #FFF;
    --black: #353535;
}

body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: Lexend;
}
a{
    text-decoration: none;
    color: var(--black);
}
.top-heading{
    font-size: 2rem;
    font-weight: 700;
    margin: 8px 0;
}
.top-heading span{
    color: var(--primary-color);
}
.text-primary{
    color: var(--primary-color) !important;
}
/*-- header style--*/
.bg-body-tertiary{
    background: var(--white) !important;
}
.navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    border-radius: 24px;
    padding: 6px 12px !important;
}
.navbar-nav .nav-link.active{
    background: var(--primary-color);
    color: var(--white) !important;
}
.navbar-nav .dropdown-item{
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}
.dropdown-menu{
    position:absolute !important;
}
.dropdown-menu.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0)
}
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: .4s;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1100;
    -webkit-box-shadow: 0 0 15px rgba(255, 166, 94, 0.16);
    box-shadow: 0 0 15px rgba(255, 166, 94, 0.16);
    border: none;
    border-top: 2px solid var(--primary-color);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color) !important;
}
/*-- end header style--*/
/*-- home page style ---*/
.hero{
    position: relative;
}
.hero-carousel:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 70%), rgb(0 0 0 / 11%));
    width: 100%;
    height: 480px;
    z-index: 2;
}
.hero .carousel-item img{
    height: 480px;
}
.hero-body{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: var(--white);
    padding: 40px 0;
}
.hero-body p{
    font-size: 14px;
    font-weight: 400;
}
.feature-card .feature-card-heading{
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}
.feature-card .feature-card-description{
    font-size: 13px;
    margin: 8px 0;
}

.nav-pills{
    background: #f6e5d1;
    border-radius: 50px;
    padding: 6px 8px;
    display: inline-flex;
    border: 1px solid #ebc797;
}
.nav-pills .nav-link{
    font-size: 13px;
    color: var(--primary-color);
    border-radius: 24px;
}
.nav-pills .nav-link.active{
    background: var(--primary-color);
}
.package-card{
    transition: box-shadow 0.4s ease-in-out;
    margin: 24px 0;
}
.package-card:hover{
    box-shadow: 2px 2px 24px #dddddd !important;
}
.package-card img {
    height: 180px;
    object-fit: cover;
}
.package-card .badge {
    font-size: .75rem;
    padding: .4rem .55rem;
}
.btn-booking-now{
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 13px;
    transition: box-shadow 0.4s ease-in-out;
}
.btn-booking-now:hover{
    background: #af650e;
    box-shadow: 4px 8px 16px #d19759;
}

@media (max-width: 576px) {
    .package-card img { height: 160px; }
}

.desert-tours-card{
    padding: 24px;
    border-radius: 16px;
}
.activities-card{
    background: linear-gradient(0deg, #187ec447, rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;}
.tours-card{
    background: linear-gradient(0deg, rgba(196, 121, 24, 0.28), rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;}

.desert-tours-content{
    max-width: 400px;
    color: var(--white);
}
.desert-tours-content h3{
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}
.desert-tours-content p{
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0;
}
.btn-desert-tours{
    background: var(--white);
    padding: 12px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-block;
    transition: box-shadow 0.4s ease-in-out;
    margin-top: 24px;
}
.btn-desert-tours:hover{
    background: rgb(246, 235, 221);
    box-shadow: 2px 4px 12px #474646;
}

.testimonial-card{
    background: rgb(246, 235, 221);
    text-align: center;
    margin-top: 40px;
    padding: 24px 16px 16px 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
}
.testimonial-card-image{
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -41px;
}
.testimonial-card-image img{
    width: 64px !important;
    height: 64px;
    border-radius: 100%;
}
.testimonial-card-head{
    padding: 24px 0 16px 0;
    position: relative;
}
.testimonial-card-head:before{
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    background: #e7bf91 url(../images/testimonial-quotes.png) no-repeat center;
    background-size: 28px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.testimonial-card-head p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-card-head small{
    font-size: 12px;
}
.testimonial-card-content{
    font-size: 13px;
    font-weight: 400;
}
.bi-star-fill{
    color: #f9a813;
    font-size: 16px;
}
.owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 24px 0 ;
}
.owl-nav .owl-prev span,.owl-nav .owl-next span{
    width: 42px;
    height: 42px;
    font-size: 36px !important;
    color: var(--white) !important;
    background: #cf791a !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 40px;
    line-height: 36px !important;
    transition: box-shadow 0.4s ease-in-out;
}
.owl-nav .owl-prev span:hover,.owl-nav .owl-next span:hover{
    background: #ba670b !important;
    box-shadow: 2px 2px 32px #cccccc;
}
.faqs{
    background: #fff5ea;
}
.faqs-body .accordion-button{
    font-size: 14px;
    font-weight: 500;
}
.faqs-body .accordion-button:focus{
    box-shadow: 0 0 0 0.25rem rgba(205, 150, 84, 0.25);
}
.faqs-body .accordion-body{
    font-size: 14px;
}
.accordion-button:not(.collapsed){
    background: #f6e5d1;
    color: var(--primary-color);
}
.footer-top{
    background: #353535;
    padding: 24px 0 12px 0;
    color: var(--white);
}
.footer-logo p{
    font-size: 12px;
    font-weight: 300;
    margin: 8px 0;
}
.footer-links h5{
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 8px;
}
.footer-link{
    color: var(--white);
    font-size: 13px;
    font-weight: 300;
    margin: 6px 0;
    padding: 4px 0;
    display: block;
}
.footer-box{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    background: var(--white);
    padding: 8px;
    border-radius: 8px;
}
.footer-box-content h6{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}
.footer-box-content p{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--black);
}
.footer-bottom{
    background: #af650e;
    padding: 8px 0;
    color: var(--white);
}
.footer-support p{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-copyright small{
    font-size: 12px;
    font-weight: 300;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    display: block;
    margin-top: 16px;
}
.footer-bottom a{
    color: var(--white);
}
/*-- terms conditions Page --*/
.terms-wrapper{
    background: #fffaf3;
}
.terms-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.terms-body{
    background: #fff1dd;
    border: 1px solid #f3d6ab;
    padding: 24px;
    border-radius: 16px;
    margin: 24px 0;
    font-size: 13px;
}
.terms-body h1{
    font-size: 2rem;
    font-weight: 700;
}
.terms-body h2{
    font-size: 1.6rem;
    font-weight: 700;
}
.terms-body h3{
    font-size: 1.2rem;
    font-weight: 700;
}
.terms-body h4{
    font-size: 1rem;
    font-weight: 700;
}
.terms-body h5{
    font-size: 0.8rem;
}
.terms-body h6{
    font-size: 0.6rem;
}
/*-- end terms conditions page --*/
/*-- about page --*/
.about{
    background: url("../images/about-hero.webp") no-repeat left center/cover;
    padding: 40px 0;
}
.about-header p{
    font-size: 14px;
}
.about-goal,.about-mission{
    background: #fffaf3;
}
.about-goal img,.about-mission img{
    border-radius: 16px;
    margin: 40px 0;
}
.about-body{
    font-size: 14px;
}
/*--- end about page --*/
/*-- faq page --*/
.faq-wrapper{
    background: #fffaf3;
}
.faq-header h1{
    font-size: 2rem;
    font-weight: 700;
}
/*-- end faq page --*/
/*-- contact page --*/
.contact-wrapper{
    background: #fffaf3;
}
.contact-form{
    background: #f6e5d1;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e1be95;
}
.contact-form .form-label{
    font-size: 13px;
    margin-bottom: 4px;
}
.contact-form .form-control{
    border: 1px solid #e1be95;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
}
.btn-submit{
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 8px;
    transition: box-shadow 0.4s ease-in-out;
}
.btn-submit:hover{
    background: #af650e !important;
    box-shadow: 8px 8px 16px #e1be95;
}
.whatsapp-contact{
    color: var(--black);
}
/*-- end contact page --*/