@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  src: url(font/info.txt);
  src: url('font/info.txt'), url(font/Ldfcomicsans-jj7l.ttf) , url(font/Ldfcomicsansbold-zgma.ttf), url(font/Ldfcomicsanshairline-5PmL.ttf), url(font/Ldfcomicsanslight-6dZo.ttf);
 /*   new font comic sans      */
  font-family: Comic Sans MS;
}

/* custom scroll bar  */

html::-webkit-scrollbar{
  width: 5px;
}
html::-webkit-scrollbar-track{
  background-color: whitesmoke;
}
html::-webkit-scrollbar-thumb{
  background-color: red;
}
/* custom scroll bar */

body{
  background: url(img/background.jpg);
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}


.navbar{
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  background-color: transparent;
  margin-top: 10px;
}
.bg-body-tertiary {
    background-color: transparent !important;
}
.navbar-nav {
    flex-direction: row;
} 
.navbar-nav-scroll {
    overflow-y: auto;
}
/*     navbar css */
.navbar-brand img {
    width: 100%;
    padding: 2px 90px;
    height: 40px;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    margin: 0px 10px;
    text-transform: uppercase;
}
.nav-link:hover{
  color: red;
}
.about-is a , .about-is-1 a {
    text-decoration: none;
}
.about-is a img{
    max-width: 120px;
    height: 50%;
    margin-left: 10%;
    border: 6px solid rgb(255, 0, 0);
    margin-top: 30px;
    padding-left: px;
}
.about-is-1 a img{
    max-width: 120px;
    height: 50%;
    margin-left: 20%;
    border: 6px solid rgb(255, 0, 0);
    margin-top: 30px;
    padding-left: 6px;
}

.img3 img{
  width: 30%;
  height: 100px;
  margin-left: 45%;
  margin-top: 20px;
}
.kpes{
  font-size: 65px;
  font-weight: 600;
}

.new-element {
  color: black;
  padding: 0px 5px;
  margin-left: auto;
  animation: blink 1s ease-in alternate;
  border-radius: 35px;
  /* font-size: 12px; */
}

 
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about-is a h4 {
    font-size: 20px;
    color: black;
    margin-left: 30%;
    margin-top: 10%;
}
.about-is-1 a h4{
    font-size: 20px;
    color: black;
    /* margin-left: 30%; */
    margin-top: 10%;
}
.primary{
  margin-top: 45%;
}
.primary a{
    text-decoration: none; 
}
.primary a img {
    width: 15rem;
    padding-left: 25px;
    height: 12rem;
    transition: .2s;
}
.primary:hover a img{
  transform: scale(1.2);
}
.primary a h5{
    margin-left: 50px;
    color: black;
    margin-top: 18px;
}
.container{
    /* background-color: aqua; */
    padding: 10px 10px 10px 10px;
    margin-left: 35px;
    margin-right: 20px;
}

.containerimg{
    background-color: ghostwhite;

}
.center img{
    width: 100%;
}
.text, .text-2{
    margin-top: 39px;
    margin-left: 29px;
    font-size: 17px;
    margin-right: 26px;
}
  .menu-item {
    max-width: 10rem;
    height: 50%;
    gap: 20px;
    margin-left: 10px;
    /* border: 6px solid red; */
    margin-top: 30px;
    padding-left: 6px;
  }

  .menu-item img {
    width: 8rem;
    border: 4px solid rgb(216, 216, 216);
    margin: 10px;
    height: 7rem;
    margin-bottom: 5px;
  }

  .menu-item a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }

  .sidebar {
    background-color:transparent;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30%;
    margin-left: 40px;
  }

  .sidebar a {
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
  }

  /* other color code is #FFCC00 for hover  */
  .sidebar a:hover {
    color: white;
    background-color: red;            
    font-weight: bold; 
  }

/* school logo styyle  */
  .contentabout {
    background-color:	#E0E0E0;
    padding: 10px;
    margin-right: 10vh;
    width: 50rem;
    border-radius: 8px;
    text-align: left;
  }

  .content {
    background-color: #E0E0E0;
    padding: 20px;
    width: 45rem;
    border-radius: 8px;
  }
  .content1{
    background-color: #E0E0E0;
    padding: 10px;
    width: 65rem;
    border-radius: 8px;
  }
  .content1 img , .contentabout img{
    width: 30rem;
    max-height: 460px;
    margin: 30px 30px 50px 10px;
  }
  .content img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 20px;
  }
.para1{
  margin: 10px 30px 10px 30px;
}
  .content h3 {
    margin-bottom: 20px;
    color: #333;
  }

  .content p {
    text-align: left;
  }

  /* curated css  */
.content-1{
  width: 88rem;
  background-color: #E0E0E0;
  margin-left: 42px;
  padding: 30px;
  border-radius: 8px;
}
.content-1 .box{
  text-decoration: none;
}
.content-1 h3{
  text-align: center;
  font-weight: 600;
  margin-top: 22px;
}
.content-1 .card{
  margin-top: 6rem;
  margin-left: 50px;
  margin-bottom: 5rem;
}

/* infrastructure css */
.content-section {
  padding: 10px 20px;
  max-width: 1200px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.image-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 5px solid white;
}

.spanText{
  text-align: right;
  font-weight: bold;
}

.content h3{
  font-size: 27px;
  font-weight: 600;
}

/* cccurricular Practices css */
.para{
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}


/* recomended css */
.container .row .img1{
  width: 80%;
}
.container .row .para1{
  margin-right: 30px;
} 

.contentabout h3{
  margin-top: 30px;
  margin-bottom: 20px;
}

/* teacher page styling */
.teacherimg{
  width: 90%;
  margin-left: 40px;
  margin-bottom: 20px;
}
.contentabout p{
  margin-top: 30px;
}


/* whatnwew style  */

.accordion-body p a{
  color: black;
}
/* contact us styling */
iframe{
  margin-left: 35px;
}
.breadcrumb{
  margin-left: 75%;
  font-size: 18px;
}
.breadcrumb-item{
  margin-left: 5px;
  color: yellow;
}
/* curriculum img  */
.main-content{
  background-color: #E0E0E0;
  width: 50%;
  height: 45rem;
}
.curriculum-text{
  margin-top: 50px;
  color: black;
}
.curriculum-text a{
  color: black;
}
.curriculum-text a:hover{
  color: rgb(103, 207, 248);
}



/* practice style  */
.practice-content{
  background-color: #E0E0E0;
  width: 50%;
  height: 100% auto;
}

.card{
  border: none;
}

/* registration from style   */

.contect1{
  font-size: 20px;
  background-color: rgb(239, 234, 234);
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  font-style: italic;
  margin-left: 7%;
}

.dropdown-menu {
  max-height: 150px; 
  overflow-y: auto; 
  overflow-x: hidden;
  width: 50% !important; 
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 25%; 
}
.buttoncss{
  background-color: whitesmoke;
  text-align: left;
}
.buttoncss:hover{
  background-color: white;
}

.dropdown .form-check{
      margin-left: 10px;
}


.dropdown-menu {
  max-height: 200px; 
  overflow-y: auto;
  background-color: #f9f9f9; 
}

/* Scrollbar styling */
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 4px;

}

.dropdown-menu::-webkit-scrollbar-track {
  background: #e9ecef; 
  height: 2px;

}
input[type="checkbox"]{
   border: 1px solid black;

}
#captchaText {
  font-size: 18px;
  background-color: white;
  font-style: italic;
  user-select: none;
}
.submitbtn{
  background-color: rgb(115, 187, 216);
  color: white;
  font-weight: bold;
  width: 10rem;
  margin-left: 10px;
}

.submitbtn:hover{
  background-color: rgb(82, 184, 225);
  color: white;
}

.form-label{
  font-weight: bold;
}


@media (max-width: 1024px) {
  .container {
    padding: 15px;
  }
}

@media (max-width: 800px) {
  #captchaText {
    font-size: 16px;
  }

  .form-control, .btn {
    width: 100%;
  }
  .instagram a img {
    width: 121px;
    border-radius: 33%;
    margin-top: 20px;
}
}

/*  logo style */
.instagram a img{
  width: 45px;
  border-radius: 33%;
  margin-top: 20px;
}
.contentabout img{
  width: 50%;
}
.img4 img {
  width: 31rem;
  max-height: 460px;
  margin-bottom: 20px;
  margin-left: 196px;
  margin-top: 56px;
}
.kpes{
  font-size: 66px;
  margin-bottom: 35px;
}
.img5 img{
  width: 30%;
  margin-left: 35%;
  margin-bottom: -3%;
}

.content-section img, #classroom{
  width: 100%;
}