.hero-section-bg {
    position: relative;
    background-image: url(/build/assets/high-tech-view-futuristic-earth-BPcQi4fT.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero-section-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 1;
}
.hero-section {
    position: relative;
    z-index: 2;
    height: 100vh;
    margin-top: 50px;
    margin-bottom: 50px;
}
.hero-section h1 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px;
}
.hero-section p {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
}
.hero-btn,
.scroll-btn {
    background-color: #4ba668;
    border: 2px solid #4ba668;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 10px 20px;
}
.scroll-btn {
    font-size: 1.5rem;
    padding: 5px 13px;
    border-radius: 100%;
    background-color: #4ba668;
    color: #fff;
    box-shadow: 0 5px 15px #0000004d;
    display: inline-block;
    animation: float 2s infinite ease-in-out;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0);
    }
}
#globeCanvas {
    height: 80vh;
}
.product-showcase-cont {
    background: #e5e5e5;
    height: 100vh;
}
.product-showcase-cont h2 {
    color: #fff;
    padding: 20px;
    font-size: 4rem;
    font-size: 2.5rem;
}
.product-showcase-cont p {
    color: #fff;
    padding: 20px;
    font-size: 1.5rem;
    font-size: 1.2rem;
}
.product-showcase-cont img {
    border-radius: 10px;
}
.product-showcase-cont .splide__slide {
    align-content: space-around;
}
#image-slider .splide__slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
#image-slider .splide__slide .container {
    position: relative;
    z-index: 1;
}
#image-slider .container {
    text-align: center;
    z-index: 2;
}
#image-slider .container .text-box {
    background: #ffffff1a;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
    max-width: 80%;
    max-width: 65%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 10px #0000001a;
}
#image-slider .splide__slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
    z-index: 1;
}
.core-values-section {
    background-color: #f5f5f5;
}
.value-card {
    background-color: #4ba6682a;
    padding: 20px;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
    color: #181818;
}
.value-card i {
    font-size: 2rem;
    margin-bottom: 20px;
}
.value-card h4 {
    font-size: 1.15rem;
}
.value-card p {
    font-size: 1rem;
}
.value-card:hover {
    background: #4ba668ef;
    transform: translateY(-5px);
    color: #fff;
}
.hero-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}
.hero-cta-box {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
}
.end-cta-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
}
@media screen and (max-width: 520px) {
    #globeCanvas {
        height: 50vh;
        justify-items: anchor-center;
    }
    .hero-section {
        margin-top: 100px;
        margin-bottom: 10px;
        height: 90vh;
    }
    .hero-section h1 {
        font-size: 1.7rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .product-showcase-cont h2 {
        font-size: 2rem;
    }
    .product-showcase-cont p {
        font-size: 1rem;
    }
    .about-section h2 {
        font-size: 2rem;
    }
    .about-section p {
        font-size: 1rem;
    }
    #image-slider .container .text-box {
        max-width: 90%;
    }
    .hero-btn {
        align-self: stretch;
    }
    .hero-cta-box,
    .end-cta-box {
        flex-direction: column;
    }
}
