@layer layouts {
  /* =====================
  SECTION: Hero
  ====================== */

  .committee_head {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: var(--fs-sub-title);
    font-size: var(--fs-caption);
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    border-radius: 10px;
    line-height: 1;
  }

  .committee_head::before,
  .committee_head::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5vw;
    top: 50%;
    background: var(--primary-color);
  }

  .committee_head::before {
    right: -5vw;
  }

  .committee_head::after {
    left: -5vw;
  }

  /* =====================
  SECTION: Hero
  ====================== */
  .hero {
    background: rgba(var(--primary-color-rgb), 0.15);
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/hero-bg.webp") no-repeat center/cover;
    z-index: -1;
  }

  .hero .title {
    font-size: var(--fs-large-banner);
    font-weight: 800;
    color: var(--primary-color);
  }

  .hero .info span:last-of-type {
    color: var(--secondary-color);
  }

  /* =====================
  SECTION: Timer
  ====================== */
  /* .countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    transform: translateX(-50%);
    z-index: 1;
  }

  .countdown li {
    padding: 0.5rem;
    padding: 1rem;
    background: var(--secondary-color);
    background: var(--grad);
  }

  .countdown li:first-of-type {
    border-radius: 50vw 0 0 50vw;
  }

  .countdown li:last-of-type {
    border-radius: 0 50vw 50vw 0;
  }

  .countdown li span {
    display: block;
    text-transform: uppercase;
    color: var(--bs-light);
  }

  .countdown li .time {
    font-size: var(--fs-sub-title);
    font-size: var(--fs-small-banner);
    font-weight: 900;
    color: var(--primary-color);
    color: var(--accent-color);
  }

  .countdown li .timeRef {
    font-size: var(--fs-small);
  } */

  .countdown {
    background: url(../images/bg/countdown.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* .event-counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
  } */
  .event-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
  }

  .event-counter li {
    --white-color: #ffffff;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    padding: 15px 5px;
    position: relative;
    /* margin-top: 1rem; */
    z-index: 2;
    min-width: 105px;
    background: none;
    backdrop-filter: blur(5px);
  }

  .count-li-f {
    background: #fa9900;
  }

  .count-li-s {
    background: #fec305;
  }

  .count-li-t {
    background: #9fc113;
  }

  .count-li-l {
    background: #1d9edb;
  }

  .event-counter .count-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }

  .event-counter .count-name {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    color: #000;
  }

  .countdown-area {
    padding: 60px;
    border-radius: 35px;
  }

  /* =====================
  SECTION: ABOUT
  ====================== */

  .welcome {
    background: url(../images/bg/bg2.webp);
    background: url(../images/bg/bg5.png);
    background-repeat: repeat;
    /* background-size: cover; */
    /* background-position: top center; */
  }

  /* =====================
  SECTION: Resources
  ====================== */
  /* .resources {
    background: var(--primary-color);
  } */

  .resource__item {
    --mouse-x: 0;
    --mouse-y: 0;
    --roundness: 0.5rem;
    padding-block: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--roundness);
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .resource__item::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(45deg,
        rgba(var(--secondary-color-rgb), 0.75),
        rgba(var(--secondary-color-rgb), 0.5));
    border-radius: var(--roundness);
    z-index: -1;
  }

  .resource__item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),
        color-mix(in srgb, rgb(var(--secondary-color-rgb)) 50%, white 75%),
        transparent 50%);
    z-index: -2;
    opacity: 0;
  }

  .resources:hover .resource__item::after {
    opacity: 1;
  }

  .resource__title {
    text-transform: capitalize;
    font-size: var(--fs-lead);
    font-weight: 500;
    color: var(--bs-light);
  }

  /* =====================
  SECTION: Committee
  ====================== */

  .committee .glide__track {
    /* overflow: visible; */
    mask-image: linear-gradient(to right,
        transparent 5%,
        #000 60%,
        transparent 95%);
  }

  .committee .committee__info {
    position: relative;
  }

  /* =====================
  SECTION: Profile
  ====================== */
  .profile__content {
    text-align: center;
  }

  .profile__image img {
    border-radius: 50%;
    width: 196px;
  }

  .profile__info .name {
    display: block;
    font-size: var(--fs-lead);
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
    margin-top: 0.5rem;
  }

  /* =====================
  SECTION: Registration Box
  ====================== */

  /* .registraton__info {
    background: var(--primary-color);
  } */

  .registraton__info .card {
    border: none;
    padding-block: 3rem;
    overflow: hidden;
    background: var(--primary-color);
  }

  .registraton__info .card::before,
  .registraton__info .card::after {
    content: "";
    position: absolute;
    width: 4rem;
    aspect-ratio: 1;
    background: var(--primary-color);
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
  }

  .registraton__info .card::before {
    top: -3rem;
    left: 50%;
  }

  .registraton__info .card::after {
    bottom: -3rem;
    left: 50%;
  }

  .registraton__info .card-header {
    background: transparent;
    border: none;
    font-size: var(--fs-small-banner);
    font-size: var(--fs-sub-title);
    font-weight: 500;
    color: var(--primary-color);
    color: var(--secondary-color);
  }

  .registraton__info tr {
    border-color: var(--secondary-color);
  }

  .registraton__info th {
    background: var(--primary-color);
    color: var(--bs-light);
  }

  .registraton__info td {
    background: var(--primary-color);
    color: var(--bs-light);
  }

  /* =====================
  SECTION: Venue
  ====================== */
  .venue .card {
    border: none;
    background: #f1f3f4;
    position: relative;
    padding-inline-start: 1.5rem;
    padding-block: 0.5rem;
  }

  .venue .card .bi {
    position: absolute;
    font-size: calc(var(--fs-small-banner) / 1.5);
    left: calc(var(--fs-small-banner) / -2);
    top: 15%;
    transform: translateY(-50%);
    color: #fff;
  }

  .venue .card .bi::before {
    background: var(--primary-color);
    padding: 0.5rem;
    border-radius: 50%;
  }

  /* =====================
    SECTION:  COMMITTEE
    ====================== */

  .highlights {
    text-align: center;
    background-color: var(--primary-color);
    background-image: url(../images/bg/bg5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    /* background-attachment: fixed; */
  }

  .highlights ul li span {
    color: var(--secondary-color);
    color: var(--bs-light);
  }

  .conf__highlights {
    text-align: center;
  }

  .conf__highlights ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .conf__highlights ul li {
    padding: 1rem;
    display: flex;
    font-size: var(--fs-sub-title);
    font-weight: bold;
    line-height: 34px;
    width: 49%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: #ffffff1a;
    backdrop-filter: blur(3px);
    border-radius: 1rem;
    /* margin: 10px ; */
  }

  .conf__highlights ul li:nth-child(odd) {
    justify-content: end;
    text-align: right;
  }

  .conf__highlights ul li i {
    color: #fff;
    font-size: 32px;
  }

  .conf__highlights ul li .icon-box {
    background: var(--theme-clr3);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0 1rem;
    border-radius: 0.8rem;
  }

  .conf__highlights ul li:nth-child(1) .icon-box {
    background: #2196f3;
  }

  .conf__highlights ul li:nth-child(2) .icon-box {
    background: #ff5003;
  }

  .conf__highlights ul li:nth-child(3) .icon-box {
    background: #ff8e00;
  }

  .conf__highlights ul li:nth-child(4) .icon-box {
    background: #8bc34a;
  }

  .conf__highlights ul li:nth-child(5) .icon-box {
    background: #9c27b0;
  }

  .conf__highlights ul li:nth-child(6) .icon-box {
    background: #ff9800;
  }

  .conf__highlights ul li:nth-child(7) .icon-box {
    background: #d72638;
  }

  .conf__highlights ul li:nth-child(8) .icon-box {
    background: #7a8b99;
  }

  .conf__highlights ul li:nth-child(9) .icon-box {
    background: #3f88c5;
  }

  .conf__highlights ul li:nth-child(10) .icon-box {
    background: #1f1300;
    background: #643e00;
  }

  /* =====================
    SECTION:  COMMITTEE
    ====================== */

  .committee {
    text-align: center;
  }

  .committee img {
    border-radius: 50%;
    padding: 5px;
    border: 5px inset var(--secondary-color);
    margin-bottom: 7px;
    width: 150px;
  }

  .committee__name {
    font-size: var(--fs-lead);
    /* font-weight: 700; */
    color: var(--primary-color);
  }

  .committee__desg {
    font-weight: 700;
  }

  .committee__place {
    font-style: italic;
  }

  /* QUICK LINKS */

  .quick-links .icon {
    color: var(--theme-dark);
    width: 70px;
    text-align: center;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    /*border-right: 1px dashed var(--bs-gray-200);*/
  }

  .quick-links a p {
    margin: 0;
    padding: 1.3rem 1rem;
    color: var(--theme-dark);
  }

  .quick-links ul {
    display: flex;
    flex-wrap: wrap;
  }

  .quick-links a {
    display: flex;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    /*border-right: 1px solid var(--bs-gray-200);*/
    text-transform: uppercase;
    transition: 0.3s;
    padding: 10px 0;
  }

  .quick-links .clr1 {
    /* background: #030059; */
    background: var(--grad);
  }

  .quick-links .clr2 {
    /* background: #030083; */
    background: var(--grad);
  }

  .quick-links .clr3 {
    /* background: #278036; */
    background: var(--grad);
  }

  .quick-links .clr4 {
    /* background: #41a950; */
    background: var(--grad);
  }

  /*  */

  /*quick-box*/

  .quick-links-top {
    /* position: absolute;*/
    width: 100%;
    bottom: 0;
    background: var(--grad-red);
  }

  .quick-links-top li.quick-box {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    color: #fff;
  }

  .quick-links-top li.quick-box .icon-box {
    margin-right: 0.8rem;
  }

  .quick-links-top li.quick-box:nth-child(1) {
    background: var(--grad-green);
  }

  .quick-links-top li.quick-box:nth-child(2) {
    background: var(--grad-yellow);
    background: rgb(255 255 255 / 15%);
  }

  .quick-links-top li.timer {
    background: var(--grad-orange);
  }

  .quick-links-top li p {
    margin-bottom: 0;
  }

  /*  */

  .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
  }

  .countdown li {
    width: 16%;
    margin: 0;
    padding: 2rem 0.5rem;
    border-radius: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    /* background: rgb(255 255 255 / 85%); */
  }

  .countdown .time {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }

  .countdown .timeRef {
    display: block;
    font-weight: 600;
    color: #ffffff;
    padding: 0;
    margin: 0;
    margin-top: 5px;
  }

  .committee__page .committee__info {
    padding: 10px;
    border-radius: 10px;
    background: rgba(var(--secondary-color-rgb), 0.15);
    border: 1px solid var(--secondary-color);
  }

  .starburst {
    position: absolute;
    top: -20%;
    left: -3%;
    width: 110px;
    transform: rotate(345deg);
    background: var(--primary-color);
    /* adjust to control the size */
    aspect-ratio: 1;
    clip-path: polygon(100% 50%, 90.57% 60.87%, 93.3% 75%, 79.7% 79.7%, 75% 93.3%, 60.87% 90.57%, 50% 100%, 39.13% 90.57%, 25% 93.3%, 20.3% 79.7%, 6.7% 75%, 9.43% 60.87%, 0% 50%, 9.43% 39.13%, 6.7% 25%, 20.3% 20.3%, 25% 6.7%, 39.13% 9.43%, 50% 0%, 60.87% 9.43%, 75% 6.7%, 79.7% 20.3%, 93.3% 25%, 90.57% 39.13%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}