.come-with-us{
    width: 100%;
    padding: 50px 0 ;
}
.come-content{
    margin: 0 auto;
    max-width: 794px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.come-header{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.come-header-text{
    color: var(--WHITE, #FFF);

font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 114.286% */
background-color: #FB2576;
}
.come-sub-header{
    color: var(--01, #6316DB);

/* TITLE/HEADLINE 1 (56) LALEZAR */
font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px;
text-align: center;
}
.come-sub-header-text{
    color: var(--03, #FB2576);
text-align: center;

/* TITLE/HEADLINE 3 (32) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 42px; /* 131.25% */
}
.come-sub-header-text-2{
    color: var(--01, #6316DB);
text-align: center;

/* PARAG + CAPT/PARAG 1 (20) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 120% */
}
.come-box{
    display: flex;
padding: 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 12px;
background: #6316DB;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 4px 4px 4px 0 #9582EF inset;
backdrop-filter: blur(2px);
}
.click-here{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--CTA, #FFD700);
text-align: center;

/* BUTTON/CTA (24) LALEZAR */
font-family: year, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.limited{
    color: var(--WHITE, #FFF);
text-align: center;

/* BUTTON/CTA (24) LALEZAR */
font-family: year, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.hot-cta{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    color: var(--CTA, #FFD700);
text-align: center;

/* BUTTON/BUTTON 2 (12) LALEZAR */
font-family: year, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}

footer{
    width: 100%;
    background: var(--01, #6316DB);
    padding: 50px 0;
    margin-top: 50px;
}
.footer-content{
    margin: 0 auto;
    max-width: 794px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    
}
.footer-type{
    width: 150px;
    height: 150px;
height: 150px;
width: 150px;
}
.footer-header{
    color: var(--WHITE, #FFF);
text-align: center;

/* TITLE/HEADLINE 1 (56) LALEZAR */
font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 114.286% */
}
.footer-text{
    color: var(--WHITE, #FFF);
text-align: center;

/* PARAG + CAPT/PARAG 2 (18) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}
.footer-text-2{
    color: #FFF;
text-align: center;

/* PARAG + CAPT/CAPT 1 (14) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.privcy{
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
height: 59px;
padding: 0 32px;
justify-content: center;
align-items: center;
gap: 16px;
border-radius: 12px;
background: rgba(99, 22, 219, 0.60);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 2px 4px 4px 0 #9582EF inset;
backdrop-filter: blur(2px);
color: #FFF;
text-align: center;

/* PARAG + CAPT/CAPT 1 (14) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Responsive Styles for come-with-us section */
@media (max-width: 1024px) {
    .come-with-us {
        padding: 40px 0;
    }
    .come-content {
        max-width: 90%;
        gap: 20px;
    }
    .come-header {
        flex-direction: column;
        gap: 12px;
    }
    .come-arrow {
        display: none;
    }
    .come-header-text {
        font-size: 44px;
        line-height: 52px;
        text-align: center;
    }
    .come-sub-header {
        font-size: 44px;
        line-height: 52px;
    }
    .come-sub-header-text {
        font-size: 26px;
        line-height: 34px;
    }
    .come-sub-header-text-2 {
        font-size: 18px;
        line-height: 22px;
    }
    .come-box {
        padding: 20px 16px;
        gap: 12px;
    }
    .click-here {
        font-size: 20px;
        line-height: 28px;
        gap: 12px;
    }
    .click-here svg {
        width: 20px;
        height: 16px;
    }
    .limited {
        font-size: 20px;
        line-height: 28px;
    }
    .hot-cta {
        font-size: 11px;
        line-height: 15px;
        gap: 12px;
    }
    .come-box .cta-main-button {
        padding: 14px 32px;
        gap: 16px;
    }
    .come-box .cta-main-button svg {
        width: 40px;
        height: 44px;
    }
    .come-box .cta-main-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .come-with-us {
        padding: 32px 0;
    }
    .come-content {
        max-width: 90%;
        gap: 18px;
    }
    .come-header-text {
        font-size: 36px;
        line-height: 44px;
    }
    .come-sub-header {
        font-size: 36px;
        line-height: 44px;
    }
    .come-sub-header-text {
        font-size: 22px;
        line-height: 30px;
    }
    .come-sub-header-text-2 {
        font-size: 16px;
        line-height: 20px;
    }
    .come-box {
        padding: 18px 14px;
        gap: 10px;
    }
    .click-here {
        font-size: 18px;
        line-height: 26px;
        gap: 10px;
    }
    .click-here svg {
        width: 18px;
        height: 14px;
    }
    .limited {
        font-size: 18px;
        line-height: 26px;
    }
    .hot-cta {
        font-size: 10px;
        line-height: 14px;
        gap: 10px;
    }
    .come-box .cta-main-button {
        padding: 12px 24px;
        gap: 14px;
    }
    .come-box .cta-main-button svg {
        width: 36px;
        height: 40px;
    }
    .come-box .cta-main-text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .come-with-us {
        padding: 24px 0;
    }
    .come-content {
        max-width: 90%;
        gap: 16px;
    }
    .come-header {
        gap: 10px;
    }
    .come-header-text {
        font-size: 28px;
        line-height: 36px;
    }
    .come-sub-header {
        font-size: 28px;
        line-height: 36px;
    }
    .come-sub-header-text {
        font-size: 18px;
        line-height: 26px;
    }
    .come-sub-header-text-2 {
        font-size: 14px;
        line-height: 18px;
    }
    .come-box {
        padding: 16px 12px;
        gap: 8px;
    }
    .click-here {
        font-size: 16px;
        line-height: 24px;
        gap: 8px;
    }
    .click-here svg {
        width: 16px;
        height: 13px;
    }
    .limited {
        font-size: 16px;
        line-height: 24px;
    }
    .hot-cta {
        font-size: 9px;
        line-height: 13px;
        gap: 0;
        flex-direction: column;
        text-align: center;
    }
    .come-box .cta-main-button {
        padding: 10px 20px;
        gap: 12px;
    }
    .come-box .cta-main-button svg {
        width: 32px;
        height: 36px;
    }
    .come-box .cta-main-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Responsive Styles for footer section */
@media (max-width: 1024px) {
    footer {
        padding: 40px 0;
        margin-top: 40px;
    }
    .footer-content {
        max-width: 90%;
        gap: 28px;
    }
    .footer-type {
        height: 150px;
        width: 150px;
    }
    .footer-header {
        font-size: 44px;
        line-height: 52px;
    }
    .footer-text {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-text-2 {
        font-size: 16px;
        line-height: 22px;
    }
    .privcy {
        width: 90%;
        padding: 0 24px;
        gap: 12px;
        height: auto;
        min-height: 50px;
    }
    .privcy p {
        font-size: 13px;
    }
    .privcy svg {
        width: 60px;
        height: 12px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 32px 0;
        margin-top: 32px;
    }
    .footer-content {
        max-width: 90%;
        gap: 24px;
    }
    .footer-type {
        height: 130px;
        width: 130px;
    }
    .footer-header {
        font-size: 36px;
        line-height: 44px;
    }
    .footer-text {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-text-2 {
        font-size: 14px;
        line-height: 20px;
    }
    .privcy {
        width: 90%;
        padding: 0 20px;
        gap: 10px;
        height: auto;
        min-height: 48px;
    }
    .privcy p {
        font-size: 12px;
    }
    .privcy svg {
        width: 50px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 24px 0;
        margin-top: 24px;
    }
    .footer-content {
        max-width: 90%;
        gap: 20px;
    }
    .footer-type {
        height: 110px;
        width: 110px;
    }
    .footer-header {
        font-size: 28px;
        line-height: 36px;
    }
    .footer-text {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-text-2 {
        font-size: 12px;
        line-height: 18px;
    }
    .privcy {
        width: 90%;
        padding: 12px 16px;
        gap: 8px;
        height: auto;
        min-height: auto;
    }
    .privcy p {
        font-size: 11px;
    }
    .privcy svg {
        width: 40px;
        height: 8px;
    }
}
