#cta-section {
    background-image: linear-gradient(to top, #222222, rgba(34, 34, 34, 0.227)), url(../images/header-section/slider-images/meeting-img.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#cta-section .cta-content-wrapper {
    font-size: 30px;
}

#cta-section .cta-content-wrapper h5 {
    font-size: .70em;
    letter-spacing: 1px;
}

#cta-section .cta-content-wrapper h2 {
    font-size: 1.5em;
}

#cta-section .cta-content-wrapper .cta-video-btn-wrapper {
    position: relative;
    width: 2em;
    aspect-ratio: 1;
    background-color: var(--p-c);
    border-radius: 100vh;
    margin-top: 50px;
}

#cta-section .cta-content-wrapper .cta-video-btn-wrapper::before {
    content: "";
    position: absolute;
    width: 140%;
    aspect-ratio: 1;
    border-radius: 100vh;
    background-color: color-mix(in srgb, var(--p-c) 66%, rgba(255, 255, 255, 0));
    z-index: -1;
}

#cta-section .cta-content-wrapper .cta-video-btn-wrapper::after {
    content: "";
    position: absolute;
    width: 170%;
    aspect-ratio: 1;
    border-radius: 100vh;
    background-color: color-mix(in srgb, var(--p-c) 41%, rgba(255, 255, 255, 0));
    z-index: -2;
}

#cta-section .cta-contact-wrapper-parent {
    font-size: 30px;
}

#cta-section .cta-contact-wrapper h2 {
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: bold;
}

#cta-section .cta-contact-wrapper h6 {
    font-size: .64em;
    letter-spacing: 6px;
}

#cta-section .cta-contact-wrapper p {
    font-size: .45em;
    color: color-mix(in srgb, var(--t-c-l) 66%, rgba(255, 255, 255, 0));
}

#cta-section .cta-contact-details h5 {
    font-size: .63em;
    font-weight: 600;
    letter-spacing: 2px;
}

#cta-section .cta-contact-details p {
    font-size: .43em;
    color: color-mix(in srgb, var(--t-c-l) 66%, rgba(255, 255, 255, 0));
    line-height: 1.2;
}

@media (max-width:998px) {
    #cta-section .cta-contact-wrapper-parent {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    #cta-section .cta-contact-wrapper-parent {
        font-size: 35px;
    }
}


@media (max-width:500px) {
    #cta-section .cta-content-wrapper {
        font-size: 23px;
    }

    #cta-section {
        background-position: center top;
    }

    #cta-section .cta-contact-wrapper-parent {
        font-size: 30px;
    }
}

@media (max-width:400px) {
    #cta-section .cta-content-wrapper {
        font-size: 20px;
    }

    #cta-section .cta-contact-wrapper-parent {
        font-size: 30px;
    }
}