*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
    background-attachment: fixed;
}
header{
    display: flex;
    justify-content: space-between;
    background-color: rgb(2, 39, 2);
    height: 12vh;
}

.logo{
    margin-top: 15px;
}
.navbar nav ul li{
    display: inline-flex;
    margin-right: 40px;
    margin-top: 20px;

}
.navbar nav ul li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
}

.navbar ul li button{
    height: 35px;
    background-color: black;
    width: 150px;
    border-radius: 30px;
}
.navbar ul li a:hover{
    color: orange;
    text-decoration: underline;
}
html{
    scroll-behavior: smooth;
}

.homepage{
    background: linear-gradient(rgba(0, 0, 0, 0.904),rgba(0, 0, 0, 0.904),rgba(0, 0, 0, 0.904)),url(/website/back/zebra.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    animation-name: slide;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-delay: 4s;
}
@keyframes slide{
    20%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.849),rgba(0, 0, 0, 0.815)),url(/website/back/4236_aboakyer-11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

    40%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.808),rgba(0, 0, 0, 0.808)),url(/website/back/cas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

    60%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.815),rgba(0, 0, 0, 0.842)),url(/website/back/elmina.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
    80%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.829),rgba(0, 0, 0, 0.822)),url(/website/back/anti.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
}
   

.section{
    color: white;
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
}

.section h2{
    font-size: 35px;
    text-decoration: underline;
}
.section .btn{
    height: 40px;
    width: 150px;
    border-radius: 40px;
    box-shadow: 5px 5px 5px;
    margin-top: 15px;
    background-color: black;
}

.section .btn a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

}

.destinations-grid,
.experiences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 80px;
    max-width: 1600px;
    margin: 0 auto;
    /* background-color: black; */
    /* color: rgb(24, 158, 24); */

    /* height: 100px; */
}

.destination,
.experience {
    border: 1px solid black;
    padding: 20px;
    border-radius: 5px;
    background-color: black;
    box-shadow: 2px 2px 2px  black;
}

.destination img,
.experience img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}
.mm{
    /* text-decoration: underline; */
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    margin-bottom: 18px;
}

.destination button{
    background-color: green;
    height: 30px;
    width: 130px;
    border-radius: 30px;
}
.destination button a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}





.main{
    text-align: center;
    margin-top: 200px;
}

.content{
    color: white;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
}
.content:hover{
    transition: 1.2s;
    transform-style: flat;
}

.home{
    font-size: 25px;
    color: white;
}

.btn button{
    height: 40px;
    width: ;
    border-radius: 360px;
    border: 2px solid;
    border-color: white;
    margin-top: 15px;
    background-color: transparent;
}

.btn button a{
    margin: 20px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;

}
.btn button:hover{
    background-color: rgba(1, 26, 1, 0.89);
    border-color: rgba(2, 29, 2, 0.904);
    transition: 1.2s;
    transform: perspective(20px);
}

.about h2{
text-align: center;
}
.small{
    /* margin-top: 40px; */
    background-color: rgba(1, 15, 1, 0.562);
    height: 110vh;
    text-align: center;
}
.small h2{
    color: white;
}

.about{
   
    display: flex;
    justify-content: space-between;
}

.history{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 25px;
    margin-left: 20px;
}

.history p{
    font-size: 18px;
}

.history .hm{
    font-size: 25px;
}

.history button{
    height: 30px;
    width: 100px;
    background-color: black;
    border-color: black;
    border: 2px solid;
    border-radius: 30px;
    margin-top: 12px;
}

.history button a{
    color: bisque;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;

}

.history button  i{
    margin-left: 5px;
    color: white;
}

.am{
    margin-top: 12px;
}

.size{
    margin-top: 12px;
}

.central{
    display: flex;
    margin-top: 18px;
    margin-right: 30px;
    
}

.is{
    margin-left: 200px;
}

.images{
    background-color: rgba(1, 12, 1, 0.952);
 /* margin-top: 20px; */
    text-align: center;
    color: white;
    height: 170vh;
    
}
.towns{
    display: flex;
    margin-left: 5px;
    color: white;
    font-size: 20px;
    margin-top: 20px;
}

.towns .fes1{
    margin-left: 12px;
}
.wee{
    margin-top: 15px;
    height: 40px;
    width: 140px;
    border-radius: 100px;
    background-color: black;
}
.wee a{
    text-decoration: none;
    color: bisque;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
}
.wee:hover{
    background-color: white;
    border-color: white;
    border: 1px solid;
}
.wee:hover a{
    color: black;
}


.not{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.un{
    margin-top: 80px;
}

.unruly{
    margin-top: 80px;
}

.fes3{
    margin-right: 15px;
}

.foot{
    background-color: black;
    width: 100%;
    height: 15vh;
    text-align: center;
    color: white;
    

}

.icon{
    color: white;
    font-size: 30px;
    margin-top: 15px;
    margin-right: 18px;
}

.icon i{
    margin-right: 5px;
    color: white;
    margin-top: 50px;
}

.heritage{
    color: white;
    text-align: center;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(1, 12, 1);
    background-attachment: fixed;
}

html{
    scroll-behavior: smooth;
}

.about{
    background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.658),rgba(0, 0, 0, 0.658)),url(/website/back/elephant.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}


.casimage{
    display: flex;
    gap: 30px;
    margin-left: 300px;
    

}
.casimage .img1:hover{
    
}





.head{
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 8, 0, 0.966);
    height: 75px;
    

}
.head .logo{
    margin-top: 15px;
    margin-left: 35px;
}

nav ul{
    margin-right: 80px;
}

.tourismnav nav ul li{
    display: inline-flex;
margin-right: 30px;
margin-top: 25px;

}

nav ul li a{
    text-decoration: none;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 17px;

} 

.about{
    background-color: black;
    height: 55vh;
    
margin-top: ;
}
.content h1{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 65px;
    margin-top: 120px;
    margin-left: 800px;
}

.unruly{
    margin-top: 70px;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}

.unruly .img{
    margin-right: 80px;
    margin-bottom: 30px;
    box-shadow: 3px 5px 5px;
    
}

.unruly .text{
    margin-left: 60px;
}
.text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 15px;
    color: white;
    margin-right: 20px;

}

.text .hi{
    margin-top: 15px;
}

.text .he{
    margin-top: 12px;
}
.text .her{
    margin-right: px;

}

.text .his{
    margin-top: 15px;
    margin-right: px;
}
 .img p{
    color: white;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
}

.touristpic{
    text-align: center;
    border: 2px solid;
    width: 80%;
    margin-left: 120px;
    color: white;
    height: 150vh;
    margin-top: 40px;

    
}
.touristpic .five{
    margin-top: 25px;
}

.goo{
    display: flex;
    gap: 30px;
    margin-left: 60px;
}

.doo{
    
    margin-top: 30px;
    display: flex;
    gap: 30px;
    margin-left: 60px;
}

.off nav ul li{
    display: inline-flex;
    margin-right: 40px;
    margin-top: 22px;
}
.off nav ul li a{
    font-size: 17px;
}

.off nav ul li button{
    height: 35px;
    width: 120px;
    background-color: black;
    border-radius: 15px;
}

.hidden3{
    background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.918)),url(/website/back/elephant.jpg);
width: 100%;
height: 70vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.hidden4{
    background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.918)),url(/website/culture/oguaa\ festival.jpg);
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation-name: slow;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-delay: 4s;
}

@keyframes slow{
    20%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.849),rgba(0, 0, 0, 0.815)),url(/website/back/4236_aboakyer-11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

    40%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.808),rgba(0, 0, 0, 0.808)),url(/website/culture/oguaa\ festival.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

    60%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.815),rgba(0, 0, 0, 0.842)),url(/website/culture/omo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
    80%{
        background: linear-gradient(rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.829),rgba(0, 0, 0, 0.822)),url(/website/culture/dance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
}





.hidden3 header{
    background-color: rgb(4, 46, 4);
}

.hidden3 section{
    color: white;
    text-align: center;
    margin-top: 170px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
}
.hidden4 section{
    color: white;
    text-align: center;
    margin-top: 170px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    animation-name: slow;

}

.john{
    display: flex;
    justify-content: center;
    gap: 150px;
    margin-top: 50px;
    background-color: black;
    height: 30vh;
}
.john a{
    display: flex;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
}
.john h3{
    color: white;
    margin-top: 30px;
    text-decoration: underline;
}
.john h2{
    color: white;
    margin-top: 30px;
    text-decoration: underline;
}

.john img{
    margin-top: 50px;
}


