:root {
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #1f1f1f;
}
.intro-section {
  width: 98%;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}
.container__is-content-wrapper {
  z-index: 1;
}
.is-content-wrapper__img {
  border-radius: 0.5rem;
}
.is-content-wrapper__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}
.is-content-wrapper__badge {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
  padding: 0.5rem 1.25rem;
  border-radius: 3rem;
  background: rgba(217, 223, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12.033788681030273px);
  box-shadow:
    -6.02px 6.02px 6.02px 0px rgba(255, 255, 255, 0.1) inset,
    6.02px -6.02px 6.02px 0px rgba(157, 157, 157, 0.1) inset;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  width: fit-content;
}
.container__is-content-wrapper h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 0.5rem;
}
.container__is-content-wrapper h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 2rem;
}
.container__is-content-wrapper a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  padding: 1.25rem 1.75rem;
  border-radius: 0.625rem;
  width: fit-content;

  left: 50%;
  transform: translateX(-50%);
}
.container__is-content-wrapper a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.container__is-content-wrapper a span,
.container__is-content-wrapper a svg {
  position: relative;
  z-index: 1;
}
.container__is-content-wrapper a svg path {
  fill: var(--white);
}
.container__is-content-wrapper a:hover::before {
  opacity: 1;
}
.container__is-content-wrapper a:hover {
  color: var(--white);
}
.container__is-content-wrapper a:hover span {
  color: var(--white);
}
.container__is-content-wrapper a:hover svg path {
  fill: var(--white);
}
.about-section p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--dark-gray);
  margin-top: 4rem;
  margin-bottom: 4.75rem;
}
.container__ellipse {
  height: 38.5rem;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(158, 170, 237, 0.35) 51.92%,
    rgba(255, 255, 255, 0.35) 100%
  );
  filter: blur(150px);
  z-index: -1;

  transform: translate(-50%, -50%);
}
.gallery-section h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.gallery-img {
  border-radius: 2rem;
  height: 16rem;
}
.gallery-img img {
  object-fit: cover;
}
.certificate-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.5rem;
  background-color: var(--white);
  z-index: 0;
}
.certificate-section p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--dark-gray);
  margin-top: 3rem;
  margin-bottom: 10.5rem;
}
.certificate-section img {
  width: 100%;
  z-index: 1;
}
.program-section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;

  overflow-x: clip;
}
.program-section .container {
  z-index: 1;
}
.program-section h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--black);
}
.program-section p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--dark-gray);
}
.program-section p:first-of-type {
}
.program-section p:last-of-type {
  margin-bottom: 3rem;
}
.program-section a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  padding: 1.25rem 1.75rem;
  border-radius: 0.625rem;
  width: fit-content;
}
.program-section a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.program-section a span,
.program-section a svg {
  position: relative;
  z-index: 1;
}
.program-section a svg path {
  fill: var(--white);
}
.program-section a:hover::before {
  opacity: 1;
}
.program-section a:hover {
  color: var(--white);
}
.program-section a:hover span {
  color: var(--white);
}
.program-section a:hover svg path {
  fill: var(--white);
}
.program-section__ellipse {
  width: 62.25rem;
  height: 33.75rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(158, 170, 237, 0.35) 51.92%,
    rgba(255, 255, 255, 0.35) 100%
  );
  filter: blur(150px);

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 0;
}
@media (max-width: 464px) {
  .gallery-section .col-6 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-section h1 {
    width: 18rem;
  }
  .program-section h1 {
    width: 16rem;
  }
}
@media (min-width: 768px) {
  .intro-section {
    border-radius: 1rem;
    margin-top: 2.75rem;
  }
  .is-content-wrapper__badge {
    font-size: 1rem;
    padding: 0.5rem 1.75rem;
    margin-bottom: 2.5rem;
  }
  .container__is-content-wrapper h1 {
    font-size: 1.875rem;
    font-weight: 500;
  }
  .container__is-content-wrapper h2 {
    margin-bottom: 2.5rem;
  }
  .about-section p {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .gallery-section h1 {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 2rem;
    width: 30rem;
  }
  .certificate-section::before {
    height: 12.5rem;
  }
  .certificate-section p {
    margin-top: 6rem;
    margin-bottom: 4.25rem;
  }
  .certificate-section img {
    width: 36rem;
  }
  .program-section h1 {
    font-size: 1.875rem;
    font-weight: 500;
    width: initial;
  }
  .program-section p:first-of-type {
    width: 30rem;
  }
  .program-section p:last-of-type {
    width: 24rem;
  }
  .program-section {
    padding-bottom: 6.75rem;
  }
}
@media (min-width: 992px) {
  .intro-section {
    background-image: url("https://www.nysora.com/wp-content/uploads/2026/02/hero-section-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2rem;
  }
  .intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
  }
  .container__is-content-wrapper {
    width: 50%;
    padding-top: 21.25rem;
    padding-bottom: 5.5rem;
    z-index: 1;
  }
  .is-content-wrapper__badge {
    margin-top: 0;
    color: var(--white);
  }
  .container__is-content-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
  }
  .container__is-content-wrapper h2 {
    color: var(--white);
  }
  .container__is-content-wrapper a {
    font-size: 1.25rem;
    color: var(--black);
    background: var(--white);

    left: initial;
    transform: initial;
    overflow: hidden;
  }
  .container__is-content-wrapper a::before {
    background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  }
  .container__is-content-wrapper a span,
  .container__is-content-wrapper a svg {
    position: relative;
    z-index: 1;
  }
  .container__is-content-wrapper a svg path {
    fill: var(--black);
  }
  .container__is-content-wrapper a:hover::before {
    opacity: 1;
  }
  .about-section p {
    width: 46rem;
  }
  .certificate-section p {
    margin-top: 7rem;
    margin-bottom: 5rem;
    width: 46rem;
  }
  .certificate-section::before {
    height: 14.5rem;
  }
  .program-section {
    padding-bottom: 6rem;
  }
  .program-section p:first-of-type {
    width: 42rem;
  }
  .program-section p:last-of-type {
    width: initial;
  }
  .program-section__ellipse {
    transform: initial;

    top: -20rem;
    left: -40rem;
  }
}
