@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&family=Vina+Sans&family=Caveat&family=Bebas+Neue&family=Six+Caps&display=swap');

:root {
    --font_family: 'Pathway Gothic One', 'Times New Roman', Times, serif;
    --secondary_font_family: 'Vina Sans', 'Times New Roman', Times, serif;
    --alternative_font-family: 'Caveat', 'Times New Roman', Times, serif;
}

* {
    margin: 0;
    padding: 0;
    scroll-margin-top: 1rem;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

body {
    background-color: whitesmoke;
    overflow-x: hidden;
    font-family: var(--font_family), 'Times New Roman', Times, serif;
}

.hero_container {
    background: darkslategrey;
}

.hero_container {
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-blend-mode: overlay;
}

.hero_text_container {
    background: url('/Images/hero_container_bg.jpg'), linear-gradient(45deg, black, darkslategrey);
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero_img_container {
    position: absolute;
    bottom: 0;
}


.sub_hero_container {
    width: 100vw;
    background: linear-gradient(45deg, black, darkslategrey);
}

.sub_hero_text_container {
    position: absolute;
}

.hero_text_top_container {
    position: absolute;
    top: 15%;
}

.hero_text_bottom_container {
    position: absolute;
    top: 75%;
    bottom: 25%;
}

.hero_text_slogan {
    font-family: var(--alternative_font-family);
    color: #CFB53B;
    font-size: 5rem;
}

.hero_text_top,
.hero_text_bottom,
.sub_hero_text_top,
.sub_hero_text_bottom {
    color: white;
    font-size: 24.5rem;
    font-family: var(--secondary_font_family);
    line-height: 0.75;
}

.hero_img {
    width: 40%;
    height: auto;
}

.hero_hr {
    background: white;
}

.team_sponsor,
.about_header,
.contact_header,
.exec_header {
    font-family: var(--secondary_font_family);
    font-size: 15rem;
    line-height: 0.75;
    text-align: center;
    margin-bottom: 2rem;
}

.about_text {
    font-size: 1.5rem;
}

.team_container {
    padding: 2rem;
}

.team_header {
    text-align: center;
    font-size: 4rem;
    font-family: var(--font_family);
    text-transform: uppercase;
}

.team_img {
    width: 50%;
}

.team_member_name {
    font-size: 2rem;
}

.service_item {
    text-align: center;
    overflow: hidden;
}

.service_img {
    width: 100%;
    aspect-ratio: 1;
}

.sponsor_img {
    width: 20rem;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.sponsors {
    position: relative;
}


.exec_name {
    font-weight: 700;
    margin: 0;
}

.exec_designation {
    margin: 0;
}

.exec_img_container {
    background-blend-mode: overlay;
    background-size: cover;
}

.service_description {
    font-size: 1.5rem;
    padding: 1rem;
}

.service_container {
    background: rgba(0, 0, 0, 0.8) url('/images/276312043_1744875679183382_7840625012156088629_n.jpg');
}

.service_container_mission {
    background: rgba(0, 0, 0, 0.8) url('/images/277105188_1744875409183409_3373033253174182583_n.jpg');
}

.service_container,
.service_container_mission {
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    min-height: 40vh;
    color: white;
}

.value {
    text-transform: capitalize;
    font-size: 1.5rem;
    text-align: center;
}

.map_contact_container {
    height: 60vh;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
}

.highlight {
    color: #cfb53b;
}

.mission {
    font-size: 1.5rem;
    text-align: right;
}

.contact_container {
    background-image: linear-gradient(to right, white, url('/Images/pexels-johnmark-smith-211291.jpg'));
}

.ftr {
    position: relative;
    background-color: black;
    color: white;
    transition: all ease-in-out 0.3s;
    margin-top: 1rem;
}

.required {
    color: red;
}

.social_icons i {
    color: white;
}

.ftr a:link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
}

.ftr a {
    color: white;
}

.ftr::before {
    content: "";
    position: absolute;
    height: 3rem;
    width: 100%;
    background: whitesmoke;
    top: 0;
    left: 0;
    transform: skew(0deg, 1deg);
    margin-top: -2rem;
}

.ftr a:hover {
    color: #cfb53b;
    transition: all ease-in-out 0.3s;
}

.ftr .fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-text-fill-color: transparent;
    transition: all ease-in-out 0.3s;
    -webkit-background-clip: text;
    background-clip: text;
}

.ftr .fa-twitter:hover {
    color: rgb(29, 161, 242);
    transition: all ease-in-out 0.3s;
}

.ftr .fa-facebook:hover {
    color: #0866FF;
    transition: all ease-in-out 0.3s;
}

.ftr .fa-tiktok:hover {
    text-shadow: 3px -1px #ff3353fc, -1px -3px cyan;
    transition: all ease-in-out 0.3s;
}

.navbar {
    transition: all ease-in-out 0.3s;
}

.nav-link {
    position: relative;
    transition: all ease-in-out 0.3s;
    color: white;
    margin-right: 1rem;
}

.nav-link:hover {
    color: #cfb53b;
}

.nav-link .active {
    color: #cfb53b;
}

.nav-link.active:after {
    width: 100%;
}

.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 2px;
    transition: all ease-in-out 0.5s;
}

.nav-link:hover:after {
    width: 100%;
}

.nav-toggle {
    color: white;
}

.contact_option_header {
    font-size: xx-large;
    text-transform: uppercase;
}

.contact_option {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.contact_option a:link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    color: black;
}

.contact_option .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_option .fa-square-facebook {
    color: #0866FF;
}

.history {
    font-size: 1.2rem;
}

.list-nostyle {
    list-style: none
}

/*MAP*/
.map {
    width: 100%;
    height: 100%;
}

/*FLEX*/
.flex_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex_row_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.glider.draggable {
    overflow: hidden;
}

.sub-ftr {
    background: linear-gradient(to bottom, black 5%, #cfb53b);
}

/*SCROLL DOWN BUTTON*/
.scroll_down a {
    padding-top: 60px;
}

.background_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

.scroll_down a span {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 99;
    background: lightgrey;
}

.scroll_down a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: black;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.card {
    background: none;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*SLIDER*/
.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}

.slider .list {
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}

.slider .list .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 30s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc((30s / var(--quantity)) * (var(--position) - 1) - 30s) !important;
}

.slider .list .item img {
    width: 100%;
    height: auto;
    aspect-ratio: var(--aspect);
    object-fit: contain;
}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

.slider:hover .item {
    animation-play-state: paused !important;
    filter: grayscale(1);
}

.slider .item:hover {
    filter: grayscale(0);
}

.slider[reverse="true"] .item {
    animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}

/*CARD SLIDER*/
.card-slider {
    width: 100%;
    overflow: auto;
    padding: 100px;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background-color: #fff3;
    border-radius: 20px;
}

.card-slider::-webkit-scrollbar {
    width: 0;
}

.card-slider .form {
    width: max-content;
    --left: 0;
    transform: translateX(var(--left));
}

.title {
    padding: 20px 0;
    color: #fff;
    text-shadow: 0 0 10px #0007;
    font-weight: 500;
    font-size: large;
}

.title button {
    border-radius: 20px;
    border: none;
    font-family: system-ui;
}

.card-slider .form .item {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin-right: 20px;
    transform: perspective(10px);
    transform-style: preserve-3d;
}

.card-slider .form .item .content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .5s;
}

.card-slider .form .item .content .des {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(10px);
    color: #fff;
    font-family: var(--font_family);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: black;
    text-align: center;
}

.card-slider .form .item .content .des button {
    background-color: #eee;
    border: none;
    border-radius: 10px;
    font-size: small;
}

.card-slider .form.left .item .content {
    transform: rotateY(-1deg) scale(0.8);
}

.card-slider .form.right .item .content {
    transform: rotateY(1deg) scale(0.8);
}

.card-slider .form .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 768px) {

    .hero_text_top,
    .hero_text_bottom,
    .sub_hero_text_top,
    .sub_hero_text_bottom {
        font-size: 4.5rem;
    }

    .hero_img_container {
        border: none
    }

    .hero_text_container {
        text-align: center;
        height: 30vh;
        background-size: contain;
    }

    .about_text {
        font-size: 1rem;
    }

    .team_member_detail {
        text-align: center;
    }

    .service_container {
        padding: 1rem;
    }

    .team_container {
        padding: 0;
    }

    .mission {
        text-align: center;
        font-size: 1rem;
    }

    .service_container,
    .service_container_mission {
        background-size: cover;
        background-attachment: scroll;
        background-blend-mode: overlay;
        min-height: 40vh;
        color: white;
    }

    .team_sponsor,
    .about_header,
    .contact_header,
    .exec_header {
        font-family: var(--secondary_font_family);
        font-size: 6rem;
        line-height: 0.75;
        margin-bottom: 2rem;
        text-align: center;
    }

    .ftr {
        margin-top: 1rem;
    }

    .map_contact_container::after,
    .ftr::before,
    .hero_text_container::after {
        display: none;
    }

    .scroll_down a span {
        bottom: 0
    }

    .hero_img {
        width: 50%;
        height: auto;
    }

    .hero_text_slogan {
        font-family: var(--alternative_font-family);
        color: #CFB53B;
        font-size: 2rem;
    }
}