.lazy-load {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.lazy-load.visible {
    opacity: 1;
}

body {
    font-family: 'Helvetica', sans-serif;
    background: aliceblue;
}

a {
    all: unset;
}

.home-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 853px;
    position: relative;
}

.overlay {
    opacity: 30%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 0;
    height: 853px;
}

/* NAVBAR */
.logo-title {
    width: 50px;
    cursor: pointer;
}

.title {
    font-size: 28px;
    cursor: pointer;
}

.navbar-custom {
    background-color: #003c49 !important;
    z-index: 999;
    padding-top: 50px;
    position: fixed;
    transition: background-color 0.3s ease;
    align-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 5px;
}

@media (min-width: 990px) {
    .navbar-custom {
        background-color: transparent !important;
        padding-top: 50px;
        position: fixed;
        transition: background-color 0.3s ease;
        align-content: center;
        width: 100%;
        padding-left: 50px;
        padding-right: 20%;
    }
}

.navbar-custom.scrolled {
    background-color: #003c49 !important;
    z-index: 999;
}

.navbar-toggler {
    color: white !important;
    font-size: 18px;
    border: none;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 18px;
    cursor: pointer;
}

.navbar-brand {
    font-weight: bold;
    color: white !important;
}

.nav-item {
    margin-left: 20px;
}

/* HOME */
.home-body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-btn-watch-video:hover {
    background-color: white;
    color: #003c49;
}

.home-btn-watch-video {
    margin-left: 10px;
    width: 200px;
    height: 40px;
    border-width: 1px;
    align-content: center;
    border-color: white;
    color: white;
    font-size: 12px;
    margin-bottom: 20px;
}

.home-text-title {
    font-size: 36px;
    color: white;
    line-height: 1.2;
    font-weight: 400;
}

.home-text-desc {
    font-size: 16px;
    color: white;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

/* VALUE PROPOSITIONS */
.value-propositions {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    display: flex;
    justify-content: center;
}

.value-proposition {
    z-index: 10;
    min-height: 300px;
    min-width: 100px;
    width: 25%;
    border: 1px solid white;
    background: white;
    text-align: center;
    padding: 20px 3px 0 3px;
    margin-right: 5px;
}

.value-proposition img {
    width: 80px;
    height: 80px;
}

.value-proposition-title {
    font-size: 3vw;
    max-font-size: 3vw;
    font-weight: bold;
    margin-top: 20px;
}

.value-proposition-desc {
    font-size: 3vw;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .value-proposition-title {
        font-size: 18px;
        max-font-size: 3vw;
        font-weight: bold;
        margin-top: 20px;
    }

    .value-proposition-desc {
        font-size: 15px;
        margin-top: 20px;
    }
}

/* ABOUT */
.section-about {
    margin-top: 20px;
    background: white;
    min-height: 300px;
    height: auto;
    align-content: center;
}

.content-about {
    position: relative;
    z-index: 10;
    justify-content: center;
    display: flex;
    padding: 10px;
    align-content: center;
}

.logo-about {
    object-fit: cover;
    height: 200px;
}

.about-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #6100c2;
}

.about-desc {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    max-width: 1024px;
}

/* PROBLEM */
.section-problem {
    margin-top: 20px;
    min-height: 500px;
    height: auto;
    align-content: center;
}

.content-problem {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    align-content: center;
}

.problems-title-box {
    width: 100%;
    text-align: center;
    background: #6100c2;
    align-content: center;
}

.problem {
    padding: 20px;
    width: 30%;
    min-width: 200px;
    max-width: 350px;
    min-height: 350px;
    margin: 10px;
    text-align: center;
    background: white;
}

.problem img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.problems-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-orientation: mixed;
    position: relative;
    color: white;
}

.problem-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.problem-desc {
    font-size: 14px;
    margin-top: 20px;
}

/* STATISTICS */
.section-statistics {
    background: white;
    margin-top: 20px;
    min-height: 500px;
    height: auto;
    align-content: center;
}

.content-statistics {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    align-content: center;
}

.statistic {
    width: 30%;
    max-width: 350px;
    margin: 30px;
    text-align: center;
}


.statistic-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #6100c2;
}

.statistic-desc {
    font-size: 14px;
    margin-top: 20px;
}

/* MARKETS */
.section-markets {
    margin-top: 20px;
    min-height: 500px;
    height: auto;
    align-content: center;
}

.content-markets {
    position: relative;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
}

.markets-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #6100c2;
}

.markets-desc {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    max-width: 1024px;
}

.markets {
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.market {
    width: 35%;
    min-width: 320px;
    max-width: 400px;
    min-height: 300px;
    margin: 10px;
    background: white;
    display: flex;
    align-items: center;

}

.market img {
    object-position: center;
    object-fit: cover;
    width: 80px;
    min-height: 300px;
    display: block;
    margin-right: 10px;
}

.market-title {
    font-size: 18px;
    font-weight: bold;
}

/* PRODUCTS */
.section-products {
    background: white;
    margin-top: 20px;
    min-height: 500px;
    height: auto;
    justify-content: center;
    display: flex;
    text-align: center;
    align-content: center;
}

.content-products {
    position: relative;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
}

.products-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #6100c2;
}

.products {
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.product {
    padding: 10px;
    width: 30%;
    min-width: 150px;
    max-width: 350px;
    min-height: 200px;
    margin: 10px;
    text-align: center;
    background: #f0f8ff;

}

.product img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.product-desc {
    font-size: 14px;
    margin-top: 20px;
}

/* CONTACT */
.section-contact {
    margin-top: 20px;
    min-height: 500px;
    height: auto;
    align-content: center;
}

.content-contact {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-content: center;
}

.contact-info {
    padding: 20px;
    background: #6100c2;
    color: white;
    width: 20%;
    min-width: 300px;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;

}

.contact-form {
    padding: 20px;
    width: 30%;
    min-width: 300px;
}

.contact-desc {
    font-size: 18px;
    padding-top: 10px;
    color: white;
}

.contact-text {
    font-size: 14px;
    font-weight: 300;
    color: white;
}

/* PARTNERS */
.section-partners {
    background: white;
    margin-top: 20px;
    min-height: 300px;
    height: auto;
    justify-content: center;
    display: flex;
    text-align: center;
    align-content: center;
}

.content-partners {
    position: relative;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
}

.partners-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #6100c2;
}

.partners {
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.partner {
    padding: 10px;
    height: 85px;
    margin: 5px;
    background: white;
    object-fit: cover;
}

/* FOOTER */
.section-footer {
    height: auto;
}

.content-footer {
    position: absolute;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 20px 50px;
    align-items: center;
}

.logo-area-footer {
    display: flex;
    justify-content: left;
    align-items: center;
}

.logo-area-footer img {
    object-fit: cover;
    height: 50px;
    margin-right: 10px;
}

.logo-area-footer span {
    font-size: 18px;
    font-weight: bold;
    color: #6100c2;
}

.content-footer a {
    margin-right: 5px;
    cursor: pointer;
}

.content-footer a:hover {
    color: #6100c2;
}

