* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html{
    font-size: 18px;
    font-weight: 400;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.7;

}

.container{
    display: flex;
    width: 80%;
    margin: 0 auto;
}



#navigation {
    justify-content: space-between;
    align-items: center;
    
}

header{
    width: 100%;
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: whitesmoke;
}

nav{
    transition: transform 0.6s ease, visibility 0.6s ease;
    display: flex;
    gap: 16px;
}

nav a{
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    display: inline-block;
}

.active{
    color: orange;
}

footer{
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.btm{
    width: 100%;
    padding-bottom: 20px;
}

.btm h3{
    color: orange;
}

.btm a, .btm p{
    color: whitesmoke;
}


#ft{
    justify-content: space-between;
    
}

.content{
    min-height: calc(100vh - 70px);
}

main{
    background-image: url('/static/img/01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   
   
}


#main{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: whitesmoke;
    height: 100vh;
    
}

#main p{
    text-align: center;

}

#main a{
    text-decoration: none;
    padding: 14px 16px;
    background-color: orange;
    border: none;
    color: whitesmoke;
    border-radius: 2px;
}

#menu-icon{
    display: none;
    cursor: pointer;
}

#menu-icon svg{
    transition: fill 0.5s ease, transform 0.5s ease;
}

section, .about, .kili-info, .kili-call-action, .reason-box, .safari-section, .safari-call-action, .faq-main, .aboutus, .bout-main, .offer-main, .team-main, .contactus, .safarihero, .form-main, .tours-top-call, .highlight, .booktour, .dti, .whatis, .includes{
    padding-top: 60px;
    padding-bottom: 60px;
}

.about{
    background-color: #f8f9fa;
}



.about span{
    color: rgb(43, 43, 43);
    font-weight: 500;
}



#card{
    justify-content: space-between;
}

.card{
    width: 100%;
    background-color: #fff;
    margin: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;

}

.tour-image{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.card-content{
    padding: 12px;
}

#about{
    justify-content: space-between;
}

.aboutCompany{
    width: 100%;
}

.aboutCompany a{
    text-decoration: none;
    padding: 12px 14px;
    border: 1px solid #ffa500;
    border-radius: 4px;
    color: black;
}

.aboutCompany a:hover{
    background-color: #ffa500;
    color: whitesmoke;
}

#about-kili{
    justify-content: space-between;
}

.about-kili{
    width: 100%;
    margin: 5px;
}

.about-kili img{
    border-radius: 8px;
}

.about-kili-heading{
    width: 100%;
}

.about-kili-heading h2{
    text-align: center;
}


#kili-call-action{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kili-call-action{
    background-image: url('/static/img/11.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: whitesmoke;
    width: 100%;
    z-index: 999;
}

.safari-call-action{
    background-image: url('/static/img/26v2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: whitesmoke;
    width: 100%;
    z-index: 999;

}

.kili-call-action h2, .safari-call-action h2{
    color: whitesmoke;
}

.kili-call-action a, .safari-call-action a{
    text-decoration: none;
    padding: 14px 16px;
    background-color: #ffa500;
    color: whitesmoke;
    border-radius: 6px;
}

#why-box{
    justify-content: space-between;
}

.reason-box{
    background-color: #f8f9fa;
}

.reason-head{
    width: 100%;
    padding-bottom: 60px;
}

.reason-head h2{
    text-align: center;
    
}

.reason{
    width: 100%;
    height: 200px;
    margin: 10px;
    background-color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 12px;
}

.safari-section{
    background-color: #f8f9fa;
}

#about-safari-main{
    justify-content: space-between;
}

.about-safari{
    width: 100%;
    margin: 10px;
}

.about-safari a{
    text-decoration: none;
    padding: 12px 14px;
    background-color: #ffa500;
    color: whitesmoke;
    border-radius: 8px;
}

#faq{
    justify-content: center;
    align-items: center;
}

#heroHead{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
}

.aboutus{
    background-image: url(/static/img/11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: whitesmoke;
}

.contactus{
    background-image: url(/static/img/11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: whitesmoke;
    text-align: center;
    height: 80vh;
    padding-top: 18vh;
}

.safarihero{
    background-image: url(/static/img/26v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: whitesmoke;
    height: 80vh;
    padding-top: 18vh;
    text-align: center;
}

#bout-container{
    justify-content: space-between;
}

.bout{
    width: 100%;
    margin: 10px;
}

#our-offer{
    justify-content: space-between;
}

.offers{
    width: 100%;
    margin: 10px;
}

.offer-main{
    background-color: #f8f9fa;
}

#team-card{
    justify-content: space-between;
}

#team-title{
    justify-content: center;
    align-items: center;
}

.team img{
    width: 132px;
}

.team{
    width: 100%;
    margin: 10px;
    display: flex;
}

#form-container{
    justify-content: space-between;
}

.form{
    width: 100%;
    margin: 10px;
}

input[type=text], input[type=date], input[type=email], input[type=date], input[type=tel], [type=textarea], input[type=number]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0px;
    border-radius: 4px;
    border: 0.5px solid #ccc;
}

input[type=submit]{
    padding: 12px 16px;
    background-color: #ffa500;
    color: whitesmoke;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

#fm{
    background-color: #ccc;
    padding: 12px;
    border-radius: 4px;
}

/**/

nav a:hover {
    background-color: lightgray;
}

    /* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: whitesmoke;
    min-width: 160px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    flex-direction: column;
    border-top: 2px solid #ffa500;
    z-index: 1000;
}

.dropdown-content a {
    padding: 10px 15px;
    white-space: nowrap;
}

.dropdown:hover .dropdown-content {
    display: flex;
}



/* css for drop */

.FAQ{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .faqhead{
    justify-content: center;
  }

  .faqheader{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .faqbody{
    justify-content: center;
  }

  .faq{
    width: 100%;
  }

  .ask{
    padding-bottom: 10px;
  }


  .askq{
    width: 100%;
    padding: 16px;
    background-color: #ccc;
    cursor: pointer;
  }

  
  .ansq{
    transform: translateY(-0%);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    
  }

  .ansq.active{
    transform: translateY(0);
    visibility: visible;
    overflow: hidden;
    height: 250px;
    background-color:#f5f5f5;
    border-radius: 0px 0px 4px 4px;
    padding: 12px;
    transition: all 0.4s ease-in-out;

    
    
    
}

nav #off:hover{
    background-color: whitesmoke;
    color: #ffa500;

}

#tours-top-call{
    justify-content: space-between;
}

.tours-top-call{
    background-color: #f8f9fa;
}

#tours-top a{
    text-decoration: none;
    margin-right: 30px;
    color: black;
}

#tp a{
    text-decoration: none;
    background-color: #ffa500;
    color: whitesmoke;
    padding: 14px 16px;
    border-radius: 4px;
}

#high{
    justify-content: space-between;
}

.high-description{
    width: 100%;
    margin: 10px;
}

.high-description img{
    border-radius: 8px;
}


#itinerary{
    justify-content: space-between;    
}

.itinerary{
    width: 100%;
    margin: 10px;
}

.itinerary span{
    color: #ffa500;
}

#detail-itinerary{
    justify-content: center;
    align-items: center;
    color: #ffa500;
}

.booktour{
    background-color: #f8f9fa;
}

.fmc{
    text-align: center;
}

.form-flex{
    display: flex;
    justify-content: space-between;
}

.hca{
    display: flex;
}

.hca a{
    margin-right: 30px;
}

.mod{
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid #ffa500;
    color: #ffa500;
    border-radius: 4px;
}

.mod:hover{
    background-color: #ffa500;
    color: whitesmoke;
}

.whatis{
    background-color: rgb(29, 29, 29);
}

.whatis .img{
    width: 100%;
    margin: 10px;
}

.img img{
    border-radius: 8px;
}

#Gallery{
    justify-content: center;
    align-items: center;
    color: whitesmoke;
}
#related{
    justify-content: center;
    align-items: center;
}

.includes{
    background-color: #f8f9fa;
}

.action-on-card{
    display: flex;
    justify-content: space-between;
    
}

.pay{
    display: flex;
    align-items: center;
}


.bj-now{
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid #ffa500;
    color: black;
    border-radius: 4px;
}

.bj-now:hover{
    background-color: #ffa500;
    color: whitesmoke;
}

.bk-now{
    text-decoration: none;
    background-color: #ffa500;
    padding: 8px 10px;
    color: whitesmoke;
    border-radius: 4px;
}

.bk-now:hover{
    opacity: 0.8;
    color: black;
}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px;
    }

    .container{
        width: 95%;
        flex-wrap: wrap;
    }

    nav{
        display: block;
        visibility: hidden;
        position: absolute;
        flex-direction: column;
        text-align: left;
        background-color: whitesmoke;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100vh;
        opacity: 1;
        transform: translateX(100%);

    }

    nav.active{
        transform: translateX(0);
        visibility: visible;
    }

    nav a{
        display: block;
        width: 100%;
        padding: 10px;
        color: black;
        font-size: 18px;
        font-weight: 500;
    }
    #main{
        height: 600px;
    }

    #menu-icon{
        display: block;
    }

    #main{
        align-items: flex-start;
    }

    #main p{
        text-align: left;
    }
    .high-description{
        max-width: fit-content;
    }

    .mod{
        padding: 14px 16px;
    }


}
