@import url("config.css");
@import url("config/style.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("menu.css");
@import url("footer.css");

#banner {
    position: relative;
    /* margin-top: 8rem; */
    min-height: 50vh;
    padding-top: 6rem;
    padding-bottom: 2rem;
    overflow: hidden;
    z-index: 0;
    align-items: flex-end;
}
#banner .shadow {
    background: rgba(0, 0, 0, 0.7);
}
#banner figure img {
    opacity: 0.3;
}
#banner figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    background: var(--c1);
}
#banner .container {
    position: relative;
    height: 100%;
}
#banner span {
    z-index: 70;
    position: absolute;
    bottom: 2rem;
    left: 0;
    transform: translate(0,0);
}
#banner span h3 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'f4';
    color: var(--c3);

}
#description {
    padding: 4rem 1rem;
}
#description .container h4 {
    font-family: 'f2';
    font-size: 1rem;
}
#description .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#description span div {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#description span {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#description span b {
    font-family: 'f2';
    font-size: 1rem;
    padding-left: 1rem;
    text-decoration: underline;
    margin-top: 1rem;
}
#description span p {
    font-family: 'f1';
    font-size: 1rem;
    padding-left: 1rem;
}
#isna figure {
    height: 80rem;
}
#isna figure img {
    height: 100%;
}
#description .container {
    padding: 1rem;
}
@media only screen and (min-width: 1920px) {
    #banner {
        height: 20rem;
    }
}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    #banner {
        height: 20rem;
    }
}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {
    #banner {
        height: 20rem;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #isna figure {
        height: 60rem;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #banner {
        height: 20rem;
    }
    #banner span h3 {
        font-size: 1.5rem;
    }
    #isna figure {
        height: 50rem;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner {
        height: 20rem;
    }
    #banner span h3 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
    }
    #isna figure {
        height: 50rem;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner {
        height: 20rem;
    }
    #banner span h3 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
    }
    #isna figure {
        height: 30rem;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner {
        height: 20rem;
    }
    #banner span h3 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
    }
    #isna figure {
        height: 30rem;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}