/* videoHero css start */
.videoHero {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem;
  aspect-ratio: 16/9;
  max-height: 100vh;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: fill;
  z-index: -1;
  aspect-ratio: 16/9;
  max-height: 100vh;
}
.overlayContainer {
  width: 100%;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.5rem;
  flex-wrap: nowrap;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 1px 1px 5px 2px black;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.leftLogo,
.rightLogo {
  width: 100%;
  background-position: center top;
  background-size: auto 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
}
.headline {
  font-family: var(--header1-font);
  font-size: clamp(0.8rem, 4vw, 2.5rem);
  text-align: center;
  font-weight: 700;
  color: #0f0adf;
  white-space: nowrap;
}
.info {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  font-size: clamp(0.7rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #930404;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.links {
  display: flex;
  gap: 5rem;
  padding: 0.3rem;
  justify-content: center;
  align-items: center;
}
.fb,
.yt {
  font-size: clamp(1rem, 4vw, 2rem);
  cursor: pointer;
}
.fb {
  color: blue;
}
.yt {
  color: red;
}
span {
  color: var(--color-deep-blue);
  transform: scale(1);
  transition: color 0.5s linear, transform 0.5s linear;
}

.slogan {
  font-family: var(--curlyHeader2-font);
  color: #04044d;
  font-size: clamp(0.7rem, 2vw, 1.5rem);
  font-weight: 600;
}
.videoHeroOverlayText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.centerText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.change {
  color: red;
  transform: scale(1.2);
}
/* Extra small devices (phones, portrait) */
@media (max-width: 576px) {
  .overlayContainer {
    flex-direction: column;
  }
  .leftLogo,
  .rightLogo {
    width: 25%;
  }
}

/* landscape extra small */
@media (max-width: 576px) and (orientation: landscape) {
  .overlayContainer {
    flex-direction: row;
  }
}

/* Small devices (phones, landscape) */
@media (max-width: 768px) {
  /* Styles for small screens */
}

/* Medium devices (tablets) */
@media (max-width: 992px) {
  /* Styles for tablets */
}

/* Large devices (desktops) */
@media (max-width: 1200px) {
  /* Styles for desktops */
}

/* Extra large devices (large desktops) */
@media (max-width: 1600px) {
  /* Styles for extra-large screens */
}
/* videoHero css end */

/* speech css start  */

.speechContainer {
  width: 90vw;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-evenly;
}
.speech {
  width: 25rem;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #2a0a55d6;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  gap: 0.5rem;
}
.speech:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #020239c7;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  z-index: -1;
  border-radius: 23rem;
}
.speech:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #3d1369b5;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  border-radius: 15rem;
  z-index: -1;
}
.speechImage {
  height: 24rem;
  width: 20rem;
  position: relative;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  box-shadow: 0px -1px 200px 311px #0a074178;
  margin: 1rem 0 0 0;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 120rem;
}
[class*="specificImage"]:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  z-index: 2;
  transform: skewY(128deg) translateY(-170%);
  transition: transform 0.2s linear 0.2s;
}

[class*="specificImage"][class~="glide"]::before {
  transform: skewY(128deg) translateY(170%);
}

.overlay1 {
  top: 0.5rem;
  right: 0;
  width: 6rem;
  height: 2rem;
  background-color: #ff4500b0;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 20vw, 1.3rem);
  font-weight: 600;
  color: white;
  transform: rotateY(90deg);
  transform-origin: right;
  backface-visibility: hidden;
  transition: transform 0.5s linear 0.3s;
}
[class*="OverlayRotate"][class~="rotate"] {
  transform: rotateY(0deg);
}

.overlay {
  position: absolute;
}
.overlay2 {
  bottom: -1px;
  left: -1px;
  right: 0;
  height: 50%;
  width: 101%;
  background-image: linear-gradient(45deg, #060457, #4f0575);
  clip-path: polygon(0% 0%, 50% 35%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.speechGiverName {
  color: #f5d042;
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-align: center;
  font-weight: 600;
}
.overlay3 {
  width: 50%;
  height: 44%;
  background-image: linear-gradient(308deg, #f90404, #e7710b);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 50% 16%, 100% 0%, 100% 100%, 0% 100%);
}
.speechText {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.designation {
  font-size: clamp(1.5rem, 20vw, 2rem);
  font-weight: 600;
  color: white;
  font-family: var(--text-font);
  padding: 1rem 0 0 0;
}
.speechChairman {
  text-align: justify;
  font-size: clamp(1rem, 20vw, 1.2rem);
  font-family: var(--text-font);
  color: white;
  padding: 0.5rem;
  background-color: #ffffff1a;
  max-height: 80vh;
  overflow: hidden;
  line-height: 1.3rem;
}
.btn.speechBtnMore {
  width: 100%;
}
/* speech css end  */

/* about css start */
.boldSectionHeader {
  font-weight: 600;
  font-size: clamp(2rem, 8vw, 2.5rem);
  text-align: center;
}

.aboutContainer {
  width: 90vw;
  margin: 1rem auto;
  position: relative;
}
.tabContainer {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
/* .tabContentContainer {
  overflow: auto;
  height: 100vh;
} */
.tab {
  background-color: var(--color-deep-blue);
  padding: 0.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 600;
  box-shadow: 0px 0px 3px 1px white inset;
  justify-content: center;
  font-size: clamp(1rem, 20vw, 1.1rem);
  border-radius: 0.2rem;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.tabHighlight {
  background-color: var(--color-purple);
}
.historyText {
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.8rem;
  text-align: justify;
  padding: 0.5rem;
}

.aboutContainer::-webkit-scrollbar {
  width: 0.3rem;
}
.aboutContainer::-webkit-scrollbar-thumb {
  background-color: #01012d;
}
.aboutSticky {
  position: sticky;
  top: 5rem;
  background: white;
  z-index: 1;
}
.tabPDF a {
  color: black;
}
.tabImageBottomLink a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem;
  font-size: clamp(1.5rem, 5vw, 1.8rem);
  color: #ff0000;
  font-weight: 600;
}
/* about css end */

/* academic section css start */

.academicSectionContainer {
  width: 90vw;
  margin: 1rem auto;
}
.teacherNumberPanel,
.studentNumberPanel {
  display: flex;
  gap: 0.5rem;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--color-deep-blue);
  flex: 1 1 20%;
}

legend {
  font-size: clamp(0.8rem, 20vw, 1.2rem);
  font-weight: 600;
  color: white;
  background-color: var(--color-deep-blue);
  padding: 0.2rem 0.3rem;
  white-space: nowrap;
}
svg {
  position: absolute;
}
.teacherCount,
.studentCount {
  font-size: clamp(1rem, 20vw, 1.5rem);
  font-weight: 800;
  font-family: var(--header1-font);
  color: var(--color-deep-blue);
}
.teacherSelectPanel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.teacherSelectPanel.sticky {
  top: 4.5rem;
  background-color: white;
  padding: 0.5rem;
}
.teacherSelectContainer {
  display: flex;
  gap: 0.5rem;
  justify-content: space-evenly;
  align-items: center;
}
.group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
}
select {
  font-weight: 600;
  font-size: 1rem;
  padding: 0 0.5rem;
}
.selectInfo {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.teacherCardContainer {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem auto;
  justify-content: space-evenly;
  max-height: 100vh;
  overflow: hidden;
  padding: 2rem 0;
}
.teacherCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  width: clamp(18rem, 50vw, 25rem);
  position: relative;
  background-color: #0404430d;
  padding: 0.5rem;
  text-align: center;
}
.teacherCard:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(10deg, #0390f5a6, #0217513d, #03034ba1);
  z-index: -1;
  clip-path: url(#my-clip-path);
  opacity: 0.7;
}
.spikyCircle {
  height: 13rem;
  width: 13rem;
  background-color: #05023b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teacherImage {
  height: 70%;
  width: 70%;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 100% auto;
}

@media screen and (max-width: 576px) {
  .spikyCircle {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }
}
.teacherDesignation {
  font-family: var(--header1-font);
  font-weight: 800;
  font-size: 1.7rem;
  text-align: center;
}
.teacherName {
  font-family: var(--curlyHeader2-font);
  font-size: 1.3rem;
  font-weight: 600;
}
.teacherSpecialDesignation {
  font-weight: 600;
  font-size: clamp(1.1rem, 5vw, 1.2rem);
}
.teacherEducation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
}
span.teacherSubject {
  font-size: clamp(1rem, 20vw, 1.2rem) !important;
  display: block;
}

.previousResultImagesGallery {
  margin-top: 1rem;
}
.academicAwardsContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* academic section css end */

/* administration css start */

.administrationContainer {
  width: 90vw;
  margin: 1rem auto;
}
.govBodyDuration {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f13a1;
  text-align: center;
}
.govBodyCardsContainer {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.govBodyCardsArray {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 1rem;
  backdrop-filter: blur(3rem);
  padding: 1rem 0;
}
.govBodyCard {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  background-color: #0202251a;
  padding: 0.3rem;
  justify-content: space-between;
}
.govBodyImage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  aspect-ratio: 1;
}
.govBodyText {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  font-family: var(--text-font);
  width: 100%;
}
.segment1,
.segment2 {
  display: flex;
  flex-direction: column;
}
.govBodyName,
.govBodyPosition1,
.govBodyPosition2,
.govBodyInstitute {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.govBodyName {
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 600;
}
.govBodyDeesing1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13185d0a;
  clip-path: polygon(
    0% 100%,
    20% 30%,
    30% 90%,
    60% 10%,
    80% 80%,
    100% 0%,
    100% 100%
  );
  z-index: -1;
  box-shadow: 20px 18px 42px 4px #05055b38 inset;
}

/* admin officer and staff start */
.adminOfficerAndStaff,
.adminOfficersOnly {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.adminOfficerImageArray {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-height: 100vh;
  overflow: hidden;
  padding: 1rem 0.3rem;
}
.adminOfficerImageArray > div {
  flex: 1 1 10%;
}
.adminOfficerCard {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #02022736;
  padding: 0.3rem;
}
.adminOfficerImage {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1;
}
.adminOfficerText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
}
.adminOfficerName {
  text-align: center;
}
.adminOfficerTelephone a {
  white-space: nowrap;
  color: black;
  font-size: clamp(0.8rem, 4vw, 1.2rem);
}

/* admin officer and staff end */

/* administration css end */

/* admission css start */

.admissionContainer {
  width: 90vw;
  margin: 1rem auto;
}

/* admission css end */

/* club activities start */

.clubsContainer {
  width: 90vw;
  margin: 1rem auto;
}

/* club activities end */

/* social section start */

.socialContainer {
  width: 90vw;
  margin: 1rem auto;
  padding: 1rem 0;
}
.socialMediaPreviews {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}
iframe {
  min-height: 100%;
}
.youtube {
  position: relative;
  width: clamp(300px, 100vw, 500px);
}
.facebook {
  width: 100%;
}
div#___ytsubscribe_0 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #f7f1f15c, #f3ededb8) !important;
}

/* social section end */

/* contact us start */

.contactUsSectionContainer {
  width: 90vw;
  margin: 1rem auto;
}
.contactContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
.name {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-family: var(--header1-font);
  text-align: center;
}
.instAddress {
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.email {
  display: flex;
  flex-direction: column;
  background-color: var(--color-deep-blue);
  color: white;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
}
.emaiGroup {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: clamp(1.1rem, 4vw, 1.5rem);
}
a {
  color: white;
  font-size: clamp(1rem, 4vw, 1.3rem);
}
.phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-deep-blue);
  border-radius: 1rem;
  padding: 1rem;
  gap: 0.5rem;
  color: white;
}
.phoneGroup {
  display: flex;
  gap: 0.2rem;
  font-size: clamp(1.1rem, 4vw, 1.5rem);
}
/* contact us end */

/* scroll top css start */

section.topBtnSec {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
}

/* scroll top css end */
