*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    color: black;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    overflow-x: hidden;
}

html{
    overflow-y: scroll;
}


nav{
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    background: rgb(0, 29, 158);
    z-index: 3;
}

nav h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  width: 15px;
  position: absolute;
  top: 17px;
  left: 12px;
  color:  rgb(255, 255, 255);
  font-weight: bolder; 

}



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;
    font-weight: bold;

}


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:rgb(255, 255, 255);
    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:866px){
    nav{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
    }
    .content-web{
        padding: 70px 0 0 0 ;
    }   

    nav h1{
        left: 6%;
        top: 20px;
        width: 130px;
    }

    nav ul li a{
        font-size: 17px;
    }

    label #btn{
        display: block;
    }
     .topbar-men ul{
        position: fixed ;
        width: 100%;
        height: 100vh;
        background: #000f1f;
        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;

    }

    .content-web img{
        padding-right: 20px;
    }

    
}






.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; 
    margin-top: 100px;   
}
.content-web img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.header{
    width: 60%;
    padding:0  30px ;
    margin-top: 10px;        
}

.header p{
    font-family: candara;
    text-align: center;
}

.header h1{
    padding: 10px;
    font-size: xx-large;
    text-transform: capitalize;
    width: 100%;  
    text-align: center;
}



.header a{
    color: rgba(0, 0, 0, 0.648);
    margin: 10px;
    font-weight: bold;
}



.header span{
    content: '';
    border: 1px solid red;
    margin: 10px;
    height: 10px;
    width: 200px;
}


.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;    
}


.sharethis-inline-share-buttons{
    position: relative;
    margin: 10px;
}


.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;
    text-align: left;
}



.content-for-news a{
    color: blue;
    text-decoration: underline;
}

.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;
}

.img-news{
    width: 100%;
}

.img-news img{
    width: 150px;
    height: 50%;
}

.img-news p{
    text-align: center;
    font-size: 1rem;
    color: black;
    margin-top: 10px;
}

.interested-in{
    margin: 20px 0 20px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.interested-in h6{
    font-size: large;
}

.interested-in a{
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
    text-decoration: underline;  
}

.interested-in p{
    color: blue;
}

.interested-in .discover{
    margin: 0;
    border-left: 10px solid black;
}

.read-also {
    width: 100%;
    margin: -10px;
    display: flex;
    flex-direction: column;
}

.read-also h2{
    color: red;
}

.read-also ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 50px;
    margin: 10px;
    padding: 10px;
    border-left: 2px solid black;
    background-color: rgba(0, 0, 0, 0.29);
}


.read-also ul li a:hover{
    text-decoration: underline;  
}

.tiktok-embedded{
    position: relative;
    z-index: 1;
}


.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; 
    margin: 20px;
    font-size: 2rem;
    background-color: rgb(0, 0, 0);
}

.follow-us h3{
    text-align: center;
    padding-top: 10px;
    color: rgb(250, 247, 247);
    font-size: 1rem;
}

.follow-us a i{
    color: white;
    padding: 0 10px;
    font-size: 16px;
}


.follow-us .fa-x-twitter{
    color: white;
}

.follow-us .fa-whatsapp{
    color: white;
}


.follow-us a i:hover{
    color: red;
}


.related{
    margin-top: 50px;
    padding: 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: 90%;
    }

    .related{
        
        width: 100%;
    }


    .content-web{
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

    .read-also{
        width: 100%;
    }

    .img-news{
        width: 100%;
        justify-content: center;
    }
    
    .img-news img{
        width: 200px;
        height: 50%;
    }

    .img-news p{
        text-align: center;
    }

    
}

.footer-line{
    display: flex;
    background: rgb(0, 29, 158);
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 70px;
    margin-top: 20px;
}


.footer-line h5{
    color: rgb(255, 255, 255);
}

.footer-line span{
    border: 1px solid rgb(50, 156, 142);
    color:  rgba(255, 255, 255, 0.582);
    margin: 10px;
    
}

.footer-line a{
    color: rgb(255, 255, 255);
    cursor: pointer;
}


.reference{
    display: flex;
    flex-direction: column;
}

.reference a{
    color: green;
    font-weight: normal;
    text-decoration: underline;
}

.reference a:hover{
    color: blue;
}
