:root {
    --clr-body: #0F0F0F;
    --clr-section-background: #121212;

    --clr-light: #ffffff;

    --fs-para: 16px;
    --fs-banner-title: 50px;
    --fs-section-title: 30px;
    --fs-contact-title: 24px;
    --section-spacing: 40px;

    --ff-body: 'Poppins', sans-serif;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
    display: none;
}
.ka-list__items li {
    list-style-type: disc;
}

body {
    background-color: var(--clr-body);
    font-size: var(--fs-para);
    font-family: var(--ff-body);
    color: var(--clr-light);
}

ul li {
    list-style: none;
}

.ka-link--white {
    color: var(--clr-light) !important;
}
.ka-header {
    padding: 20px 0;
    background-color: var(--clr-body);
    z-index: 111;
}
.ka-header__nav-link {
    font-size: 16px;
    line-height: 24px;
    color: var(--clr-light) !important;
    position: relative;
}
.ka-header__button {
    padding: 10px 30px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px;
    background: var(--Linear, linear-gradient(78deg, #FF007A 6.7%, #9746FF 47.87%, #0047FF 91.7%));
    border-radius: 8px;
    position: relative;
}
.ka-header__button::before {
    content: "";
    position: absolute;
    background: #0F0F0F;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

.ka-section__hero-banner {
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.ka-hero__banner-title, 
.ka-hero__banner-title h1 {
    font-size: var(--fs-banner-title);
}
.ka-hero__scroll-trigger-text {
    font-size: calc(var(--fs-para) + 8px);
}

.ka-section {
    padding: var(--section-spacing) 0;
}
.ka-section__title {
    font-size: var(--fs-section-title);
    line-height: calc(var(--fs-section-title) + 8px);
}
.ka-section__title-decor img {
    transform: scale(1.1);
    width: 110%;
}
.ka-section--dark {
    background-color: var(--clr-section-background);
}
.ka-section__title-decor--team img {
    width: 80%;
}
.ka-section__title-decor--calendar img {
    margin-top: -15px;
}
.ka-section__title-decor--instruction img {
    margin-top: -32px;
    margin-left: 10px;
}
.ka-section__title-decor-about img {
    width: 60%;
}

.ka-about__date {
    font-size: var(--fs-banner-title);
    line-height: var(--fs-banner-title);
}
.ka-about__date-2 {
    font-size: 40px;
    line-height: 50px;
}
.ka-guideline__icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background-color: #272727;
    margin-bottom: -35px;
    margin-left: 35px;
    position: relative;
}
.ka-guideline__icon img {
    width: 40px;
}
.ka-guideline__content {
    height: calc(100% - 35px);
    border-radius: 16px;
    border: 1px solid #F00;
    padding: 70px 35px 35px;
}
.ka-team__card {
    border-radius: 16px;
    overflow: hidden;
}
.ka-team__card-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 35px);
    background: linear-gradient(325deg, #46FFF4 2.29%, #0085FF 35.94%, #2400FF 88.01%);
    z-index: 0;
    left: 0;
    top: 0;
    transform: skewY(10deg);
    transform-origin: center;
}
.ka-team__card-content {
    padding: 20px 24px 30px;
    margin-top: -30px;
}
.ka-team__card-name {
    font-size: 28px;
}
.ka-team__card-designation {
    font-size: 16px;
}

.ka-section--calendar,
.ka-section__background-image {
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.ka-calendar {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 1.1% 25px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}
.ka-calendar::before {
    content: "";
    background-color: #0F0F0F;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0.95);
    border-radius: 100%;
}
.ka-calendar__day {
    font-size: 30px;
    line-height: 50px;
    transition: all 0.2s ease;
}
.ka-calendar__theme {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: 30px;
    transition: all 0.2s ease;
}
.ka-calendar__inwrap {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ka-calendar:hover .ka-calendar__day {
    opacity: 0;
}
.ka-calendar:hover .ka-calendar__theme {
    font-weight: 700;
    transform: scale(1.8) translateY(-30px);
}

.ka-calendar.red:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/red.svg);
    box-shadow: 0px 0px 28px 0px rgba(255, 0, 0, 0.40);
}
.ka-calendar.orange:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/orange.svg);
    box-shadow: 0px 0px 28px 0px rgba(255, 153, 0, 0.40);
}
.ka-calendar.yellow:hover {
    /* background-color: transparent; */
    background-image: url(./images/theme-calendar/yellow.svg);
    box-shadow: 0px 0px 28px 0px rgba(255, 245, 0, 0.40);
}
.ka-calendar.green:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/green.svg);
    box-shadow: 0px 0px 28px 0px rgba(20, 255, 0, 0.40);
}
.ka-calendar.blue:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/blue.svg);
    box-shadow: 0px 0px 28px 0px rgba(0, 255, 240, 0.40);
}
.ka-calendar.purple:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/purple.svg);
    box-shadow: 0px 0px 28px 0px #1328FF;
}
.ka-calendar.indigo:hover {
    background-color: transparent;
    background-image: url(./images/theme-calendar/indigo.svg);
    box-shadow: 0px 0px 28px 0px rgba(130, 17, 255, 0.40);
}

.ka-section__streak-img-right img {
    margin-bottom: -10px;
}

.ka-contact__box {
    padding: 40px 20px;
    border: 1px solid #FF007A;
    border-radius: 16px;
}
.ka-contact__box-divider {
    margin: 40px 0;
    color: #FF007A;
    opacity: 1;
    height: 0.5px;
}
.ka-contact__box-title {
    font-size: var(--fs-contact-title);
    line-height: calc(var(--fs-contact-title) + 8px);
}
.ka-contact__box-socia-media li {
    margin-right: 25px;
}
.ka-contact__box-socia-media li:last-child {
    margin-right: 0;
}
.ka-contact__box-socia-media img {
    width: 50px;
}
.ka-contact__box-number, 
.ka-contact__box-number a {
    color: rgba(255, 255, 255, 0.50);
}
.ka-contact__box-number a {
    text-decoration: none;
}

.ka-team__card-img {
    height: 280px;
}
.ka-team__card-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

@media (max-width: 991px) {
    .ka-section--calendar {
        background-image: unset !important;
    }
    .ka-section__hero-banner {
        height: 70vh;
        background-image: url(./images/hero-banner/hero-banner.svg);
        background-size: 190%;
        background-position: center;
    }
    .navbar-collapse {
        position: absolute;
        width: calc(100% + 24px);
        top: 77px;
        background: rgb(15, 15, 15);
        left: 0px;
        margin: 0 -12px;
    }
    .ka-header__nav-link {
        padding: 10px 16px !important;
    }
}

@media (min-width: 768px) {
    :root {    
        --fs-para: 18px;
        --fs-banner-title: 80px;
        --fs-section-title: 40px;
        --fs-contact-title: 28px;
        --section-spacing: 60px;    
    }
    .ka-calendar {
        width: 250px;
        height: 250px;
    }
    .ka-calendar__day {
        font-size: 40px;
        line-height: 50px;
    }
    .ka-calendar__theme {
        font-size: 16px;
        line-height: 28px;
    }
    .ka-calendar:hover .ka-calendar__theme {
        transform: scale(1.8) translateY(-43px);
    }
}

@media (min-width: 992px) {
    :root {    
        --fs-para: 20px;
        --fs-banner-title: 120px;
        --fs-section-title: 50px;
        --fs-contact-title: 30px;
        --section-spacing: 100px;    
    }
    .ka-header__nav-link::before {
        content: "";
        position: absolute;
        width: 50%;
        margin: 0 auto;
        height: 2px;
        background: linear-gradient(261deg, #F00 26.63%, rgb(158 0 255) 100.85%);
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 0.2s ease;
    }
    .ka-header__nav-link:hover:before {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .swiper-button-prev {
        left: -50px !important;
    }
    .swiper-button-next {
        right: -50px !important;
    }
    .ka-contact__box {
        padding: 80px 40px;
    }
}





/* ===== BUTTON ===== */
.ka-lang__switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}
.ka-lang__switch .ka-lang__switch-main {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 40px;
    background: var(--Linear, linear-gradient(78deg, #FF007A 6.7%, #9746FF 47.87%, #0047FF 91.7%));
    display: block;
    border-radius: 100px;
    position: relative;
}
.ka-lang__switch .ka-lang__switch-main:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
    z-index: 1;
}
.ka-lang__switch input:checked + .ka-lang__switch-main:after {
    background: #fff;
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.ka-btn {

    font-size: var(--para-fs);

    font-weight: 700;

    padding: 30px 60px;

    color: #ffffff;

    text-transform: uppercase;

    background: var(--secondary-color);

    border-radius: 10px;

    transition: all 0.3s ease;

}

.ka-btn:hover {

    color: #ffffff;

    background: #fd9774;

}

@media (min-width: 580px) {
    .navbar-toggler {
        margin-right: 60px;
    }
}

.ka-lang__switch-wrap {


    line-height: 0;
    z-index: 11;

}




.ka-lang__switch-en, .ka-lang__switch-ta {
    font-size: 13px;
    position: absolute;
    top: 5px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    align-items: center;
    bottom: 0;
    cursor: pointer;
}
.ka-lang__switch-ta {
    right: 10px;
}
.ka-lang__switch-en {
    left: 10px;
}


/* Streaks */
tr, td, thead, th {
    border: 0;
}
.md-table__title, .md-table thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.md-table__profile-data {
    width: 18%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.md-table__profile-data, .md-table__title {
    padding: 30px 10px !important;
}
.md-table__row:nth-child(odd) {
    background: #434343;
}
.md-title__profile-picture {
    width: 50px;
    height: 50px;
    background: #7a7a7a;
    border-radius: 100%;
    overflow: hidden;
}
.md-title__profile-picture img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.md-table__row > th, .md-table__row > td:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
}
.md-table__profile-data--yellow {
    font-weight: 800;
    color: #bb9e34;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {    
 .md-table__container {
    overflow-x: auto;
 }
 .md-table {
    width: 800px;
 }
}
/* Streaks: End */