@import url("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("menu.css");
@import url("footer.css");

#banner {
    width: 100%;
    min-height: 25rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: var(--c1);
}
#banner > figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.3;
}
#banner .container {
    position: relative;
    z-index: 20;
}
#banner .container .title {
    display: flex;
    flex-direction: column;
}
#banner .container .title h1 {
    font-size: 3rem;
    font-family: 'f4';
    color: white;
    text-align: center;
}
#banner .container .title b {
    font-family: 'f4';
    color: var(--c4);
    font-size: 1.5rem;
    text-align: center;
}
.tmp-banner {
    width: 100%;
    height: 17rem;
    background: var(--c4);
}
.tmp-banner .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}
.tmp-banner .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tmp-banner .info h2 {
    font-size: 2rem;
    font-family: 'f4';
    color: white;
}
.tmp-banner .info b {
    font-size: 1rem;
    font-family: 'f2';
    color: white;
}
.tmp-banner .info p {
    font-size: 1rem;
    font-family: 'f1';
    color: white;
}
.tmp-banner .download {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.tmp-banner .download figure {
    width: 15rem;
    height: 8rem;
    display: flex;
}
.tmp-banner .download figure u {
    width: 5rem;
    height: 5rem;
}
.tmp-banner .download figure u .cls-1 {
    fill: white !important;
}
.tmp-banner .download a {
    width: 15rem;
    height: 2.5rem;
    font-family: 'f2';
    color: white;
    border-radius: 4px;
    border: 2px solid white;
}
.tmp-banner .download a:hover {
    background: white;
    color: var(--c1);
}

#taking-inventory {
    padding: 6rem 0;
    background: var(--c0);
}
#taking-inventory .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#taking-inventory .title {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 1rem;
}
#taking-inventory .title h2 {
    text-align: center;
    font-size: 2rem;
    font-family: 'f4';
    color: var(--c1);
}
#taking-inventory .title b {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'f4';
    color: var(--c4);
}
#taking-inventory .title p {
    text-align: center;
    font-size: 1rem;
    font-family: 'f1';
    color: gray;
}
#taking-inventory .cont {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    min-height: 15rem;
    gap: 1rem;
}
#taking-inventory .cont .item {
    background: white;
    border-radius: 4px;
    display: grid;
    grid-template-rows: 6rem 2.5rem auto 2.5rem;
    gap: 1rem;
    padding: 1rem;
}
#taking-inventory .cont .item figure {
    width: 100%;
    height: 6rem;
}
#taking-inventory .cont .item figure u {
    width: 4rem;
    height: 4rem;
    display: flex;
}
#taking-inventory .cont .item figure u .cls-1 {
    fill: gray !important;

}
#taking-inventory .cont .item b {
    font-size: 1rem;
    text-align: center;
}
#taking-inventory .cont .item span p {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
#taking-inventory .cont .item span p u {
    width: 1rem;
    height: 1rem;
    display: flex;
}
#taking-inventory .cont .item span p u .cls-1 {
    fill: gray !important;
}
#taking-inventory .cont .item span {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: 'f1';
    color: gray;
    font-size: 1rem;
}
#taking-inventory .cont .item a {
    width: 100%;
    height: 2.5rem;
    background: var(--c0);
    color: var(--c1);
    font-size: 1rem;
    font-family: 'f2';
    border-radius: 4px;
}
#taking-inventory .cont .item a:hover {
    background: var(--c4);
    color: white;
}

#advisory {
    background: white;
    width: 100%;
    min-height: 30rem;
    padding: 6rem 0;
}
#advisory .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}
#advisory .container h2 {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'f4';
    color: var(--c1);
}
#advisory .container p {
    font-family: 'f1';
    font-size: 1rem;
    color: gray;
}
#advisory .container > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#advisory .container > div span p {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
#advisory .container > div span p u {
    width: 1rem;
    height: 1rem;
    display: flex;
}
#advisory .container > div span p u .cls-1 {
    fill: gray !important;
}
#advisory .container > div span {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#advisory .container > div .title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#advisory .container figure {
    width: 100%;
    height: 8rem;
}
#advisory .container figure u {
    width: 5rem;
    height: 5rem;
    display: flex;
}
#advisory .container figure u .cls-1 {
    fill: gray !important;
}
#advisory .container a {
    display: flex;
    width: 15rem;
    height: 2.5rem;
    background: var(--c4);
    border-radius: 4px;
    color: white;
}
#advisory .container a:hover {
    background: var(--c1);
}
#consultancy {
    background: white;
    width: 100%;
    min-height: 30rem;
}
@media only screen and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #banner .container .title b {
        font-size: 1rem;
    }
    #banner .container .title h1 {
        font-size: 2rem;
    }

}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #banner .container .title b {
        font-size: 1rem;
    }
    #banner .container .title h1 {
        font-size: 2rem;
    }
    .tmp-banner .container {
        grid-template-columns: auto;
    }
    #taking-inventory .cont {
        grid-template-columns: repeat(2,1fr);
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner .container .title b {
        font-size: 1rem;
    }
    #banner .container .title h1 {
        font-size: 2rem;
    }
    .tmp-banner .container {
        grid-template-columns: auto;
    }
    #taking-inventory .cont {
        grid-template-columns: repeat(2,1fr);
    }
    #advisory .container {
        grid-template-columns: auto;
    }
    #taking-inventory .title {
        width: 95vw;
    }
    .tmp-banner .info h2 {
        font-size: 1.5rem;
    }
    .tmp-banner .info h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .tmp-banner .info p {
        text-align: center;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner .container .title b {
        font-size: 1rem;
    }
    #banner .container .title h1 {
        font-size: 2rem;
    }
    .tmp-banner .container {
        grid-template-columns: auto;
    }
    #taking-inventory .cont {
        grid-template-columns: repeat(1,1fr);
    }
    #advisory .container {
        grid-template-columns: auto;
    }
    #taking-inventory .title {
        width: 95vw;
    }
    #taking-inventory .title h2 {
        font-size: 1.5rem;
    }
    .tmp-banner .info h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .tmp-banner .info p {
        text-align: center;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner .container .title b {
        font-size: 1rem;
    }
    #banner .container .title h1 {
        font-size: 2rem;
    }
    .tmp-banner .container {
        grid-template-columns: auto;
    }
    #taking-inventory .cont {
        grid-template-columns: repeat(1,1fr);
    }
    #advisory .container {
        grid-template-columns: auto;
    }
    #taking-inventory .title {
        width: 95vw;
    }
    #taking-inventory .title h2 {
        font-size: 1.5rem;
    }
    .tmp-banner .info h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .tmp-banner .info p {
        text-align: center;
    }
}
@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) {}