@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@media screen and (max-width: 768px) {
    /* Adjust the search button and input */
    .searchbtn {
        width: 80%;
        left: 10%;
    }

    .button {
        left: 80%;
        width: 40px;
        height: 25px;
    }

    /* Div container adjustments */
    .div1 {
        flex-direction: column;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Adjust navigation links for mobile */
    ul {
 
        font-size: 14px;
    }

    li, p {
        font-size: 14px;
    }

    /* Adjust images and text in .bigthree, .trend, .lang */
    .bigthree, .trend, .lang {
        width: 80%;
        margin: 10px 0;
    }

    /* Stack .allbig and .trending vertically */
    .allbig, .trending {
        flex-direction: column;
        align-items: center;
    }

}



/* Apply the "Satisfy" font to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Satisfy', cursive;
}

/* Other elements where you want to apply Poppins */
ul, .button, .searchbtn, .title {
    font-family: 'Poppins', sans-serif;
}

/* Titles or specific elements with a cursive font */
.title {
    font-family: 'Satisfy', cursive;
}
p{
    font-family: 'Lora', serif;
}

*{
   margin: 0px;
   padding: 0px;

}

.main{
    background-color: #020209;
    color: white;
}

/*--img{
    position: fixed;
    margin: 0px;
    padding: 0px; 
    width: 100%;
    height: 100%;
    z-index: -1;
}--*/

.div1{    
    position: relative;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    top: 20px;
    border: 5px, solid, white;
    margin-left: 20px;
    margin-right: 20px;
    background-color: !important transparent;
    border-radius: 100px;
    z-index: 1;
}

header{
    margin-top: -90px;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)), url("Background.jpg") center/cover no-repeat fixed;
    z-index: 0;
}

h1{
    margin-left: 20px;
    color: orange;
    font-family: sat;
}

ul{
    font-family: 'Lucida Sans';
    display: flex;
    justify-content: right;
    align-items: center;
    align-content: center;
    margin: 5px;
    padding: 5px;
    padding-left: 40%;
    font-family: Arial;
    color: black;
}

li{
    margin-left: 20px;
    display: flex;
    color: white;
}
li:hover{
    cursor: pointer;
    color: orange;
}

.sub{
    display: block;
}

.searchbtn{
    text-align: center;
    position: absolute;
    display: flex;
    margin-top: 40px;
    border: 2px solid white;
    border-width: 30%;
    background-color: transparent;
    border-radius: 100px;
    left: 35%;
    width: 30%;
    height: 30px;
    z-index: 2;
}

.searchbtn:hover{
    text-align: center;
    color: orange;
    font-size: medium;
}

.button{
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100px;
    text-align: center;
    margin-top: 40px;
    left: 67%;
    width: 50px;
    height: 30px;
    z-index: 2;
}

.button:hover{
    background-color: orange;
    color: white;
    }
.title{
    padding-top: 5%;
    padding: 5px;
    text-align: center;
    margin-top: 5%;
    border: white solid ;
    margin: 0%;
    margin-left: 2%;
    margin-right: 2%;
}

.bigthree, .trend{
    text-align: center;
    border: 5px solid transparent;
    width: 250px;
    height: 360px;
    max-width: 17rem;
    margin: 0 auto;
}

.bigthree:hover, .trend:hover, .lang:hover{
    border-color: orange;
    cursor: pointer;

}

/*@media screen and (max-width: 576px){
    .allbig{
        width: 50%;
        float: left;
    } 
}
@media screen and (max-width: 1200px){
    .allbig{
        width: 25%;
    } 
}*/
.allbig, .trending{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;

}

.Languages{
    padding-bottom: 5%;
    display: flex;
    justify-content: space-evenly;
}

.lang{
    border: 4px solid transparent;
    width: 150px;
    height: 200px;
}

hr{
    padding: 5%;
    margin: 5%;
}

img{
    background-color: transparent;
}
.footer{
    height: 100px;
    width: 100%;
    background-color: gray;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}