@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');
*{
    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;
}


.content-wrapper{
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 10px;
    width: 100%;
    
}

.display{
    display: none;
}


main{
    min-height: 81vh;
    max-height: auto;
    width: 80vw;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 10px;
    flex-direction: column;
    
    
    
}

header , section{
    margin:10px;
}


.swamiSamarthContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 80vh;
    border: 2px solid black;
    width:40vw;
    margin: 5px;
    border-radius: 5px;
}


.mainNavbar{
    height: 7vw;
    margin: 5px;
    display: flex;
}

.language{
    margin:  0 5px;
    font-size: 15px;
    cursor: pointer;
    transition: 1s ease;
}

.language:hover{
    font-weight: 800;
}

.swamiSamarthJaapContainer{
    height: 73vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    
}



.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: 30vw;
    height: 45vh;
    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 */
}

#swamiH2{
    text-align: center;
    background-color: orange;
    border-radius: 5px;
    width: 35vw;
}




.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;
}

p{
    font-size: 20px;
}

#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: start;
    width: 99%;
}


.blogPics{
    width:40vw;
    height: 90vh;
    margin: 10px;
    object-fit: contain;
}







.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;
    }
   
    .content-wrapper{
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    main{
        width: 100%;
    }

    .nav-items{
        display: none;
    }

    .website-name{
        width: 80vw;
    }
    h1{
        width: 98vw;
        font-size: 20px;
        text-align: center;
        
    }

    h2{
        width: 90vw;
        font-size: 18px;
        margin: 10px 0;
        
    }

    .main-right{
        width: 100%;
    }
    
    
        .swamiSamarthContainer{
        width: 93vw;
        height: 82vh;
    }
    #swamiH2{
        width: 80vw;
        
    }

    .counter{
        height: 42vh;
        width: 80vw;
        
        border-radius: 50%;
    }

    #sSamarthBtn{
     width: 85vw;
     font-size: 21px;
     border-radius: 5px;
     margin: 5px;

}
    .mainLeftContainer{
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        height:auto;
        width: 90vw;
    }

    .blogPics{
        width:90vw;
        height: 80vh;
    }
    section{
        width: 100%;
    }

    li{
        width: 90vw;
    }

    .footer{
        display: flex;
        align-items: center;
        justify-content: center;
        

    }

    .footer-items{
        display: flex;
        align-items: center;
        justify-content: center;

    }

}