@layer layouts {
  /* =====================
    SECTION: 
    ====================== */
  .left {
    position: absolute;
    left: -10px;
    top: -14%;
    z-index: -1;
  }

  .flower {
    position: absolute;
    left: 36px;
    top: 54px;
    z-index: -1;
    animation: rotateFlower 10s linear infinite;
  }

  @keyframes rotateFlower {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes identifier {
    0% {
      transform: translateX(0);
      clip-path: inset(0 100% 0 0);
    }

    100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
    }
  }

  /* =====================
    SECTION: HERO
    ====================== */
  .hero {
    position: relative;
    z-index: 1;
    isolation: isolate;
  }

  .hero video {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index: 2;
    opacity: 0.1;
  }

  .hero__shape {
    content: "";
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
  }

  .hero .carousel-item {
    min-height: 95svh;
    display: grid;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      --background-ol: linear-gradient(
        to bottom,
        #031313,
        rgb(40 11 114 / 50%)
      );
      background: var(--background-ol);
    }

    & .carousel-caption {
      bottom: 50%;
      transform: translateY(50%);

      & .text-banner {
        line-height: 1.15;

        & span {
          color: var(--secondary-color);
        }
      }
    }
  }

  .carousel__image {
    height: 100%;
    object-fit: cover;
  }

  .hero .carousel-inner .blurry-light {
    position: absolute;
    width: 240px;
    aspect-ratio: 1;
    z-index: 1;
    border-radius: 50%;
    filter: blur(150px);

    &.topStart {
      background: var(--primary-color);
      top: 0;
      left: 0;
      mix-blend-mode: luminosity;
    }

    &.bottomEnd {
      background: var(--secondary-color);
      bottom: 15%;
      right: -10%;
      width: 480px;
      opacity: 0.65;
      mix-blend-mode: hard-light;
    }
  }

  /* =====================
    SECTION: 
    ====================== */

  .countdown {
    border-radius: 12px;
    text-align: center;
    color: #fff;
  }

  .countdown .count-box {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(var(--gray-color-rgb), 1);
    padding: 15px 35px 30px 30px;
    width: 126px;
    height: 126px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    text-align: center;
    position: relative;
    margin: auto;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  .countdown .count-box:hover {
    transform: translateY(-5px);
  }

  .countdown .count-number {
    font-size: var(--fs-small-banner);
    font-weight: bold;
  }

  .countdown .count-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: var(--primary-color);
  }

  .countdown .timeRef {
    display: block;
    color: var(--bs-light);
  }

  /* =====================
    SECTION: 
    ====================== */

  .about__section {
    position: relative;
    z-index: 1;
  }

  .about__section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg/about__bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.1;
    z-index: -1;
  }

  /* =====================
    SECTION: 
    ====================== */

  .committee {
    text-align: center;
  }

  .committee .committee__img img {
    border-radius: 1rem;
    margin-bottom: 0.5rem;
  }

  .committee__name {
    font-size: var(--fs-caption);
    font-family: var(--heading-font);
    color: var(--primary-color);
  }

  .committee__desg {
    font-style: italic;
    font-size: var(--fs-small);
  }

  /* =====================
    SECTION: 
    ====================== */

  .international__faculty__section {
    position: relative;
    background: linear-gradient(to right, #ccc, black);
    z-index: 1;
  }

  .international__faculty__section::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(../images/bg/bg_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.2;
  }

  /* =====================
    SECTION: 
    ====================== */
  .registration__section {
    position: relative;
    z-index: 1;
  }
  .registration__section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg/bg_4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
    opacity: 0.5;
  }
  .Reg__box {
    text-align: center;
    padding: 2rem;
    height: 200px;
    place-content: center;
    position: relative;
  }

  .Reg__top {
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: -10px;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    background-position: center top;
  }

  .Reg__bottom {
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -9px;
    z-index: 1;
    width: 100%;
    height: 10px;
    left: 0px;
    right: 0px;
    background-position: center top;
  }

  .row > div:nth-child(1) .Reg__box {
    background: #e1bef7;
  }

  .row > div:nth-child(2) .Reg__box {
    background: #efffcc;
  }

  .row > div:nth-child(3) .Reg__box {
    background: #ccffe2;
  }

  .row > div:nth-child(4) .Reg__box {
    background: #ffcce9;
  }

  /* =====================
    SECTION: cta
    ====================== */

  .cta {
    position: relative;
    z-index: 1;
    padding: 160px 0;
    background-image: url(../images/bg/bg_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .cta::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg/banner__shape_3.webp);
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top;
    top: 0;
    left: 0;
  }

  .cta::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg/banner__shape_2.webp);
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    bottom: 0;
    left: 0;
  }

  /* =====================
    SECTION: 
    ====================== */
  .venue_section {
    background: url(../images/bg/bg_3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  /* =====================
    SECTION: 
    ====================== */
}
