section.hero-section {
    background-color: var(--secondary-color);
    border-radius: 3rem 3rem 0 0;
    padding-top: 92px;
    position: relative;
    overflow: hidden;
}
.hero-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 2.8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    position: relative;
    z-index: 1;
}
.hero-content h1{
    font-size:83.2px;
    line-height: 1;
    color:var(--white-color);
    letter-spacing: 2px;
    margin-bottom: .5rem;
}
.hero-content h1 span{
        background: linear-gradient(90deg, #7aa7ff, #a5d4c5, #c7e88b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1.1;
        display: block;
}
.hero-content p{
    font-size:22px;
    line-height: 150%;
    margin-bottom: 2rem;
}
.hero-content .hero-btn a.main-btn{
    padding: 6px;
    padding-right: 16px;
    overflow: hidden;
    position: relative;
}
.hero-content .hero-btn .button-icon-inner {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap:8px;
    /* overflow: hidden; */
    /* position: relative; */
}
.hero-content .hero-btn .primary {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    background: var(--secondary-color);
    color: #fff;
    transition: background-color .2s, border .2s;
    line-height: 100%;
}
.hero-content .hero-btn .button-icon-badge.primary{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.hero-content .hero-btn .primary svg{
        width: 18px;
    height: 18px;
}
.hero-content .hero-btn .button-icon-badge-hover.primary{
position: absolute;
    right: -32px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.hero-logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hero-logo img{
    width:175px;
    filter:invert(1);
}
.small-text p{
    color:#fff;
    font-size:14px;
    margin-bottom:0;
}
.small-text{
    margin-bottom: 3rem;
}
.button-text{
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.hero-btn a:hover .button-icon-badge.primary{
    transform: translate3d(-38px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.hero-btn a:hover .button-icon-badge-hover.primary{transform: translate3d(-38px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);transform-style: preserve-3d;}
.hero-btn a:hover .button-text{
        transform: translate3d(-32px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.hero-content .hero-btn .button-icon-badge,
.hero-content .hero-btn .button-icon-badge-hover,
.hero-content .hero-btn .button-text {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.3s ease;
}
.button-icon-badge-hover {
    opacity: 0;
    transform: translateX(38px) scale(0.9);
}

.hero-btn a:hover .button-icon-badge-hover {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.hero-btn a:hover .button-icon-badge.primary {
    transform: translateX(-38px) scale(0.9);
    opacity: 0;
}
.hero-content .hero-btn .button-text {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-btn a:hover .button-text {
    transform: translateX(-28px);
}
.hero-content .hero-btn a.main-btn:hover {
    /* transform: translateY(-2px); */
    transition: transform 0.3s ease;
}
.hero-img img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 1200px;
    max-width: 95%;
    margin-bottom: -1px;
    box-shadow: 0 -2px 30px #00000012;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.section-animation {
    will-change: transform;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-style: preserve-3d;
}
section.home-about {
    background-color: var(--white-color);
    border-radius: 3rem 3rem 0 0;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    padding-left: 64px;
    padding-right: 64px;
}
.bg-grid {
    z-index: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #151515;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #171717), url("../images/bg-grid.webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
    inset: 0%;
}