* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
 --primary-color: #fefbf1;
    --secondary-color: black;
    --tertiary-color: #01cb36;
    --padding: 100px 40px;
    --btn-padding: ;
    --btn-font-size: ;

    --btn-min-width: ;
    --btn-max-width: ;
    --paragraph-font-size: clamp(11px, 2vw, 20px)

}

@font-face {
    font-family: poppin;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: mono;
    src: url('../fonts/MartianMono-ExtraBold.ttf') format('truetype'),

}

@font-face {
    font-family: tung;
    src: url('../fonts/Tungsten-Bold.ttf') format('truetype'),

}

@font-face {
    font-family: space;
    src: url('../fonts/Space_Mono/SpaceMono-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: hel;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Medium.ttf') format('truetype'),

}

@font-face {
    font-family: hel-thin;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Regular.ttf') format('truetype'),

}


html {
    width: 100%;
}

html,
body {
    font-size: 24px;
    overflow-x: clip;
    background-color: var(--primary-color);
}

.hero {
    background-color: var(--secondary-color);
    height: 120vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* background-image: url(../img/shows/Hero.png); */
}

.hero>img {
    width: 190vw;
    /* height: 100%; */
    position: absolute;
    z-index: 4;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.hero .desktop {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(950px, 95%);
    height: min(600px, 80vw);
    background-size: cover;
    background-position: center;

    background-image: url(../img/shows/Hero.png);
    background-image: url(../img/shows/gif.gif);

}

.hero .desktop img {
    width: 137%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero .mobile {
    background-image: url(../img/shows/gif.gif);
    height: 400px;
    width: 100%;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 109vw;
    background-size: cover;
    background-position: center;
    display: none;
}




.section-1 {
    min-height: 100vh;
    font-size: 24px;

    max-width: 1600px;
    font-family: hel-thin;
    letter-spacing: .4px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
}

.section-1 .show {
    display: flex;
    gap: 10px;
    padding: 70px 0px;
    border-bottom: 1px solid grey;
    justify-content: space-between;
}

.section-1> :nth-last-child(1) {
    border-bottom: unset;
}

.section-1 .img {
    width: 650px;
    height: 650px;

}

.section-1 .img img {
    width: inherit;
    height: inherit;

}


.section-1 .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-1 .text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: auto;

}

.section-1 .text .tag {
    color: var(--tertiary-color);
    letter-spacing: .7px;
}

.section-1 h2 {
    font-family: tung;
    font-size: 1.85em;
    font-weight: 400;
    text-transform: uppercase;
}

.section-1 p {
    font-size: 13px;
    width: min(420px, 100%);
    letter-spacing: .7px;
    line-height: 19px;
    margin: 12px 0px 12px 0px;
    font-family: hel;
}

.section-1 a {

    text-decoration: none;
    color: var(--secondary-color);
    outline: 1.4px solid var(--secondary-color);
    padding: 13px 40px;
    font-size: var(--btn-font-size);
    font-family: space;
    transition: all ease.4s;
    text-transform: uppercase;


     width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    
    &:hover {
        cursor: pointer;
        background-color: var(--tertiary-color);
    }
}


.section-1 .text-heading-mobile {
    display: none;
}

@media (max-width:1050px) {
    .hero {
        max-height: 110vh !important;
    }

    .section-1 .show {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .section-1 .text-heading-mobile {
        display: unset;
    }

    .section-1 .text-heading {
        display: none;
    }

    .section-1 .img {
        width: min(570px, 100%);
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .section-1 p {
        font-size: 13px;
        font-size: clamp(11px, 2vw, 15px);
        width: min(600px, 100%);
        letter-spacing: .7px;
        line-height: max(2.7vw, 18px);
        margin: 12.5px 0px 10px 0px;
    }   
    
    .section-1 .text{
        gap: 25px;
    }
}

@media (max-width:760px) {
    .section-1 .img img {
        aspect-ratio: 1/1;
    }

    .hero.hero {
        max-height: 100dvh !important;
        height: 100dvh !important;
    }

  .section-1 h2{
    font-size: 10.5vw;
  }
}



@media (max-width:650px) {
    .hero.hero {
        /* background-image: url(../img/shows/mobile-Hero.png); */
        max-height: 107vh !important;
        height: 107vh !important;
        height: calc(90vw + 50vh) !important;
    }

    .hero>img {
        display: flex;
    }

    .hero .desktop {
        display: none;
    }

    .hero .mobile {
        display: flex;
    }
}


@media (max-width:550px) {
    .section-1 a {
        padding: 10px 30px;
    }
}