/* title-page */
.title-page{
    padding: 120px 0 40px;
    background: #292D3F url(../image/bg-aws-well-architected.png) 100% 50% / contain;
    background-repeat: no-repeat;
    border-radius: 0 0 120px 120px;
}
.title-page h1{
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 680px;
}
.title-page h1 span{
    display: block;
}
.title-page .title-page-content p{
    font-size: 20px;
    color: #C3C5CA;
    line-height: 1.5;
    max-width: 680px;
    margin: 24px 0;
}
.title-page .we-support{
    display: flex;
    gap: 20px;
    align-items: center;
}
.title-page .we-support p{
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
@media screen and (max-width: 1399px){
    .title-page h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 1230px){
    .title-page h1{
        font-size: 40px;
        padding-left: 50px;
    }
    .title-page .title-page-content p{
        font-size: 18px;
        padding-left: 50px;
    }
    .title-page .we-support{
        padding-left: 50px;
    }
    .title-page .we-support p{
        font-size: 24px;
        
    }

}
@media screen and (max-width: 991px){
    .title-page{
        padding: 75px 0 30px;
    }
    .title-page h1,
    .title-page .we-support{
        padding-left: 0;
    }
    .title-page .title-page-content p {
        font-size: 16px;
        max-width: 500px;
        margin: 20px 0;
        padding-left: 0;
    }
    .title-page .we-support img{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 767px){
    .title-page{
        background-position: 190% 50%;
        border-radius: 0 0 80px 80px;
    }
    .title-page h1,
    .title-page .title-page-content p,
    .title-page .we-support{
        padding-left: 50px;
    }
    .title-page .container{
        padding: 0 30px;
    }
}
@media screen and (max-width: 690px){
    .title-page{
        padding-bottom: 100px;
        background: #292D3F url(../image/bg-well-architected-mob.png) 100% 100% / contain;
        background-repeat: no-repeat;
        background-size: 70%;
    }
    .title-page h1,
    .title-page .title-page-content p{
        text-align: left;
        padding-left: 0;
    }
    .title-page .we-support{
        text-align: center;
        padding-left: 0;
    }
    .title-page .title-page-content p{
        padding-left: 0;
    }
    .title-page .we-support{
        flex-wrap: wrap;
        justify-content: center;
    }
    .title-page .we-support p{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .title-page{
        padding-bottom: 240px;
        background: #292D3F url(../image/bg-well-architected-mob.png) -230px bottom / cover;
        border-radius: 0 0 60px 60px;
        background-repeat: no-repeat;
        background-size: 170%;
        min-height: 752px;
    }
    
}

/* information-well-architected */
.information-well-architected h2{
    text-align: left;
}
.information-well-architected .container{
    flex-wrap: wrap;
    justify-content: space-between;
}
.information-well-architected .image{
    width: 100%;
    max-width: 443px;
}
.information-well-architected .text{
    width: calc(100% - 493px);
}
.information-well-architected .text p{
    line-height: 1.5;
}

@media screen and (max-width: 991px){
    .information-well-architected .image{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .information-well-architected .text{
        width: 100%;
    }
}

/* Framework Review  */
.framework-review{
    background: radial-gradient(50.92% 77.82% at 50% 0%, #1650C8 0%, rgba(22, 80, 200, 0) 100%), linear-gradient(180deg, #202434 0%, #292D3F 70.08%);
}
.framework-review h2{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.carousel-pillars-nav {
    width: 245px;
}
#pillars{
    padding-top: 20px;
}
@media screen and (max-width: 991px){
    #pillars .carousel-pillars{
        background: none;
    }
    .framework-review{
        padding-bottom: 0;
    }
}

/* how-work */
.how-work h2{
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.how-work h2 + p{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.5;
}
.item-how-work{
    display: flex;
    align-items: center;
    padding: 40px;
    border: 2px solid #848698;
    border-radius: 44px;
    margin-bottom: 40px;
}
.item-how-work:last-child{
    margin-bottom: 0;
}
.item-how-work .num{
    width: 80px;
    margin-right: 24px;
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}
.item-how-work .text-how-work{
    width: calc(100% - 451px);
}
.item-how-work .text-how-work h3{
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.item-how-work .text-how-work h3 span.num-mob{
    display: none;
}
.item-how-work .text-how-work p{
    line-height: 1.5;
}
.item-how-work .duration{
    width: 287px;
    margin-left: 60px;
    text-align: center;
    padding: 20px;
    border-radius: 24px;
    border: 2px dashed #2ED47A;
}
.item-how-work .duration p{
    font-size: 16px;
    line-height: 1.5;
    color: #BECBD4;
}
.item-how-work .duration p.duration-time{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 15px;
}

.item-how-work .duration.green-border{
    border-color: #2ED47A
}
.item-how-work .duration.green-border p.duration-time{
    color: #2ED47A;
}

.item-how-work .duration.yellow-border{
    border-color: #FED40B;
}
.item-how-work .duration.yellow-border p.duration-time{
    color: #FED40B;
}

.item-how-work .duration.purple-border{
    border-color: #B34DBF;
}
.item-how-work .duration.purple-border p.duration-time{
    color: #B34DBF;
}

@media screen and (max-width: 991px){
    .item-how-work{
        padding: 24px;
    }
    .item-how-work .num{
        font-size: 80px;
        width: 50px;
    }
    .item-how-work .duration{
        width: 200px;
        margin-left: 24px;
    }
    .item-how-work .text-how-work{
        width: calc(100% - 298px);
    }
    .item-how-work .duration p{
        font-size: 14px;
    }
    .item-how-work .duration p.duration-time{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .item-how-work .num{
        width: 35px;
        margin-right: 20px;
        font-size: 60px;
    }
    .item-how-work .duration{
        width: 190px;
        margin-left: 20px;
        padding: 15px;
    }
    .item-how-work .text-how-work{
        width: calc(100% - 265px);
    }
    .item-how-work .duration p.duration-time{
        margin-top: 10px;
    }
}
@media screen and (max-width: 660px){
    .item-how-work{
        flex-wrap: wrap;
    }
    .how-work h2{
        padding: 0 10px;
    }
    .how-work h2 + p{
        text-align: left;
        padding: 0 10px;
    }
    .item-how-work .num{
        display: none;
    }
    .item-how-work .text-how-work,
    .item-how-work .duration{
        width: 100%;
    }
    .item-how-work .duration{
        margin-top: 15px;
        margin-left: 0;
    }
    .item-how-work .duration p{
        font-size: 16px;
    }
    .item-how-work .duration p.duration-time{
        font-size: 20px;
    }
    .item-how-work .text-how-work h3{
        display: flex;
        align-items: center;
    }
    .item-how-work .text-how-work h3 span:last-child{
        display: block;
        width: calc(100% - 85px);
    }
    .item-how-work .text-how-work h3 span.num-mob{
        display: block;
        width: 80px;
        font-size: 62px;
        text-align: center;
    }
    
}







/* advantages */
.advantages{
    position: relative;
    /* background: radial-gradient(50.92% 77.82% at 50% 0%, #1650C8 0%, rgba(22, 80, 200, 0) 100%), linear-gradient(180deg, #202434 0%, #292D3F 70.08%); */
    background: url(../image/bg-lets-get-started.svg) 50% 100% / contain;
    background-repeat: no-repeat;
    background-size: 2560px auto;
    position: relative;
}
.advantages:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #292D3F;
    z-index: -1;
}
.advantages h2{
    color: #fff;
    max-width: 800px;
    margin: 0 auto 40px;
}
.advantages .advantages-items{
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
}
.advantages .advantages-items .item{
    background: #3A3F58;
    padding: 24px 40px 40px;
    border-radius: 24px;
    width: calc((100% - 20px)/3);
}
.advantages .advantages-items .item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.advantages .advantages-items .item h3{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    max-width: calc(100% - 84px);
}
.advantages .advantages-items .item p{
    color: #F2F2F2;
    line-height: 1.5;
}
@media screen and (max-width: 1100px) {
    .advantages .advantages-items .item h3{
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .advantages .advantages-items .item{
        width: calc((100% - 10px)/2);
    }
}
@media screen and (max-width: 767px) {
    .advantages{
        padding-bottom: 20px;
    }
    .advantages .advantages-items .item{
        width: 100%;
        padding: 24px;
    }
    .advantages .advantages-items .item h3{
        font-size: 28px;
    }
    .advantages h2{
        text-align: left;
        font-size: 28px;
        padding: 0 0 0 24px;
    }
    .advantages h2 + p{
        text-align: left;
        font-size: 16px;
        padding: 0 0 0 24px;
    }
    .advantages:before{
        height: 80%;
    }
}
@media screen and (max-width: 479px){
    .advantages{
        background: url(../image/bg-lets-get-started.svg) 50% 90% / contain;
        background-repeat: no-repeat;
        background-size: 2560px auto;
    }
}

/* cta-white */
.cta-white{
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}
.cta-white h2{
    margin-top: 60px;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 0.02em;

    background-color: #292D3F;
    background-image: linear-gradient(-90deg, #005bff, #292D3F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-white p{
    margin: 20px 0;
}
.cta-white .btn-theme{
    position: relative;
    z-index: 9;
}
.btn-lets-get-started{
    position: relative;
    padding: 40px;
    border-radius: 56px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='56' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.4); stroke-width: 0.5; stroke-dasharray: 4 8'/></svg>");
    display: inline-block;
}
.btn-lets-get-started:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: 68px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='68' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.2); stroke-width: 0.5; stroke-dasharray: 4 10'/></svg>");
}
.btn-lets-get-started:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='40' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.7); stroke-width: 0.5; stroke-dasharray: 4 6'/></svg>");
}
.btn-lets-get-started > div{
    padding: 10px;
    border-radius: 32px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='32' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,1); stroke-width: 0.5; stroke-dasharray: 4 4'/></svg>");
}
.cta-white .lines-cta-white{
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 230px;
    z-index: -1;
}
.cta-white .lines-cta-white svg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: auto!important;
}
.cta-white .btn-lets-get-started{
    position: relative;
    z-index: 9;
}
.cta-white .btn-lets-get-started > div{
    position: relative;
    z-index: 9;
}
.cta-white{
    overflow: hidden;
}
@media screen and (max-width: 1399px){
    .cta-white .lines-cta-white{
        height: 180px;
    }
}
@media screen and (max-width: 991px){
    .cta-white h2{
        font-size: 50px;
    }
    .cta-white .lines-cta-white{
        height: 150px;
    }
}
@media screen and (max-width: 767px){
    .cta-white h2{
        font-size: 40px;
    }
    .cta-white .lines-cta-white svg{
        width: 1000px!important;
    }
    .cta-white .lines-cta-white{
        height: 140px;
    }
}
@media screen and (max-width: 479px){
    .cta-white h2,
    .cta-white p{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* stack */
.stack{
    text-align: left;
    background: url(../image/technology-stack-devops.svg) 100% 50% / contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 80px 0;
    position: relative;
}
.stack:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(65.43% 100% at 50% 0%, #1650C8 0%, rgba(22, 80, 200, 0) 100%), #202434;
    z-index: -1;
}
.stack h2{
    text-align: left;
    color: #fff;
    font-size: 62px;
}
.stack p{
    font-family: 'Poppins', sans-serif;
    color: #F2F2F2;
    margin: 20px 0;
    font-size: 28px;
    max-width: 500px;
}
@media screen and (max-width: 991px){
    .stack{
        padding: 50px 0;
    }
    .stack h2{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .stack p{
        font-size: 20px;
        max-width: 370px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
    .stack{
        text-align: center;
        background: url(../image/bg-stack-mobile.png) 50% 100% / cover;
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 220vw;
    }
    .stack h2,
    .stack p{
        margin: 10px auto;
        text-align: center;
    }
    .stack .btn-theme{
        margin-top: 70vh;
    }
}
@media screen and (max-width: 364px){
    .stack h2{
        font-size: 24px;
    }
}

/* our-cases */
.our-cases h2{
    margin-bottom: 40px;
}
.wrapper-cases{
    justify-content: space-between;
}
.wrapper-cases .item{
    width: calc((100% - 20px)/3);
    background: #3A3F58;
    border-radius: 24px;
    padding: 25px 24px 86px 24px;
    position: relative;
}
.wrapper-cases .item h3{
    line-height: 1.3;
}
.wrapper-cases .item h3 a{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}
.wrapper-cases .item .logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    min-height: 88px;
}
.wrapper-cases .item .logos img {
    max-height: 85px;
    max-width: 40%;
}
.wrapper-cases .item .logos img:last-child{
    max-height: 48px;
}
.wrapper-cases .item p{
    border-left: 1px solid #F2F2F2;
    padding-left: 10px;
    margin: 15px 0;
}
.wrapper-cases .item a.btn-theme {
    position: absolute;
    bottom: 16px;
    left: 24px;
}
@media screen and (max-width: 1599px){
    .wrapper-cases .item h3 a{
        font-size: 20px;
    }
    .wrapper-cases .item p{
        font-size: 16px;
        line-height: 1.5;
    }
    .wrapper-cases .item .btn-theme{
        font-size: 14px;
        line-height: 40px;
    }
}
@media screen and (max-width: 991px){
    .wrapper-cases{
        max-width: 729px;
    }
    .wrapper-cases .item{
        width: 100%;
        margin-bottom: 10px;
    }
}