*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    color: black;
    font-family: cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;
    

}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: scroll;
    overflow-x: hidden;
}


nav{
    height: 80px;
    width: 100%;
    background: #2c3e50;
    
    
}

nav h1{
    width: 15px;
    position: absolute;
    top: 17px;
    left: 12px;
    
}

nav ul{
    float: right;
    margin-right: 25px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 15px;

}

nav ul li a{
    position: relative;
    color: white;
    font-size: 15px;
    padding: 5px 0;
    text-transform: uppercase;

}


nav ul li a::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;
}


nav ul li a:hover::before{
    transform: scaleX(1);
    transform-origin: left;

}


label #btn,
label #cancel{
    color: black;
    font-size: 30px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}





@media (max-width: 1118px) {
    nav h1{
        left: 8%;
    }
    
}

@media (max-width: 944px) {
    
    nav h1{
        left: 6%;
        top: 20px;
        width: 130px;
    }

    nav ul li a{
        font-size: 17px;

    }
    
}



@media (max-width: 860px) {
    label #btn{
        display: block;
    }
     .topbar-men ul{
        position: fixed ;
        width: 100%;
        height: 100vh;
        background: rgb(15, 39, 95);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }

    nav ul li{
        
        display: block;
        margin: 50px 0;
        
        line-height: 30px;
        
    }

    nav ul li a{
        font-size: 20px;

    }

    #check:checked ~ ul{
        left: 0;
    }

    #check:checked ~  label #btn{
        display: none;
    }

    #check:checked ~ label #cancel{
        display: block;
        
    }
    
    

    nav ul li a{
        font-size: 17px;

    }
    
}

/*START HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
  



.ads {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.247);
    text-align: center;
    margin: 50px 0 50px 0;

}


.content-web{
    width: 100%;
    display: flex;
    flex-direction: row;    
}
.content-web img{
    width: 100%;
    border-radius: 50px;
}


.header{
    width: 60%;
    padding:0  30px ;
    margin-top: 10px;        
}

.header h4{
    font-size: x-large;
    text-transform: capitalize;
    width: 100%;
    
}



.header a{
    color: rgba(0, 0, 0, 0.648);
    margin: 10px;
    
    /* letter-spacing:5px; */
}

.header span{
    content: '';
    border: 1px solid red;
    margin: 10px;
    height: 10px;
    width: 200px;
}


.header h3{
    font-size: 2rem;
    font-weight: bold;
    width: 90%;


}

.header .imgadd{
    color: black;
    letter-spacing: 1px;
     margin-top: 0; 
    font-style: italic;
    opacity: 0.5;
}


.header h5{
    color: black;
    font-style: italic;
    border-left: 2px solid black;
    padding: 0 10px ;
}


.share-icons{
    color: white;
    display: flex;
    flex-direction: row;
    border-left: 2px solid black;

    
}


.share-icons a i{
    font-size: 1.5rem;
}

.share-icons a:hover{
    transform: scale(1.5);
}

.share-icons .fa-whatsapp{
    color: #25d366;
}


.share-icons .fa-facebook{
    color: #3b5998;
}


.share-icons .fa-telegram{
    color: rgb(18, 61, 120);
}


.share-icons .fa-x{
    color: #1da1f2;
}


.share-icons .fa-envelope{
    color: rgb(244, 37, 14);
}

.share-icons a{
    margin: 2px 15px;

}




.content-for-news{
    padding:10px;
    margin-top: 50px;
}



.content-for-news p{
    color: black;
    font-size: 1rem;
    line-height: 40px;
    margin: 10px 0 30px 0;

}

.content-for-news ul li{
    list-style-type: decimal;
    line-height: 50px;
    margin: 10px;
}

.content-for-news h2{
    color:black;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid white;
    border-width: 50px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.29);
    text-align: center;
}


.read-also{
    margin-top: 50px;
    /* padding: 0; */
    line-height: 30px;
    
}


.read-also h1{
    
    font-size: 2rem;
    color: red;
    
}

.read-also ul li a{
    color: black;
    border-left: 2px solid rgb(43, 196, 125);
    padding:  3px;
    line-height: 50px;
}

.read-also ul li a:hover{
    text-decoration: underline;
    
}






.advert{
    color:black;
    border: 2px solid white;
    border-width: 10px;
    height: 50px;
    
    background-color: rgba(0, 0, 0, 0.29);
    text-align: center;
}




.follow-us{
    text-align: center;

}

.follow-us h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.follow-us a i{
    color: darkblue;
    margin: 2px 10px;
}

.follow-us a i:hover{
    color: red;
}

.channel_link{
    border: 2px solid burlywood;
    border-radius: 10px;
    border-style: ridge;


}

.channel_link p{
    font-family: monospace;
    font-style: bold;
    color: blue;
    font-size: large;
    line-height: 35px;
}

.channel_link a{
    font-size: 2rem;
    cursor: pointer;
}

.channel_link a:hover{
    text-decoration: underline;
}








.related{
    margin-top: 50px;
    padding: 0000 00000 0   0 ;
    width: 35%;
    float: right;
    line-height: 35px;
    
}


.related p{
    
    font-size: 2rem;
    color: red;
    
}

.related ul li a{
    color: black;
    border-left: 2px solid black;
    padding:  5px;
    line-height: 50px;
}

.related ul li a:hover{
    text-decoration: underline;
    
}




.more-contact{
    text-align: center;
    display: flex;
    flex-direction: column;
}



@media(max-width:944px){

    .header{
        padding: 1px;
        width: 100%;
    }

    .header img{
        width: 95%;
    }

    .related{
        
        width: 100%;
    }


    .content-web{
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

    .read-also{
        margin: 10px 0 10px 0;
    }

    
}












.footer-line{
    position: absolute;
    display: flex;
    background: #2c3e50;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    


}






/* 'START HERE'!!!!!!!! */

@media (max-width:944px){
    .container{
        margin-top: 100px;
    }
}


.postcomment{
    
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin: 20px;
}



.container{
    background: white;
    padding: 20px;
    font-family: monospace;
    width: 500px;
    box-shadow: 0 0 5px rgba(29, 1, 1, 0.541);

}


.head{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text{
    margin: 10px 0;
    font-family: sans-serif;
    font-size: 0.9rem;
}


.commentbox{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.commentbox img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right:20px ;
    object-fit: cover;
    object-position: center;
}


.content{
    width: 100%;
}

.content input{
    color: rgba(0, 0, 0, 0.719);
}

.user{
    border-bottom: 2px solid  #2c3e50;
    outline: none;
    margin: 5px 0;
    color: white;
    margin-left: 10px;
    padding: 10px;

}


.commentinput input{
    border: none;
    padding: 10px;
    outline:    none;
    border-bottom: 2px solid #2c3e50;
    margin-bottom: 10px;
    width: 95%;

}


.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(40, 93, 173);
}


.buttons button{
    padding: 5px 10px;
    background: lightgrey;
    color:  grey;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;

}

.buttons button.abled{
    background: #2c3e50;
    color: white;
}




.policy{
    margin: 20px 0;
    font-size: 0.8em;
    color: rgb(22, 21, 19);

}


.policy a{
    text-decoration: none;
    color: rgb(29, 0, 107);
}


.notify{
    margin-right: 10px;
    display: flex;
    align-items: center;
}


.notify input{
    margin-right: 5px;
}



.parents{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    margin-bottom: 30px;
}

.parents h1{
    font-size: 0.9em;
}

.parents p{
    margin: 10px 0;
    font-size: 0.9em;
}

.parents img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    object-position: center;

}
.engagements{
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.engagements img:nth-child(1){
    margin-right: 10px;
    width: 25px;
}

.date{
    color: rgb(12, 12, 11);
    font-size: 0.8em;
}

