/* top-head styles */
.top-head{
    background:  linear-gradient(45deg, rgb(39,40,40) 25%,  rgb(161,161,3) 25%);
    padding:10px 0px;
}
.top-head a{
    text-decoration: none;
    color:white;
    font-size: 18px;
    line-height: 24px;
}
ul{
    margin-bottom: 0px;
    list-style-type:none;
}
.top-head .icon{
    margin-right:7px;
    color:rgb(39,40,40);
    background-color: white;
    padding: 6px;
    border-radius: 50%;
}
.top-head .social{
    margin-right:0px;
    color:white;
    background-color: rgb(161,161,3);
    padding: 6px;
    font-size: 24px;
}
/* nav-section styles */
header{
    position:sticky;
    top:0px;
    z-index: 99999;
}
.nav-top-section{
    padding:15px 0px;
    background-color: white;
}
.nav-top-section h4{
    font-size: 20px;
}
.nav-top-section ul{
    padding-left: 10px;
}
.book-now{
    background: linear-gradient(240deg,rgb(39,40,40) 80%,white 10%);
    padding:10px 0px;
    display:flex;
    justify-content: center;;
}
.book-now a{
    text-decoration: none;
    color:white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.book-now i{
    margin-right: 9px;
    color:rgb(39,40,40);
    background-color: white;
    padding: 6px;
    border-radius: 50%;
}
.bg-body-tertiary {
    background-color: rgb(161,161,3) !important;
}
.nav-bottom-section a{
    color:white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.nav-bottom-section a:hover{
    color:rgb(39,40,40);
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
} */
/* this is main sectiln code */
/* this is banner secction code */
.banner-section1{
    background-image: url(../images/banner-image-1.webp);
    padding:110px 0px;
    background-size: cover;
    background-position: center;
}
.banner-section2{
    background: 
    linear-gradient(to right, rgba(39,40,40,0.4), rgb(39,40,40,0.4)),
    url('../images/banner-image-2.webp') no-repeat center/cover;
    padding:110px 0px;
}
.banner-section3{
    background: 
    linear-gradient(to right, rgba(39,40,40,0.4), rgb(39,40,40,0.4)),
    url('../images/banner-image-3.webp') no-repeat center/cover;
    padding:110px 0px;
}
.banner-section h1{
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px;
}
.banner-section p{
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}
.banner-section a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-color: rgb(161,161,3);
    padding: 10px 20px;
    border-radius: 30px;
}
.inner-text{
    margin-left: 130px;
}
/* about-us section code */
.about-section{
    padding:60px 0px;
}
.about-img{
    position:relative;
}
.experience{
   position:absolute;
   top:7%;
   right:2%;
   background-color: rgb(161,161,3);
   padding:20px;
   border-radius: 50%;
   box-shadow: 3px 2px 6px rgb(184, 180, 180);
   color:white;
   text-align: center;
   font-size: 18px;
   font-weight: 600;
   line-height: 24px;
}
.about-section h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 7px;
    color:rgb(161,161,3)
}
.about-section h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
    color:rgb(39,40,40);
}
.about-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.about-section .check-list{
    display:flex;
    flex-wrap: wrap;
    gap:5%;
}
.about-section .check-list i{
    color:white;
    background-color: rgb(161,161,3);
    padding:5px;
    margin-right: 7px;
    margin-bottom: 20px;
}
.about-section .check-text{
    margin-left: 53px;
}
/* offer section styles */
.offer-section{
    padding:50px 0px;
}
.offer-section h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 7px;
    color:rgb(161,161,3);
    text-align: center;
}
.offer-section h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
    color:rgb(39,40,40);
    text-align: center;
}
.offer-section .card{
    padding:30px;
    box-shadow: 0px 0px 2px rgb(39,40,40);
}
.offer-section .card:hover{
    /* box-shadow: 0px 0px 16px rgb(161,161,3); */
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}
.offer-section h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
    color:rgb(39,40,40);
    text-align: center;
}
.offer-section h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
    color:rgb(39,40,40);
}
.offer-section h5 span{
    color:rgb(161,161,3);
}
.offer-section .check-list{
    padding-left: 0px;
}
.offer-section .check-list i{
    color:rgb(161,161,3);
    margin-right: 7px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rent-car{
    background: linear-gradient(45deg, rgb(39,40,40) 50%, rgb(161,161,3) 50%);
    padding:10px;
    display:flex;
    justify-content: space-around;
    margin-top: 20px;
}
.rent-car a{
    text-decoration: none;
    color:white;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
/* our track section styles */
.track-section{
    background: 
    linear-gradient(to right, rgba(39,40,40,0.9), rgb(39,40,40,0.9)),
    url('../images/track-bg-image.webp') no-repeat center/cover;
    padding: 60px 0px;
}
.track-section .track-text{
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:6%;
    flex-direction: column;
}
.track-section .track-text .star{
    font-size: 50px;
    margin-bottom: 10px;
}
.track-section .track-text .minus{
    font-size: 24px;
    margin-bottom: 9px;
}
.track-section .track-text h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;  
}
.track-section .track-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
/* roam-section code styling */
.roam-section{
    padding:60px 0px;
    color:white;
    background:linear-gradient(45deg, rgb(161,161,3) 30%, rgb(39, 40, 40) 30%);
}
.roam-section h2{
    font-size: 42px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 50px;
}
.roam-section a{
    text-decoration: none;
    color: rgb(39,40,40);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
}
.roam-section a:hover{
    background-color: rgb(161,161,3);
    color:white;
    transition: all 0.3s ease-in-out;
}
.roam-section h2 span{
    color: rgb(161,161,3);
    font-size:48px;
}
/* choose-section code stylings */
.choose-section{
    padding:60px 0px;
}
.choose-section h2{
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px;
    color:rgb(39,40,40);
    text-align: center;
}
.choose-section .card{
    padding:2px 8px;
    box-shadow: 0px 0px 5px rgb(161,161,3);
}
.choose-section .card:hover{
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}
.choose-section i{
    border:8px solid rgb(39,40,40);
    font-size: 28px;
    margin-bottom: 10px;
    color: rgb(39,40,40);
    padding:15px;
    border-radius:50%;
}
.choose-section h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
    color:rgb(161,161,3);
}
.choose-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color:rgb(39,40,40);
}
/* serveces section styling code */
.services-section{
    padding:60px 0px;
    background-color: rgba(39,40,40,0.1);
}
.services-section h2{
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px;
    color:rgb(161,161,3);
    text-align: center;
}
.services-section i{
    border:8px solid rgb(39,40,40);
    font-size: 28px;
    margin-bottom: 20px;
    color: rgb(39,40,40);
    padding:20px;
    border-radius:50%;
}
.services-section ul{
    padding-left:0px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.services-section li{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    color:rgb(39,40,40);
}
/* contact us section code */
.contact-section{
    padding:60px 0px;
    background-color:rgba(181,177,70,0.1);
}
.contact-section h2{
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px;
    color:rgb(39,40,40);
    text-align: center;
}
.contact-section h4{
    color: rgb(161,161,3);
    text-align:center;
    font-size: 24px;
}
.contact-section .form-control{
    border:3px solid rgb(161,161,3);
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
.contact-section form button{
    background-color:  rgb(161,161,3);
    color:white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding:8px 35px;
    border-radius: 10px;
    border:none;
}
.contact-section form{
    background-color:rgba(39,40,40,0.9);
    padding:50px 30px 30px;
}
.contact-section form button:hover{
    background-color: rgb(251, 252, 252);
    color:rgb(161,161,3);
    transition: all 0.3s ease-in-out;
}
.contact-section h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
    color:rgb(251, 252, 252);
}
.contact-section .address li{
    margin-top: 20px;
    color:rgb(39,40,40);
    font-size: 18px;
}
.contact-section .address i{
    color: white;
    margin-right: 10px;
    background-color: rgb(161,161,3);
    padding:8px;
    border-radius:50%;
}
.contact-section .address a{
    text-decoration: none;
    color:rgb(39,40,40);
}
/* this is footer section code */
.footer-top-section{
    background-color: rgb(39,40,40);
    color:white;
    padding:60px 0px 40px;
}
.footer-top-section ul{
    padding-left: 0px;
}
.footer-top-section h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.footer-top-section li{
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-top-section a{
    text-decoration: none;
    color:white;
    font-size: 18px;
}
.footer-top-section a:hover{
    color:rgb(161,161,3);
    transition: all 0.3s ease-in-out;
}
.footer-top-section i{
    margin-right: 10px;
}
.footer-top-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}
.footer-top-section .quick-links{
    display: flex;
    justify-content: center;
}
/* footer bottom section code */
.footer-bottom-section{
    background-color: rgb(161,161,3);
    color:white;
    padding:15px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}
.footer-bottom-section p{
    margin-bottom: 0px;
    font-size: 16px;
}
.footer-bottom-section i{
    color:rgb(229, 94, 10);
    margin-left:5px;
    margin-right: 5px;
}
.footer-bottom-section a{
    text-decoration: none;
    color:rgb(39,40,40);
    font-weight: 700;
}

