*{margin: 0;  padding: 0;text-decoration: none;box-sizing: border-box;list-style: none;} body,html{overflow-x: hidden; overflow-y: scroll;}
nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 29, 158); 
  z-index: 3;
}

nav .webname{
  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: 16px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bolder;
}

nav ul li a:hover{
  color: yellow;
}

nav ul li a::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  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: 944px) {
  
  nav .webname{
      left: 1;
      top: 20px;
      width: 130px;
  }

  nav ul li a{
      font-size: 17px;

  }
  
}

@media  (max-width: 680px) {
  label #btn{
      display: block;
  }

  .topbar-men ul{
   position: fixed ;
    width: 100%;
    height: 100vh;
    background: rgb(0, 29, 158);
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    z-index: 3;
  }

  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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


.header-for-web{
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
}

.webpage-header{
  width: 60%;
  margin: 20px;
}

.webpage-header a{
  color: rgba(0, 0, 0, 0.986);
  font-weight: bolder;
}
.webpage-header h1{
  margin: 10px;
  font-size: 3rem;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  text-align: center;
}
.webpage-header .Sirv{
  
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  
}

.red-line{
  content: '';
  border: 1px solid red;
  margin: 10px;
  height: 10px;
  width: 200px;
}

.img-header{
  width: 80%;
  padding-left:200px;
}
.imgadd{
  text-align: center;
  color: black;
  letter-spacing: 1px;
  margin-top: 0; 
  font-style: italic;
  opacity: 0.5;
}

.details{
  color: black;
  font-style: italic;
  border-left: 2px solid black;
  padding: 0 10px ;
  text-align: left;
}

.share-icons{
  padding: 10px 10px ;
  color: white;
  display: flex;
  flex-direction: row;
  border-left: 2px solid black;    
}


.ads-for-web{
  width: 50%;
  height: 100px;
  background-color: azure;
}
.ads-text{
  font-size: 3rem;
  font-weight: 900;
  padding-top: 20px;
  text-align: center;

}

.content-for-web{
  width: 100%;
  display: flex;  
  flex-direction: row;
}

.article-body-for-web{
  width: 60%;
  margin: 20px;
  
}

.article-body-for-web h2{
  margin: 10px;
  color: rgb(26, 13, 146);
  text-decoration: underline;
  text-align: center;
}
.article-body-for-web p{
  margin-bottom: 10px;
  line-height: 40px;
  color: black;
  font-weight: 500;
  font-size: 1rem;
}

.article-body-for-web .web-stories {
  color: red;
  width: fit-content;
  height: fit-content;
  background-color: rgb(255, 255, 255);
  margin-top: -22px;
  font-size: 1rem;
  font-weight: 700;
}

.article-body-for-web ul li{
  margin: 10px;
  list-style: decimal;
  line-height: 35px;
}

.embedded-post{
  width: 90%;
  height: auto;
  margin: 20px ;
}

.article-img{
  width: 100%;
  text-align: center;
} .article-img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}



.related{
  display: flex;
  flex-direction: row;
  border: 3px outset black;
  border-radius: 10px;
  z-index: 1;
}
.related img{
  width: 120px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-radius: 20px;
}

.related a{
  display: flex;
  flex-direction: row;
  color: blue;
  text-decoration: underline; 
}

.read-more{
  width: 100%;
  margin: -10px;
}
.read-more p{
  color: red;
  font-size: 2rem;
  font-weight: 900;
}
.read-more a{
  color: black;
}

.read-more ul li {
  list-style-type: none;
  line-height: 50px;
  margin: 10px;
  padding: 10px;
  border-left: 2px solid rgb(0, 60, 170);
  background-color: rgba(112, 131, 173, 0.486);
}
.read-more ul li a:hover{
  text-decoration: underline;  
}


.follow-us{
  text-align: center; 
   margin: 20px;
   font-size: 2rem;
   background-color: rgb(0, 0, 0);
}

.follow-us p{
   text-align: center;
   font-weight: 900;
   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;
}

.recommended-story{
  width:40%;
  margin: 20px;
  padding: 0 ;
  line-height: 35px;
}
.recommended-story p{
  color: red;
  font-size: 2rem;
  font-weight: 900;
}
.recommended-story ul li {
  color: black;
  border-left: 2px solid black;
  padding:  5px;
  margin: 10px;
}
.recommended-story ul li a:hover{
  text-decoration: underline;  
}
.recommended-story ul li a{
  color: black;
  font-weight: 500;
  font-size: 1rem;
}

.advert{
  color:black;
  border: 2px solid white;
  border-width: 10px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.29);
  text-align: center;
}

.footer-line{
  display: flex;
  flex-direction: column;
  background: rgb(0, 29, 158);
  justify-content: center;
  width: 100%;
  height: 70px;
  margin-top: 20px;
}

.footer-line p{
  color: white;
  font-size: 1rem;
  font-weight: bolder;
  text-align: center;
}

.footer-line a{
  color: white;
  font-weight: bolder;
  
}
.bottom-line{
  border: 1px solid rgb(9, 116, 101);
  color:  rgba(255, 255, 255, 0.582);
  margin: 10px;
  
}




@media(max-width:680px){
  .header-for-web{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column ;
  }


  .webpage-header{
    width: 90%;
    margin: 10px;
  }

  .webpage-header h1{
    width: 100%;
    font-size: 2rem;
    color: rgb(0, 0, 39);
    font-weight: bolder;
    text-align: center;
  }
  .img-header{
    width: 95%;
    padding:10px;
    padding-bottom: 0;
    border-radius: 30px;
    height:auto;
  }
  .imgadd{
    text-align: center;
    color: black;
    letter-spacing: 1px;
    margin-top: 0; 
    font-style: italic;
    opacity: 0.5;
    margin-bottom: 10px;
  }

  .ads-for-web{
    width: 100%;
    background-color: rgba(240, 243, 255, 0.637);
  }
  .ads-text{
    font-size: 3rem;
    font-weight: 900;
    padding-top: 50px;
    text-align: center;
  }
  .content-for-web{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

 
  .article-body-for-web ul li{
    margin: 15px;
    width: 95%;
  }

  .article-body-for-web{
    width: fit-content;
    margin: 10px;
  }
  .article-img{
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  .article-img p{
    margin: -10px;
  }

  .related{
    width: 95%;
    display: flex;
    flex-direction: column;
  }


 .recommended-story{
    width: 100%;
    margin: 0;
    padding: 0 ;
    line-height: 35px;
  }

  .footer-line p{
    color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  }
  
  
}