
*{
    font-family: "Plus Jakarta Sans", sans-serif !important;    
}
.navbar{
    background-color: #fff !important;
}
.btn-primary{
    background-color: #6a47ed !important;
    border: #6a47ed !important;   
}
.bg-hero{
    background: rgb(239,234,255);
    background: radial-gradient(circle, rgba(239,234,255,1) 0%, rgba(249,243,255,1) 100%);
    box-shadow: inset 0 0 0 0 rgba(106, 71, 237, 0.7);
}
.spacing-text-1{
    letter-spacing: .1em;
}
.hero-title{
    font-size: 3rem;
    font-weight: 800;
}
.little-text{
    color: #6a47ed;
    font-weight: 900;
    border-bottom: 1.5px solid #6a47ed;
}
.gradient-text{
    background: linear-gradient(90deg, #6a47ed 35.31%, #fb17ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-hero .box-shape{
    position: absolute;
    top: 15%;
    left: 45%;
    animation: translateX2 2s forwards infinite alternate;
}
.bg-hero .gap-shape{
    position: absolute;
    top: 40%;
    left: 50%;
    animation: translateX1 2s forwards infinite alternate;
}
.bg-primary{
    background-color: #c5b6f9 !important;
    border: 1px solid #6a47ed !important;
}
.bg-gradient{
    background: rgb(239,234,255) !important;
    background: radial-gradient(circle, rgba(239,234,255,1) 0%, rgba(249,243,255,1) 100%) !important;
}
.text-primary{
    color: #6a47ed !important;
}
.border-primary{
    border: 1px solid #6a47ed !important;

}
.border-start-primary{
    border-left: 2px solid #6a47ed !important;
}
.feature-box{
    background: url('../images/feature-bg.jpg') no-repeat center center / cover;
}
.bg-about{
    background: url('../images/bg-shape-1.png') no-repeat center center / cover;
}
.bg-primary-2{
    background-color: #6a47ed !important;
}
.btn-success{
    background-color: #9cee69 !important;
    border: 1px solid #9cee69 !important;
}
.cta-counter-wrapper .shape-img {
    position: absolute;
    bottom: -140px;
    right: 0px;
    z-index: 1;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Ensure the container matches the image size */
    height: 100%; /* Ensure the container matches the image size */
}
.image-container img {
    display: block;
    width: 100%; /* Ensure the image scales to the container */
    height: auto; /* Maintain aspect ratio */
}
.card-product:hover{
    filter: drop-shadow(6px 6px 0px #CAC9D6);
    transition: all 0.3s ease-in-out;
}
.hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Match the width of the image */
    height: 100%; /* Match the height of the image */
    display: inline-block;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 10px;
    border-radius: 1em;
    border: 1px solid #6a47ed;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 1em;
    overflow-x: hidden;
}
.image-container:hover .hover-text {
    opacity: 1;
}
.cta-bg-2{
    background: url('../images/audience-bg.png') no-repeat center center / cover;
}
.testimonial-bg{
    background: url('../images/overlay-shape.png') no-repeat center center / cover;
}
.bg-contact{
    background-color: #18185e !important;
}

.button-pulse {
    animation: pulse 1s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #67eb83;
}
.section-about .card:hover{
    filter: drop-shadow(10px 10px 0px #CAC9D6);
    border: 1.5px solid #6a47ed;
    transition: all 0.3s ease-in-out;
}
.cta-button{
    animation: cta-whatsapp-pulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgba(106, 71, 237, 0.7);
    border: 1px solid #fdfdfd !important;
}


@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
        border: 1px solid #67eb83;
        transform: scale(1.05) translateY(-2px);
    }
}

@keyframes cta-whatsapp-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(106, 71, 237, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 10px 10px rgba(106, 71, 237, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(106, 71, 237, 0);
    }
}
p{
    font-size: 14px;
}
footer p{
    line-height: 1;
}
@keyframes translateX1 {
    0% {
        transform: translateX(-3%);
    }
    100% {
        transform: translateX(3%);
    }
}
@keyframes translateX2 {
    0% {
        transform: translateX(-3%);
    }
    100% {
        transform: translateX(3%);
    }
}

.bg-hero .box-shape img, .bg-hero .gap-shape img{
    text-align: center;
}
@media screen and (max-width: 768px) {
    .hero-title{
        font-size: 2rem;
    }
    .little-text{
        font-size: 1.5rem;
    }
    .w-75{
        width: 100% !important;
    }
    .cta-bg-2 .w-75{
        width: 50% !important;
    }
    .hero .px-5{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .card-title{
        font-size: 1rem;
    }
    .card-text{
        font-size: 0.7rem;
    }
    .btn{
        font-size: 0.8rem;
    }
    .hover-text h5{
        font-size: 0.8rem;
    }
    .hover-text p{
        font-size: 0.7rem;
    }
    .hover-text .btn{
        font-size: 0.7rem;
    }
    .blockquote-footer{
        font-size: 0.8rem;
    }
    .bg-hero .box-shape{
        top:80%;
    }
    .pt-5{
        padding-top: 0 !important;
    }
    .mt-5{
        margin-top: 0 !important;
    }
    .bg-contact .container{
        padding-top: 2rem !important;
    }
    .bg-contact p{
        font-size: 0.8rem;
    }
    .bg-contact ul li{
        font-size: 0.8rem;
    }
    .bg-contact .btn{
        font-size: 0.7rem;
    }
    footer p{
        font-size: 0.6rem;
        line-height: 0.8;
    }

    .navbar-toggler{
        border: 1px solid #6a47ed !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        padding: 0;
    }
    .navbar-toggler:focus{
        box-shadow: 0 2px 3px 0 rgba(106, 71, 237, 0.7);
        border: 1px solid #6a47ed;
    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgb(106, 71, 237)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        width: 20px;
        height: 20px;
    }   
    
    .navbar-collapse {
        background-color: #fff !important;
        border: 1px solid #6a47ed !important;
        border-radius: 0.5rem;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 0 2px 1px 0 rgba(106, 71, 237, 0.7);
    }
    .navbar{
        border-bottom: 0 !important;
    }
    .navbar-collapse ul li a{
        width: 100% !important;
        font-size: .7rem !important;
        padding: 0.5rem 0rem !important; 
    }
    .cta-bg-2 {
        text-align: center;
        padding: 2rem 0;
    }
}
