/*=============== FONTS ===============*/
body {
    line-height: 1.7em;
}

h1,
h2 {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.wb__font-1 {
    font-size: 1.2rem;
}

.display-4 {
    font-size: 2.5rem;
}

@media (max-width: 575.98px) {
    .display-2 {
        font-size: 1.5rem;
    }

    .display-4 {
        font-size: 1.2rem;
    }
}


/*=============== HEADER ===============*/
.header {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(https://apihoard.webit.com/api/v1/Image/66872317F50E2B6A84FB8FCB689B5818/66872317F50E2B6A84FB8FCB689B5818.jpg?size=1920x1440);
    background-size: cover;
    background-position: center;
}

.header-info {
    padding: 0em !important;
}

.header-info-logo-img img {
    max-width: 150px;
}

/*=============== HERO ===============*/

#wb__hero-5.wb__hero-parallax {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    min-height: 700px;
    padding-top: 10em;
    padding-bottom: 9em;
    color: #000;
}

#wb__hero-5.wb__hero-parallax .container {
    position: relative;
    z-index: 2;
}

#wb__hero-5.wb__hero-parallax .box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#wb__hero-5.wb__hero-parallax .wb__hero-title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;

}

#wb__hero-5.wb__hero-parallax .wb__hero-title .block {
    width: 0%;
    height: inherit;
    background: var(--color-theme-primary);
    position: absolute;
    animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    display: flex;
    height: 50px;
}

#wb__hero-5.wb__hero-parallax h1 {
    color: #fff;
    font-size: 3rem;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
}

#wb__hero-5.wb__hero-parallax .wb__hero-sub-title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;

}

#wb__hero-5.wb__hero-parallax .wb__hero-sub-title .block {
    width: 0%;
    height: inherit;
    background: var(--color-theme-secondary);
    position: absolute;
    animation: secBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    animation-delay: 2s;
    display: flex;
    height: 30px;
}

#wb__hero-5.wb__hero-parallax .wb__hero-sub-title p {
    animation: secFadeIn 2s forwards;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 400;
    font-family: "Lato";
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#wb__hero-5.wb__hero-parallax .btn-outline-primary {
    border-color: white;
    color: white;
    border-radius: 8px;
}

#wb__hero-5.wb__hero-parallax .btn-outline-primary:hover {
    border-color: white;
    background-color: white;
    color: black;
    transform: scale(1.1);
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;

    }

    50% {
        width: 100%;
        left: 0;

    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;

    }

    50% {
        width: 100%;
        left: 0;

    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

/*=============== SERVICES CHECKLIST ===============*/
.wb__service {
    font-size: 1.3rem;
    font-weight: 400;
}

.wb__service::before {
    font-family: fontawesome;
    content: "\f00c";
    margin-right: 5px;
    font-size: 1.3rem;
}

/*=============== DETAILED LIST ===============*/
.detailedlist-item:nth-child(even) {
    background: #eee;
    padding: 1em;
    border-radius: 10px;
}

/*=============== SVG ===============*/
.page-home svg {
    fill: var(--color-theme-primary);
}

.wb__svg-2 {
    transform: rotate(180deg);
}

/*=============== REVIEWS ===============*/
.page-reviews .list-img-photo {
    background-size: contain;
}

.page-reviews .list-img-wrap {
    padding: 3em;
}
