.generative-ai-hero {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.generative-ai-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 1006px;
    width: 100%;
    background-image: url(../images/ai-page/hero-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.generative-ai-hero span.h6 {
    color: #4D617F;
    margin-top: 0px;
    margin-bottom: 38px;
    letter-spacing: 3.2px;
    display: block;
    font-weight: 400;
}

.generative-ai-hero .h1 {
    vertical-align: middle;
    text-transform: uppercase;
    color: #0A0B09;
    margin-top: 0px;
    margin-bottom: 28px;
}

.generative-ai-hero .h1 span {
    color: var(--dark-blue-clr);
    display: unset;
}

.generative-ai-hero .shape img {
    width: 100%;
    max-width: 202px;
    margin: auto;
    display: block;
}

.generative-ai-hero p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 20px;
}

.generative-ai-hero p:nth-of-type(2) {
    margin-bottom: 0px;
}

.generative-ai-hero .main-image img {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    display: block;
}

.generative-ai-hero .after-image {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 461px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    max-width: 360px;
}

.ai-token-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ai-token-content p {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    color: #666666;
}

.ai-token-content.bottom-text h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 6px;
    letter-spacing: 0px;
}

.ai-token-content p:nth-of-type(2) {
    margin-bottom: 20px;
}

@media (max-width: 1599px) {
    .generative-ai-hero .after-image {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 1399px) {
    .generative-ai-hero .after-image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1099px) {
    .generative-ai-hero .after-image {
        width: 150px;
        height: 150px;
        top: 8% !important;
    }
}

@media (max-width: 991px) {

    .generative-ai-hero h6,
    .generative-ai-hero span.h6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .generative-ai-hero .after-image {
        top: 10% !important;
    }

    .generative-ai-hero h6,
    .generative-ai-hero .h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .generative-ai-hero .after-image {
        width: 100px;
        height: 100px;
        top: 4% !important;
    }

    .generative-ai-hero .shape img {
        max-width: 150px;
    }

    .generative-ai-hero span.h6 {
        max-width: 480px;
        margin-bottom: 20px;
    }

    .generative-ai-hero h6,
    .generative-ai-hero .h1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 475px) {
    .generative-ai-hero span.h6 {
        max-width: 380px;
    }

    .generative-ai-hero .after-image {
        top: 1% !important;
    }
}