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

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    min-height: 100vh;
    margin: 0px;
    display: flex;
    flex-direction: column;
}



main{
    flex: 1;
}

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

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

header{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    min-height: max-content;
    position: fixed;
    z-index: 1000;

    
}

nav{
    transition: transform 0.6s ease, visibility 0.6s ease;
    display: flex;
    align-items: center;
}


nav a{
    display: inline-block;
    text-decoration: none;
    padding: 20px 16px;
    font-size: 18px;
    color: black;
}





footer{
    background-color:#1e1c1c;
    color: #f5f5f5;

}

.footerMain{
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.footerItems a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 1.2rem;
    

}

.footerItems p{
    margin-top: 20px;
}

.footerItems i{
    padding-right: 15px;
}

.heroPage{
    background-image: url('/static/img/adventure.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 250px;
}

.herosectionItems{
    max-width: 50%;

}

.herosectionItems a{
    text-decoration: none;
    font-size: 1.2rem;
    display: inline-block;
    padding: 12px 16px;
    background-color:  #F78B28;
    color: whitesmoke;
    border: none;
    border-radius: 4px;
}

.herosectionItems .e{
    color: whitesmoke;
}

.herosectionItems h1{
    font-size: 2.8rem;
    color: #F78B28;
}

.herosectionItems p{
    color: #ccc ;
}
.promoteCards{
    justify-content: space-between;
}

.promoteCard img{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    
}

.promoteCard{
    width: 100%;
    margin: 10px;
    background-color:whitesmoke;
    border-radius: 6px;
    
}

.promoteContent{
    padding: 12px;
}

.promoteText{
    max-width: 100%;
    justify-content: center;
    font-size: 1.5rem;
}

.promoteBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line{
    border-top: 1px solid #6e7a7a;
}

.promoteParagraph{
    color: #6e7a7a;
    font-size: 17px;
}

.tourName{
    padding-bottom: 18px;
    font-size: 18px;
}



.promoteBottom span{
    font-size: 18px;
    font-weight: bold;
}



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

.promoteRating svg{
    margin-top: 5px;
    margin-right: 6px;
}

.promoteBottom .spc{
    text-decoration: none;
    display: inline-block;
    border: 2px solid #F78B28;
    color: black;
    padding: 6px 12px;
    border-radius: 18px;
    
}

.promoteBottom a:hover{
    opacity: 0.7;
}

.welcome{
    justify-content: space-between;
    
}

.welcomeHome{
    width: 100%;
    margin-bottom: 35px;
}


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

.welcomeSection div{
    width: 100%;
    margin: 20px;
    text-align: center;
    background-color: #F78B28;
    color: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    
}

.welcomeHome h2{
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.welcomeHome p{
    font-size: 1.2rem;
    margin-top: 20px;
}

.welcomeWhy{
    padding-top: 80px;
    padding-bottom: 60px;
}

.promoteTours{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ccc;
}

.aboutKili{
    justify-content: space-between;
    align-items: center;
}

.aboutKiliSection{
    margin: 10px;
    
}

.aboutKilimanjaro{
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutKiliSection{
    margin: 20px;
}

.aboutKiliSection h2{
    font-size: 3rem;
    margin-bottom: 20px;
}

.aboutKiliSection p{
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.aboutKiliSection a{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: #f5f5f5;
    font-size: 1.2rem;
    border: none;
    border-radius: 4px;
}

.afterKili{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ccc;
}

.descAfter{
    justify-content: center;
    
}

.descriptionAfter{
    width: 800px;
    text-align: center;
}

.descriptionAfter h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 20px;
}

.descriptionAfter p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;

}

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


.ixo{
    overflow: hidden;
}
.carousel{
    display: flex;
    margin: 0px auto;
    transition: transform 0.3s ease-in-out;
}

#card{
    min-width: 385px;
    box-sizing: border-box;
}

button{
    position: absolute;
    cursor: pointer;
    z-index: 1;
   
    
}

.prev-btn {
    left: 80px;
    
}
  
.next-btn {
    right: 80px;
    
  }

  .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;

    
    
    
  }

  .mainForm{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact{
    justify-content: space-between;
    align-items: center;

  }

  
  .form{
    width: 100%;
  }

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

  }

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

  .about{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .aboutus{
    justify-content: space-between;
  }

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

  .abu a{
    text-decoration: none;
    display: inline-block;
    background-color: #F78B28;
    color: whitesmoke;
    padding: 12px 14px;
    border: none;
    border-radius: 4px;
  }

  .aboutMission{
    padding-top: 70px;
    padding-bottom: 70px;
  }

.companyMission{
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px 10px 30px 10px;
    background-color: #F78B28;
    color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    
}

.mission{
    text-align: center;
    width: 800px;
    
}

.mainVision{
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #ccc;
}

.wwo{
    padding-top: 40px;
    padding-bottom: 70px;
}

.vision{
    justify-content: space-between;
    
    
}

.aboutVision{
    width: 100%;
    margin: 20px;
    
    
    

}

.visionTitle {
    width: 100%;
    text-align: center;
}

#av{
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ofer{
    justify-content: space-between;
}

.aboutV{
    width: 100%;
    margin: 16px;
}

.ourTeam{
    width: 100%;
    text-align: center;
}

.aboutTeam{
    justify-content: space-between;
}

.team{
    width: 100%;
    
}

.team img{
    border-radius: 200px;
    display: block;
    margin: 0px auto;
    
}

.teamTitle p, .teamTitle h3{
    display: flex;
    justify-content: center;
    align-items: center;
}

.at{
    padding-bottom: 70px;
}

.aboutZanzibar{
    padding-top: 70px;
    padding-bottom: 70px;
}

.az{
    justify-content: center;
}

.avTitle{
    width: 100%;
    text-align: center;
}

.avPackage{
    justify-content: space-between;
    padding-bottom: 40px;
}

.zanzibarTours{
    width: 100%;
    background-color: #ccc;
}
.zanzibarTours img{
    display: block;
}
#zt{
    padding: 20px;
}
#zt a{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
}

.zanzibarIntro{
    width: 1000px;
}

.zanzibarIntro .zbi{
    color: #F78B28;
    padding-right: 8px;
}

.zanzibarIntro h2, .zanzibarIntro p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainAv{
    padding-top: 90px;
    padding-bottom: 70px;
}

.az a{
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
    border: none;
    border-radius: 4px;
    margin-right: 20px;
}

.aboutSafari{
    padding-top: 70px;
    padding-bottom: 70px;
}

.as{
    justify-content: center;
}

.safariIntro{
    width: 900px;
}


.safariIntro h2, .safariIntro p{
    display: flex;
    justify-content: center;
    align-items: center;
}


.safariIntro .ald{
    color: #F78B28;
    padding-right: 8px;
}
.culturalMain{
    padding-top: 70px;
    padding-bottom: 70px;
    
}
#culturalId{
    background-image: url('/static/img/adventure.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: whitesmoke;
}

#culturalId a{
    text-decoration: none;
    display: inline-block;
    background-color: #F78B28;
    color: whitesmoke;
    border: none;
    border-radius: 4px;
    padding: 12px 14px;

}

#culturalId .ict{
    color: #F78B28;
}

.ac{
    justify-content: center;
}

.culturalIntro{
    width: 80%;
    text-align: center;
}

.culturalIntro h2, .culturalIntro p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutCultural{
    justify-content: space-between;
}

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

.cultural a{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
}

.packingMain{
    padding-top: 120px;
    padding-bottom: 70px;
}

.ap{
    justify-content: center;
}

.packingIntro{
    width: 80%;

}

.packingIntro h2, .packingIntro p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap a{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
}

.pk {
    justify-content: space-between;
}

.packingBody{
    width: 100%;
    margin: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px;
}

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

#menu-icon svg {
    fill: #F78B28;
    width: 30px;
    height: 30px;
    transition: fill 0.5s ease, transform 0.5s ease;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}


.dropdown-content p {
    display: block;
    
    

    
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1001;
  }

 
.dropdown:hover .dropdown-content {
    display: block;
    
}
.dropdown-content p:hover{
    background-color: #F9A14D;
}

.dropdown-content a:hover{
    color: whitesmoke;
}

.mainMachame{
    padding-top: 70px;
    padding-bottom: 70px;
}

.abm{
    justify-content: center;
}

.abm a{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
    border: none;
    border-radius: 4px;
}

.aboutMachame{
    width: 800px;
}

.aboutMachame h2, .aboutMachame p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainInclude{
    padding-top: 70px;
    padding-bottom: 70px;
}
.abc{
    justify-content: space-between;
}

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

.aboutInclude li{
    list-style: none;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.lis{
    align-items: center;
    padding-right: 8px;
}




.m{
    width: 800px;
}
.m h2, .m p{
    display: flex;
    justify-content: center;
    text-align: center;
}

#inTours{
    background-color: #ccc;
}

body p{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
}

.cta{
    background-image: url("/static/img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
}

.aboutCta{
    justify-content: center;
}

.mainCta h1{
    font-size: 2.1rem;
    color: whitesmoke;
}



.mainCta h1, .mainCta p{
    text-align: center;
}

.mainCta p{
    color: white;
}

.mainCta .cc{
    padding-bottom: 2px;
    border-bottom: 4px solid #F78B28;
}


.mainMfd{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ccc;
}

.mfd{
    justify-content: space-between;
}

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

.mainTop{
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url('/static/img/c2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.aboutTop{
    padding-top: 70px;
    color: whitesmoke;
    width: 100%;
    
}

.aboutTop h1, .aboutTop p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.aboutTop .topa{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: whitesmoke;
}

.mainPt{
    padding-top: 70px;
    padding-bottom: 70px;
}


.abbi{
    justify-content: space-between;
}

.abt h2, .abt p{
    display: flex;
    align-items: center;
    justify-content: center;

}

.abi{
    width: 100%;
    margin: 10px;
    background-color: #ccc;
    color: black;
    padding: 8px;
    border-radius: 4px;
    
}

.mainPItem{
    padding-top: 70px;
    padding-bottom: 70px;
}

.aboutpItems{
    justify-content: space-between;
}

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

.abpfyc h2, .abpfyc p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.abpfyc .lk{
    text-decoration: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
    border: none;
    border-radius: 4px;
}

.mainPfyc{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ccc;
}

.kiliGuide{
    padding-top: 70px;
    padding-bottom: 70px;
}

.kg{
    justify-content: center;
}

.mainWck{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1e1c1c;
    color: whitesmoke;
}

.wck{
    justify-content: center;
}
.wckContent{
    padding-top: 10px;
    padding-bottom: 70px;
}
.aboutWck h2, .aboutWck p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutWck i{
    color: #F78B28;
    
}
.wckc{
    justify-content: space-between;
}
.aboutWckc{
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.aboutWckc h3{
    color: #F78B28;

}

.wckContent{
    background-color: #1e1c1c;

}

.aboutKiliguide{
    width: 900px;
}

.aboutKiliguide h2, .aboutKiliguide p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainCyr{
    padding-top: 70px;  
}

.bcyri{
    padding-bottom: 70px;
}

.cyr{
    justify-content: center;
}

.aboutCyr h2, .aboutCyr p{
    display: flex;
    justify-content: center;
    align-items: center;

}

.cyri{
    justify-content: space-between;
}

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

.itemCyr h3{
    padding-bottom: 4px;
    border-bottom: 3px solid #F78B28;
}




.safariTop{
    background-image: url('/static/img/44.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 70px;
}

.zanzibarTop{
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url('/static/img/25.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.abTop{
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url('/static/img/23.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.cTop{
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url('/static/img/47.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.mainOver{
    padding-top: 70px;
    padding-bottom: 70px;
}

.over{
    justify-content: center;
}

.aboutOver{
    width: 800px;
}

.aboutOver h2, .aboutOver p{
    display: flex;
    justify-content: center;
    align-items: center;
}



.aa{
    text-decoration: none;
    border: none;
    display: inline-block;
    padding: 12px 14px;
    background-color: #F78B28;
    color: whitesmoke;
    border-radius: 4px;
}

.dd{
    display: flex;
    align-items: center;
    padding-right: 6px;
    color: black;
    text-decoration: none;
}

#mainOver{
    background-color: #ccc;
}

.pOver{
    justify-content: space-between;
}

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

p{
  font-weight: 600;
}






  
@media screen and (max-width: 768px) {
    nav{
        display: block;
        display: flex;
        visibility: hidden;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 1000px;
        flex-direction: column;
        text-align: left;
        background-color: whitesmoke;
        opacity: 1;
        transform: translateX(100%);

    }

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

    nav a{
        display: block;
        width: 100%;
        padding: 20px;
        color: black;
    }

    #menu-icon{
        display: block;
    }

    .container{
        flex-wrap: wrap;
        width: 95%;
        margin: 0px auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    #card {
        min-width: 350px;
    }
    
    .mission{
        width: 768px;
    }

    .herosectionItems{
        max-width: max-content;
    }

    .aboutMachame{
        max-width: fit-content;
    }

    .m{
        max-width: fit-content;
    }

    .ansq.active{
        height: fit-content;
    }

    .zanzibarIntro {
        max-width: fit-content;
    }

    .aboutTop h1{
        text-align: center;
    }

    html{
        font-size: 12px;
    }
    .aboutKiliSection {
        width: fit-content;
    }

    .culturalIntro{
        width: fit-content;
    }
  
    .heroPage{
    background-image: url('/static/img/adventure.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 180px;
}

    

    
    

    




    
    
}