
/* body{
  font-family: "Savate", sans-serif;
  font-optical-sizing: auto;
  
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
}
/* parallax */

.stats-container{
  background-image: url("./Images/parralax3.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* toppers */
.slider-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.product {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.fgf{
    display:flex;
    justify-content:center;
}
.product img {
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-details {
  /* padding: 10px; */
  text-align: center;
}

.product-details h3 {
  font-size: 1em;
  margin: 10px 0 5px;
}

.product-details p {
  margin: 0;
  color: #888;
}

/* Optional: hide scrollbar */
.slider-container::-webkit-scrollbar {
  display: none;
}

.slider-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* main style */
.tajin{
  /* width: 100%; */
  height: 60vh;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  background-image: url(./Images/sl1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  color: white;
}
section h3 {
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px black;
}

section h2 {
  /* margin: 30px 0 20px 0; */
  font-size: 55px;
  font-weight: 700;
  text-shadow: 2px 1px 5px black;
  text-transform: uppercase;
}

section p {
  font-size: 25px;
  word-spacing: 2px;
  /* margin-bottom: 25px; */
  text-shadow: 1px 1px 1px black;
}
.taj{
  margin-top: 5px;
}

section a {
  padding: 12px 30px;
  border-radius: 4px;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}

section .btnone {
  /*background: #00b894;*/
  background: #fff;
  color: #000;
}

.btnone:hover {
  background: #00b894;
  color: white;
}

section .btntwo {
  background: #00b894;
  color: white;
}

.btntwo:hover {
  background: #fff;
  color: #000;
}

.change_content:after {
  content: "";
  animation: changetext 10s infinite linear;
  color: #00b894;
}

@keyframes changetext {
  0% {
    content: "Patna";
  }
  20% {
    content: "Saharsa";
  }
  35% {
    content: "Naubatpur";
  }
  60% {
    content: "Patna";
  }
  80% {
    content: "Saharsa";
  }
  100% {
    content: "Naubatpur";
  }
}

/* end main style */
.fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 5000;
}
.linkst{text-decoration: none; color: black;}
.mrqw{
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: rgb(203, 222, 238) !important;
  padding: 10px;
}
.textclr{background-color:rgb(203, 222, 238);}
span {
    /* color: orange; */
  }
  .top-header {
    padding: 10px;
    
    
  }
  .notice-sction {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* .our-facility-sction {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  .schno{padding-left: 5px;}
  .staff-sction {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .notice {
    background-color: orange;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  .footer {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .shanti{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #7a4b94;
  }
  .navcl{padding: 0 10px;}
  .nav-link{
    font-size: 18px;
    font-weight: 500;
  }
  .notice_1{gap: 20px;}
  .welline{
    width: 250px;
  }
  .wel2{width: 100px;}
  .wel1{width: 150px;}
  .wel4{width: 200px;}
  .schn,.affliation{margin: 0px !important;}
/* crousel */
/* counter */
/* body {
  margin: 0;
  font-family: "Roboto", sans-serif;
} */

/* section {
  height: 100vh;
  background: #fefae0;
  display: grid;
  place-items: center;
  font-size: 90px;
} */

.stats-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0px !important;
  /* margin: 10px 40px 40px 40px; */
  /* max-width: 1000px; */
  padding-inline: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stats-container .stat {
  /* background: #ef233c; */
  /* padding: 24px; */
  text-align: center;
  color: #edf2f4;
}

.stats-container .stat .odometer {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
}

.stats-container .stat .type {
  font-size: 20px;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 20px;
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
  .stats-container{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;

  }
}

/*End counter */


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 27));
  }
}

.slider {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 300px;
  position: absolute;
  width: 40px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 140s linear infinite;
  display: flex;
  width: calc(200px * 54);
  gap: 20px;
}

 .slider .slide {
  width: 200px;
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
} 
/* end crousel */

.scfont{font-weight: 800 !important;
  font-size: 22px !important;
}
.mas1{
  border: 1px solid black;
  height: 500px;
}
.fndms{
  height: 400px;
}
.glry{
  padding-right: 0px !important;
  /* padding-top: 10px;
  padding-left: 10px; */
  padding-bottom: 15px;
}
/* .imgcjk{
  max-width: 100%;
  max-height: 240px;
} */
.cdab{background-color: #7a4b94;color: white;}
/* .evntcrd{max-height: 300px !important;} */
form {
  max-width: 500px;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="DATE"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0 15px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
/* End form container */

  @media screen and (max-width: 800px) { 
    
    .affliation,.schn{
        font-size: 12px !important;
    }
  .wel1{width: 12 0px;}

  .wel4{width: 180px;}
  .fndms{
    height: 300px;
  }
  section h3 {
    font-size: 22px;

  }
  /* .crsl1{
    display: none !important;
  } */

  section h2 {
    
    font-size: 33px;
    
  }
  section p {
    
    font-size: 19px;
    
  }
  section a {
    
    font-size: 10px;
    padding: 6px 10px;
    
  }
    .scfont{
      font-size: 17px !important;
    }
    .notice_2{margin-bottom: 15px;}
    .abt{display: block !important;}
    .welline{
      width: 100px;
    }
    .glry{
      padding-right: 10px !important;
   
    }
    .sstext{padding-top: 15px !important;}
    .yeraabt{margin-top: 20px;}
   
   }
   .pcnt{
    padding-top: 20px;
    padding-bottom: 20px;
   }
 @media screen and (max-width: 1499px) { 
        .nav-link{
        font-size: 15px;
        font-weight: 400;
      } 
   .nahm{margin-left: 200px;}
    
   
   }
    @media screen and (max-width: 1200px) { 
    .nav-link{
        font-size: 15px;
        font-weight: 400;
      } 
   .nahm{margin-left: 20px;}

    }  
    @media screen and (max-width: 800px) { 
        .nav-link{
            font-size: 18px;
            font-weight: 500;
          } 
    
        } 
        @media screen and (min-width: 600px) { 
          .stats-container .stat {
          margin-top: 200px;
          }
      
          } 
          @media screen and (min-width: 800px) { 
            .crslmobile{
              display: none;
             }
        
            } 
            
            
            @media screen and (min-width: 1500px) { 
    .nahm{margin-left: 200px;}
 
   
         .navi{display: flex;justify-content: center;align-items: center;}

    
    }