﻿:root {
    --yellow: #E8D21A;
}

#hero-bg{
    background: linear-gradient(90deg, rgba(0, 0, 0,1), rgba(0, 0, 0,0.75), rgba(0,0,0,0)), url("../images/Home/hero.jpeg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
    position: absolute;
    top:0px;
    min-height: 500px;
    overflow-y: visible;
    z-index: 0;
}




#hero-content {
    position: relative;
    min-height: 500px;
}

.company-logo {
    width: 100%;
    min-height: 75px;
    object-fit: contain;
}

.category-card{
    cursor: pointer;
    background-color: whitesmoke;
    transition: box-shadow .25s ease-in-out;
}

.category-card:hover {
    cursor: pointer;
    box-shadow: var(--yellow) 0px 0px 15px;
}

.category-card-text{
    min-height: 235px;
}

.category-card-text h2{
    min-height: 50px;
}

@media(max-width: 768px) {
    .category-card-text {
        min-height: 225px;
    }

    .category-card-text h2 {
        min-height: 25px;
    }
}

@media(max-width: 576px) {
    .category-card-text {
        min-height: 145px;
    }

    .category-card-text h2 {
        min-height: 25px;
    }
}


#bottom {
    min-height: 500px;
    position: relative;
}

.cutout-text-overlay{
    background-color: white;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0%;
}

.cutout-text {
    background: url("../images/Home/bottom.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    width: 100%;
    font-size: 15rem;
    font-weight: 900;
}


@media(max-width: 992px) {
    .cutout-text {
        font-size: 10rem;
        font-weight: 900;
    }
}
@media(max-width: 768px) {
    .cutout-text {
        font-size: 9rem;
        font-weight: 800;
    }

    #bottom {
        min-height: 400px;
    }

    .cutout-text-overlay {
        height: 200px;
    }
}
@media(max-width: 576px) {
    .cutout-text {
        font-size: 5.5rem;
        font-weight: 700;
    }

    #bottom {
        min-height: 300px;
    }

    .cutout-text-overlay {
        height: 100px;
    }
}

.bottom-earmark {
    position: absolute;
    bottom: 0;
    right: 0;
}

.earmark {
    position: absolute;
    bottom: -1%;
    right: -1%;
    width: 45%;
    height: 45%;
    background-color: white;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.process-container{
    width: 100%;
}

.process-circle{
    width: 15%;
    background-color: var(--yellow);
    border-radius:100%;
    position: relative;
}

.process-text {
    width: 25%;
}

.process-number {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background-color: black;
    border: solid 4px white;
    position: absolute;
    right: -25%;
    top: 25%;
}

.icon-container, .number-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.number-container{
    color: white;
}

.process-line {
    height: 1px;
    width: 15%;
    background-color: grey;
}

.process-icon {
    font-size: 4.5em;
}

.number-container {
    font-size: 3em;
}

@media(max-width: 991px) {
    .process-icon {
        font-size: 4em;
    }

    .number-container {
        font-size: 2.25em;
    }

    .process-number {
        border: solid 2px white;
    }
}

@media(max-width: 768px) {
    .process-icon {
        font-size: 3.25em;
    }

    .number-container {
        font-size: 1.5em;
    }

    .process-number {
        border: solid 1px white;
    }
}

@media(max-width: 576px) {
    .process-icon {
        font-size: 2.5em;
    }

    .number-container {
        font-size: 1em;
        font-weight: 600!important;
    }
}



.emp-process-icon-container {
    width: 90px;
    height: 90px;
    background-color: var(--yellow);
    border-radius: 100%;
    position: relative;
    border: solid 4px white;
}

.emp-process-icon {
    font-size: 3em;
}

.emp-process-container{
    width:60%;
}

@media(max-width: 991px) {
    .emp-process-container {
        width: 75%;
    }
}
@media(max-width: 768px) {
    .emp-process-container {
        width: 90%;
    }

    .emp-process-icon-container {
        width: 70px;
        height: 70px;
        border: solid 2px white;
    }

    .emp-process-icon {
        font-size: 2.5em;
    }
}
@media(max-width: 576px) {
    .emp-process-icon {
        font-size: 2em;
    }
}

.accordion-button:focus {
    box-shadow: var(--yellow) 0px 0px 0px 3.14262px;
}

.accordion-button:not(.collapsed) {
    background-color: whitesmoke;
}

#hero-animation-box.element-animation-box {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-in-diagonal.hero-image-part {
    position: absolute!important;
    top: 0;
}