@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;
}

.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: 30vw;
    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: center;
    margin: 5px;
    flex-direction: column;
    
    
    
    
}


.media-navbar{
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed
    
}

.menu-burger{
    display: none;
}




.content{
    margin: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

}

.mainNavbar{
    
    width: 10vw;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swamiH2{
    text-align: center;
    background-color: orange;
    border-radius: 5px;
    width: 23vw;
    font-size: 20px;
}


.language{
    margin:  0 5px;
    font-size: 20px;
    cursor: pointer;
    transition: 1s ease;
}

.language:hover{
    font-weight: 800;
}




.counter {
    font-size: 120px; /* Big font size */
    font-weight: bold;
    color: black; /* Saffron color suitable for Swami Samarth theme */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    width: 20vw;
    height: 35vh;
    border-radius: 50%;
    background-color: orange;
}

#sSamarthBtn {
    font-size:20px;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    width: 20vw;
    color: black;
    transition: transform 0.1s;
    margin: 5px;
    border: 2px solid black;
    font-weight: 600;
}

#sSamarthBtn:active {
    transform: scale(0.95); /* Button click effect */
}






.h1Container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px;
    width:95%;
    

}

.blogPics{
    width:95%;
    height: 70vh;
    margin: 10px;
    border-radius: 5px;
    
}

.post-information{
    display: flex;
    margin: 10px;
    ;
}
.post-author , .post-dateTime{
    margin:10px;
    font-family: "Playwrite NZ Basic",sans-serif;
    font-size: 18px;
}



p{
    font-size: 20px;
    margin:10px;
    
}


.main-right{
    width: 20vw;
    /* min-height: 81vh;
    max-height: auto; */
    height: 30%;
    max-height: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-content: start;
    flex-direction: column;
    vertical-align: top;
    
    
}

#uFont{
    font-family: "Poppins" , sans-serif;
    font-size: 45px;
}

.scroll-link {
    /* font-family: "Changa One", sans-serif; */
    cursor: pointer;
    font-weight: bold;
}
.whiteColor{

    background-color: rgb(169, 221, 195);
}


h2{
    font-size: 28px;
    margin: 10px 0;
    align-items: flex-start;
}

h3{
    align-items: flex-start;
    margin-right: 50px;
    font-size: 25px;
}


#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;
}
#youtubeVideo{
    display: flex;
    margin-top: 0;
    align-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

iframe{
    display: block;
    max-width: 100%;
}

.article-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
}

article{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
}

.content{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.headerContainer{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.content-container{
    display: flex;
    flex-direction: column;
}

h1{
    margin: 5px;
    align-items: center;
    width: 99%;
}










.mainLeftContainer{
    display: flex;
    width: 100%;
    min-height: 70vh;
    max-height: auto;
    margin: 10px;
}



.mainH2{
    font-size: 30px;
    width: 100%;
    display: flex;
    align-content: flex-start;
    text-align: start;
}

figcaption{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}




.rightArticleContainer{
    border: 2px solid black;
    border-radius: 5px;
}


.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;
    }
   
    

    main{
        height: auto;
        width: 100%;
    }

    .nav-items{
        display: none;
    }

    .website-name{
        width: 80vw;
    }
    h1{
        width: 90vw;
        font-size: 30px;
        text-align: center;
        
    }

    .googleLink{
        font-size: 20px;
        color: black;
        width: 50vw;
    }

    h2{
        width: 90vw;
        font-size: 18px;
        margin: 10px 0;
        
    }

    p{
        width: 90vw;
    }

    .mainNavbar{
        margin: 5px;
    }

    .content{
        width: 95vw;
        height: auto;
        font-size: 15px;
    }



.blogPics{
        width:90vw;
        margin: 10px;
    }


    .h1Container{
        width: 90vw;
    }

    .mainLeftContainer{
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        height:auto;
        width: 90vw;
    }

    
    section{
        width: 100%;
    }

    li{
        width: 90vw;
    }


    .media-navbar{
        display: block;
        align-items: flex-start;
        justify-content: space-evenly;
        width:40vw;
        transition: ease;
        top: 10.9vh;
        
        
    }

    .media-nav-items{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: black;
        height: auto;
    }

    .media-nav-item{
        
        margin: 10px;
        background-color: black;
        color: white;
    }

    .mbg{
        background-color: black;
        color: white;
        font-size: 20px;
    }

    

    

    .footer{
        display: flex;
        align-items: center;
        justify-content: center;
        

    }

    .footer-items{
        display: flex;
        align-items: center;
        justify-content: center;

    }

}