@font-face {
    font-family: 'GeForce-Bold';
    src: url('GeForce-Bold-Alt.otf');
}
@font-face {
    font-family: 'GeForce-Light';
    src: url('GeForce-Light-Alt.otf');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('./DINPro-Regular.ttf');
}

.special-event{
    background: url('/static/img/landing/morele/special-event/main-image.png') top center no-repeat;
    background-size: cover;
    padding: 120px 0 60px;
}

.dinpro-text{
    font-family: 'DINPro-Regular';
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 auto 60px;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.geforce-text{
    font-family: 'GeForce-Bold';
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin: 30px auto;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.special-event-title{
    font-family: 'GeForce-Bold';
    font-size: 60px;
    line-height: 72px;
    margin: 0 auto;
    color: #76b900;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.image-container{
    margin: 60px auto;
}

.green-text{
    color: #76b900;
}

.counterContainer{
    margin-top: 0;
    min-height: unset;
}

.counterContainer .per-box{
    color: #fff;
    width: 200px;
}

.counterContainer .per-box .per-time{
    font-family: 'GeForce-Bold';
    font-size: 140px;
    line-height: 100px;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.container{
    max-width: 1070px;
}

.event-dates p{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.event-dates .event-when{
    margin: 0 auto 60px;
}

.calendar-links{
    margin: 60px auto;
    color: #76b900;
    display: inline-block;
    text-shadow: 0 2px 1.96px rgba(9,4,10,0.55);
}

.nvidia-logo{
    margin: 0 auto;
}

.right-text{
    text-align: left;
    margin: 0 auto;
    width: 60%;
}

.left-text{
    text-align: right;
    font-family: 'GeForce-Bold';
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    width: 170px;
}

.row{
    justify-content: center;
}

a{
    display: inline-block;
}

@media (max-width: 1024px) {
    .container{
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .container{
        max-width: 540px;
    }

    .special-event{
        padding: 60px 0 30px;
    }

    .geforce-text{
        font-size: 22px;
        line-height: 32px;
        margin: 15px auto;
    }

    .dinpro-text{
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 30px;
    }

    .special-event-title{
        font-size: 34px;
        line-height: 50px;
    }
    .counterContainer .per-box{
        width: 100px;
    }

    .counterContainer .per-box .per-time{
        font-size: 80px;
        line-height: 70px;
    }

    .image-container{
        margin: 30px auto;
    }

    .event-dates .event-when{
        margin: 0 auto 30px;
    }

    .calendar-links{
        margin: 30px auto;
    }

    .left-text{
        width: 140px;
        font-size: 26px;
        line-height: 38px;
    }

    .right-text{
        margin: 0 auto;
    }
    .nvidia-logo{
        margin: 0 auto;
    }
    .nvidia-logo img{
        max-width: 80%;
    }
}

@media (max-width: 420px) {
    .special-event-title{
        font-size: 24px;
        line-height: 40px;
    }
    .dinpro-text{
        font-size: 14px;
        line-height: 22px;
    }
    .geforce-text{
        font-size: 18px;
        line-height: 26px;
    }
    .counterContainer .per-box{
        width: 80px;
    }
    .counterContainer .per-box .per-time{
        font-size: 60px;
        line-height: 55px;
    }
    .left-text{
        width: 80px;
    }
}
