/* title-page */
.title-page{
    padding: 120px 0 40px;
    background: #292D3F url(../image/bg-titlepage-devops.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: 680px;
}
.title-page h1 span{
    display: block;
}
.title-page h1 + 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 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;
    }
}
@media screen and (max-width: 690px){
    .title-page{
        padding-bottom: 100px;
        background: #292D3F url(../image/bg-titlepage-devops-mob.png) 100% 40% / contain;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .title-page h1,
    .title-page h1 + p,
    .title-page .we-support{
        text-align: center;
        padding-left: 0;
    }
    .title-page h1 + p{
        margin-left: auto;
        margin-right: auto;
        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/bg-titlepage-devops-mob.png) -2px 85% / cover;
        border-radius: 0 0 60px 60px;
        background-repeat: no-repeat;
    }
    
}

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

/* 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%);
}
.advantages h2{
    color: #fff;
}
.advantages h2 + p{
    text-align: center;
    line-height: 1.5;
    max-width: 930px;
    margin: auto;
}
.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;
}
.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;
    }
}
/* cta */
.cta{
    background: #292D3F;
}
.bg-cta{
    border-radius: 60px;
    background: linear-gradient(228.44deg, #1B5CD2 27.42%, #369DFC 79.77%);
    text-align: center;
    position: relative;
    padding: 60px 30px;
    overflow: hidden;
}
.cta h2{
    color: #fff;
    max-width: 850px;
    margin: auto;
    position: relative;
    z-index: 9;
}
.cta p{
    color: #F2F2F2;
    max-width: 870px;
    margin: 20px auto;
    position: relative;
    z-index: 9;
}
.cta a{
    position: relative;
    z-index: 9;
}
.cta-lines{
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 125px;
}
.cta-lines svg{
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
}
@media screen and (max-width: 479px){
    .bg-cta{
        padding: 40px 20px;
    }
}


/* trusted-devops */
.trusted-devops{
    background: url(../image/bg-lets-get-started.svg) 50% 100% / contain;
    background-repeat: no-repeat;
    background-size: 2560px auto;
    position: relative;
}
.trusted-devops:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #292D3F;
    z-index: -1;
}
.trusted-devops h2{
    font-size: 62px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.trusted-devops h2 span{
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff, #30A8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.trusted-devops h2 + p{
    text-align: center;
    line-height: 1.5;
}
#pillars .carousel-pillars::before, 
#pillars .carousel-pillars::after{
    background: linear-gradient(-100deg , #1BA0F2, #41475E);
}
#pillars{
    padding-bottom: 55px;
}
#pillars .carousel-pillars{
    box-shadow: 12px 20px 40px 0px rgba(25,28,42,.25);
}
@media screen and (max-width: 991px){
    .trusted-devops h2{
        font-size: 36px;
    }
    .carousel-pillars-content h3 {
        font-size: 30px;
    }
    #pillars .carousel-pillars{
        background: none;
    }
}
@media screen and (max-width: 767px){
    .trusted-devops{
        padding-top: 20px;
    }
}
@media screen and (max-width: 479px){
    .trusted-devops:before{
        height: 70%;
    }
}

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