* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
        
      
}

/* navbar styling */
#navbar {
    background: #f9f9f9;
}
#logo {
    font-size: 36px;
    font-weight: 600;
    color: black;
    text-shadow: 0px 1px 1px black;

}
#logo span {
    color: #ffa500;
}
.navbar-toggler span {
    color: #ffa500;
}
.navbar-nav {
    margin-left: 20px;
} 
.nav-item .nav-link {
    font-size: 16px;
    font-weight: 450;
    color: grey;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.5s ease;
}
.nav-item .nav-link:hover {
    background: #ffa500;
    color: white;
}
#navbar form button {
    background: #ffa500;
    color: white;
    border: none;
    border-radius: 30px;
}
/* styling the home banner */
.home {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)), url(images/mauritius.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home .content {
    text-align: center;
    padding-top: 200px;
}
.home .content h5 {
    color: white;
    font-size: 40px;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
}
.home .content h1 {
    color: white;
    font-size: 73px;
    font-weight: 600;
    text-shadow: 0px 1px 1px black;
    margin-top: 5px;
}
.home .content .p {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 1px 1px black;
    margin-top: 5px;
    margin-bottom: 33px;
}

.changecontent::after {
    content: '';
    color: #ffa500;
    text-shadow: 0px 1px 1px black;
    animation: changetext 10s infinite linear;
}
@keyframes changetext {
    0%{content: "Namibia";}
    20%{content: "South Africa";}
    40%{content: "Zambia";}
    60%{content: "Angola";}
    80%{content: "Tanzania";}
    100%{content: "Kenya";}
    
}
.home .content a {
    padding: 15px;
    background-color: white;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    margin-top: 30px;
    
    
}
.home .content a:hover {
    background: #ffa500;
    color: white;
}
.home .content p {
    font-size: 20px;
    color: white;
}

/* booking section */
.book {
    background: #f9f9f9;
    padding: 50px;
}
.main-text h1 {
    text-align: center;
    text-shadow: 0 1px 1px black;
    font-weight: 650;
}
.main-text h1 span {
    color: #ffa500;
}
.book .card {
    border-radius: 15px;
    box-shadow: 0px 5px 5px -6px black;
}
.book .row {
    margin-top: 30px;
}
.book form input {
    padding: 10px;
    color: black;
    border: none;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px black;
    margin-top: 10px;

}
.book form textarea {
    resize: none;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px black;
    margin-top: 10px;
}
.book .submit {
    width: 160px;
    font-size: 16px;
    font-weight: 550;
    background: #ffa500;
    color: white;
    margin-top: 10px;
    transition: 0.5s;
}
.bookimg {
    border-radius: 15px;
}
.book .submit:hover {
    width: 170px;
    transition: 0.5s;
}
/* booking section ends here */
/* package section styling */
.main-text h1 {
    text-align: center;
    margin-top: 30px;
    font-weight: 650;
    text-shadow: 0px 1px 1px black;
}
.maintext h1 span {
    color: #ffa500;
}
.maintext h1 {
    text-align: center;
    text-shadow: 0px 1px 1px black;
}
.packages .card {
    border-radius: 17px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: 20px;
}
.packages .card .img {
    border-radius: 7px;
}
.packages .card .card-body {
    background: transparent;
}
.packages .card .card-body h3 {
    font-size: 25px;
    font-weight: 650;
}
.packages .card .card-body p {
    font-size: 15px;
}
.checked {
    color: #ffa500;
}
.start i {
    font-size: 15px;
}
.packages .card .card-body h6 {
    font-size: 21px;
}
.packages .card .card-body a {
    padding: 10px;
    text-decoration: none;
    background-color: #ffa500;
    color: white;
    border-radius: 5px;
}
/* package section styling end */
/* .home .content h5{
    margin-top: 150px;
} */
/* service section */
.services {
    background: #f9f9f9;
    margin-top: 50px;
}
.services .card {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    border: none;
    cursor: pointer;
}
.services .card i {
    font-size: 60px;
    text-align: center;
    color: #ffa500;
    margin-top: 20px;
}
.services .card .card-body h3 {
    font-weight: 550;
}
/* service section ends */
/* gallery section */
.gallery {
    margin-top: 50px;
}
.gallery .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    cursor: pointer;
    margin-bottom: 30px;
}
.gallery .card img {
    border-radius: 10px;
    transition: 0.5s;
}
.gallery .card img:hover {
    transform: scale(1.1);
}
/* gallery section ends */
/* about section starts here */
.about img {
    border-radius: 30px;
    margin-bottom: 20px;
    
}
.about h1 {
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0px 1px 1px black;
}
.about .card {
    border: none;
}
.about span {
    color: #ffa500;
}
/* about section ends here */
/* footer */
.footer {
    background: #ffa500;
    width: 100%;
    height: 15vh;
}
.footer p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 100;

}
/* footer ends */

/* mobile responsiveness */
@media (max-width: 765px) {
    .book {
        padding: 0;
    }
    .main-text h1 {
        margin-top: 20px;
    }
}


@media (max-width: 850px) {
    .home {
        background-position: 50%;
    }
}
@media (max-width: 450px) {
    .home .content h5 {
        font-size: 24px;
    }
    .home .content h1 {
        font-size: 38px;
    }
    .home .content p {
        font-size: 14px;
    }
    .packages h1 {
        margin-top: 30px;
        margin-bottom: -30px;
        
    }
}