body{
  margin: 0;font-family: 'Arial', sans-serif; width:100%;overflow-x: hidden;
}
/* header  code start here */
  body {
      margin: 0;
      font-family: 'Arial', sans-serif;
  }

  .headernew {
      background-color: rgb(42, 161, 165);
      padding: 10px;
      text-align: center;
      color: black;
      position: fixed;
      width: 100%;
      height: 50px;
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .logonew {
      text-decoration: none;
      color: black;
      font-size: 20px;
      font-weight: bold;
      margin-left:35px;
  }

  .nav-linksnew {
      display: flex;   
      margin-right:100px;
    
  }

  .nav-linknew {
      text-decoration: none;
      color: #fff;
      padding: 10px;
      margin: 5px 0;
      font-size: 17px;
      transition: background-color 0.3s ease;
      position: relative;
  }

  .nav-linknew:hover .submenunew {
      display: block;
  }

  .submenunew {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #333;
      min-width: 160px;
      z-index: 1;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .submenunew a {
      color: #fff;
      padding: 10px;
      text-decoration: none;
      display: block;
  }

  .search-barnew {
      margin-right: 10px; /* Adjust margin as needed */
      max-width: 500px; /* Set max width for the search bar */
      margin: 0 auto; /* Center the search bar */
      color: black; /* Set text color for better visibility */
      display: flex; /* Make the search bar a flex container */
  }

  .search-inputnew {
      padding: 5px;
      border: none;
      border-radius: 5px;
      margin-right: 10px; /* Adjust margin as needed */
  }

  .menu-iconnew {
      font-size: 20px;
      cursor: pointer;
      margin-left: 10px;
      margin-right: 30px; /* Add 30px margin from the right */
      position: fixed; /* Fix the position of the toggle bar */
      color:yellow;
  }

  @media screen and (max-width: 768px) {
       .nav-linksnew {
      display: flex;        
         margin-right:50px;
         
  }
  .submenunew {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 80px;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  .nav-linknew {
      text-decoration: none;
      color: #fff;
      padding: 10px;
      margin: 5px 0;
      font-size: 12px;
      transition: background-color 0.3s ease;
      position: relative;
  }
      .menu-iconnew {
          margin-left: 5px;
          display: block;
      }

      .search-barnew {
          display:none; /* Hide the search bar on smaller screens */
         
      }
  }
/* header  code end here */

/* table containt start code here */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
      
}

.t {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
   
}

.t th, .t td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

.a2 {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    font-size: 15px;
   
}

.forms {
    text-decoration: none;
    color: #333;
    font-weight: bold;

}

.forms:hover {
    color: #4CAF50;
}

@media only screen and (max-width: 600px) {
    .t th, .t td {
        padding: 10px;
    }

    .a2 {
        font-size: 15px;
    }
}
/* table containt end code here */



header5 {
  background-color: rgb(20, 177, 104);
    width:100%;
    height: 180px;
    background-color: linear-gradient(to right, #007BFF 0%,  #000000 100%);
background-color: linear-gradient(to right, #007BFF 0%,  #000000 100%);
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
padding: 10px 10px 10px 25px;
background-image:  linear-gradient(to right, #007BFF 0%,   #000000 100%);
border-radius:10px;
font-weight:600;
color:white!important;
font-size:22px!important;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;

}

a{
  color: #000000;
}
.heading{
  color:white;
  padding-top: 25px;
  text-align: center;
  margin: auto;
 
}

.moving {
  color:white;
  font-size: 20px;
  text-align: center;
  margin: auto;
  
}

.header3 {
  font-size: 32px;
  font-style: bold;
  margin: auto;
}


.d {
    color: white;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    text-align: center;
}

.a{
    color:rgba(65, 60, 60, 0.301);
    font-style: normal;
    font-size: auto;
}


a:hover {
  color: rgb(107, 0, 80);
}

.logoimage {
    border-radius: 50%;
    vertical-align: middle;
    width:50px;
    height: 50px;
   

}

.start{
    color:green;

    list-style: none;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-style: normal;
}
.t11 {
  color: rgb(0, 204, 255);
  margin-top: 250px;
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;

}


.a1,.td11{
  color:yellow;
  text-align: center;
  background-color: black;
  border: 3px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  width: 25%;
  font-weight: bold;
  font-size: auto;
 
}

td1 {
  
  color:black;
  font-style: normal;
  margin:5px;
  width:25%;
  border: 2px solid rgb(255, 0, 170);
  font-size: 18px;
  padding: 1px;
  text-align: center;
  
}

.a21,.a11 {
  color:white;
  text-align: center;
  background-color: rgba(58, 54, 58, 0.849);
  border: 3px;
  border-color: rgb(255, 0, 170);
  border-style: solid;
  font-weight: bold;
  width: 25%;


 
}

.t21,.t11 {
  color: red;
  text-align: center;
  margin-top: 10px;
 padding-left: 10%;
 padding-right: 10%;
 width: 100%;
 font-weight: bold;
 display: grid;
  place-items: center;  
  text-align: center;
  border-collapse: collapse;

}


.form{
   color: black;
   font-style: normal;
   font-weight: bold;
   width: 100%;
   height: fit-content;
   display: grid;
  place-items: center;  
  text-align: center;
}



table h1 {
display: block;
font-size: 20px;
color: #000000;
margin-left: 0;
margin-right: 0;
}
td1 { font-size: 20px;}
h2 { font-size: 20px;}
 li{ font-size: 18px;
    margin-left: 10px;
}
@media (max-width: 991px){
td1 { font-size: 18px;}
 h2 { font-size: 20px;}
}
@media (max-width: 767px){
 h2 { font-size: 20px;}
td1 { font-size: 18px;}
ul li{ font-size: 18px;}
}


.p1 {
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: rgba(65, 60, 60, 0.301);
  list-style: none;
  border: 2px solid rgb(255, 0, 170);
  margin-left: 12%;
  margin-right: 12%;
  margin-top: 80px;
  
}

.p2{
  text-align: center;
  font-size: 18px;
  border: none;
  list-style: none;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 10px;
  padding-bottom: 10px;
 
}

.footer {
position: relative;
left: 0;
height:auto;
bottom: 0;
width: 100%;
background-color: rgb(42, 161, 165);
color: white;
text-align: center;
margin-top: 60px;
}
.c{
padding-bottom: 20px;
}

.pp {
  margin-top: 200px;
}


td1 li {
  color:brown;
  width:100%;
  height: fit-content;
  font-style: normal;
  
  place-items: center;  
  text-align: center;
  padding: 5px;
  padding-top: 10px;
  
}





.moving
{
text-transform: uppercase;
background-image: linear-gradient(
  -225deg,
  #231557 0%,
  rgb(17, 7, 12) 29%,
  #ff1361 67%,
  #08ff15 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 8s linear infinite;
display: inline-block;
    font-size: 20px;
    
}

@keyframes textclip {
to {
  background-position: 200% center;
}
}





.start
{
 
background-image: linear-gradient(
  -225deg,
  #231557 0%,
  white 29%,
  green 67%,
  #efff08 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 30s linear infinite;
display: inline-block;
    font-size: 30px;
    
    
}

@keyframes textclip {
to {
  background-position: 200% center;
}
}






.title-word {
  animation: color-animation 10s linear infinite;
  font-size:12px;
}

.title-word-1 {
  --color-1: rgb(209, 209, 37);
  --color-2: blue;
  --color-3: rgb(255, 0, 149);
}

.title-word-2 {
  --color-1: #1115fc;
  --color-2: #10d4bd;
  --color-3: #fa0161;
}

.title-word-3 {
  --color-1: #64157c;
  --color-2: #d80400;
  --color-3: #6738e7;
}

.title-word-4 {
  --color-1: #dd3131;
  --color-2: #06b396;
  --color-3: #ff2f00;
}

@keyframes color-animation {
  0%    {color: var(--color-1)}
  32%   {color: var(--color-1)}
  33%   {color: var(--color-2)}
  65%   {color: var(--color-2)}
  66%   {color: var(--color-3)}
  99%   {color: var(--color-3)}
  100%  {color: var(--color-1)}
}

/* Here are just some visual styles. 🖌 */

.container {
  display: grid;
  place-items: center;  
  text-align: center;
  margin-top: 130px;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}


.start11
{
 
background-image: linear-gradient(
  -225deg,
  #231557 0%,
  white 29%,
  green 67%,
  #efff08 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 30s linear infinite;
display: inline-block;
    font-size: 40px;
    margin-left: 30%;     
}

@keyframes textclip {
to {
  background-position: 200% center;
}
}




.title-word {
    animation: color-animation 10s linear infinite;
    font-size:12px;
  }
  
  .title-word-1 {
    --color-1: rgb(209, 209, 37);
    --color-2: blue;
    --color-3: rgb(255, 0, 149);
  }
  
  .title-word-2 {
    --color-1: #1115fc;
    --color-2: #10d4bd;
    --color-3: #fa0161;
  }
  
  .title-word-3 {
    --color-1: #64157c;
    --color-2: #d80400;
    --color-3: #6738e7;
  }
  
  .title-word-4 {
    --color-1: #dd3131;
    --color-2: #06b396;
    --color-3: #ff2f00;
  }
  
  @keyframes color-animation {
    0%    {color: var(--color-1)}
    32%   {color: var(--color-1)}
    33%   {color: var(--color-2)}
    65%   {color: var(--color-2)}
    66%   {color: var(--color-3)}
    99%   {color: var(--color-3)}
    100%  {color: var(--color-1)}
  }
  
  /* Here are just some visual styles. 🖌 */
  
  .container {
    display: grid;
    place-items: center;  
    text-align: center;
    margin-top: 130px;
  }
  
  .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
  }


  .start1
{
   
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    white 29%,
    green 67%,
    #efff08 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 30s linear infinite;
  display: inline-block;
      font-size: 40px;
      margin-left: 30%;     
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}




* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header5 {
  overflow: hidden;
  background-color: rgb(42, 161, 165);
  padding: 20px 10px;
  background-color: linear-gradient(to right, #007BFF 0%,  #000000 100%);
  background-color: linear-gradient(to right, #007BFF 0%,  #000000 100%);
  box-shadow: rgba(23,43,99,.3) 0 7px 28px;
  padding: 10px 10px 10px 25px;
  background-image:  linear-gradient(to right, rgb(42, 161, 165) 0%,  #0400ff 100%);
  border-radius:10px;
  font-weight:600;
  color:white!important;
  font-size:22px!important;
  box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}

.header5 a5 {
  float: center;
  color: black;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header5 a.logo5 {
  font-size: 25px;
  font-weight: bold;
  align-items: center;
  color:white;
  padding-top: 25px;
  text-align: center;
  margin: auto;
}

.header5 a5:hover {
  background-color: #ddd;
  color: black;
}

.header5 a5.active {
  background-color: dodgerblue;
  color: white;
}

.header3 {
  font-size: 32px;
  font-style: bold;
  margin: auto;
}

@media screen and (max-width: 500px) {
  .header5 a5 {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header5-right {
    float: none;
  }
}

/* stop watch css start*/

.stopwatch_container {
  display: flex;
  justify-content: center;
}

.display {
  font-size: 20px;
}
.button {
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s;
  height:40px;
}
/* stop watch css end*/ 

/* Footer text css start*/ 

.footer1 {
         
  color: #333;
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.footer1 p {
  font-size: 14px;
  line-height: 1.5;
}

.footer1 a {
  color: #f30b0b;
  text-decoration: underline;
}
/* Footer text css start*/ 

/* pdf css start*/ 
#pdf-container {
  width: 80%;
  margin-left:10%;
  margin-right:10%;
  height: 800px;
}

.styled {
border: 1px groove;
height: 37px;
width: 350px;
background-color: black;
color: red;
font-size: x-large;
font-color: #fff;
font-weight: 700;
font-family: Arial, sans-serif;
font-size: 16px;
color: white;
}
.styled-text {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
  background-color: black;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
 /* Add any other text styling properties here */
}

/* popup king suru */
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-width:430px;
  max-height:500px;
}

#countdown {
  font-size: 24px;
  text-align: center;
}

#imageContainer,
#adsContainer {
  width: 50%;
  display: inline-block;
}

#imageContainer img {
  width: 100%;
  height: auto;
}
/* popup king end */



/* popup styling start here */
#popup2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-width: 450px;
  height: 450px;
}

#countdown2 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}

.clickable2 {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.clickable2 img {
  width: 100%;
  height: 100%;
}

.overlay2 {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

button {
  margin-top: 10px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  width: 150px;
  color: white;
  background-color: rgb(238, 40, 195);
}

/* popup styling end here */

/* new header style code */

.header3 {
  background-color: rgb(42, 161, 165);
    color: white;
    text-align: center;
    padding: 15px;
}

.logo3 {
    float: left;
    margin-right: 20px; /* Adjust this margin as needed */
}

.logo3 img {
    width: 50px;
    height: 50px;
}

.moving3 {
    font-style: italic;
    color: #ccc;
}
.header3 {
  font-size: 32px;
  font-style: bold;
  margin: auto;
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 9px 9px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* new header style code end*/