﻿.carousel-item {
    min-height: 600px;
    height: 75vh;
    background-position: center;
    background-size: cover;
}

.hero-banner-image {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.hero-banner-title {
    font-size: 4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    line-height: 4.3rem;
}

.hero-banner-message {
    font-size: 2.3rem;
    color: white;
    line-height: 2.6rem;
    font-weight: 300;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 1.2rem;
}

.stats-holder {
    font-size: 1.3rem;
}

.number-holder {
    border-radius: 50px;
    background-color: rgba(232, 255, 243, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(34, 197, 94, 1);
    padding: 5px 13px;
    margin-right: 5px;
}

.product-carousel .carousel-cell {
    height: 150px;
    width: 210px;
    margin-right: 1rem;
}

.product-type {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 5px 1rem;
    cursor: pointer;
}

    .product-type:first-of-type {
        margin-right: 1rem;
    }

.active {
    border-bottom: 3px solid var(--primary);
}

.blue-section {
    background: #FFD700;
    color: #2d2d2d;
}

    .blue-section .section-title {
        color: #2d2d2d;
    }

.investment-bubble-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    border-radius: 1000px;
    border: 1px solid #2d2d2d;
}

    .investment-bubble-holder > span {
        font-size: 1.3rem;
    }

.investment-bubble-title {
    font-size: 2rem !important;
    line-height: 2.3rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.testimonial-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonial-text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.testimonial-carousel .carousel-cell {
    margin-right: 2rem;
    width: 32%;
    padding: 0 1rem;
}

.dot {
    background: white !important;
}

.awards-carousel .carousel-cell {
    margin-right: 1rem;
    padding: 1rem;
}

.awards-holder {
    display: flex;
    flex-direction: column;
    width: 250px;
    box-shadow: -3px 5px 6px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 100%;
}

    .awards-holder > img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
        padding: 1rem;
    }

.award-title-holder {
    width: 100%;
    background-color: var(--grey);
    color: var(--black);
    padding: 0.5rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
    .testimonial-carousel .carousel-cell {
        margin-right: 2rem;
        width: 100%;
        padding: 0 1rem;
    }
}
