.hero-section {
    height: 100vh;
    background: url("../img/date-and-deadlines/bg-banner-about-deadlines.webp") no-repeat center
    center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.overlay {
        position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -1px;
    left: -1px;
    overflow: hidden;
    mix-blend-mode: multiply;
    inset: 0;
    
}

.overlay svg {
    width: 100%;
    height: 100%;
}
.play-button .play-circle {
    width: 60px;
    height: 60px;
    background-color: #7ac943; /* yeşil */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: auto;
}

.play-button .play-triangle {
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.scroll-down-arrow i {
    font-size: 2rem;
    animation: bounceDown 2s infinite;
    color: #fff;
}

/* Bounce animation */
@keyframes bounceDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(10px);
    }
    60% {
        transform: translateY(5px);
    }
}
.scroll-down-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 4;
    outline: none;
}
.scroll-down-arrow svg {
    height: 6.2rem;
    width: 6.2rem;
    position: relative;
    right: 0.7rem;
}

.scroll-down-arrow path {
    fill: #fff;
    opacity: 0.6;
}

.is-style-capitalized {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.hero-title {
    color: #9dceff;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 5.8rem;
}
.hero-title-p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.hvr {
    position: relative;
    overflow: hidden;
    height: 32rem; /* Küçük olanlar için inline override var zaten */
    border: 2px solid #000;
}

.bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: 1;
}

.hvr a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #9dceff;
    border: solid 2px #1d3d69;
    color: #000;
    text-align: center;
    padding: 10px 5px;
    transition: bottom 0.3s ease;
    z-index: 3;
}

.hvr:hover .overlay-info {
    bottom: 0;
}

.overlay-info .name {
    font-weight: bold;
    font-size: 1rem;
}

.overlay-info .title {
    font-size: 0.9rem;
    color: #000;
}

.large-title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
    text-align: center;
}
.block-header p {
    margin: 0 auto;
    margin-bottom: 3.8rem;
    max-width: 80rem;
    margin-top: 1rem;
    color: #fff;
}
.judge-block-section {
    background: url("../img/judges/judge-banner-bg.webp") no-repeat center center;
}
.cta-sponsor-block {
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 10rem;
}
.cta-sponsor-block .white-bar {
    min-height: 13rem;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.cta-sponsor-block .left img {
    left: 4.8rem;
    top: -1.4rem;
}
.cta-sponsor-block img {
    position: absolute;
    width: 11rem;
    height: auto;
    z-index: 2;
}
.cta-sponsor-block .left .text {
    width: 50%;
    padding-left: 18rem;
}
.cta-sponsor-block .small-title {
    color: #000;
    margin: 0;
}
.small-title,
h4 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    margin: 0;
}
.cta-sponsor-block p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.cta-sponsor-block .left .button {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cta-sponsor-block .btn-primary {
    border: solid 1px #000;
    color: #000;
}
.btn-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4.3rem;
    border: solid 1px #a0e79c;
    padding-right: 6rem;
    padding-left: 2.7rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    padding-top: 0.4rem;
    border-radius: 0 !important;
    transition: background 0.2s;
    cursor: pointer;
}
.btn-primary:hover {
    color: #000;
    background-color: #a0e79c;
    font-weight: 700;
    cursor: pointer;
}
.cta-sponsor-block .btn-primary:before {
    background: url('../img/date-and-deadlines/arrow-right-double-black.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-primary:hover:before {
    background: url('../img/date-and-deadlines/arrow-right-double-black.svg');
    position: absolute;
    width: 2.8rem;
    height: 1.8rem;
    right: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.btn-primary:before {
    content: "";
    background: url('../img/date-and-deadlines/arrow-right-double-black.svg');
    position: absolute;
    width: 2.8rem;
    height: 1.8rem;
    right: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.cta-sponsor-block .btn-primary {
    border: solid 1px #000;
    color: #000;
}
.cta-sponsor-block .btn-primary:after {
    border: solid 1px #5180af;
}
.cta-sponsor-block .btn-primary:hover:after {
    z-index: -1;
}
.btn-primary:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -5px;
    right: -5px;
}
.cta-sponsor-block .number {
    margin-left: 4.4rem;
    margin-right: 6rem;
}
.banner-block-h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
