
.SholarHeaderclass{
    position: relative;
    left: 50px;
    top:10.5%;
    font-family:Arial;
    color:blue;
    font-size:large;
    
}
/*MOBILE ADS SECTİONS*/

.mobile_ads {
    
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 0 auto;
   
}


.main_for_allmainscholars{ 
                
                background-color: white;
                margin-top:5px;
                margin-left: 5px;
                margin-right:5px;
                margin-bottom:0px;
                padding: 6px;
                
                }

/*THE SMALL FULLY FUNDED BUTTON THAT FLASHES */
.fullfunded-btn{
                    margin-left:-0px;
                    background-color:rgb(0,204,255);
                    color:black;
                    font-family:Arial,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                    
                    border-radius:10px;
                    
                }
                .fullfunded-btn:hover{
                    background-color:blue;
                    color:white;
                    cursor:pointer;
                }
                .textonlyfully{
                    font-size:11px;
                    animation: flash 2s infinite;
                }
                .textonlyfully:hover{
                    animation: flash 1s infinite;
                }
                
                /* Flash animation */
                @keyframes flash{

                0%{
                    opacity: 1;
                }

                50%{
                    opacity: 0;
                }

                100%{
                    opacity: 1;
                }

                }


/*TEXTS FOR THE PARAGRAPHS INSIDE ONE ONE SCHOLARS */      
.textparagraph1{
               font-family:'Calibri Light','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
               font-size: 15px;
               display:block;
               margin-right:10px;
               margin-left:10px;
              
               
            }
            .h1class{
                font-size:24px;
            }
            .smalltxt1{
                font-size: 10px;
                font-style:italic;
            }
            .introtext{
                font-size:17px;
                padding-bottom:0px;
                margin-bottom:0px;
            }
            #main_second_paragraph{
                padding-left:20px;
            }

/*THE FULLY FUNDED HEADER IN THE INDEX AT START */
.main_for_FULLY_funded_header{
                background-color: white;
                margin-top:5px;
                margin-bottom:0px;
                padding-top: 10px;
                height:200px;
                overflow:scroll;

                }
                .FULLY_funded_header{
                font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                font-size:22px;
                display:block;
                padding-top:10px;
                margin-left:10px;
                margin-right:10px;
                    }



                    
.main_for_allSCHOLAS{
                 

                background-color: white;
                margin-top:5px;
                margin-left: 10px;
                margin-right:10px;
                margin-bottom:0px;
                padding: 0px;
                height:700px;
                overflow:scroll;

                }
               
               
                .div_of_headings_for_scholar_names{
                    
                    height: 200px;
                    padding:0px;
                    margin:0px;
                }
                .div_of_bottom_of_pic_text{
                    
                    height: 140px;
                    padding:0px;
                    margin:0px;
                }
                .img_container{
                    height:250px;
                    background-color:white;
                    
                }
                .img_container img{
                    
                    width: 100%;
                    height: 100%;
                    object-fit:cover;
                }

                .headings_for_scholar_names{
                    
                    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                    font-size:15px;
                    display:block;
                    padding-top:10px;
                    margin-left:10px;
                    margin-right:10px;
                    height:150px;
                    overflow:scroll;
                    
                    
                }
                .small_date_shower{
                position:relative;
                top:25px;
                font-size: 12px;
                color: #666;
                margin-left:10px;
                overflow:hidden;
                }
                .divs_for_date_locatio_nmoney{
                     display: flex;
                     gap: 20px;
                    
                     
                }
                
                
                
                .bottom_of_pic_text{
                    display:block;
                    margin-top:20px;
                    margin-left:10px;
                    margin-right:10px;
                    margin-bottom:330px;
                    height:140px;
                    overflow:scroll;
                    
                }
                .small_READMORE_text a{
                    font-style:bold;
                    color:grey;
                    font-size:18px;
                }
               


                /*THE SOCIAL MEDEIA BUTTONS DESIGN*/
                .whatsapp-icon{
                width: 45px;
                height: 45px;
                position:relative;
                top:10px;

                display: flex;
                justify-content: center;
                align-items: center;

                background: #229ED9;
                color: white;

                border-radius: 50%;
                text-decoration: none;
                margin-left:15px;
                font-size: 28px;

                transition: 0.3s ease;
                }
                .whatsapp-btn:hover{
                    background: #1b8bbd;
                    transform: scale(1.1);
                }
                .whatsapp-btn:active{
                    transform: scale(0.95);
                }
                

                
                .telegram-btn{
                width: 45px;
                height: 45px;
                position:relative;
                top:10px;

                display: flex;
                justify-content: center;
                align-items: center;

                background: #229ED9;
                color: white;

                border-radius: 50%;
                text-decoration: none;

                font-size: 28px;

                transition: 0.3s ease;
                }
                .telegram-btn:hover{
                    background: #1b8bbd;
                    transform: scale(1.1);
                }
                .telegram-btn:active{
                    transform: scale(0.95);
                }
                


                .facebook-btn{
                width: 45px;
                height: 45px;
                position:relative;
                top:10px;

                display: flex;
                justify-content: center;
                align-items: center;

                background: #1877F2;
                color: white;

                border-radius: 50%;
                text-decoration: none;

                font-size: 28px;

                transition: 0.3s ease;
                }
                .facebook-btn:hover{
                    background: #166fe5;
                    transform: scale(1.1);
                }
                .facebook-btn:active{
                    transform: scale(0.95);
                }



                .x-btn{
                width: 45px;
                height: 45px;
                position:relative;
                top:10px;

                display: flex;
                justify-content: center;
                align-items: center;

                background: #000;
                color: #fff;

                border-radius: 50%;
                text-decoration: none;

                font-size: 26px;

                transition: 0.3s ease;
                }

                .x-btn:hover{
                    background: #222;
                    transform: scale(1.1);
                }

                .x-btn:active{
                    transform: scale(0.95);
                }



                 .instagram-btn{
                width: 45px;
                height: 45px;
                position:relative;
                top:10px;

                display: flex;
                justify-content: center;
                align-items: center;

                background: #000;
                color: #fff;

                border-radius: 50%;
                text-decoration: none;

                font-size: 26px;

                transition: 0.3s ease;
                }

                .instagram-btn:hover{
                    background: #222;
                    transform: scale(1.1);
                }

                .instagram-btn:active{
                    transform: scale(0.95);
                }

                .bottom-row-divs{
                display: flex;
                gap: 20px;
                
                }





               .join_community_text{
                    font-size:15px;
                    color:black;
                    display:block;
                    margin-top:10px;
                    margin-left:10px;
                    font-style:italic;
                    height:35px;
                    

                }