@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Playwrite+NZ+Basic:wght@100..400&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins",sans-serif;
    background-color: rgb(238, 240, 239);
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.navbar{
    height: 10vh;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-navbar{
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    
}

.logo{
    height: 10vh;
    margin: 5px;

}

.menu-burger{
    display: none;
}

.bg{
    background-color: rgb(20, 3, 3);
}

.website-name{
    width: 60vw;
    text-align: center;
    margin: 5px;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.nav-items{
    width: 35vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.nav-item{
    color: white;
    transition: 5s;
}

.nav-item:hover{
    font-weight: 600;
}


a{
    margin: 5px;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

#ulli{
    list-style: none;
    background-color: rgb(20, 3, 3);

}

ol{
    list-style: disc;
}


    


.display{
    display: none;
}


main{
    min-height: 81vh;
    max-height: auto;
    width: 90vw;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin: 5px;
    flex-direction: column;
    position: relative;
}

h1{
    margin: 5px;
    align-items: center;
    width: 99%;
    font-size: 40px;
}

p{
    font-size: 25px;
    margin: 5px;
}



.blogPics{
    height: 60vh;
    width: 60vw;
    
}

.post-information{
    margin:5px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 58vw;
}

.post{
    display: flex;
    justify-content: space-between;
    width: 60vw;
}

.post-info{
    margin: 5px;
    font-size: 15px;
    font-weight: 600;
}

.img-social-icons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    
}

#author{
    
    cursor: pointer;
}


.social{
    height:60vh;
    display: none;
}

.social-bar{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height:60vh;
    margin: 10px;
    width: 5vw;
    justify-content: flex-start;




}

.view{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    font-size: 18px;
}

i{
    font-size: 35px;
    margin: 2px;

}

.content{
    margin: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

h2{
    font-size: 30px;
}

#movie-list li{
    cursor: pointer;
}



#research-team{
    color:#000075;
    
    font-family: "Changa One";
    font-size: 20px;

}



ul {
    margin-left: 25px; /* This is the standard space needed for dots */
    list-style-type: disc; /* Ensures the dots are solid circles */
    font-size: 20px;
    width: auto;
}

li {
    display: list-item; /* Ensures the browser treats it as a list item */
    font-size: 20px;
    margin:10px;
}
ol{
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 23px;
    margin:10px 0;
}

h3{
    font-size: 40px;
}













.footer{
    height: 9vh;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}





@media (max-width:600px) {

    .navbar{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo{
        display: none;
    }

    .menu-burger{
        display: block;
        width: 10vw;
        height: 5vh;
    }
   
    .nav-items{
        display: none;
    }

    .website-name{
        width: 80vw;
    }


    main{
        height: 81vh;
        
        width: 100%;
        justify-content: space-between;
        position: relative;
    }


    h1{
        width: 98%;
        font-size: 25px;
        text-align: flex-start;
        
    }

    p{
        font-size: 18px;
    }

    .blogPics{
        
        height: 55vh;
        width:85vw;
        display: block;
        margin: 5px;
    }

    .post-information{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        width:97%;
        height: 60vh;
    }

    .post{
        width:85vw;
    }

    .post-info{
        font-size: 12px;
        justify-content: space-between;
    }

    .img-social-icons{
        width:98vw;
    }

    .social{
        display:none;
        align-items: center;
        justify-content: space-around;
        width:15vw;
        height: 50vh;
    }

    .social-bar{
    
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50vh;
        width: 50%;
    }

    i{
        font-size: 30px;
        justify-content: space-between;
    }

    li{
        width: 90vw;
    }

    #li-width{
        width: 70vw;
        margin: 10px;
        display: block;
        text-align: flex-start;
        padding: 10px 0;
    }

    .content{
        width:97%;
        height: 70vh;
    }

    .point{
        width: 85vw;
        margin: 5px;
    }

    .point01{
        width: 75vw;
    }

    .point02{
        width: 60vw;
    }

    
    .point03{
        width: 55vw;
        margin: 5px;
    }


    p{
        font-size: 20px;
    }

    .w-width{
        width: 95%;
    }

    .ul-width{
        width: 50vw;
    }

    .media-navbar{
        display: block;
        align-items: flex-start;
        justify-content: space-evenly;
        width:40vw;
        min-height: 40vh;
        max-height: auto;
        transition: ease;
        position: absolute;

        
        
    }

    .media-nav-items{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: black;
    }

    .media-nav-item{
        
        margin: 10px;
        background-color: black;
        color: white;
    }

    .mbg{
        background-color: black;
        color: white;
        font-size: 20px;
    }

    

    iframe{
        width:87vw;
    }


    .footer{
        display: flex;
        align-items: center;
        justify-content: center;
        
        

    }

    .footer-items{
        display: flex;
        align-items: center;
        justify-content: center;

    }

}