body{
    background-color: black;
}

   @font-face {
    font-family: 'PressStart2P';
    src: url('assets/fonts/Press_Start_2P/PressStart2P-Regular.ttf') format('truetype');
}

   @font-face {
    font-family: 'OxygenMono';
    src: url('assets/fonts/OxygenMono/OxygenMono-Regular.ttf') format('truetype');
}

.featureList{
    padding-left: 40px !important;
    gap: 10px;
    list-style: disc; /* keeps bullet points */
    align-self: flex-start;
}

.Hero {
    position: relative; /* Required for absolute children */
    margin-top: 80px;
    max-height: 868px; 
    width: 100vw;
    height: 78vh;
    max-width: 1910px;
    /* aspect-ratio: 26 / 10;  */
    overflow: hidden; /* Prevent content from escaping */
}

.HeroContent{
    position: absolute;
    top: 120px;
    left: 110px;
    display: flex;
    flex-direction: column;
    gap: 85px;
    z-index: 2;
}

.HeroTitle{
    font-family: 'PressStart2P';
    font-size: 2.5rem;
    color: white;
}

.HeroIntro{
    font-family: 'OxygenMono';
    font-size: 1rem;
    color: white;
}

.PluginDiv{
    background-color: #0f0f0f;
    border: #2E2E2E solid 0.5px;
    display: flex;
    flex-direction: row;
    max-width: 960px;
    max-height: 315.75px;
    margin-top: 100px;
}

.PluginContent{
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
    max-width: 346px;
    width: 100%;
    padding: 10px 10px;
}

.PluginName{
    color: white;
    font-family: 'OpnSnsHbrw';
    margin-bottom:5px ;
}

.ShortIntro{
    color: white;
    font-family: 'OpnSnsHbrw';
}

.PluginIntro{
    margin: 25px 0px;
    color: white;
    font-family: 'OpnSnsHbrw';
}

#ANFPEco{
    margin-bottom: 100px;
}

.PluginLink{
    font-family: 'OpnSnsHbrw';
    color: white;
    border: #535353 solid 0.5px;
    padding: 7px 45px;
    align-self: flex-end;
    margin-right: 10px;
    margin-top: 15px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.PluginLink:hover{
    background-color: white;
    color: black;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* For images to scale properly */
}

.posterOverlay {
    z-index: 0;
}



.posterTitleH1{
    color: white;
    font-family: 'OpnSnsHbrw';
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    white-space: nowrap;
    /* margin-bottom: 2%; */
    margin-top: 10%;
    
    /* margin: 10% auto; */
}


.BttnImg{
    width: 42px;
    height: 31px;
    align-self: center;
    margin: 0 15px 0 0;
}

.linkButtons{
    justify-content: center;
    display: flex;
    margin-top: 10%;
}

.Bttn_Img_Txt{
    margin: 0 10%;
    display: flex;
    text-decoration: none;
    padding: 0 15px;
    border: 2px solid rgb(103, 103, 103);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.Bttn_Img_Txt:hover{
    background: #5656568a;
}

.BttnTitle{
    color: white;
    font-family: 'OpnSnsHbrw';
    font-size: 1rem;
    font-weight: 500;
    margin-top: -10px;
}


.BttnAddtionalText{
    color: white;
    font-family: 'OpnSnsHbrw';
    font-size: 0.85rem;
    font-weight: 300;
    white-space: nowrap;
    /* margin-top: 10%; */
}

@media (max-width:1220px){
        * {box-sizing:border-box}
        
        .gifSection{
        display: none;
    }
    
    .GifTxtContainer{
        box-sizing: border-box;
    }

    .gifSectionTightWidth{
        box-sizing: border-box;
        display: flex;
        flex-direction: column; 
    }

    .gifWrapper{
        margin: 0 7%;
    }
}