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

body{
    font-family: "Handlee", serif;
    font-family: "Roboto", serif;
    font-family: "Volkhov", serif;
    font-family: "Poppins", serif;
}

header{
    width: 100%;
    background-color:#F1F1F0;
}

#hero{
    width: 100%;
     background-color:#F1F1F0;
}




.navbar{
    background-color:#F1F1F0;
}

.navbar img{
    width: 150px;
}
.navbar ul{
    padding-left: 90px;
}
.navbar ul li{
    padding: 0 40px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Volkhov", serif;
}

.top-tex{
    font-size: 20px;
}

#hero .container{
    background-color:#F1F1F0;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-text a{
    color: black;
    font-size: 18px;
}

.book{
    font-size: 50px;
}
.inner-col h4{
    font-size: 25px;
}
.card-text button{
    background-color: black;
    color: #F1F1F0;
    padding: 5px 10px;
    border-radius: 4px;
}
.text-center h3{
    font-size: 40px;
}
.image-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-holder{
    margin-top: 100px;
    margin-left: 80px;
}

.text-holder h2{
 font-size: 50px;
}
.text-holder p{
    margin-bottom: 30px;
}

.text-holder a{
    background-color: black;
    padding: 10px 16px;
    color: #F1F1F0;
    text-decoration: none;
    border-radius: 4px;
}

.card-text span{
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}
.fl-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-text a{
    padding: 8px 16px;
    background-color: black;
    color: white;
    text-decoration: none;
border-radius: 5px;
}
.top-text{
    padding-top: 30px;
    padding-bottom: 8px;
}
 
footer a{
    text-decoration: none;
    color: black;
}

h1 h2 h3 h4 h5 h6{
    font-family: "Roboto", serif;
}
p{
    font-family: "Poppins", serif;
}
ul li{
    font-family: "Volkhov", serif;
}
footer{
    font-family: "Handlee", serif;
}
@media screen and (max-width: 768px){
    #collecting .container .row{
        flex-direction: column;
    }

    #collecting .container .row .col{
        margin-bottom: 30px;
    }
.text-holder{
    margin: 0;
}
.text-holder h2{
    font-size: 35px;
    padding-bottom: 10px;
} 

}


@media screen and (max-width: 1403px){
    .navbar ul{
        padding-left:40px;
    }
    .navbar ul li{
        color: black;
        padding: 0 20px;
        font-size: 20px;
        font-weight: 400;
       
    }
}