@import url('https://fonts.googleapis.com/css2?family=Abel&family=Poppins:wght@300&display=swap');
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  width: 100%;
  

  
}
a{
  list-style: none;
  text-decoration: none;
  color: red;
}

* {
  box-sizing: border-box;
}

nav {
  border-bottom: 1px solid #ccc;
  background: white;
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 80%;
  height: 60px;
  top: 0;
  right: 9%;
  
  

  
}
/* @media (max-width: 768px){
  nav ul li #hid{
    display: none;
  }
} */
nav .mobile-bars {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  display: none;
}
@media (max-width: 1024px) {
  nav .mobile-bars {
    display: flex;
    
  }
}
nav .mobile-bars span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 2px;
  background: #888;
}
nav .mobile-bars.active {
  background: #333;
}
nav .mobile-bars.active span {
  background: white;
}
nav .mobile-bars:hover {
  background: #e1e1e1;
}
nav .mobile-bars:hover span {
  background: #444;
}
nav .mobile-bars:hover.active {
  background: #222;
}
nav .mobile-bars:hover.active span {
  background: white;
}
nav ul {
  list-style: none;
  margin: 1%;
  
  transition: ease 1s all;
}
@media (max-width: 1024px) {
  nav ul {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    visibility: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    background-color: #f1f1f1;
    margin-left: -100%;
    padding-left: 25%;
  }
  nav ul.active {
    opacity: 1;
    max-height: 500px;
    right: 0;
    margin-left: 0%;
    background-color: #e1e1e1;
  }
  nav ul.active li {
    display: block;
  }
  nav ul.active li a {
    display: block;
  }
}
nav ul li {
  display: inline-block;
  
  
}
nav ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 0.5em 1em;
}
nav ul li a:hover {
  background: #e1e1e1;
}





.adds1{
  width: 100%;
  height: 90px;
  background-color: ;
  flex: 1 1 100%;
  margin: 8%;
}
.adds2{
  width: 100%;
  height: 130px;
  background-color: ;
  flex: 1 1 100%;
  margin: 0 5%;

}
body .continers ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 5%;
  list-style: none;

  
}

.firsts{
  width: 10%;
  height: 92%;
  background-color: ;
  list-style: none;
  position: fixed;
  left: 0;
   }


.seconds{
  width: 86%;
  padding: 2px;
  margin: 2%;
  list-style: none;

  
}
.thirds{
  width: 10%;
  height: 92%;
  background-color:;
  list-style: none;
  position: fixed;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .firsts {
    display: none;
  }
  .thirds {
    display: none;
  }
  .seconds {
    width: 100%;
  }
  body .continers ul{
    width: 98%;
    padding: 0;
    margin: 0; 
  }
  nav{
    width: 100%;
    margin-right: -10%;
    /*justify-content: space-between;*/
  }
  #leftmenu{
    width: 120px; 
  }
  
  .homes{
    width: 200px;
  }
  nav h2{
    font-size: 1.2em;
  }
}
.memess{
  margin-top: -15px;
  overflow: hidden;
}
/*.content5{
  display: flex;
  padding-left: 5%;
}
.content5 h1{
  font-size: 24px;
}
.line6{
  width: 880px;
  height: 1px;
  background-color: black;
  margin: auto;
}*/
.borders{
  list-style: none;
  text-decoration: none;
}
.tamilnew{
  width: 100%;
  height: 70px;
  background-color: grey;
  flex: 1 1 650px;
  margin-top: 3%;
  font-family: 'Abel', sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  text-decoration: none;
  
}
.tamilnew h1{
  font-size: 30px;
  margin: 15px;
 }
.tamilnew h5{
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 450px) {
 
      .tamilnew{
   height: 50px;
   margin-top: 5%;
   font-size: 12px;

  }
     .tamilnew h1{
   font-size: 17px;

  }
   .tamilnew h5{
   font-size: 10px;

  }
}


.topic ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin-top: 1%;
  color: red;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Abel', sans-serif;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;

  
}
.simple li{
  height: 25px;
  padding-left: 0;
}
.simple {
  padding-left: 0;
}
.vline{
  height: 60px;
  width: 4px;
  background-color: red;
  margin: 0 5px 0 5px;
}
/*.vsline1{
  height: 15px;
  width: 3px;
  background-color: red;
  margin: 0 5px 0 5px;
  padding-left: 10px;
}*/
.homes li{
  margin: 0%;
  font-size: 18px;
  padding-left: 1%;
}
@media only screen and (max-width: 780px) {
  .topic li{
    font-size: 12px;
    margin: 0;

    
  }
  .vsline1 ul li{
    height: 5px;
  }
  .homes{
    min-width: 100%;
  }
  .homes li{
  
  font-size: 12px;
  margin-top: 3%;
  
}
    
}
@media only screen and (max-width: 780px){
.vline{
    display: none;
  }
}
.date{
  color: grey;
  margin-left: 5%;
}
.child-p1{
  width: 100%;
  height: auto;
  background-color: ;
  flex: 1 1 630px;
  
}
.pageadd1{
  width: 100%; 
  height: 200px;
  background-color: ;
  flex: 1 1 600px;
  margin-left: 0%;
}
.para1{
  width: 100%;
  height: auto;
  background-color: ;
  flex: 1 1 650px;
  margin-left: 0%;
  font-size: 20px;
}
/*@media only screen and (max-width: 600px) {
  .para1{
    width: 100%;
    height: 700px;
    flex: 1 1 650px;
  }
}*/
.video1{
  width: auto;
  height: 350px;
  margin-left: -5%;
  flex: 1 1 100%;
  background-color: ;
}
.child-p2{
  width: 100%;
  height: auto;
  background-color: ;
  flex: 1 1 400px;
  
}
.pageadd2{
  width: 100%;
  height: 300px;
  background-color: ;
  flex: 1 1 100%;
  margin-left: -5%;
}
.pageadd3{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 100%;
  margin-left: 5%;
}
.pageadd4{
  width: 55%;
  height: 200px;
  background-color: ;
  flex: 1 1 100%;
  margin:  2% 25%;
  align-content: center;
  justify-content: center;

  
}
/*@media only screen and (max-width: 390px){
.mian-img{
  background-size: ;
  background-position: right;
}
}*/
.news{
  margin: 10% auto;
}
button{
  background-color: red; /* Green */
  border: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  font-size: 16px;


}
.side-news{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -7%;
   width: 100%;
  height: auto;
  padding: 1%

}
.side1{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.side2{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.sidepara1{
  width: 40%;
  height: 100px;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
.sidepara2{
  width: 40%;
  height: auto;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
.side3{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.sidepara3{
  width: 40%;
  height: 120px;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
.side4{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.sidepara4{
  width: 40%;
  height: 120px;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
.side5{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.sidepara5{
  width: 40%;
  height: 120px;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
.side6{
  width: 50%;
  height: 200px;
  background-color: ;
  margin: 1%;
    flex: 1 1 50%;

  
}
.sidepara6{
  width: 40%;
  height: 120px;
  margin: 2%;
    flex: 1 1 40%;
    font-size: 13px;

}
@media only screen and (max-width: 400px){
.sidepara6{
  font-size: 10px;
}
.sidepara5{
  font-size: 10px;
}
.sidepara4{
  font-size: 10px;
}
.sidepara3{
  font-size: 10px;
}
.sidepara2{
  font-size: 10px;
}
.sidepara1{
  font-size: 10px;
}
}
.gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5%;
  
  width: 100%;
  height: auto;
  padding: 1%
}
.g1{
  width: 40%;
  height: 200px;
  background-color: ;
  flex: 1 1 150px;
  margin: 3% 3% 10% 3%;
  
}
.g2{
  width: 40%;
  height: 200px;
  background-color: ;
  flex: 1 1 150px;
  margin: 3% 3% 10% 3%;
  
}
.g1 h3{
  padding-top: 180px;
  text-align: center;
  
}
.g2 h3{
  padding-top: 180px;
  text-align: center;

}
.gallery h3{
  font-family: 'poppins' ,sans-serif;
}


.related{
  margin-top: 20px;
}
.content6{
  display: flex;
  margin-left: 5%;
}
.content6 h1{
  font-size: 24px;
}
.line7{
  width: 880px;
  height: 1px;
  background-color: black;
  margin: auto;
}
.child-43n{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px; 
  margin-bottom: 25%;  
}
.child-44n{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  margin-bottom: 25%;
    
}
.child-45n{
  width: 100%;
  height: 250px;
  background-color:;
  flex: 1 1 200px;
  margin-bottom: 25%;
}
.child-46n{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  margin-bottom: 25%;
}

.child-43{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px; 
    
}
.child-44{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
    
}
.child-45{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.child-46{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.child-47{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
} 
.child-48{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.child-49{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.child-50{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.child-51{
  width: 100%;
  height: 250px;
  background-color: ;
  flex: 1 1 200px;
  
}
.memeadd{
  width: 100%;
  height: 150px;
  background-color: ;
  flex: 1 1 100%;
  margin: 9%;
}





.one{
  width: 90%;
  height: %;
  display: flex;
}
.left{
  
  margin: 1%;
  display: flex;
  padding: 10px;
  list-style: none;
}
.left h3{
  font-size: 16px;
  margin: 0;
}
.left h4{
  margin: 0;
}
hr{
  width: 100%;
  background-color: black;
  height: 1px;
  border: none;
}
.right {
  width: 90%
  padding: 0px 10%;
  flex-wrap: wrap;
  }
/*.right h3{
  color: black;

}*/
.right h2{
  list-style: none;
  color: white;
  font-size: 18px;
  padding: 10% 20% 0% 10%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .right h2 {
   font-size: 12px;

  }
  .left{
    font-size: px;
  }
}
#footer{
  width: 89%;
  position: relative;
  left: 10.5%;
  /* right: 25%; */
}
@media only screen and (max-width: 980px) {
#footer{
  width: 100%;
  position: relative;
  left: 0%;
}
}



                                             /*adds*/



.firsts{
  background-image: url(../add/photos/firstadd.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: blink 1s infinite;

}/*
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} */
.thirds{
  background-image: url(../add/photos/secondadd.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: blink 1s infinite;
}
.adds1,.adds3,#addbelow,.pageadd1,.memeadd{
  background-image: url(../add/photos/add1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: blink 1s infinite;
  z-index: -3;
}
#tadds,.pageadd3,.adds2{
 background-image: url(../add/photos/add2.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -3; 
}
.pageadd2,.pageadd4{
 background-image: url(../add/photos/add3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  z-index: -3; 
}


 .btns{
      animation: blink 2s infinite;
      z-index: -5;
      position: relative;
 
}






.tooltip {
  position: relative;
  display: inline-block;
  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  font-family: 'poppins' , sans-serif;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}





.icon{
position: fixed;
top: 25%;
left: 8%;

}
.google{
  padding-bottom: 30%;
    transition: transform .2s; /* Animation */

}
.instag{
  padding-bottom: 30%;
  margin-left: 2px;
    transition: transform .2s; /* Animation */

}
.shares{
  padding-bottom: 30%;
  margin-left: 2px;
    transition: transform .2s; /* Animation */

}

.plus{
  width: 15px;
  margin-left: 2px;
    transition: transform .2s; /* Animation */

}
.google:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.instag:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.shares:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.plus:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
@media only screen and (max-width: 1024px) {
  .icon {
    top: 10%;
    left: 7%;
  }
}
@media only screen and (max-width: 600px) {
  .icon {
    display: none;

  }

}


@media only screen and (min-width: 600px) {
  .icons {
    display: none;
  }

}
@media only screen and (max-width: 600px) {
  .icons {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 92%;

  }
  .googles{
    padding-right: 10%;
  }
  .instags{
    padding-right: 10%;
  }
  .sharess{
    padding-right: 10%;
  }
  .pluss{
    padding-right: 10%;
  }
}