* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-drag: none;
}


body {
  font-family: "Old Standard TT", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:root {
  --heading: #370106;
  --navy: #A8252E;
  --navy-dark: #96373d;
  --navy-mid: #dd5e67;
  --gold: #370106;
  --gold-light: #370106;
  --white: #ffffff;
  --text-light: rgba(255, 255, 255, 0.82);
  --dropdown-bg: #1e2468;
  --hover-bg: rgba(73, 7, 1, 0.13);
  --shadow: 0 8px 40px rgba(10, 14, 60, 0.45);
}

.main-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#main {
  display: flex;
  overflow: hidden;

  /* background-blend-mode: overlay;
  
  background-color: #101010a2; */

  .part {
    flex: 1;

    .section {
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;

      img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: absolute;
        left: var(--x);
        pointer-events: none;
      }
    }
  }
}

.cursor {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: white;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: difference;

  &-f {
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.4202 42.4202C38.8403 46 33.3594 46 23.5 46C13.6406 46 8.15966 46 4.57983 42.4202C1 38.8403 1 33.3594 1 23.5C1 13.6406 1 8.15966 4.57983 4.57983C8.15966 1 13.6406 1 23.5 1C33.3594 1 38.8403 1 42.4202 4.57983C46 8.15966 46 13.6406 46 23.5C46 33.3594 46 38.8403 42.4202 42.4202Z' stroke='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    mix-blend-mode: difference;
    pointer-events: none;
    opacity: .5;
  }
}

.buttons {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;

  button {
    border: none;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg width='10' height='29' viewBox='0 0 10 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0V27L1 17.4857' stroke='white' stroke-width='2' /%3E%3C/svg%3E%0A") no-repeat;
    background-position: center;
    width: 10px;
    height: 30px;
    display: block;
    margin: 20px 0;
    padding: 0 15px;
    transition-duration: .6s;

    &.next {
      transform: scaleY(-1);
    }

    &.prev:active {
      transform: translateY(8px);
    }

    &.next:active {
      transform: scaleY(-1) translateY(8px);
    }
  }
}

h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  color: white;
  text-align: center;
  font-size: 2.6em;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.content {
  width: 90%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  z-index: 99;
  font-size: .8em;

  p {
    margin: .5em auto;
  }

  kbd {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    display: inline-block;
    border-radius: 3px;
    font-size: .9em;
    vertical-align: text-top;
  }

  a {
    color: rgba(227, 227, 227, 0.78);
    text-decoration: none;
    border-bottom: 1px solid currentColor;

    &:hover {
      padding-bottom: 1px;
    }
  }
}

.about-school {
  padding: 100px 0;
  width: 100%;
  background-color: #ff001108;
}

.heading {
  position: relative;
}

.heading h2 {
  color: var(--heading);
  font-weight: 700;
  font-size: 36px;

}


.heading-img {
  content: "";
  position: absolute;
  width: 280px;
  top: 45px;
  left: 39%;

}

.about-school h4 {
  font-weight: 700;

}

.about-img {
  width: 100%;
}

.about-butoon {
  padding: 10px 20px;
  /* background: radial-gradient(#9E222B, #003879); */
  border: 1px solid #9E222B;
  transition: all ease-in-out;
  margin-top: 20px;
}

.about-butoon a {
  color: #9E222B;
  text-decoration: none;

}

.about-butoon:hover {
  color: #ffffff;
  background-color: #310003;
  transition: all ease-in-out;

}

.about-butoon:hover a {
  color: #ffffff;


}



/* managemant css here */

.banner-stories__item-wrapper .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 8px;
  position: relative;
  width: 15px;
}

.banner-stories__item-wrapper .slick-dots li:last-child {
  margin-right: 0;
}

.banner-stories__item-wrapper .slick-dots li.slick-active button,
.banner-stories__item-wrapper .slick-dots li button:hover {
  background: white;
}

.banner-stories__item-wrapper .slick-dots li button {
  background: rgba(255, 255, 255, .5);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  padding: 0;
  -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  width: 20px;
}

.opportunities {
  padding: 100px 0;
  width: 100%;
  background-image: url(images/background-img.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff2f2;
}

.banner-stories {

  /* background: linear-gradient(90deg, rgba(92, 33, 97, 1) 0%, rgba(166, 31, 86, 1) 100%); */
  text-align: center;
  padding-bottom: 100px;
}

.banner-stories h2 {
  color: white;
  font-size: 2.2rem;
}

.banner-stories__item {
  background: white;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  border-radius: 20px;
  margin: .5% .5% 1% .5%;
  opacity: .4;
  -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  transform: all 0.3s ease-in-out;


}

.banner-stories__item:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transform: all 0.3s ease-in-out;
}

.banner-stories__item .card {
  border: 0;
  border-radius: 0;
}

.banner-stories__item .card-body {
  height: 100%;
  padding: 5%;
}

.banner-stories__item .card-body p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 2%;
}

.banner-stories__item .card-body h4 {
  font-size: 1.7rem;
}

.banner-stories__item img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  padding-top: 2%;
  width: 12%;
}

.banner-stories__item-wrapper .banner-stories__item.slick-current {
  opacity: 1 !important;
}

.banner-stories__item-wrapper .slick-dots {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.academic-section {
  width: 100%;
  background-image: url(assets/background-img.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #ffffffc2;
  padding: 100px 0;
}

.academic-card {
  border: 1px solid gray;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 350px;
  transition: all 0.3s ease-in-out;

}

.academic-card img {
  width: 100%;
  height: 350px;
  transition: all 0.3s ease-in-out;
}

.academic-card .card-content {
  padding: 20px 10px;
  position: absolute;
  content: "";
  bottom: -350px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: linear-gradient(#10101000, #030000bb);
  background-blend-mode: overlay;
}

.academic-card .card-content button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;

}

.academic-card:hover img {
  transform: scale(1.2);

}

.academic-card:hover .card-content {
  bottom: 0;
  transition: all 0.3s ease-in-out;

}

.gallery-section {
  width: 100%;
  background-image: url(assets/background1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-blend-mode: overlay;
  background-color: #ffffffc2;
}

.gallery-slider {
  margin: 0 -10px;
}

.gallery-slider .slide {
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;

}

.gallery-slider .slide .slide-img {
  overflow: hidden;
  height: 280px;

}

.gallery-slider .slide:hover img {
  transform: scale(1.2);
  border-radius: 12px;



}

.gallery-slider img {
  width: 100%;
  height: 280px;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.gallery-slide-caption {
  margin-top: 12px;
  color: #333;
  font-size: 18px;
  text-align: start;
}

.gallery-section .heading h2 {
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gallery-slider .slick-dots {
  margin: 20px 0 0;
  display: none !important;
}

.gallery-slider .slick-dots li button:before {
  font-size: 10px;
  color: #999;
  opacity: 0.7;
}

.gallery-slider .slick-dots li.slick-active button:before {
  color: #a61f56;
  opacity: 1;
}

.learn-more {
  width: 100%;
  justify-content: end;
  display: flex;
  margin-bottom: 20px;
}

.learn-more a {
  border: 1px solid #a61f56;
  padding: 5px 10px;
  text-decoration: none;
  color: #a61f56;
  transition: all 0.3s ease-in-out;
}

.learn-more a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #a61f56;
}

.testimonial-slider {
  margin: 0 -15px;
}

.testimonial-slide {
  padding: 0 15px;
  box-sizing: border-box;
}

.testimonial-card {
  min-height: 100%;
}

.testimonial-slider .slick-dots {
  margin-top: 30px;
  display: none !important;
}

.testimonial-slider .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);

}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #2ac1a2;

}

.notice-board {
  padding: 80px 0;
}

.notice-board .heading {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.notice-board .heading h2 {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}

.notice-board .heading .subtitle {
  display: inline-block;
  margin-top: 12px;
  color: #6b6b6b;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}

.notice-board .heading::before,
.notice-board .heading::after {
  content: "";
  position: absolute;
  width: 12%;
  height: 1px;
  background: #ccc;
  top: 55%;
}

.notice-board .heading::before {
  left: 0;
}

.notice-board .heading::after {
  right: 0;
}

.notice-board .notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.notice-board .notice-card {
  border-radius: 18px;
  overflow: hidden;
  background: #f5f8ff;
  box-shadow: 0 20px 40px rgba(34, 80, 164, 0.08);
  border: 1px solid rgba(34, 80, 164, 0.12);
}

.notice-board .notice-card.upcoming {
  background: #fff0f5;
  border-color: rgba(166, 31, 86, 0.18);
}

.notice-board .notice-card .card-header {
  padding: 22px 24px;
  background: #370106;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.notice-board .notice-card .card-header svg,
.notice-board .notice-card .notice-item .date-icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.notice-board .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-board .notice-item {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.notice-board .notice-item:last-child {
  border-bottom: none;
}

.notice-board .notice-item .date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #370106;
  font-weight: 700;
  margin-bottom: 8px;
}

.notice-board .notice-item .date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #370106;
}

.notice-board .notice-item .title {
  display: block;
  margin: 0;
  color: #111;
  font-weight: 700;
  font-size: 1rem;
}

.notice-board .notice-item .subtitle {
  display: block;
  margin-top: 6px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.notice-board .notice-footer {
  padding: 18px 24px;
  text-align: right;
}

.notice-board .notice-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #370106;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.testimonial-section {
  padding: 80px 0;
  background: #1c0003;
  color: #fff;
}

.testimonial-intro {
  max-width: 460px;
}

.testimonial-section .section-label {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

.testimonial-section h2 {
  font-size: 3rem;
  line-height: 1.05;
  margin-bottom: 24px;
}

.testimonial-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin-bottom: 30px;
}

.testimonial-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 10px;
  background: #fff;
  color: #370207;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s ease;
}

.testimonial-cta:hover {
  background: #EED6D7;
  color: #370207;
}

.testimonial-card {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 41%);
  border-radius: 24px;
  padding: 28px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #2ac1a2;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-stars {
  color: #f8d32c;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.testimonial-card p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 22px;
}

.testimonial-card h5 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.testimonial-card span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

@media (max-width: 992px) {
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-section h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .testimonial-section .row.align-items-center {
    display: block;
  }

  .testimonial-section .col-lg-5,
  .testimonial-section .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .heading h2 {
    font-size: 30px;

  }
}

@media(max-width:768px) {
  .heading-img {
    display: none;

  }
}