.baker{

}

.baker .baker-header{
    background: linear-gradient(179.02deg, #F0ECEC 0.84%, rgba(255, 255, 255, 0.75) 138.02%);
    padding: 90px;
    border-radius: 36px;
    margin: 0 30px;
    margin-top: 40px;
}

.baker .baker-header .baker-header-box{
    display: flex;
    /* gap: 40px; */
}

.baker .baker-header .baker-header-box .content-box{
    flex: 1;
    font-size: 24px;
}

.baker .baker-header .baker-header-box .content-box h1{
    font-size: 75px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.baker .baker-header .baker-header-box .content-box h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.14px;
}


.baker .baker-header .baker-header-box .content-box a{
    color: #292828;
    height: 56px;
    background-color: #CAB180;
    width: max-content;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 6px;
    padding: 0 40px;
    margin-top: 30px;
    font-size: 18px;
    transition: .3s;
}

.baker .baker-header .baker-header-box .content-box a:hover{
    background-color: #d9c49b;
}

.baker .baker-header .baker-header-box .content-box a:after{
    content: '';
    display: block;
    background-image: url(../../images/ai_baker/chevron_right.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: 9px;
}

.baker .baker-header .baker-header-box .img-box{
    display: flex;
    align-items: flex-end;
    flex: 1;
    justify-content: center;
}

.baker .baker-header .baker-header-box .img-box .first{
    width: 290px;
    height: 380px;
    border-radius: 40px;
    border: 6px solid #ffffff;
    transform: rotate(5deg);
    object-fit: cover;
    object-position: center;
}

.baker .baker-header .baker-header-box .img-box .second{
    width: 154px;
    height: 202px;
    border-radius: 23px;
    border: 3px solid #ffffff;
    transform: rotate(-10deg);
    object-fit: cover;
    object-position: center;
    margin-left: -76px;
}

.baker .baker-header .header-bottom{

}

.baker .baker-header .header-bottom .question-1{
    width: 550px;
    background-color: #F0ECEC;
    padding: 20px;
    border-radius: 24px;
    border-top-right-radius: 0px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    margin-right: 200px;
}

.baker .baker-header .header-bottom .question-2{
    display: flex;
    width: 629px;
    max-width: 100%;
    gap: 20px;
    margin: 0 auto;
    margin-top: 30px;
    /* flex-direction: column; */
}

.baker .baker-header .header-bottom .question-2 .avatar{
    width: 59px;
    height: 59px;
    margin-bottom: -50px;
    z-index: 1;
}

.baker .baker-header .header-bottom .question-2 .content{
    width: 550px;
    max-width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #E6DECD;
    border-top-left-radius: 0px;
}


.baker .baker-header .header-bottom .line{
    margin: 0 auto;
    display: block;
    margin-right: 170px;
    margin-top: -14px;
}



.baking-description{
    margin-top: 80px;
}

.baking-description h2{
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.baking-description h2 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.baking-description .description-box{
    display: flex;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    gap: 25px;
}


.baking-description .description-box .description-card{
    flex: 1;
    position: relative;
    text-align: center;
    margin-top: 80px;
}

.baking-description .description-box .description-card .card-1{

}


.baking-description .description-box .description-card .main-img{
    width: 362px;
    height: 476px;
    border-radius: 40px;
    transform: rotate(-10deg);
    object-fit: cover;
    object-position: center;
}

.baking-description .description-box .description-card .text{
    width: 367px;
    background-color: #ffffff;
    height: fit-content;
    padding: 20px 28px;
    border: 1px solid #E6DECD;
    border-radius: 18px;
    z-index: 1;
    position: relative;
    border-top-left-radius: 0px;
    position: absolute;
    top: -50px;
    margin-left: 150px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.baking-description .description-box .description-card .cake-img{
    width: 242px;
    height: 231px;
    z-index: 1;
    margin-top: -215px;
    position: relative;
    margin-left: -114px;
}

.baking-description .description-box .description-text{
    flex: 1;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.baking-description .description-box .description-text h3{
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.baking-description .description-box .description-text a{
    font-size: 18px;
    color: #212529;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    transition: .3s;
}

.baking-description .description-box .description-text a:hover{
    color: #dbb470;
}


.baking-description .description-box .description-text a:after{
    content: '';
    display: inline-block;
    background-image: url(../../images/ai_baker/chevron_right.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -3px;
}


.baking-description .description-box .description-card.card-2{

}

.baking-description .description-box .description-card.card-2 .main-img{
    transform: rotate(10deg);
}

.baking-description .description-box .description-card.card-2 .cake-img{
    margin-top: -255px;
    height: 170px;
    width: auto;
    margin-left: -54px;
}

.baking-description .description-box .description-card.card-2 .text{
    margin-left: 231px;
    top: -36px;
}


.baking-description .description-box .description-card.card-3 .cake-img{
    width: 224px;
    height: auto;
    margin-top: -240px;
}


.qoutes{
    text-align: center;
    margin-top: 180px;
}
.qoutes h2{
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3.14px;
}

.qoutes .qoute{
    font-size: 36px;
    max-width: 55%;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 80px;
}

.qoutes img{
    max-width: 100%;
}

.support{
    margin-top: -140px;
    margin-bottom: 50px;
}


.support h2{
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.support h2  strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.support .support-card-box{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.support .support-card{
    flex: 1;
    background-color: #F0ECEC;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 20px;
}

.support .support-card .question{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.support .support-card .answer{
    background-color: #ffffff;
    padding: 15px 18px;
    border-radius: 16px;
    border: 1px solid #E6DECD;
    border-top-left-radius: 0px;
}

.support a{
    color: #292828;
    height: 56px;
    background-color: #CAB180;
    width: max-content;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 6px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 30px;
    font-size: 18px;
    transition: .3s;
}

.support a:hover{
    background-color: #d9c49b;
}
.support a:after{
    content: '';
    display: block;
    background-image: url(../../images/ai_baker/chevron_right.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: 9px;
}


.statistcs{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 61%;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
}

.statistcs .number-box{
    text-align: center;
    flex: 1;
}

.statistcs .number-box label{
    text-transform: uppercase;
    font-size: 24px;
}

.statistcs .number-box .number{
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    margin-top: -50px;
}

.statistcs p{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    flex: 1;
    text-align: center;
}


.tool{
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.tool img{
    flex: 1;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.tool .content{
    flex: 1;
    font-size: 24px;
}

.tool .content h2{
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tool .content h2 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.tool .content a{
    color: #292828;
    height: 56px;
    background-color: #CAB180;
    width: max-content;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 6px;
    padding: 0 40px;
    margin-top: 30px;
    font-size: 18px;
    transition: .3s;
}

.tool .content a:hover{
    background-color: #d9c49b;
}

.tool .content a:after{
    content: '';
    display: block;
    background-image: url(../../images/ai_baker/chevron_right.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: 9px;
}

.number-box .number{
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    will-change: contents;
}


@media screen and (max-width: 1100px) {
    .baker .baker-header{
        margin: 0px;
        margin-top: 20px;
        padding: 50px;
    }
    .baker .baker-header .baker-header-box .content-box h1{
        font-size: 60px;
    }

    .baker .baker-header .baker-header-box .content-box .text{
        font-size: 18px;
    }

    .baker .baker-header .baker-header-box .content-box a{
        font-size: 16px;
    }

    .baker .baker-header .baker-header-box .content-box h2{
        font-size: 20px;
    }

    .baking-description h2, .tool .content h2, .support h2{
        font-size: 50px;
    }

    .baking-description .description-box .description-card .main-img{
        width: 340px;
        height: 440px;
    }

    .baking-description .description-box .description-text{
        font-size: 20px;
    }

    .baking-description .description-box .description-card.card-2 .text{
        margin-left: 80px;
    }
}


@media screen and (max-width: 991px) {
    .baker .baker-header .baker-header-box{
        flex-direction: column;
    }

    .baker .baker-header .baker-header-box .img-box{
        margin-top: 80px;
    }

    .baker .baker-header .header-bottom .question-1{
        max-width: 100%;
        margin-top: -25px;
        margin-right: 0;
    }

    .baker .baker-header .baker-header-box .content-box{
        text-align: center;
    }

    .baking-description .description-box{
        flex-direction: column;
    }

    .baker .baker-header .baker-header-box .content-box a{
        margin: 0 auto;
        margin-top: 30px;
    }

    .baking-description .description-box .description-card .cake-img{
        width: 195px;
        height: auto;
        margin-left: -70px;
    }

    .baking-description .description-box .description-text{
        margin-top: 40px;
        text-align: center;
    }

    .baking-description .description-box.description-box-2{

    }

    .baking-description .description-box.description-box-2 .description-text{
        order: 2;
    }

    .qoutes .qoute{
        font-size: 26px;
        max-width: 80%;
    }

    .support{
        margin-top: 0px;
    }

    .support .support-card{
        flex: 0 0 50%;
    }

    .statistcs{
        width: 100%;
    }

    .statistcs p{
        font-size: 30px;
    }

    .statistcs .number-box .number{
        font-size: 80px;
        margin-top: -40px;
    }

    .tool{
        flex-direction: column;
        text-align: center;
    }

    .tool img{
        width: 100%;
        height: auto;
    }

    .tool .content a{
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {


    .baker .baker-header{
        padding: 40px 30px;
    }

    .baker .baker-header .baker-header-box .content-box h2{
        text-align: center;
        font-size: 18px;
    }

    .baker .baker-header .baker-header-box .content-box h1{
        font-size: 40px;
        margin-bottom: 15px;
    }

    .baker .baker-header .baker-header-box .img-box .first{
        width: 240px;
        height: 275px;
    }

    .baker .baker-header .baker-header-box .img-box .second{
        width: 115px;
        height: 130px;
    }

    .baker .baker-header .header-bottom .question-1{
        margin-top: 20px;
        font-size: 16px;
    }

    .baker .baker-header .baker-header-box .img-box{

    }

    .baker .baker-header .header-bottom .question-2{
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .baker .baker-header .header-bottom .question-2 .content{
        padding-top: 45px;
        font-size: 16px;
    }

    .baker .baker-header .header-bottom .line{
        max-width: 100%;
        margin: 0;
        margin-top: -16px;
    }

    .baking-description h2, .tool .content h2, .support h2{
        font-size: 35px;
        margin-bottom: 30px;
        text-align: center;
    }

    .baking-description .description-box .description-text h3{
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .baking-description .description-box .description-text{
        font-size: 16px;
    }

    .qoutes h2{
        text-align: center;
        font-size: 18px;
    }

    .qoutes .qoute{
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .support .support-card{
        flex: 0 0 100%;
        padding: 20px;
    }

    .support .support-card-box{
        gap: 0;
        flex-direction: column;
    }
    .support .support-card .question{
        font-size: 20px;
    }

    .support .support-card .answer{
        font-size: 14px;
    }

    .statistcs{
        flex-direction: column;
    }

    .statistcs p{
        font-size: 22px;
    }

    .tool .content{
        font-size: 18px;
    }

    .baking-description .description-box .description-text a{
        margin-top: 15px;
    }

    .baking-description .description-box{
        margin-bottom: 25px;
    }

    .baking-description .description-box .description-card .main-img{
        width: 290px;
        height: 380px;
        max-width: 100%;
    }

    .baking-description .description-box .description-card .text{
        position: absolute;
        margin-left: 0;
        font-size: 15px;
        max-width: 80%;
        right: 0;
    }

    .baking-description .description-box .description-card .cake-img{
        margin-top: -197px;
        width: 96px;
        margin-left: -86px;
    }

    .qoutes{margin-top: 90px;}
    
    .support .support-card .question{
        font-size: 18px;
    }
    
    .tool .content{
        text-align: center;
    }
    
    .baker .baker-header .baker-header-box .content-box{
        font-size: 18px;
    }
    
    .baking-description .description-box .description-card.card-2 .cake-img{
        height: 75px;
        margin-top: -213px;
    }
    
     .baking-description .description-box .description-card.card-3 .cake-img{
        width: 103px;
        margin-top: -185px;
    }
}