.garanty-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    position: relative;
    z-index: 100;
}

.garanty-section-container{
    display: flex;
    flex-direction: row-reverse;
}

.left-text{
    padding: 100px 0 ;
}


.header-text-guaranty{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--01, #6316DB);
text-align: right;

font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px;
position: relative;
}
.sub-header-text{
    color: var(--02, #9582EF);
text-align: right;
font-family: Montserrat-Arabic, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.garanty-arrow{
    position: absolute;
    top:0;
    right:-50px;
}
.left-text{
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card-img-container{
    position: relative;
    z-index: 101;
}
.card-img-container img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 101;
}
.right-text img{
    max-width: 560px;
}

.right-text{
    margin-top: -50px;
    flex-shrink: 1;
}

.card-garanty{
    display: flex;
max-width: 590px;
padding: 48px;
justify-content: center;
align-items: center;
gap: 32px;
border-radius: 12px;
background: #6316DB;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 2px 4px 4px 0 #9582EF inset;
backdrop-filter: blur(2px);
margin: 0;
}
.garanty-text{
    flex: 2;
    color: var(--WHITE, #FFF);
text-align: right;

/* BUTTON/CTA (24) LALEZAR */
font-family: year, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.garanty-background{
    background: var(--03, #FB2576);
}
.garanty-icon{
    flex: 1;
}
.right-text img{
   margin-bottom: -20px;
}

@media (max-width: 1024px) {
    .garanty-section-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .left-text {
        padding: 64px 0;
        max-width: 90%;
        align-items: center;
    }
    .header-text-guaranty {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
    .garanty-arrow {
        display: none;
    }
    .sub-header-text {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .card-img-container {
        text-align: center;
    }
    .card-img-container img {
        width: 70%;
        height: auto;
    }
    .right-text {
        margin-top: 0;
        width: 90%;
        max-width: 90%;
    }
    .right-text img {
        width: 100%;
        max-width: 100%;
    }
    .card-garanty {
        max-width: 100%;
        padding: 40px;
    }
    .garanty-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .garanty-section-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .left-text {
        padding: 48px 0;
        max-width: 90%;
    }
    .header-text-guaranty {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .sub-header-text {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .card-img-container img {
        width: 65%;
        height: auto;
    }
    .right-text {
        width: 90%;
    }
    .card-garanty {
        padding: 32px;
        gap: 24px;
    }
    .garanty-text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .garanty-section-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card-img-container img{
        width: 60%;
        height: 60%;

    }
    .card-img-container {
        text-align: center;
        order: 3;
    }
    .left-text{
        flex-direction: column-reverse;
        padding: 0;
        margin-top: -40px;
        align-items: center;
        width: 90%;
        text-align: center;
    }
    .header-text-guaranty{
        order: 2;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }
    .header-text-guaranty svg{
        display: none;
    }
    .sub-header-text{
        font-size: 16px;
        text-align: center;
    }
    .right-text{
        margin-top: 0;
        width:90%
    }
    .right-text img{
        width: 100%;
    }
    .card-garanty{
        max-width: 100%;
        padding: 24px;
        gap: 16px;
    }
    .garanty-text{
        font-size: 16px;
        line-height: 22px;
    }
    .garanty-icon{
        flex: 1;
    }
}