@import url("config.css");
@import url("external/owl-config.css");
@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("external/jquery.fancybox.min.css");

#banner {
    width: 100%;
    min-height: 100vh;
    background: var(--c8);
    padding: 6rem 0;
    position: relative;
    z-index: 0;
}

#banner .title span {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#banner .title {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#banner .title h1 {
    font-size: 2rem;
    font-family: 'f4';
    color: var(--c1);
}

#banner .title p {
    font-family: 'f1';
    font-size: 1rem;
    color: black;
}
#banner .container .title {
    z-index: 60;
    position: relative;
}
#banner .container {
    display: grid;
}
#banner .container figure > div {
    top: 0;
    right: 0;
    width: 40rem;
    height: 30rem;
    position: absolute;
    display: flex;
    z-index: 10;
    background: var(--c4);
    border-radius: 0.5rem;
}
#banner .container figure img {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 20;
    height: 100%;
    width: auto;
}
#banner .container figure {
    width: 100%;
    height: 100%;

}
#company {
    padding: 4rem 0;
    background: var(--c4);
}
#about .cont .item:nth-child(1) {
    background: var(--c7);
}
#about .cont .item:nth-child(2) {
    background: var(--c5);
}
#about .cont .item:nth-child(3) {
    background: var(--c6);
}
#about .cont {
    gap: 4rem;
}
#about .cont .item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 0 rgba(128, 128, 128, 0.3);
}
#about .cont .item p {
    font-size: 0.8rem;
    font-family: 'f1';
}
#about .cont .item span {
    background: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
}
#about .cont .item b {
    font-size: 1.5rem;
    font-family: 'f4';
    color: var(--c1);
}
#about .cont .item figure u .cls-1 {
    fill: var(--c1) !important;
}
#about .cont .item figure u {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: white;
    box-shadow: 4px 4px 0 black;
    padding: 1rem;
}
#about .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#about {
    padding: 6rem 0;
}
#about .title {
    width: 50%;
}
#about .title p {
    text-align: center;
    font-size: 1rem;
    font-family: 'f1';
}
#about .title h2 {
    text-align: center;
    font-size: 2rem;
    font-family: 'f4';
    color: var(--c4);
}

#gallery .title {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#gallery .title h2 {
    text-align: center;
    font-size: 2rem;
    font-family: 'f4';
    color: var(--c4);
}
#gallery .title p {
    text-align: center;
    font-size: 0.8rem;
    font-family: 'f1';
}
#gallery .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#gallery .container .cont {
    width: 100%;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #about .cont {
        gap: 1rem;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #banner .container {
        grid-template-columns: auto;
    }
    #banner .title h2 {
        font-size: 1.5rem;
    }
    #banner .container .title {
        background: rgba(255, 255, 255, 0.6);
        padding: 1rem;
        border-radius: 0.5rem;
    }
    #banner .title h2 {
        font-size: 1.5rem;
    }
    #about .cont {
        grid-template-columns: auto;
        gap: 1rem;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner .container {
        grid-template-columns: auto;
    }
    #banner .container .title {
        background: rgba(255, 255, 255, 0.6);
        padding: 1rem;
        border-radius: 0.5rem;
    }
    #banner .title h2 {
        font-size: 1.5rem;
    }
    #about .title {
        width: 100%;
    }
    #about .cont {
        grid-template-columns: auto;
        gap: 1rem;
    }
    #gallery .title {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner .container {
        grid-template-columns: auto;
    }
    #banner .container .title {
        background: rgba(255, 255, 255, 0.6);
        padding: 1rem;
        border-radius: 0.5rem;
    }
    #banner .title h2 {
        font-size: 1.5rem;
    }
    #about .title {
        width: 100%;
    }
    #about .cont {
        grid-template-columns: auto;
        gap: 1rem;
    }
    #gallery .title {
        width: 100%;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner .container {
        grid-template-columns: auto;
    }
    #banner .container .title {
        background: rgba(255, 255, 255, 0.6);
        padding: 1rem;
        border-radius: 0.5rem;
    }
    #banner .title h2 {
        font-size: 1.5rem;
    }
    #about .title {
        width: 100%;
    }
    #about .cont {
        grid-template-columns: auto;
        gap: 1rem;
    }
    #gallery .title {
        width: 100%;
    }
}
@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) {}