﻿.secIntro {
    overflow-x: clip;
}

.secIntroWrapper {
    position: relative;
    width: 100%;
}

.secIntroLeft {
    position: absolute;
    left: -50px;
    top: 20px;
    z-index: 2;
}

.secIntroCenter {
    padding-left: 150px;
    z-index: 1;
}

.introGifWrapper {
    position: relative;
    perspective: 1200px;
}

    .introGifWrapper .bg {
        transform: rotateX(20deg);
        box-shadow: 10px 15px 10px rgba(0,0,0,0.35);
    }

.featureBadge {
    position: absolute;
    width: 150px;
    aspect-ratio: 726 / 628;
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,.50));
    transition: transform .3s ease;
}

.featureBadge__shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: color .3s ease;
}

.featureBadge:hover {
    transform: scale(1.05);
}

.featureBadge--hex:hover .featureBadge__shape {
    color: #a0cb37;
}
.featureBadge--hex.active .featureBadge__shape {
    color: #a0cb37;
}

.featureBadge--hex.active {
    transform: scale(1.05);
}

.featureBadge--hex .featureBadge__shape {
    color: #485466;
}

.featureBadge--hex .featureBadge__content {
    color: #e8e8e8;
}

.featureBadge--feature1 {
    top: 0;
    left: 0;
}

.featureBadge--feature2 {
    top: 72px;
    left: 122px;
}

.featureBadge--feature3 {
    top: 145px;
    left: 0;
}

.featureBadge--feature4 {
    top: 217px;
    left: 122px;
}

.featureBadge--feature5 {
    top: 145px;
    left: 244px;
}

.featureBadge--feature6 {
    top: 290px;
    left: 0;
}

.featureBadge__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    pointer-events: none;
    transition: color .3s ease;
}

    .featureBadge__content i {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .featureBadge__content span {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
        padding: 5px;
    }

.featureDescription {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.featureDescription h2 {
    margin: 0;
}

#clickhere{
    position: absolute;
    width: 100px;
    z-index:3;
    left: -80px;
    top: 90px;
}