
:root {
  --surface-color: #fff;
  --curve: 10;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
	font-family: tex-gyre-adventor;
	src: url("../font/tex-gyre-adventor.regular.otf");
	font-display: swap;
  }
  body{font-family: 'Noto Sans JP', sans-serif;
   width: 100%; margin: 0 auto; padding: 0;float: left; text-transform: capitalize;}
  
   .navbar-brand img {
    height: 35px;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    position: relative;
    padding-bottom: 8px;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
}
.navbar-text {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .navbar-nav {
        margin: auto;
    }
}

.ticker-wrap {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  height: 2.5rem;
  background-color: #000252; 
}
.ticker {
  display: inline-block;
  margin-top: 7px;
  animation: marquee 20s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 20s linear infinite;
}

.item {
  display: inline-block;
  padding: 0 1rem;
  font-size: .8rem;
  color: white;   
  font-weight: 800;
  font-family: sans-serif;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
  
  .main-banner{display: flex;justify-content: center;padding: 1% 0%;}
  .banner{width: 70%;height: auto;top: 0;flex: auto;float: left;background-position: center;background-size: contain;}
  
  
  .banner-form{width: 27%; float: right;background-color: #fff;border-radius: 10px;margin-top: 10px;margin-right:10px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}
  .form-heading{color: #1b2479;font-size: 16px;margin: 0;padding: 3% 18%;margin-bottom: 3%; font-weight: bold;text-align: center;}
  .form-signup{background-color: #1b2479;color: #fff;font-size: 14px;margin: 0;padding: 3% 10%;float: left;margin-bottom: 6%; font-weight: normal;text-align: center;}
  .form-input-div{width: 100%;float: left;margin: 6px 0;padding: 0 10%;}
  .input-field{border-radius: 25px;border: solid 1px #fddfe2;background-color:#fff;width: 100%; padding:4% 5%;box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 7px 0 rgba(0, 0, 0, 0.19);color: #4e4e4e;}
  .select-input-field{width: 100% !important;color: #4e4e4e !important;}
  .form-submit{width: 100%;background-color: #ea1130;color: #fff;font-size: 20px;margin: 0;padding: 3% 10%;float: left;border-radius: 25px;text-align: center;box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 7px 0 rgba(0, 0, 0, 0.19);font-weight: bold;border: none;}
  
  .course-main{width: 100%; float: left;margin:0;}
  .course-main-box{width: 27%; float: left; margin: 2% 2%;padding: 2% 1%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);border-radius: 10px;background-color: #fff;}
  .course-main-row{width: 100%; float: left; margin: 0;padding: 0;}
  .course-main-box h2{color: #1b2479;font-size: 18px;font-weight: bold;text-align: center;border-bottom: solid 1px #595d85;padding-bottom: 10%;}
  .course-main-box p{color: #090d35;font-size: 14px;font-weight: noraml;text-align: center}
  
  .about-cuet-main{width: 100%; float: left; margin: 0; padding: 0; background-color: #f3f3f3;margin-top:3%;}
  .about-cuet{width: 80%; float: left; margin: 0 10%; padding: 0;}
  .about-cuet1{width: 80%; float: left; margin: 0 10%; padding: 0;}
  .about-cuet h1{font-size: 24px; font-weight: bold; color: #181818;text-align: center; float: left;width: 100%;margin:3% 0;padding: 0; text-decoration: underline;}
  .about-cuet h2{font-size: 18px; font-weight: normal; color: #1b2479;text-align: center; float: left;width: 100%;margin:1% 0;padding: 0;}
  .about-cuet h3{font-size: 14px; font-weight: normal; color: #8f909a;text-align: center; float: left;width: 100%;margin:1% 0;padding: 0;}
  .about-cuet img{width: 15%;margin: 5% 42%;}
  .about-cuet1 img{width: 34%;margin: 5% 33%;}
  .arrow1{margin-top: 29px !important;position: absolute;margin-left: -53px;}
  .about-cuet p{font-size: 14px; font-weight: normal; color: #052711;text-align: justify; float: left;width: 100%;margin:0% 0 3% 0;padding: 0;}
  .about-cuet1 p{font-size: 14px; font-weight: normal; color: #052711;text-align: justify; float: left;width: 100%;margin:0% 0 6% 0;padding: 0;}
  
  .stdgallry-main{width: 100%; float: left;margin:0;}
  .stdgallry-box{width: 18%; float: left; margin: 1%;padding: 0;}
  .stdgallry-box img{width: 100%;margin: 0 0;}
  
  .testimonial-main{width: 100%; float: left;margin: 2% 0;}
  .testimonial-box{width: 23%; float: left; margin: 1% 1%;padding: 2% 1%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);border-radius: 10px}
  .testimonial-box img{width: 60%;margin: 0 20%;}
  .testimonial-box h2{color: #1b2479;font-size: 18px;font-weight: bold;text-align: center}
  .testimonial-box h3{color: #8f909a;font-size: 14px;font-weight: noraml;text-align: center}
  .testimonial-box p{color: #090d35;font-size: 14px;font-weight: noraml;text-align: center}
  
  .infra-main{width: 100%; float: left;margin: 2% 0 0% 0;background-color:#f3f3f3;}
  .infra-left{width: 40%;float: left;font-size: 14px;color: #1b2479;margin-right: 2%;}
  .infra-right{width: 40%;float: right;font-size: 14px;color: #090d35;margin-left: 2%;}
  .infra-right li{margin-bottom: 2%;}
  
  .mocktest-button-main{width: 100%; float: left; margin: 0; padding: 0; background-color: #f3f3f3;}
  .mocktest-button{width: 26%; margin: 3% 36%; float: left;padding: 1%;color: #fff;background-color: #FD0E12;border-radius: 30px;text-align: center;font-size: 24px;font-weight: bold;}
  
  footer{background-color: #242322; width: 100%; float: left; margin: 0; padding:0; text-align: center; color: #6d6d6d; font-size: 14px;}
  .footer-top{border-bottom: solid 1px #6d6d6d;width: 80%; margin: 0 10%;}
  .footer-top p{color:#6d6d6d;font-size: 14px;}
  .footer-top p a{text-decoration: none;color:#6d6d6d;font-size: 14px;}
  .footer-top p a:hover{text-decoration: underline;color:#FD0E12;font-size: 14px;}
  
  
  
  @media screen and (max-width:767px)
  {
	  .logo {width: 24%;margin: 1% 2%;float: left;}
	  .logo-isomes{width: 24%;margin: 1% 2%;float: right;}
	  .banner-form {width: 90%;float: left;margin: 3% 5%;}
	  .mocktest-button {width: 60%;margin: 3% 20%;}
	  .about-cuet img {width: 46%;margin: 5% 27%;}	
	  .about-cuet1 img {width: 94%;margin: 5% 3%;}
	  .banner {background-repeat: no-repeat; background-color: #353751;height: 633px;width:100%;display: none;}
	  .mocktest-button {font-size: 18px;}
	  .course-main-box {width: 80%;margin: 2% 9%;}
	  .stdgallry-box {width: 48%;}
	  .testimonial-box {width: 80%;margin: 2% 9%;}
	  .infra-left {width: 100%;}
	  .infra-right {width: 100%;}
  }
  
  @media screen and (min-width: 768px) and (max-width:1023px)
  {
	  .logo {width: 24%;margin: 1% 2%;float: left;}
	  .logo-isomes{width: 24%;margin: 1% 2%;float: right;}
    .main-banner{flex-direction: column;}
	  .banner-form {width: 90%;float: left;margin: 3% 5%;}
	  .mocktest-button {width: 60%;margin: 3% 20%;}
	  .about-cuet img {width: 46%;margin: 5% 27%;}	
	  .about-cuet1 img {width: 94%;margin: 5% 3%;}
    .banner {background-repeat: no-repeat; background-color: #353751;height: 633px; width:100%;display: none;}
	  .mocktest-button {font-size: 18px;}
	  .course-main-box {width: 80%;margin: 2% 9%;}
	  .stdgallry-box {width: 48%;}
	  .testimonial-box {width: 80%;margin: 2% 9%;}
	  .infra-left {width: 100%;}
	  .infra-right {width: 100%;}
  }




  .card-img-top {
    height: 200px;
    object-fit: cover;
}
.card__header-text h3 {
    font-size: 1.25rem;
}
.card__description {
    font-size: 0.875rem;
}



  .float-wh{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 40px;
    bottom: 8rem;
    background: #c90b0b;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    .call-buton .cc-calto-action-ripple i {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      font-size: 30px; }
    .call-buton .cc-calto-action-ripple:hover i {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    
    @-webkit-keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
    
    @keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
    span.num{
      position: absolute;
      color: #000000;
      left: -30%;
      bottom: -50%;
    }


    .slider-container {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      padding: 1rem 2rem;
  }
  .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }
  .slide {
      flex: 0 0 25%;
      padding: 10px;
      box-sizing: border-box;
  }
  .card-ab {
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px;
      height: 370px;
  }
  .card-ab h2 {
      color: #333;
      font-size: 1.2em;
      margin-top: 0;
      text-transform: uppercase;
  }
  .card-ab p {
      color: #666;
      font-size: 0.9em;
      line-height: 1.5;
  }
  .slider-nav {
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }
  .slider-nav button {
      background-color: #333;
      color: white;
      border: none;
      padding: 10px 15px;
      margin: 0 10px;
      cursor: pointer;
      border-radius: 4px;
  }
  .slider-nav button:hover {
      background-color: #555;
  }
  @media (max-width: 768px) {
    .slide {
        flex: 0 0 100%;
    }
    .card-ab {
        height: auto;
        max-height: 400px;
    }
}


.footer{
  border-radius: 6px;
}
.footer .footer-row {
  background: #10182F;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}
.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links {
  margin-top: 20px;
  padding: 0;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col .links li a:hover {
  color: #fff;
}
.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
  line-height: 1.7;
}
.footer-col form {
  display: flex;
  gap: 5px;
}
.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}
.footer-col input::placeholder {
  color: #ccc;
}
 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer-col form button:hover {
  background: #cecccc;
}
.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i {
  color: #afb6c7;
}
.footer-col .icons i:hover  {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    transform: none;
    width: 100%;
    border-radius: 0;
  }
  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }
  .footer-col form {
    display: block;
  }
  .footer-col form :where(input, button) {
    width: 100%;
  }
  .footer-col form button {
    margin: 10px 0 0 0;
  }
}


.carousel-container {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 1rem;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-itemm {
  min-width: 10.66%; 
  box-sizing: border-box;
  margin-right: 20px;
}

.carousel-itemm img {
  width: 130px;
  display: block;
}

button.prev, button.next {
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 100;
}

button.prev {
  left: 0;
}

button.next {
  right: 0;
}

@media (max-width: 768px) {
  .carousel-item {
      min-width: 50%; /* 100% / 2 images */
  }
}


.about-us-section {
  background-color: #f2f4f6;
}
.iso-l11 h2 {
  font-size: 3rem;
  text-align: center;
  color: #10182F;
}
.iso-l11 img {
  max-width: 100%;
  height: auto;
}
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.stat-box {
  flex: 1 1 33%;
  padding: 1rem;
}
@media (max-width: 768px) {
  .stat-box {
      flex: 1 1 50%;
  }
}
@media (max-width: 576px) {
  .stat-box {
      flex: 1 1 100%;
  }
}
.card-text{
  padding: 0 !important;
  height: 100px;
  overflow: scroll;
}
.course-button{
  padding: 5px 10px;
    background: #1b2479;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
}




.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.popup-content {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.carousel-item img {
  height: 200px;
  object-fit: cover;
}

.carousel-item-new img {
  object-fit: cover;
  height: 100% !important; 
  width: 100%;
}
.cdata-itemm img{
  width: 170px;
  margin: 0.2rem;
    padding-right: 2rem;
}

@media (max-width: 768px) {
  .cdata-itemm img{
    width: 100% !important;
    margin: 0.2rem;
      padding-right: 0rem;
  }
}
.course-list{
  text-align: center;
}
.course-list ul{
  list-style-type: none
}

.course-list img{
  object-fit: cover;
  height: auto !important; 
  width: 100% !important;
}
.cust-text{
  color: #000344;
      font-size: 27px;
}
.course-list h3{
  color: #000344;
      font-size: 20px;
      margin-top: .5rem;
}

.carousel-inner-celeb .d-flex {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.carousel-inner-celeb .col-4 {
  flex: 0 0 auto;
  width: 33.333%;
}

@media (min-width: 992px) {
  .carousel-inner-celeb .col-lg-2 {
      flex: 0 0 auto;
      width: 16.666%;
  }
}

.carousel-inner-celeb img {
  width: 100%;
  height: auto;
}

