@import url('global.css');
/* mehmet ali - client brands  */
#client-brands{
    width: 100%;
    height: 132px;
    padding: 50px 150px;
    background-color: var(--background-color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}
.client-brands-header{
    width: 266.39px;
    height: 24px;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    text-wrap: nowrap;
}
.client-brands-logos{
    width: 809.61px;
    height: 32px;
    color: var(--client-brands-logo);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px; 
}
.client-brands-logos > [alt="google"]{
    width: 97.21px;
    height: 32px;  
}
.client-brands-logos > [alt="atlassian"]{
    width: 135.88px;
    height: 17.2px; 
}
.client-brands-logos > [alt="canon"]{
    width: 95.63px;
    height: 20px;    
}
.client-brands-logos > [alt="walmart"]{
    width: 129.86px;
    height: 30.96px;   
}
.client-brands-logos > [alt="amazon"]{
    width: 95.03px;
    height: 29.24px;   
}

@media screen and (max-width: 1130px) {
    #client-brands{
        width: 100%;
        height: auto;
        padding: 50px 10px;
        flex-direction: column;
        gap: 16px;
    }
    .client-brands-header{
        text-align: center;
    }
    .client-brands-logos{
        width: 100%;
        height: auto;
        flex-wrap: wrap; 
        gap: 16px; 
    }
    .client-brands-logos img {
        flex: 1 1 auto;
        max-width: 125px;
    }
    .client-brands-logos img:nth-child(n+4) { 
        flex-shrink: 0; 
        justify-content: center; 
    }
}

/* mehmet ali - benefits */
#benefits{
    width: 100%;
    height: 670px;
    padding: 100px 150px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 32px;
    font-family: var(--primary-font)
}

.benefits-header{
    width: 256px;
    height: 470px;
}

.benefits-points{
    width: 820px;
    height: 470px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
}

.beneficial-badge{
    width: 125px;
    height: 43px;
    padding: 4px 24px;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}

.beneficial-header{
    width: 256px;
    height: 144px;
    font-weight: 700;
    color: var(--fourth-color);
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
}

.beneficial-description{
    width: 256px;
    height: 90px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--fourth-color);
}

.benefit-card{
    padding: 32px 24px;
    width: 262.67px;
    height: 390px;
    background-color: var(--secondary-color);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.benefit-card:last-child{
    height: 470px;
}

.benefit-card img[alt="happy customer"]{
    width: 93.33px;
    height: 84px;
}
.benefit-card img[alt="best integrations"]{
    width: 106.91px;
    height: 84px;
}
.benefit-card img[alt="grow without problems"]{
    width: 104.2px;
    height: 104px;
}

.card-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 209px;
    min-height: 210px;
    max-height: 270px;
}

.card-info h3{
    margin: 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: var(--fourth-color);
}

.card-info p{
    margin-bottom: 0;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: var(--third-color);
    min-height: 168px;
}

@media screen and (max-width: 1130px) { 
    #benefits{
        height: auto;
        padding: 10px 15px;
        gap: 8px;
        align-items: center;
        flex-direction: column;
    }

    .benefits-header{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 30px;
    }

    .benefits-points{
        width: 70%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 18px;
    }

    .beneficial-header{
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 15px;
    }

    .beneficial-description{
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .benefit-card{
        width: 100%;
        height: auto;
        gap: 50px;
        align-items: start;
    }

    .card-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        min-height: 210px;
        max-height: 270px;
    }

    .benefit-card img[alt="happy customer"]{
        width: auto;
        height: 120px;
    }
    .benefit-card img[alt="best integrations"]{
        width:  auto;
        height: 120px;
    }
    .benefit-card img[alt="grow without problems"]{
        width: auto;
        height: 120px;
    }

    .card-info{
        gap: 10px;
        width: 100%;
        align-items: start;
        justify-content: center;
    }

    .card-info p{
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) { 
    #benefits{
        height: auto;
        padding: 10px 15px;
        gap: 8px;
        align-items: center;
        flex-direction: column;
    }

    .benefits-header{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 30px;
    }

    .benefits-points{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }

    .beneficial-header{
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 15px;
    }

    .beneficial-description{
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .benefit-card{
        width: 100%;
        height: auto;
        gap: 50px;
        align-items: start;
    }

    .card-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        min-height: 210px;
        max-height: 270px;
    }

    .benefit-card img[alt="happy customer"]{
        width: auto;
        height: 120px;
    }
    .benefit-card img[alt="best integrations"]{
        width:  auto;
        height: 120px;
    }
    .benefit-card img[alt="grow without problems"]{
        width: auto;
        height: 120px;
    }

    .card-info{
        gap: 10px;
        width: 100%;
        align-items: start;
        justify-content: center;
    }

    .card-info p{
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* mehmet ali - cta banner */
#cta-banner{
    width: 100%;
    height: 520px;
    background-color: var(--fourth-color);
    position: relative;
    overflow: hidden;
}
.cta-banner-header{
    position: absolute;
    color: var(--white);
    width: 673px;
    height: 312px;
    top: 104px;
    left: 150px;
    font-family: var(--primary-font);
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.cta-banner-header > h2{
    text-transform: capitalize;
    height: 144px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -2px;
}
.cta-banner-button{
    width: 448px;
    height: 118px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.cta-banner-button > button{
    width: 273px;
    height: 64px;
    padding: 10px 24px;
    border-radius: 55px;
    border: none;
    background-color: var(--cta-yellow);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.cta-banner-button > button:hover {
    background-color: var(--cta-button-hover-color);
    box-shadow: 0px 4px 15px var(--cta-button-box-shadow-color);
}
.cta-banner-button > button:active {
    background-color: var(--cta-button-active-bg);
    box-shadow: 0px 2px 8px var(--cta-button-active-box-shadow);
    transform: translateY(1px);
}
.cta-btn-title {
    font-family: var(--primary-font);
    width: 176.48px;
    height: 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.cta-banner-button > button > img{
    width: 32px;
    height: 32px;
    padding: 4px;
    background-color: var(--cta-button-img);
    border-radius: 100px;
}    
.cta-banner-subtitle{
    width: 448px;
    height: 30px;
    opacity: 0.7;
}
.cta-decorations{
    position: absolute;
    width: auto;
    height: 789.24px;
    right: 50px;
}
.cta-decorations > span.vector {
    position: absolute;
    padding: 16px;
    border-radius: 1000px;
    box-shadow: 10px 13px 30px 0px var(--cta-decoration-bs);
}
.green{
    width: 104px;
    height: 413px;
    right: 160px;
    top: 360px;
    background-color: var(--cta-green);
    z-index: 3;
}
.girl{
    position: absolute;
    z-index: 2;
    right: 0;
}
.black{
    width: 104px;
    height: 569px;
    top: 311.13px;
    right: 638px;
    background-color: var(--cta-black);
    z-index: 1;
}
.yellow{
    width: 104px;
    height: 502px;
    top: 200px;
    right: 0;
    background-color: var(--cta-yellow);
    z-index: 1;
}

.cta-decorations > span.vector > img{
    width: 72px;
    height: 72px;
    padding: 16px;
    border-radius: 100px;
    background-color: var(--cta-vector-bg);
}
@media screen and (max-width: 1339px) {
    .cta-banner-header > h2 {
        font-size: 4.17vw;
    }
}
@media screen and (max-width: 1212px) {
    .cta-banner-header{
        position: absolute;
        width: 673px;
        height: 312px;
        left: 50px;
        font-family: var(--primary-font);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}
@media screen and (max-width: 1130px) {
    #cta-banner{
        position: relative;
        width: 100%;
        height: 617.57px;
        padding: 0;
        gap: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .cta-banner-header{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }
    .cta-banner-header > h2{
        width: 80%;
        margin: 30px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 1px;
        height: auto;
        text-align: center;
    }
    .cta-banner-button{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .cta-banner-button > button{
        width: 100%;
        padding: 16px 16px 16px 24px;
        height: auto;
        justify-content: space-between;
        gap: 10px;
    }
    .cta-banner-button > button > img{
        width: 32px;
        height: 32px;
        padding: 4px;
    }
    .cta-banner-subtitle{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }

    .cta-decorations{ 
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        overflow: hidden;
    }
    .cta-decorations > span.vector {
        position: absolute;
        padding: 8px;
        display: flex;
        justify-content: center;
    }
    .green{
        width: 72px;
        height: 413px;
        right: 100px;
        top: 220px;
    }
    .girl{
        position: absolute;
        right: 0px;
        bottom: 0;
    }
    .black{
        width: 104px;
        height: 569px;
        top: 180px;
        left: -16px;
    }
    .yellow{
        width: 72px;
        height: 438px;
        top: 110px;
        right: 0;
    }
    .cta-decorations > span.vector > img{
        width: 56px;
        height: 56px;
        padding: 16px;
    }
    .cta-decorations > span.girl{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .cta-decorations > span.girl > img{
        height: 100%;
        max-width: 90%;
    }
}