

@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsans-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsansbold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsansblack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



.bannercandidature{
    padding-top: 20vh;
    min-height: 60vh;
    background-color: #0000FE ;
}

.bannercandidature h1 {
    color: white;
    font-family: 'gapsans';
    font-size: 2.5vw;
}
.announcement{
    padding-top: 50px;
    transform: translateY(-20%);

}

.candidature-announcement-text{
    transform: translateY(20%);
    padding: 3vw;
    padding-bottom: 0;
}
.candidature-para-title{
    font-family: 'gapsans';
    color: black;
    font-weight: bold;

}

.candidature-para{
    font-family: 'satoshi';
    margin-top: 40px;
}

.candidature-para.no-wrap {
    /* margin-top: 5vw; */
    width: 70vw;
}
.no-margin{
    margin: 0;
}
.lr-padding{
    padding-left: 3vw;
}
.fake-gif {
    /* transform: translateY(-8vw); */
    display: inline-block; /* Ensures the parent resizes to fit its content */
  
    width: 100%; /* Set slider width */
    height: fit-content; /* Set slider height */
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .fake-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 0.01s ease-in-out;
  }

  .fake-gif img.active {
    opacity: 1;
    position: relative;
  }
.button-section{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.big-blue-button{
    background-color: #0000FE;
    color: white;
    font-family: 'gapsans';
    border-radius: 10px;
    border: 0;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    
    
}


.big-blue-button.disabled{
    background-color: #ccc;
    pointer-events: none !important;
    
    
}


.kind{
    color: #B84830;
}

.extra-padding{
    padding-left: 40px;
    padding-right: 40px;
}


.splide__slide{
    width: 50vw !important;
    height: 60vh;
    min-width: 400px;
    transition: all 0.3s ease-in-out;
    background-position: center;
    background-size: cover;

}

.splide__slide.is-active.is-visible{

    transform: scale(1.1);
}
.slide-container{
    margin-top: 50px;
}
  @media screen and (max-width: 768px) {

    
.bannercandidature h1 {
    color: white;
    font-family: 'gapsans';
    font-size: 30px;
    padding-left: 3vw;
    padding-right: 3vw;
    margin: 0;
}
    .candidature-para.no-wrap {
        /* margin-top: 5vw; */
        width: 80vw;
    }
    .fake-gif {
        margin-top: 50px;
        transform: translateY(0%);
    }

    .announcement{
        padding-top: 50px;
        transform: translateY(0%);
    
    }
    
    .candidature-announcement-text{
        transform: translateY(0%);
        padding: 3vw;
        padding-bottom: 0;
    }

  }