
/* Animation */

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* Animation */

/* ================================
   FUTURA FONT
================================ */

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FutuMd.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FutuMd.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FutuBd.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FutuMdIt.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FutuBdIt.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* ================================
   GLOBAL FONT
================================ */

* {
    font-family: 'Futura', sans-serif;
}


/* ================================
   HEADINGS
================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura', sans-serif !important;
    font-weight: 700 !important;
    text-align: center;
}


/* ================================
   NORMAL TEXT
================================ */

p {
    font-family: 'Futura', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px;
}


a:hover{
    text-decoration: none;
    color: #fff;
}

.big_para{
    font-size: 32px;
}

.color_white{
    color: #fff;
}

.color_purple{
    color: #410039;
}

.main_heading{
    font-size: 26px;
    line-height: 45px;
}

.upper_lower_margin {
    margin: 60px 0;
}

td, th {padding-left: 10px;}

.twitter-x:before {
    content: "X";
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1px;
}

.bg_all{
    background: linear-gradient(90deg, #07002d 0%, #3a003e 45%, #7a003f 100%);
}

.bg_color_padding {
    padding: 50px 0;
}


.main-header {
    width: 100%;
}

.main-header .navbar {
    min-height: 120px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.header-container {
    width: 100%;
    padding: 0 30px;
}

.header-container a {
    font-size: 26px !important;
}

/* Logo */
.main-header .navbar-brand.header-logo {
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
}


/* Menu */
.main-header .navbar-nav {
    margin: 0;
}

.main-header .navbar-nav > li > a {
    height: 120px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.main-header a:hover,
.main-header a:focus {
    background: transparent !important;
    opacity: 0.75;
}


/* Hamburger */
.main-header .navbar-toggle {
    margin-top: 24px;
    margin-right: 0;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
}

.main-header .navbar-toggle:hover,
.main-header .navbar-toggle:focus {
    background: rgba(255,255,255,0.1);
}

.main-header .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* Tablet */
@media (max-width: 1199px) {

    .main-header .navbar {
        min-height: 100px;
    }

    .main-header .navbar-brand.header-logo {
        height: 100px;
        font-size: 22px;
    }

    .main-header .navbar-nav > li > a {
        height: 100px;
        padding-left: 30px;
        font-size: 20px;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .main-header .navbar {
        min-height: 70px;
    }

    .header-container {
        padding: 0 26px;
    }

    .main-header .navbar-brand.header-logo {
        height: 70px;
        font-size: 24px;
    }

    .main-header .navbar-toggle {
        margin-top: 17px;
    }

    /* Mobile Menu */
    .main-header .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,0.15);
        box-shadow: none;
    }

    .main-header .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .main-header .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .main-header .navbar-nav > li > a {
        width: 100%;
        height: auto;

        display: block;

        padding: 14px 5px;

        font-size: 19px;
    }

    .header-container a{
        font-size: 18px !important;
    }

    .main_heading {
        font-size: 24px;
        line-height: 28px;
    }

    .big_para {
        font-size: 24px;
        margin-top: 20px;
    }   

    h2, .h2 {
        font-size: 24px;
    }

    .winning-title span:first-child::before,
    .winning-title span:first-child::after,
    .winning-title span:last-child::before,
    .winning-title span:last-child::after {
        display: none;
    }

}

.winning-criteria {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.winning-title {
    width: 38%;
    margin: 0 auto 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Left & Right horizontal lines */
.winning-title span {
    position: relative;
    display: block;
    flex: 1;
    height: 2px;
    margin-top: 12px;
    background: #12002f;
}


/* LEFT vertical line */
.winning-title span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 45px;
    background: #12002f;
}


/* LEFT arrow */
.winning-title span:first-child::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 45px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #6d0044;
}


/* RIGHT vertical line */
.winning-title span:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 45px;
    background: #12002f;
}


/* RIGHT arrow */
.winning-title span:last-child::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 45px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #6d0044;
}

.winning-title h2 {
    margin: 0;
    padding: 0 2px;
    color: #31003f;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

.criteria-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.criteria-item {
    flex: 1;
    display: flex;
    justify-content: center;
    transition: 0.5s ease all;
}

.criteria-item:hover {
    scale: 0.8;
}


.criteria-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {

    .criteria-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .criteria-item {
        flex: 0 0 calc(33.333% - 30px);
    }

    .criteria-item img {
        max-width: 220px;
    }

    .winning-title {
        width: 55%;
    }
}


@media (max-width: 700px) {

    .winning-criteria {
        padding: 10px;
    }

    .winning-title {
        width: 90%;
        margin-bottom: 25px;
    }

    .winning-title h2 {
        font-size: 24px;
    }

    .criteria-wrapper {
        gap: 25px 15px;
    }

    .criteria-item {
        flex: 0 0 calc(50% - 15px);
    }

    .criteria-item img {
        max-width: 200px;
    }
}


@media (max-width: 450px) {

    .winning-title h2 {
        font-size: 26px;
    }

    .criteria-wrapper {
        flex-direction: column;
    }

    .criteria-item {
        flex: 0 0 100%;
        width: 100%;
    }

    .criteria-item img {
        max-width: 230px;
    }
}



.participate_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 60px;
}


.participate {
    flex: 1;
    perspective: 1000px;
    min-width: 0;
}

.participate_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
}

/* Flip on hover */
.participate:hover .participate_inner {
    transform: rotateY(180deg);
}


/* Front & Back */
.participate_front,
.participate_back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}


/* Front */
.participate_front {
    position: relative;
}

.participate_front img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Back */
.participate_back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    background: linear-gradient(
        135deg,
        #12002f 0%,
        #45003f 50%,
        #85003f 100%
    );
    color: #fff;
    transform: rotateY(180deg);
}

.participate_back h3 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
}

.participate_back p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}



.big_banner {
    margin-top: 80px;
}

@media (max-width: 767px) {

    .participate_wrapper {
        flex-direction: column;
    }

    .upper_lower_margin {
        margin: 30px 0;
    }   

    .big_banner {
        margin-top: 50px;
    }   
}



.fee-table-wrapper {
    width: 100%;
    max-width: 1580px;
    margin: 30px auto;
    padding: 4px;
    background: linear-gradient(
        90deg,
        #21003c 0%,
        #4a0045 50%,
        #85003f 100%
    );
    overflow-x: auto;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: #fff;
}

.fee-table th,
.fee-table td {
    border: 2px solid #111;
}

.fee-table th {
    height: 95px;
    padding: 15px 20px;
    color: #21003c;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.fee-table td {
    height: 95px;
    padding: 15px 20px;
    color: #111;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

/* Responsive */

@media (max-width: 767px) {

    .fee-table-wrapper {
        width: 100%;
        overflow-x: visible;
    }

    .fee-table {
        width: 100%;
        display: block;
        border: none;
    }

    .fee-table thead {
        display: none;
    }

    .fee-table tbody {
        display: block;
        width: 100%;
    }

    .fee-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border: 2px solid transparent;
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(
                90deg,
                #21003c 0%,
                #4a0045 50%,
                #85003f 100%
            ) border-box;
    }

    .fee-table tbody td {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 15px;
        text-align: center;
        font-size: 20px;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .fee-table tbody td:last-child {
        border-bottom: none;
    }

    /* Labels */
    .fee-table tbody td:nth-child(1)::before {
        content: "CATEGORY";
    }

    .fee-table tbody td:nth-child(2)::before {
        content: "ICAP MEMBERS";
    }

    .fee-table tbody td:nth-child(3)::before {
        content: "ICAP STUDENTS";
    }

    .fee-table tbody td::before {
        display: block;
        margin-bottom: 6px;
        color: #31003f;
        font-size: 17px;
        font-weight: 700;
    }
}


/* @media (max-width: 900px) {

    .fee-table th {
        height: 75px;
        padding: 12px 10px;
        font-size: 26px;
    }

    .fee-table td {
        height: 75px;
        padding: 12px 10px;
        font-size: 26px;
    }
}

@media (max-width: 600px) {

    .fee-table {
        min-width: 650px;
    }

    .fee-table th {
        font-size: 22px;
    }

    .fee-table td {
        font-size: 22px;
    }

    .fee-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 400px) {

    .fee-table {
        min-width: 600px;
    }

    .fee-table th {
        font-size: 19px;
    }

    .fee-table td {
        font-size: 19px;
    }
} */



.event-dates {
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    display: flex;
    gap: 100px;
}

.event-box {
    flex: 1;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* .event-box h3 {
    margin: 0 0 25px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}
*/
.event-box p {
    font-size: 24px;
    line-height: 1.2;
} 

/* Tablet */
@media (max-width: 1000px) {

    .event-dates {
        gap: 40px;
    }

    .event-box {
        min-height: 150px;
    }

    /* .event-box h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .event-box p {
        font-size: 28px;
    } */
}

/* Mobile */
@media (max-width: 650px) {

    .event-dates {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .event-box {
        width: 100%;
        min-height: 150px;
        padding: 25px 15px;
    }

    /* .event-box h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .event-box p {
        font-size: 22px;
    } */
}

/* Small Mobile */
@media (max-width: 400px) {

    .event-box h3 {
        font-size: 23px;
    }

    .event-box p {
        font-size: 19px;
    }
}


footer {
    margin-top: 100px;
}

.site-footer {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
}

/* Social Icons */
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 40px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #18002f;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
}

/* Privacy Policy */
.privacy-link {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 42px;
}

/* Copyright */
.copyright {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 900px) {

    .site-footer {
        min-height: 250px;
        padding: 25px 20px 40px;
    }

    .footer-social {
        margin-bottom: 30px;
    }

    .privacy-link {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .copyright {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .site-footer {
        min-height: auto;
        padding: 25px 15px 35px;
    }

    .footer-social {
        gap: 12px;
        margin-bottom: 28px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .privacy-link {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .copyright {
        font-size: 20px;
        line-height: 1.4;
    }
}

/* Small Mobile */
@media (max-width: 400px) {

    .footer-social {
        gap: 9px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .privacy-link {
        font-size: 21px;
    }

    .copyright {
        font-size: 17px;
    }
}