@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

:root {
    --font-main: "Poppins", serif;
    --font-alt: "Red Rose", serif;
    --scroll-padding: 10px;
    --color-primary: #DDF2FD;
    --color-alt: #4AB2E6;
    --color-alt2: #F8F1E6D9;
    --font-ink-main: #0B4968;
    --font-ink-alt: #FF9F00;
    --font-ink-head: #222222;
    --border-radius: 10px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .2);
    --shadow-2: 0 6px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    scroll-padding: var(--scroll-padding);
}

a {
    color: inherit;
    text-decoration: none;

}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
}

section {
    padding: 40px 0px;
    /* padding for all individual section*/
}

@media (max-width : 720px) {
    section {
        padding: 40px 0px;
    }
}

/* ================utilities / buttons / others================ */
.container {
    width: min(1200px, 90vw);
    margin-inline: auto;
    padding-inline: 12px;
}

.display {
    display: inline-flex !important;
}

.display-block {
    display: block !important;
}

.btn {
    background-color: var(--color-alt);
    padding: 7px 12px;
    border-radius: var(--border-radius);
    color: white;
    transition: all 300ms linear;
    font-size: 16px !important;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--font-ink-alt);
    color: var(--font-ink-main);
}

hr {
    margin: 0;
}

/* ================top-nav================  */
.top-nav {
    background-color: var(--color-alt);
    font-family: var(--font-alt) !important;
    height: 25px;
    padding: 0 !important;
    /* position: sticky; */
    position: relative;
    z-index: 50;
}

.top-bar,
.top-social,
.old-web {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 15px;
    height: 100%;
}

.top-social,
.old-web {
    gap: 15px;
}

.top-social img {
    height: 17px;
    display: block;
}

.old-web a {
    transition: color 300ms ease;
}

.old-web a:hover {
    color: var(--font-ink-alt);
}


/* ================navigation bar================ */
header {
    background-color: var(--color-primary);
    font-size: 15px;
    color: var(--font-ink-main);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    box-shadow: var(--shadow);
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-bar,
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    gap: 20px;
    font-weight: 600;
}

.nav a img {
    display: none;
}

.nav-bar img {
    height: 90px;
}

.nav-link:hover {
    color: var(--font-ink-alt);
}

.nav-link {
    transition: color 300ms ease;
}

.menu-btn {
    display: none;
    background-color: inherit;
    border: none;
    color: var(--font-ink-main);
    font-size: 30px;
    cursor: pointer;
}

.black-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

/* ================media queries for top bars================ */
@media screen and (max-width : 1050px) {
    .nav a img {
        display: block;
    }

    .nav-bar img,
    .nav a img {
        height: 80px;
    }

    .nav {
        display: none;
        flex-direction: column;
        position: fixed;
        width: 290px;
        padding-top: 20px;
        top: 0;
        left: 0;
        z-index: 50;
        background-color: var(--color-primary);
        height: 100vh;
        justify-content: start;
        gap: 7px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .5);
    }

    .nav .nav-link {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    .menu-btn {
        display: block;
    }
}

@media screen and (max-width : 720px) {
    .top-social {
        display: none;
    }

    .top-bar {
        justify-content: flex-end;
    }

    .old-web,
    .nav,
    .btn {
        font-size: 13px;
    }

    .nav-bar img,
    .nav a img {
        height: 60px;
    }
}

/* ================hero page================  */
.hero {
    background-color: var(--color-primary);
    color: var(--font-ink-main);
    padding: 0px 0px !important;
}

.hero-main {
    line-height: 1.1;
    margin: .25rem 0 1rem;
}

.hero h1 {
    font-size: clamp(30px, 3vw, 45px);
    margin: 0;
}

.date-badge {
    color: var(--font-ink-head);
}

.hero-details {
    padding: 40px 0px;
    position: relative;
}

.hero-sub,
.date-badge,
.timer {
    font-size: 16px;
    font-weight: 600;
}

.hero-tag {
    color: #E8A446;
    font-family: "Allura", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.hero-btn {
    margin-top: 20px;
}

/* timer countdown  */
.countdown {
    max-width: px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    color: var(--font-ink-main);
    max-width: 300px;
    font-weight: 600;
}

.part {
    text-align: center;
    padding: 5px;
}

/* for bannner image */
.hero-banner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-banner img {
    width: 100%;
    padding: 0;
}

/* ================live embeded section================ */
.live-embed {
    overflow: hidden;
    background: linear-gradient(135deg, #1a0a0f 0%, #2d1b26 50%, #1f0d1a 100%);
    position: relative;
}

.animation-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.live-container {
    position: relative;
    z-index: 5;
}

.live-container h2 {
    margin: 0 0 20px;
    text-align: center;
    color: var(--font-ink-alt);
    font-size: 24px;
}

/* grid of live embeds */
.live-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 columns for easier centering */
    place-items: center;
    gap: 30px;
}

.live-card {
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 300ms linear;
    grid-column: span 2;
    /* Each card spans 2 columns (makes 3 cards per row) */
}

.live-card:last-child:nth-child(3n + 1) {
    grid-column: 3 / 5;
    /* Center 1 item in last row */
}

/* Center single item */
/* Center 2 items in last row */
.live-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / 4;
    /* First of the 2 items */
}

.live-card:last-child:nth-child(3n + 2) {
    grid-column: 4 / 6;
    /* Second of the 2 items */
}

@media (max-width : 1030px) {
    .live-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    /* 4 columns for 2-column layout */
    .live-card {
        grid-column: span 2;
    }

    /* Each card spans 2 columns */

    /* Reset 3-column rules */
    .live-card:last-child:nth-child(3n + 1),
    .live-card:last-child:nth-child(3n + 2),
    .live-card:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 2;
    }

    .live-card:last-child:nth-child(2n + 1) {
        grid-column: 2 / 4;
    }

    /* Center 1 item in 2-column layout */
}

@media (max-width : 700px) {
    .live-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-card {
        grid-column: span 2;
    }

    .live-card:last-child:nth-child(2n + 1) {
        grid-column: span 2;
    }
}

.live-card:hover {
    transform: scale(1.02);
    box-shadow:
        0 0 20px rgba(255, 215, 0, 0.4),
        0 0 40px rgba(255, 215, 0, 0.4);
}

.live-img img,
.live-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-start-end-radius: var(--border-radius);
    border-start-start-radius: var(--border-radius);
}

.live-text p,
.live-text {
    padding-bottom: 1px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: var(--font-alt);
    color: var(--font-ink-main);
}

/* popup for live embeds */
.live-popup {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    justify-content: center;
    align-items: center;
    display: none;
}

.popup-display {
    display: flex !important;
}

.popup-container {
    min-width: 200px;
    padding: 10px;
    max-width: 900px;
    height: 360px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
}

.popup-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.popup-close {
    color: white;
    display: inline-block;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: 0;
}

/* ================about section================ */
.about {
    background-color: var(--color-primary);
    padding: 20px 0 !important;
}

.about-bb {
    display: grid;
    grid-template-areas: "abtxt bbimg";
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: auto; */
    gap: 65px;
    justify-content: center;
    align-items: center;
}

.about-txt {
    grid-area: abtxt;
}

.about-txt h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
}

.about-txt p {
    font-size: 15px;
    color: var(--font-ink-head);
    line-height: 1.6;
    margin-top: 0;
}

.about-img {
    padding: 0;
    margin: 0;
    grid-area: bbimg;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

/* responsiveness for about section */
@media (max-width : 1030px) {
    .about-bb {
        display: grid;
        grid-template-areas: "bbimg" "abtxt";
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

/* ================counter-up section================ */
.counter-up-section {
    background: linear-gradient(90deg, #DDF2FD 0%, #90CAF9 100%);
}

.counter-up {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.counter img {
    height: 60px;
}

.counter {
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 25px;
    line-height: 1.6;
    transition: all 300ms linear;
    border-radius: var(--border-radius);
    border: 1px solid rgb(255, 255, 255);
}

.counter span {
    font-size: 12px;
    color: var(--font-ink-head);
}

.target {
    font-size: 25px;
    color: var(--font-ink-main);
    font-weight: 600;
}

.target::after {
    content: "+";
}

/* ================speakers section from (DB)================ */
.speaker-section {
    background-color: var(--color-primary);
    text-align: center;
    padding: 40px 0 50px !important;
}

.speaker-section h2 {
    margin: 0 0 20px;
    color: var(--font-ink-main);
    font-size: 24px;
}

.speacker-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    background-color: #F8F1E6;
    border-radius: var(--border-radius);
    width: max-content;
    gap: 50px;
    padding: 10px;
    box-shadow: var(--shadow);
}

.speaker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.speaker-btn {
    font-family: var(--font-main);
    font-weight: 600;
    padding: 10px 7px;
    cursor: pointer;
    background-color: inherit;
    border: none;
    font-size: 14px;
    position: relative;
    transition: color 0.3s cubic-bezier(.4, 0, .2, 1);
}

.speaker-acc {
    margin: 30px 0 0;
}

.speaker-btn::before {
    content: "";
    height: 3px;
    width: 0px;
    background-color: var(--font-ink-alt);
    display: inline-block;
    position: absolute;
    top: 33px;
    left: -1px;
    transition: width 0.3s cubic-bezier(.4, 0, .2, 1);
}

.speaker-btn:hover::before {
    width: 100%;
}

/* class to keep the one selected colored */
.active {
    color: var(--font-ink-alt);
}

.active::before {
    width: 100%;
}

.speakers-show {
    display: grid !important;
}

/*to swap the section*/
#all-speakers {
    width: 100%;
}

/* for all grid container width*/


.grid-speakers {
    width: 100%;
    display: none;
    /* did this for hiding the other sections */
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.speaker-card {
    background-color: white;
    border-radius: var(--border-radius);
    margin: 0;
    padding: 0;
    transition: all 100ms linear;
    width: 100%;
    height: 100%;
    box-shadow: var(--shadow-2);
}

.speaker-card:hover {
    transform: translateY(-5px);
    /*translate up on hover*/
    box-shadow: 0 25px 35px rgba(0, 0, 0, .2);
}

.speaker-img img {
    aspect-ratio: 1/1;
    width:100%;
    object-fit: cover;
    display:block;
    background:#f3f4f6;
    border-bottom:1px solid #eef2f7;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.speaker-text{
    padding: 8px 10px;
}

.speaker-text p {
    font-size: 14px;
    color: var(--font-ink-head);
    font-weight:800;
    margin:.35rem 0 .15rem;
    line-height: 1.15;
    word-wrap: break-word;
}

/* responsive grid for speakers */
@media (max-width : 1180px) {
    .grid-speakers {
        grid-template-columns: repeat(5, 1fr);
        /* 5 grid cards for speakers */
    }
}

@media (max-width : 1000px) {
    .grid-speakers {
        grid-template-columns: repeat(4, 1fr);
        /* 4 grid cards for speakers */
    }
}

@media (max-width : 750px) {
    .grid-speakers {
        grid-template-columns: repeat(3, 1fr);
        /* 3 grid cards for speakers */
        gap: 25px;
    }
}

@media (max-width : 550px) {
    .grid-speakers {
        grid-template-columns: repeat(2, 1fr);
        /* 2 grid cards for speakers */
        gap: 20px;
    }
}

/* for responsive navbar for speakers  */
@media (max-width : 950px) {
    .speacker-navbar {
        flex-direction: column;
        gap: 0;
        margin-bottom: 55px;
        padding: 10px 50px;
    }
}

/* performance section in speakers section */
.performance-container {
    display: none;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 30px auto 0;
}

.performance {
    padding: 10px 15px;
    background-color: white;
    border-radius: var(--border-radius);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    box-shadow: var(--shadow-2);
}

/* the bellow classes will we added using js dynamically */
.performance-st {
    grid-template-areas: "img txt";
}

/* to get image first and text lator*/
.performance-rev {
    grid-template-areas: "txt img";
}

/* to get text first and image lator*/


.performance-des {
    grid-area: txt;
    background-color: inherit;
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.performance-des p {
    font-size: 14px;
    margin: 0 0px 5px;
    /* line-height: 1; */
}

.performance-des h2 {
    margin: 0 0 10px !important;
    font-size: 20px;
}

.performance-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.performance-img img {
    grid-area: img;
    width: 100%;
    border-radius: var(--border-radius);
}

/* responsive ness for smaller width */
@media (max-width : 950px) {
    .speacker-navbar {
        margin: 0 0 20px;
    }
}

@media (max-width : 800px) {
    .performance {
        grid-template-columns: 1fr;
        /* force to make the single column for performance card */
        gap: 15px;
        padding: 10px;
    }

    .performance-st,
    .performance-rev {
        grid-template-areas: "img" "txt";
        /*in single column image first and text lator*/
    }
}

/* ================event schedule section================ */
.event-schedule {
    background-color: var(--color-primary);
}

.event h2 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.event-pdf {
    position: relative;
}

.event-pdf iframe {
    width: 100%;
    height: 520px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.event-sc-btn,
.event-sc-dw-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-family: var(--font-main);
    margin: 0 0 20px;
}

.event-sc-dw-btn {
    margin: 0 !important;
}

.event-btn,
.event-dw-btn {
    font-size: 14px !important;
    border: none;
    font-family: var(--font-main);
}

.event-btn:hover {
    background-color: var(--color-alt);
    color: white;
}

.active-btn {
    background-color: var(--font-ink-alt) !important;
    /*to keep the button active in event section */
}

/* ================partners or sponsership section================ */
.partners {
    background-color: var(--color-primary);
}

.partners h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.partners h3 {
    margin: 0;
    font-size: 17px;
    color: var(--font-ink-head);
    text-align: center;
    margin: 20px 0 16px;
}

.partners-card-special h3 {
    margin: 20px 0 14px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 210px));
    justify-content: center;
    /*used to center the row*/
    gap: 20px;
}

.partners-grid-special {
    /*for the grid with heading for each card*/
    padding: 0 !important;
    margin: 40px 0;
}

.partners-card {
    background-color: white;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-2);
    transition: var(--transition);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.partners-card:hover {
    transform: translateY(-2px);
    border: 2px solid var(--font-ink-alt);
}

/*for the partner card available in special grid */
.partners-card-special {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 7px;
    width: 100%;
}

.grid-special {
    width: 100%;
    padding: 0;
}

.partners-grid img {
    max-height: 60px;
    display: block;
    object-fit: contain;
}

.grid-title-partner {
    grid-template-columns: repeat(auto-fit, 300px) !important;
    /* for bigger logo of title sponser */
}

.grid-title-partner img {
    max-height: 200px;
    width: 100%;
}

/*for smaller partner logos on mobile screen */
@media (max-width : 550px) {

    .partners-grid,
    .grid-title-partner,
    .grid-special {
        grid-template-columns: 250px !important;

    }

    .grid-special {
        padding: 10px;
    }

    .partner-card {
        padding: 14px 16px;
    }

    .partner-grid img {
        max-height: 50px;
    }

    .grid-title-partner img {
        max-height: 150px;
    }
}

/* ================Archive for old edition of events================ */
.old-archives {
    background-color: var(--color-primary);
}

.old-archives h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery h3,
.video-gallary h3 {
    font-size: 17px;
    color: var(--font-ink-head);
    text-align: center;
    margin: 0 0 15px;
    text-align: start;
    width: 100%;
    border-left: 4px solid var(--font-ink-alt);
    padding-left: 5px;
}

.gallery h3 {
    text-align: start;
    width: 100%;
    border-left: 4px solid var(--font-ink-alt);
    padding-left: 5px;
}

.photo-galary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.archive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.photo-card {
    width: 100%;
    padding: 7px;
    background-color: white;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-2);
}

.photo-card img {
    border-radius: var(--border-radius);
    aspect-ratio: 4/3;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* force to 1 colums in smaller width */
@media (max-width : 1000px) {
    .archive-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .photo-card img {
        max-height: 250px;
    }
}

@media (max-width : 750px) {
    .archive-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width : 550px) {
    .archive-grid {
        grid-template-columns: 1fr;
    }

    .photo-card img {
        max-height: 200px;
    }
}

/* video gallery in archive section */
.video-gallary {
    margin-top: 50px;
}

.video-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-iframe iframe {
    aspect-ratio: 16/9;
    height: 420px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

/* slider */
.playlist-slider {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Sliders Wrapper */
.sliders {
    display: flex;
    gap: 20px;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    background-color: white;
    padding: 15px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
}

.sliders::-webkit-scrollbar {
    display: none;
}

/* Chrome, Safari, Opera - Hide scrollbar */


.play-card {
    background-color: white;
    padding: 7px;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
    box-shadow: var(--shadow-2);
}

.play-card img {
    width: auto;
    height: auto;
    max-height: 120px;
    border-radius: inherit;
    transition: all 300ms ease;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.active-slide {
    background-color: var(--font-ink-alt);
}

/*to kepp the select colorc hange*/

/* left and right buttons in slider of playlist section */
.next,
.prev {
    background-color: white;
    font-size: 25px;
    color: var(--color-alt);
    border: 3px solid var(--color-alt);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease !important;
}

.next img,
.prev img {
    width: 100%;
}

.next img {
    transform: rotate(180deg);
}

.next:hover,
.prev:hover {
    background-color: var(--color-alt);
}

@media (max-width : 800px) {
    .video-iframe iframe {
        height: auto;
        width: 100%;
    }

    .next,
    .prev {
        display: none;
    }

    .play-card img {
        max-height: 100px;
    }
}


/* ================testimonials section================ */
.testimonials {
    background-color: var(--color-primary);
}

.test h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.test-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 25px;
}

.test-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 30px !important;
}

.test-head h1 {
    font-size: 30px;
    font-family: var(--font-alt);
    color: var(--font-ink-main);
    line-height: 1.6;
}

.test-cards {
    position: relative;
    padding: 35px 30px;
    display: flex;
    gap: 55px;
    overflow: hidden;
}

.test-card {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    background-color: white;
    justify-content: space-around;
    padding: 30px 20px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.test-quote-image {
    position: absolute;
    border-radius: 50%;
    width: 55px;
    top: -25px;
    left: -25px;
    box-shadow: var(--shadow-2);
}

.test-author,
.test-text {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: 20px;
    box-shadow: var(--shadow-2);
    border-radius: var(--border-radius);
}

.test-author .test-img {
    width: 90px;
    aspect-ratio: 1/1;
    background-color: #0B4968;
    border-radius: 50%;
}

.test-author .test-img img {
    width: 100%;
    border-radius: inherit;
    aspect-ratio: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-author .test-name p {
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: var(--font-ink-head);
    font-weight: 600;
}

.test-text .test-heading h2 {
    font-size: 19px;
    margin: 0;
}

.test-text .test-paragraph p {
    font-size: 14px;
    text-align: center;
    color: var(--font-ink-head);
    padding: 0;
}

/* slider down btn  */
.test-slide-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-btn {
    width: 10px;
    height: 10px;
    background-color: var(--font-ink-main);
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}

.active-test {
    width: 20px !important;
    border-radius: 39%;
}

/* force the containers to shift for smaller screen */
@media (max-width : 920px) {
    .test-container {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .test-head h1 {
        line-height: 1;
        margin: 0;
    }

    .test-author,
    .test-text {
        padding: 5px 10px;
    }

    .test-card {
        gap: 15px;
    }

    .test-quote-image {
        width: 50px;
    }
}

@media (max-width : 620px) {
    .test-head h1 {
        line-height: 1;
        margin: 0;
    }

    .test-card {
        grid-template-columns: 1fr;
        grid-template-areas: "text-txt" "author";
        /* to get text forst and author details lator*/
        padding: 10px;
    }

    .test-author {
        grid-area: author;
    }

    .test-text {
        grid-area: text-txt;
    }

    .test-cards {
        padding: 30px 10px;
    }

    .test-quote-image {
        width: 45px;
        top: -10px;
        left: -10px;
    }
}


/* ================session section================  */
.session-section {
    background-color: var(--color-primary);
}

.session h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.session-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 columns for easier centering */
    gap: 30px;
    padding: 15px;
    place-items: center;
}

.session-card {
    width: 100%;
    padding: 12px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
    transition: all 300ms linear;
    grid-column: span 2;
    /* Each card spans 2 columns (makes 3 cards per row) */
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgb(255, 255, 255);
}

.session-card:hover {
    box-shadow: var(--shadow);
}

.session-card img {
    width: 100%;
    border-radius: var(--border-radius);
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top center;
}

/* Center 1 item in last row */
.session-card:last-child:nth-child(3n + 1) {
    grid-column: 3 / 5;
    /* Center single item */
}

/* Center 2 items in last row */
.session-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / 4;
    /* First of the 2 items */
}

.session-card:last-child:nth-child(3n + 2) {
    grid-column: 4 / 6;
    /* Second of the 2 items */
}

.session-text h3 {
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
    color: var(--font-ink-main);
}

.session-text p {
    font-size: 14px;
    margin-top: 0;
    color: var(--font-ink-head);
}

@media (max-width : 1030px) {
    .session-grid {
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns for 2-column layout */
    }

    .session-card {
        grid-column: span 2;
        /* Each card spans 2 columns */
        padding: 6px;

    }

    /* Reset 3-column rules */
    .session-card:last-child:nth-child(3n + 1),
    .session-card:last-child:nth-child(3n + 2),
    .session-card:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 2;
    }

    .session-card:last-child:nth-child(2n + 1) {
        grid-column: 2 / 4;
        /* Center 1 item in 2-column layout */
    }
}

@media (max-width : 620px) {
    .session-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .session-card {
        grid-column: span 2;
    }

    .session-card:last-child:nth-child(2n + 1) {
        grid-column: span 2;
        /* reset 2 column rules */
    }
}


/* ================venue section================ */
.venue-section {
    background: url("/assets/images/venue-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.venue-section h2 {
    margin-top: 0;
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-alt);
    text-align: center;
}

.venue-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 35px;
}

.venue-map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0px 50px;
    border-radius: var(--border-radius);
}

.map {
    width: 100%;
}

.venue-map .map iframe {
    width: 100%;
    height: 450px;
    border-radius: var(--border-radius);
}

.venue-btn {
    font-size: 14px !important;
    border-radius: 50px !important;
}

.venue-details {
    background-color: var(--color-alt2);
    border-radius: var(--border-radius);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* venue card */

.venue-details h3 {
    margin: 0;
    color: var(--font-ink-main);
    text-align: center;
    font-size: 20px;
}

.venue-icon {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.venue-icon img {
    width: 35px;
    height: 35px;
}

.venue-img {
    max-width: 100%;
}

.venue-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.venue-text p {
    font-size: 14px;
    text-align: center;
    color: var(--font-ink-head);
}

/* forcing the the venue container to single column */
@media (max-width : 1100px) {
    .venue-grid {
        grid-template-columns: 1fr;
    }

    .venue-map {
        padding: 0px 25px;
    }
}

@media (max-width : 700px) {
    .venue-grid {
        grid-template-columns: 1fr;
    }

    .venue-map {
        padding: 0px 0px;
    }
}

@media (max-width : 550px) {
    .venue-details {
        padding: 15px;
    }

    .venue-map .map iframe {
        height: 400px;
    }
}

/* =======================meadia section======================= */
.media {
    background-color: var(--color-primary);
}

.media-container h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.media-prev,
.media-next {
    background-color: white;
    border: 3px solid var(--color-alt);
    background-color: white;
    font-size: 25px;
    color: var(--color-alt);
    border: 3px solid var(--color-alt);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-prev img,
.media-next img {
    width: 100%;
}

.media-next img {
    transform: rotate(180deg);
}

/* card */
.media-slider {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.media-track {
    padding: 20px 0px;
    gap: 30px;
    display: flex;
    animation: scroll 10s infinite linear;
    padding-right: 30px;
}

.media-slider:hover .media-track {
    animation-play-state: paused;
}

.media-card {
    flex: 0 0 300px;
    display: block;
    min-width: 300px;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
    transition: all 300ms ease;
}

.media-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-10px);
}

.media-img img {
    min-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.media-details {
    font-size: 14px;
    color: var(--font-ink-head);
    padding: 0px 10px 10px;
}

.media-link {
    font-weight: 200;
    font-size: 13px;
    color: gray;
    margin: 0;
    margin-top: 10px;
}

.media-des {
    margin: 10px 0px;
}

/* smaller media card for smaller width */
@media (max-width : 600px) {
    .media-card {
        min-width: 270px;
        flex: 0 0 270px;
    }
}

/* ================contact section================ */
.contact {
    background-color: var(--color-primary);
    padding: 20px 0;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-details,
.brand-logo,
.brand-social,
.contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.brand-details {
    gap: 20px;
}

.brand-details h3 {
    font-size: 16px;
    color: var(--font-ink-main);
    margin: 20px 0px 0px;
}

.brand-logo {
    width: 170px;
}

.brand-logo img {
    width: 100%;
}

.brand-social {
    flex-direction: row;
    gap: 15px;
}

.brand-social img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.brand-social a {
    padding: 0;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-social a:hover {
    transform: scale(1.1) rotate(25deg);
}

/* contact address */
.contact-details {
    text-align: start;
    gap: 15px;
    align-items: end;
}

.contact-details h2 {
    margin: 0 0 5px;
    font-size: 24px;
    color: var(--font-ink-main);
    text-align: center;
}

.contact-details p,
.contact-details a {
    margin: 0;
    font-size: 14px;
    color: var(--font-ink-head);
    transition: all 300ms ease;
}

.contact-details p:hover,
.contact-details a:hover {
    color: var(--font-ink-alt);
    transform: translateX(-5px);
}

/* ================footer of the page================ */
footer {
    padding: 20px 0px;
    background-color: var(--color-alt);
}

footer p {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

footer p a {
    color: var(--font-ink-main);
    transition: all 300ms ease;
}

footer p a:hover {
    color: var(--font-ink-alt);
}

.footer-hashtag-container {
    width: 100%;
}

.footer-hashtag {
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    font-size: clamp(2rem, 8vw + 1rem, 15rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 900;
    color: transparent;
    background-clip: text;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, var(--color-alt) 80%, var(--color-alt) 100%);
}

/* forcing to wrap in the columsn for mobile display */
@media (max-width : 700px) {
    .contact-container {
        flex-direction: column-reverse;
        gap: 60px;
    }

    footer p {
        font-size: 12px;
    }

    .contact-details {
        align-items: center;
        gap: 10px;
    }

    .brand-details h3 {
        margin: 5px 0px 0px;
    }

    footer {
        padding: 20px 0px;
    }
}


/* ================extra tweeks for mobile resolution================*/
@media (max-width : 720px) {

    .live-container h2,
    .about-bb h2,
    .speaker-container h2,
    .event h2,
    .partners h2,
    .archive h2,
    .test h2,
    .session h2,
    .venue-container h2,
    .media-container h2,
    .contact-details h2 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width : 720px) {

    /* for hero grid section */
    .date-badge,
    .countdown,
    .hero-sub,
    .live-title {
        font-size: 14px;
    }

    .about-txt p {
        font-size: 14px;
    }

    /* counter up section */
    .target {
        font-size: 20px;
    }

    .counter {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    /* speaker section */
    .speacker-navbar {
        margin: 0px 0px 15px;
    }

    .speaker-section {
        padding: 40px 0 50px;
    }

    .performance-des h2 {
        font-size: 16px;
        margin: 0 0 10px !important;
    }

    .performance-des p {
        line-height: 1.2;
        margin-top: 0;
    }

    /* event section */
    .event-btn,
    .event-dw-btn {
        font-size: 13px !important;
    }

    .event-sc-btn {
        gap: 10px;
        padding: 0;
        margin-bottom: 15px !important;
    }

    .event-sc-dw-btn {
        padding: 0;
    }

    .event-pdf iframe {
        margin: 0 0 15px;
    }

    /* partners section */
    .partners h3 {
        font-size: 16px;
        margin: 18px 0 14px;
    }

    .partners-grid-special {
        margin: 0;
    }

    .partner-card {
        min-height: 100px;
        padding: 14px 16px;
    }

    .partners-card-special h3 {
        margin: 0;
    }

    .partners-card-special:first-child h3 {
        margin-top: 18px;
    }

    /* archive section  */
    .archive h3 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    /* testimonials section */
    .test-container {
        margin: 20px 0 0;
    }

    .test-cards {
        padding: 30px 17px 50px;
    }

    .test-head h1 {
        font-size: 24px;
    }

    .test-heading h2 {
        margin: 15px !important;
    }

    .test-paragraph p {
        margin: 0 0 15px;
    }

    /* session section  */
    .session-grid {
        margin-top: 0;
    }

    .session-text h3 {
        font-size: 19px;
    }

    /* venue section  */
    .venue-grid {
        margin: 0;
    }

    .venue-details h3 {
        font-size: 19px;
    }

    .venue-btn {
        font-size: 13px !important;
    }

    /* media section */
    .media-slider {
        margin: 0;
    }

    .media-link {
        font-size: 11px;
    }

    /* contact section */
    .contact-container {
        gap: 30px;
    }

    .brand-logo {
        width: 140px;
    }
}


/* ==================================other page section================================== */
/* terms and condditions section */
.terms-section {
    background-color: var(--color-primary);
    padding: 10px 0 !important;
}

.terms h1 {
    text-align: center;
    color: var(--font-ink-main);
    font-size: 30px;
}

.term-intro {
    color: var(--font-ink-head);
    font-size: 15px;
    background-color: white;
    padding: 8px 10px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
    margin-bottom: 40px;
    border-left: 5px solid var(--color-alt);
}

.condition-container {
    margin: 0px 0 40px;
}

.condition {
    margin: 10px 0;
    box-shadow: var(--shadow-2);
    background-color: white;
    padding: 10px;
    border-radius: var(--border-radius);
    border-left: 5px solid var(--color-alt);
}

.condition h2 {
    color: var(--font-ink-main);
    font-size: 24px;
    margin: 0;
}

.condition ul {
    font-size: 16px;
    margin: 5px 0 15px;
}

/* managing the font size for smaller screen */
@media (max-width : 550px) {
    .terms h1 {
        font-size: 24px;
    }

    .term-intro {
        font-size: 14px;
    }

    .condition h2 {
        font-size: 19px;
    }

    .condition ul {
        font-size: 14px;
    }

    .term-intro {
        margin-bottom: 25px;
    }

    .condition-container {
        margin-bottom: 25px;
    }
}

/* ==================================about-uspage================================== */
.soul-of-south {
    background-color: var(--color-primary);
}

.sos-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    place-items: center;
}

.sos-card {
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sos-card img {
    position: relative;
    background-color: white;
    aspect-ratio: 16/9;
    padding: 70px 150px;
    object-fit: contain;
    object-position: center;
    border: 4px solid var(--color-alt);
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 300ms ease;
}

.sos-card::after {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid var(--color-alt);
    content: "▶";
    color: var(--color-alt);
    width: 100px;
    height: 100px;
    font-size: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    transition: all 300ms ease;
    cursor: pointer;

}

.sos-card:hover::after {
    color: var(--font-ink-alt);
    border: 4px solid var(--font-ink-alt);
}

.sos-text h2 {
    color: var(--font-ink-main);
    margin: 0 0;
    font-size: 24px;
}

.sos-text p {
    font-size: 15px;
}

.sos-text a {
    border-radius: 50px !important;
    margin-top: 25px !important;
}

/* forcing tthe grid to 1 column and increasing the size of image and play button*/
@media (max-width : 950px) {
    .sos-container {
        grid-template-columns: 1fr;
    }

    .sos-card img {
        padding: 45px 110px;
    }

    .sos-text p {
        font-size: 14px;
        margin: 10px 0 15px;
    }

    .sos-card::after {
        width: 75px;
        height: 75px;
        font-size: 55px;
    }
}

@media (max-width : 450px) {
    .sos-card img {
        padding: 25px 70px;
    }

    .sos-card::after {
        width: 55px;
        height: 55px;
        font-size: 40px;
    }
}

/* ==================================popup for above video template ==================================*/
.about-popup {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.about-popup-container {
    position: relative;
    max-width: 1000px;
    max-height: 500px;
    aspect-ratio: 16/9;
}

.about-popup-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.about-popup-close {
    position: absolute;
    top: -50px;
    right: 0px;
    color: white;
    font-size: 45px;
    cursor: pointer;
}

/* position of the close button in popup  */
@media (max-width : 750px) {
    .about-popup-close {
        top: -35px;
        right: 0px;
        font-size: 30px;
    }
}

/* ==================================team section================================== */
.team-section {
    background-color: var(--color-primary);
}

.team h2 {
    text-align: center;
    font-size: 24px;
    color: var(--font-ink-main);
    margin: 0 0 10px;
}

.team h3 {
    font-size: 20px;
    color: var(--font-ink-head);
    margin: 40px 0 10px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 25px;
}

.team-card {
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-2);
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.team-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-7px);
}

.team-card-li {
    background-color: white;
    width: fit-content;
    padding: 10px 50px;
    border-radius: var(--border-radius);
    border-left: 5px solid var(--color-alt);
}

.team-card-li ul {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.team-img {
    aspect-ratio: 4 / 5;
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-name {
    margin: 12px 14px 12px;
    font-size: 14px;
    font-weight: 800;
    color: var(--font-ink-main);
    line-height: 1.12;
    word-break: break-word;
}

/* forcing the team grid in smaller column */
@media (max-width : 1050px) {
    .team-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width : 750px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .team h2 {
        margin: 0;
    }

    .team h3 {
        margin: 20px 0 10px;
    }

    .team-card-li ul {
        font-size: 14px;
    }
}

@media (max-width : 550px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}


/* ==================================speaker description page================================== */
.speaker-description {
    background-color: var(--color-primary);
}

.speaker-des-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 25px;
    justify-items: center;
    align-items: start;
}

.speaker-des-img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #f3f4f6;
    border-radius: var(--border-radius);
}

.speaker-des-img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.speaker-des h2 {
    margin: 0 0 8px;
    font-size: 24px;
    color: var(--font-ink-main);
}

.speaker-des p {
    line-height: 1.6;
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--font-ink-head);
}

@media (max-width : 950px) {
    .speaker-des-grid {
        grid-template-columns: 1fr;
    }

    .speaker-des-img {
        width: clamp(200px, 60vw, 270px);
    }

    .speaker-des h2 {
        font-size: 20px;
    }
}

/* ==================================friends of festival section================================== */
.friends {
    background-color: var(--color-primary);
}

.friends h2 {
    font-size: 30px;
    color: var(--font-ink-main);
    text-align: center;
    margin: 0 0 20px;
}

.friends-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.friends-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-items: center;
    align-items: center;
}

.friends-img {
    width: 100%;
    overflow: hidden;
    width: clamp(300px, 100%, 600px);
    border-radius: var(--border-radius);
}

.friends-img img {
    border-radius: inherit;
    width: 100%;
    object-fit: cover;
    display: block;
    box-shadow: var(--shadow-2);
}

.friends-des h3 {
    font-size: 24px;
    margin: 10px 0 5px;
    color: var(--font-ink-head);
}

.friends-des p {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    color: var(--font-ink-head);
}

.friends-des ul li span {
    font-weight: 600;
}

@media (max-width : 1120px) {
    .friends h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .friends-grid {
        grid-template-columns: 1fr;
        grid-template-areas: "img" "text";
        /* to arrange the images one afthre the other */
        gap: 15px;
        align-items: center;
    }

    .friends-cards {
        gap: 30px;
    }

    .friends-img {
        grid-area: img;
    }

    .friends-des {
        grid-area: text;
    }
}

@media (max-width : 720px) {
    .friends {
        padding: 25px 0 20px;
    }

    .friends-cards {
        gap: 20px;
    }

    .friends h2 {
        font-size: 20px;
    }

    .friends-des p {
        margin: 0 0 10px;
    }

    .friends-des p,
    .friends-des ul li {
        font-size: 14px;
    }

    .friends-des h3 {
        font-size: 19px;
        margin: 0 0 5px;
    }

    .friends-des ul {
        margin-top: 0;
    }
}


/* ==================================404 page not found page================================== */
.page-not-found {
    background-color: var(--color-primary);
    width: 100vw;
    height: 100vh;
}

.page-404 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-404 {
    width: clamp(270px, 60vw, 600px);
    object-fit: cover;
    overflow: hidden;
}

.logo-404 img {
    width: 100%;
}

.page-404 h1 {
    font-family: var(--font-alt);
    color: var(--font-ink-alt);
    font-size: 30px;
    margin: 20px 0 0;
}

.page-404 p {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 16px;
    max-width: 700px;
    text-align: center;
    color: var(--font-ink-head);
}

.page-404 a {
    font-size: 16px;
    padding: 8px 15px;
}

/* responsive tweeks for smaller screen */
@media (max-width : 750px) {

    .page-404 p,
    .page-404 a {
        font-size: 14px !important;
    }

    .page-404 a {
        padding: 8px 10px;
    }

    .page-404 h1 {
        font-size: 24px;
    }
}