/* title-page */
.title-page{
    padding: 120px 0 40px;
    background: #292D3F url(../image/platform-engineering/title-page-platform-engineering.svg) 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: 85%;
}
.title-page h1 span{
    display: block;
}
.title-page h1 + p{
    font-size: 20px;
    color: #C3C5CA;
    line-height: 1.5;
    max-width: 85%;
    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: 1599px){
    .title-page h1 + p{
        max-width: 70%;
    }
}
@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 h1 + 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 h1 + 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 h1 + p,
    .title-page .we-support{
        padding-left: 50px;
    }
    .title-page h1,
    .title-page h1 + p{
        text-align: left;
        max-width: 100%;
    }

}
@media screen and (max-width: 690px){
    .title-page{
        padding-bottom: 100px;
        background: #292D3F url(../image/platform-engineering/title-page-platform-engineering-mobile.svg) 100% 40% / contain;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .title-page .we-support{
        text-align: center;
        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: 340px;
        background: #292D3F url(../image/platform-engineering/title-page-platform-engineering-mobile.svg) -2px 85% / cover;
        border-radius: 0 0 60px 60px;
        background-repeat: no-repeat;
    }
    .title-page h1{
        font-size: 44px;
    }
    .title-page h1,
    .title-page h1 + p{
        padding-left: 0;
    }
    .title-page .container{
        padding: 0 32px;
    }
    
}

/* platform-engineer-text */
.platform-engineer-text .container{
    justify-content: space-between;
    align-items: center;
}
.platform-engineer-text .image,
.platform-engineer-text .text{
    width: calc((100% - 80px)/2);
}
.platform-engineer-text .text,
.platform-engineer-text .text h2{
    text-align: left;
}
.platform-engineer-text .text p{
    margin-bottom: 15px;
    line-height: 1.5;
    color: #292D3F;
}
.platform-engineer-text .text a{
    color: #25ACFF;
}
@media screen and (max-width: 991px){
    .platform-engineer-text .image,
    .platform-engineer-text .text{
        width: calc((100% - 30px)/2);
    }
}
@media screen and (max-width: 767px){
    .platform-engineer-text{
        padding-top: 40px;
    }
    .platform-engineer-text .image,
    .platform-engineer-text .text{
        width: 100%;
    }
    .platform-engineer-text .image{
        text-align: center;
        margin-bottom: 20px;
        order: 2;
    }
    .platform-engineer-text h2{
        font-size: 28px;
    }
    .platform-engineer-text .container{
        padding: 0 32px;
    }
}

/* advantages */
.future{
    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%);
}
.future h2{
    color: #fff;
}
.future h2 + p{
    text-align: center;
    line-height: 1.5;
    max-width: 930px;
    margin: auto;
}
.future .future-items{
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
}
.future .future-items .item{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24px 40px 40px;
    border: 2px solid #848698;
    border-radius: 44px;
    width: 100%;
}
.future .future-items .item .num{
    font-size: 120px;
    font-weight: 600;
    color: #fff;
    width: 80px;
    text-align: center;
}
.future .future-items .item .description{
    width: calc(100% - 226px);
}
.future .future-items .item .icon{
    width: 86px;
    height: 86px;
}

.future .future-items .item h3{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.future .future-items .item p{
    color: #F2F2F2;
    line-height: 1.5;
}
@media screen and (max-width: 1100px) {
    .future .future-items .item h3{
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .future{
        padding-bottom: 20px;
    }
    .future .future-items .item{
        width: 100%;
        padding: 24px;
    }
    .future .future-items .item h3{
        font-size: 28px;
    }
    .future h2{
        text-align: left;
        font-size: 28px;
        padding: 0 0 0 24px;
    }
    .future h2 + p{
        text-align: left;
        font-size: 16px;
        padding: 0 0 0 24px;
    }
    .future .future-items .item{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .future .future-items .item .num{
        font-size: 72px;
    }
    .future .future-items .item .description{
        width: 100%;
        order: 3;
    }
}

/* counter */
.counter{
    position: relative;
}
.lines-counter{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.lines-counter svg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
}
.wrapper-counter{
    background: linear-gradient(228.44deg, #1B5CD2 27.42%, #369DFC 79.77%);
    border-radius: 60px;
    padding: 50px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    
}
.wrapper-counter .container{
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    gap: 8px;
}
.wrapper-counter .container .item{
    width: calc((100% - 16px)/3);
    text-align: center;
    border: 2px solid #fff;
    padding: 24px 50px;
    border-radius: 24px;
    background: rgba(41, 45, 63, 0.01);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.wrapper-counter .container .item .num{
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}
.wrapper-counter .container .item p{
    line-height: 1.5;
    font-weight: 600;
}

.wrapper-counter h2{
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 1330px){
    .wrapper-counter .container .item .num{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1150px){
    .wrapper-counter .container .item{
        padding: 15px;
    }
    .wrapper-counter .container .item p{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px){
    .wrapper-counter .container{
        justify-content: center;
    }
    .wrapper-counter .container .item{
        width: calc((100% - 10px)/2);
    }
    .lines-counter svg{
        top: 40%;
    }
}
@media screen and (max-width: 767px){
    .wrapper-counter .container .item {
        padding: 24px 40px;
    }
    .wrapper-counter h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 479px){
    .wrapper-counter .container .item{
        width: 100%;
    }
    .wrapper-counter{
        border-radius: 44px;
    }
    .lines-counter {
        width: 1440px;
        transform: rotate(45deg);
        top: 40%;
        left: -65%;
    }
}

/* benefits */
.benefits{
    padding: 60px 0;
}
.benefits h2{
    text-align: center;
    margin-bottom: 30px;
}
.wrapper-benefits{
    display: flex;
    align-items: center;
    gap: 40px;
}
.wrapper-benefits .image{
    width: 40%;
    text-align: center;
}
.content-benefits{
    width: calc(60% - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.content-benefits .item{
    width: calc((100% - 8px) / 2);
    padding: 32px 40px;
    border-radius: 24px;
    
    position: relative;
}
.content-benefits .item:after{
    content: '';
    position: absolute;
    background: #3A3F58;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    top: 0;
    left: 0;

}
.content-benefits .item:before{
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 24px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
}
.content-benefits .item.green:before{
    background: linear-gradient(-200deg, #2ED47A, #3A3F58);
}
.content-benefits .item.blue:before{
    background: linear-gradient(-200deg, #25ACFF, #3A3F58);
}
.content-benefits .item.red:before{
    background: linear-gradient(-200deg, #FC4179, #3A3F58);
}
.content-benefits .item.yellow:before{
    background: linear-gradient(-200deg, #FED40B, #3A3F58);
}
.content-benefits .item p{
    position: relative;
    z-index: 9;
}
.content-benefits .item .title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media screen and (max-width: 1230px) {
    .content-benefits .item{
        padding: 24px;
    }
    .content-benefits .item p{
        font-size: 16px;
    }
    .content-benefits .item .title{
        font-size: 24px;
    }
    .wrapper-benefits{
        gap: 25px;
    }
    .wrapper-benefits .image{
        width: 30%;
    }
    .content-benefits{
        width: calc(70% - 25px);
    }
}
@media screen and (max-width: 767px){
    .wrapper-benefits{
        flex-wrap: wrap;
    }
    .wrapper-benefits .image {
        width: 100%;
    }
    .content-benefits{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .content-benefits .item {
        width: 100%;
    }
}

/* platform */

.platform{
    padding: 60px 0;
}
.platform h2{
    margin-bottom: 15px;
    line-height: 1.2;
}
.platform .desctiption{
    max-width: 65%;
    margin-bottom: 30px;
    padding-left: 36px;
}
.wrapper-platform{
    display: flex;
    gap: 8px;
}
.wrapper-platform .item{
    width: calc((100% - 16px) / 3);
    border: 1px solid #3A3F58;
    border-radius: 24px;
    padding: 24px;
}
.wrapper-platform .item img{
    margin-bottom: 16px;
    max-height: 64px;
}
.wrapper-platform .item p{
    border-left: 1px solid #F2F2F2;
    padding-left: 12px;
}

@media screen and (max-width: 1230px){
    .wrapper-platform .item p{
        font-size: 16px;
    }
    .wrapper-platform .item img{
        max-height: 50px;
    }
    .platform .desctiption{
        max-width: 100%;
    }
}
@media screen and (max-width: 991px){
    .wrapper-platform .item img{
        max-height: 40px;
    }
    .wrapper-platform{
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrapper-platform .item{
        width: calc((100% - 8px) / 2);
    }
}
@media screen and (max-width: 767px){
    .platform h2{
        font-size: 28px;
    }
    .platform .desctiption{
        padding: 0 12px;
    }
}
@media screen and (max-width: 600px){
    .wrapper-platform .item {
        width: 100%;
    }
}

/* enterprises */
.enterprises{
    padding: 60px 0 120px;
    position: relative;
    z-index: -1;
}
.enterprises .description{
    max-width: 65%;
    margin-left: auto;
}
.enterprises .description h2{
    margin-bottom: 15px;
}
.enterprises .description p{
    margin-bottom: 10px;
}
.wrapper-enterprises{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 870px;
    margin: 40px auto;
}
.wrapper-enterprises .item{
    padding: 24px 12px;
    border-radius: 24px;
    border: 1px solid #3A3F58;
    width: calc((100% - 72px) / 4);
    text-align: center;
    position: relative;
}
.wrapper-enterprises .item:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #3A3F58;
    background: #292D3F url(../image/platform-engineering/arrow-enterprises.svg) 50% 50% / cover;
    background-size: 6px 12px;
    background-repeat: no-repeat;
    transform: translateY(-16px);
}
.wrapper-enterprises .item:last-child:after{
    display: none;
}
.wrapper-enterprises .item p{
    font-weight: 600;
}

.enterprises .gradient-blue-text{
    text-align: center;
    background-color: #fff;
    background-image: linear-gradient(180deg, #5EDCFB, #30A8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1919px){
    .wrapper-enterprises{
        max-width: 1152px;
    }
}

@media screen and (max-width: 1230px){
    .enterprises .description{
        max-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .enterprises h2{
        font-size: 28px;
    }
    .wrapper-enterprises .item{
        width: calc((100% - 36px) / 2);
    }
    .enterprises .description,
    .enterprises .gradient-blue-text{
        padding: 0 12px;
    }
    .enterprises .gradient-blue-text{
        font-size: 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;
    margin-top: -60px;
    /* z-index: 1; */
}
.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%), #292D3F;
    z-index: -1;
}
.stack h2{
    text-align: left;
    color: #fff;
    font-size: 62px;
    padding-left: 40px;
}
.stack p{
    font-family: 'Poppins', sans-serif;
    color: #F2F2F2;
    margin: 20px 0;
    font-size: 28px;
    max-width: 500px;
    padding-left: 40px;
}
.stack a.btn-theme{
    margin-left: 40px;
}
@media screen and (max-width: 991px){
    .stack{
        padding: 50px 0;
    }
    .stack h2{
        font-size: 35px;
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .stack p{
        font-size: 20px;
        max-width: 370px;
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .stack a.btn-theme{
        margin-left: 0px;
    }
}
@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;
    }
}

/* stack-technology */

.stack-technology{
    background: url(../image/bg-lets-get-started.svg) 50% 100% / contain;
    background-repeat: no-repeat;
    background-size: 2560px auto;
    position: relative;
    padding: 0 0 60px;
    color: #fff;
}
.stack-technology:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #292D3F;
    z-index: -1;
}
.stack-technology .description{
    max-width: 600px;
    margin-bottom: 40px;
    padding-left: 40px;
}
.stack-technology .description p{
    color: #fff;
}
.wrapper-stack{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.wrapper-stack-first{
    margin-bottom: 8px;
}
.wrapper-stack-first .item{
    width: calc((100% - 8px) / 2);
}
.wrapper-stack-second .item{
    width: calc((100% - 16px) / 3);
}
.wrapper-stack .item{
    padding: 24px 40px 40px;
    background: #3A3F58;
    border-radius: 24px;
}
.wrapper-stack .item p{
    margin-bottom: 15px;
}
.wrapper-stack .item .title{
    font-weight: 600;
    font-size: 28px;
}
.wrapper-stack .item .logos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.wrapper-stack .item .logos img{
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 1230px){
    .wrapper-stack .item .title{
        font-size: 24px;
    }
    .wrapper-stack .item p{
        font-size: 16px;
    }
}
@media screen and (max-width: 991px){
    .stack-technology:after{
        height: 75%;
    }
    .wrapper-stack{
        justify-content: center;
    }
    .wrapper-stack-second .item {
        width: calc((100% - 8px) / 2);
    }
}
@media screen and (max-width: 767px){
    .stack-technology .container{
        padding: 0 14px;
    }
    .stack-technology .description{
        padding: 0 18px;
    }
    .wrapper-stack .item{
        padding: 24px 18px;
    }
}
@media screen and (max-width: 600px){
    .wrapper-stack .item{
        width: 100%;
    }
}



/* 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;
    }
}

/* our-cases */
.our-cases{
    border-radius: 60px 60px 0 0;
}
.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;
    }
}