@import url('./fonts.css');

.cod-global-footer {
    background-color: #1b1b1b;
}

.cod-error-hero {
    position: relative;
    background: #1b1b1b;
    color: white;
    padding-inline: 24px;
    padding-bottom: 30px;
}

.cod-header_cta {
    display: none;
}

/* HERO BACKGROUND */
.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1980px;
}

.hero-bg-mobile,
.hero-bg-tablet,
.hero-bg-desktop {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-bg-tablet {
    display: none;
}

.hero-bg-desktop {
    display: none;
}

/* HERO TITLE */
.hero-title {
    position: absolute;
    top: 53%;
    left: 32%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    font-family: 'Hitmarker Condensed Black', Arial;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.5px black;
}

.hero-title h1, span {
    line-height: clamp(1.5rem, 5vw, 5rem);
}

.hero-title h1 {
    font-size: clamp(30px, 8vw, 112px);
    margin-bottom: 2%;
}

.hero-title span {
    font-size: clamp(24px, 6vw, 80px);
    margin-left: 7%;
}

.hero-title h4 {
    font-size: clamp(20px, 4vw, 80px);
}

/* HERO CONTENT */
.hero-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

/* --- HERO DESCRIPTION */
.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.error-container {
    font-family: 'Hitmarker Text Regular', Arial;
    font-size: clamp(16px, 2vw, 24px);
    line-height: clamp(1.5rem, 3vw, 2.5rem);
    letter-spacing: 1px;
}

#description,
#subdescription,
#error-message {
    margin-bottom: 25px;
}

/* --- HERO CTA BUTTONS */
.cta-btn {
    display: block;
    background-color: white;
    padding: 14px 28px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: 120px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Hitmarker Text Bold', Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 0.88rem;
    line-height: 0.88rem;
    letter-spacing: 0.05em;
}

.cta-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer-locale-selector {
    /*! display: none !important; */
}

footer .copyright p:nth-child(2) {
    display: none; 
}

.atvi-locale-selector .locale-panel ul {
    gap: 10px;
}

body #ot-sdk-btn.ot-sdk-show-settings {
    font-family: "Hitmarker Text Regular", Arial !important;
}

/* MEDIA QUERY FOR TABLET */
@media (min-width: 1024px) {
    .cod-error-hero {
        padding-top: 75px;
        padding-inline: 40px;
    }

    .hero-bg-mobile {
        display: none;
    }

    .hero-bg-tablet {
        display: block;
    }

    /* HERO TITLE */
    .hero-title {
        top: 39%;
        left: 26%;
        -webkit-text-stroke: 1.5px black;
    }

    /* --- HERO DESCRIPTION */
    .error-container {
        margin-top: -5%;
    }
    
    #description {
        margin-bottom: 0;
    }

    #subdescription,
    #error-message {
        margin-bottom: 35px;
    }

    /* --- HERO CTA BUTTONS */
    .cta-list ul {
        flex-direction: row;
    }
}

/* MEDIA QUERY FOR DESKTOP */
@media (min-width: 1440px) {
    .cod-error-hero {
        padding-inline: 60px;
    }

    .hero-bg-tablet {
        display: none;
    }

    .hero-bg-desktop {
        display: block;
    }

    /* HERO TITLE */
    .hero-title {
        top: 38%;
        left: 27%;
        -webkit-text-stroke: 2px black;
    }
}
