.banner_7242026159{
 width: 100%;
 position: absolute;
 height: 100%;
 top: 0px;
 left:0px 
}

.banner_7242026159 .designer_2026 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 39%;
    margin-top: calc(97px + 3.8vw);
}

.banner_7242026159 .designer_2026 h2{
    font-size: calc(24px + 3.8vw); ;
    margin-top: -15px;
    margin-bottom: 1px;
    font-weight: 700;
}

.banner_7242026159 .designer_2026 p{
        font-size: calc(15px + 0.5vw);
        color: #565450;
}

.banner_7242026159 .designer_2026 .call_to_actions {
    display: inline;
    width: 100%;
    text-align: left;
    margin-top: 12px;
}

/* Call to actions buttons */
.banner_7242026159 .designer_2026 .call_to_actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    background: #111111;
    font-size: 23px;
    color: white !important;
    text-transform: unset;
    font-weight: bold;
    border-radius: 28px;
    z-index: 1;
    border: none;
    max-width: 199px;
    width: 100%;
    text-align: center;
    padding: 9px;
    margin-right: 10px;
}
.banner_7242026159 .designer_2026 .call_to_actions a svg,
.banner_7242026159 .designer_2026 .call_to_actions a img {
    display: block;
    flex-shrink: 0;
}

.banner_7242026159 .designer_2026 .creae_now{
    background: #111111;
    color: white !important;
    margin-right: 10;
}

.banner_7242026159 .designer_2026 .call_to_actions .shop_now{
    background: #118D4E;
    color: white !important;
}

@keyframes spin-rainbow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 767px) {
    .banner_7242026159 .designer_2026 {
        margin-left:49%;
    }
    .banner_7242026159 .designer_2026 h2 {
        font-size: calc(9px + 3.8vw);
        margin-top: -8px;
        margin-bottom: 1px;
    }
    .banner_7242026159 .designer_2026 p{
        font-size: calc(8px + 0.5vw);
    }
    .banner_7242026159 .designer_2026 .call_to_actions {
        margin-top: 0px;
    }
    .banner_7242026159 .designer_2026 .call_to_actions a {
        font-size: 20px;
        width: 61%;
        padding: 7px;
    }
}

@media (max-width: 448px) {
    .banner_7242026159 .designer_2026 .call_to_actions a {
        font-size: 17px;
        padding: 5px;
        width: 70%;
    }
}