.pagewrapper .content-wrap{
    max-width:1170px;
    padding:130px 0;
}
.act-btn {
    padding: 12px 30px;
}
.flex-content{
    display: flex;
    flex-wrap: wrap;
}
.gtr-dwnld{
    display: inline-block;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--primaryfont-semibold);
    background-color: #000;
text-transform: uppercase;
color: #fff;
border-radius: 4px;
}
.zgt-line-ani{
    position: relative;
    display: inline-block;
    z-index: 2;
}
.zgt-line-ani:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #68D3BA;
    border-radius: 8px;
    transform: rotate(178deg);
}
/* Banner  */
.zcr-alyst-bnr{
    text-align: center;
}
.zcr-alyst-bnr h1{
    font-size: 72px;
    line-height: 82px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -1.28px;
    max-width: 1100px;
    margin:0 auto 50px;
}
/* End Banner */
/* Dev Platforms */
.zcr-dec-plt .content-wrap{
    padding-top:0;
}
.anyst-tab{
    height: 52px;
}
.plt-view-lists.flex-content{
justify-content: center;
}
.zcr-plt-view{
position:relative;
}
.plt-view-lists{
    transition: all ease 0.5s;
}
.plt-view-lists.active{
position:fixed;
z-index: 3;
width: 100%;
height: auto;
top:66px;
left: 0;
text-align: center;
background:#fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.plt-view-lists li{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.32px;
    font-family: var(--primaryfont-bold);
    border-bottom: 2px solid transparent;
    cursor: pointer;
    padding: 10px 0;
}
.plt-view-lists li:last-child{
    margin-left: 40px;
}
.plt-view-lists li.active{
    color: var(--primary-focus-color);

    border-bottom: 2px solid var(--primary-focus-color);
}
.anlyst-tab-content{
    margin-top: 50px;
}
.anlyst-tab-content .anyslt-img{
    position: relative;
max-width:860px;
margin:0 auto;
padding:22px;
box-shadow: 0px 24px 48px -8px rgba(0, 0, 0, 0.25);
border-radius: 8px;
border: 1px solid #FDD;
background: #FFF;
}
.anyslt-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
    width: 24%;
    height: 90%;
    border-radius: 50px;
    background: rgba(126, 158, 255, 0.39);
    filter: blur(30px);
}
.anyslt-img:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1;
    width: 24%;
    height: 90%;
    border-radius: 50px;
    background: rgba(255, 126, 152, 0.39);
    filter: blur(30px);
}
.anlyst-tab-content .anyslt-img img{
    display: block;
}
.zcr-plt-testi{
    margin-top: 60px;
}
.zcr-ayslt-des{
    max-width: 900px;
    margin:0 auto 32px;
    font-size: 40px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -0.8px;
    line-height: 48px;
    text-align: center;
}
.zcr-ayslt-desg{
    font-size: 24px;
    line-height: 32px;
text-align: center;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
.zcr-alyst-role{
    position: relative;
color: #fff;
padding: 120px 0;
margin-top: 90px;
}
.zcr-alyst-role:before {
content: "";
    position: absolute;
    left: -5%;
    top: 0;
    z-index: -1;
    border-radius: 8px;
    background: #021c58;
    box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.25);
    width: 110%;
    height: 100%;
}
.zcr-alyst-role div{
    max-width: 590px;
    margin: 0 auto;
}
.zcr-alyst-role h2{
font-size: 66px;
line-height: 76px;
letter-spacing: -1.44px;
    margin-bottom: 24px;
}
.anlyst-tab-content > h2{
    display: none;
}
.zcr-alyst-role p{
    font-size: 20px;
    line-height: 28px;
margin-bottom:40px;
}
.zcr-alyst-role ul li{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 32px;
}
.zcr-alyst-role ul li span{
font-family:var(--primaryfont-semibold);
}
.zcr-alyst-role ul li:last-child{
    margin-bottom: 0;
}
.zcr-alyst-role ul li:before,.zcr-alyst-role ul li:after{
    content: "";
    position: absolute;
    z-index: 1;
}
.zcr-alyst-role ul li:before{
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #68FA3B;
}
.zcr-alyst-role ul li:after{
    left: 7px;
    top: 8px;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 1px solid #68FA3B;
    border-right: 1px solid #68FA3B;
}
/* End Dev Platforms */
/* Technology Lists */
.gtr-tech-list .content-wrap{
    padding-top: 0;
    max-width: 1070px;
}
.gtr-tech-list .flex-content{
    justify-content: space-between;
    max-width: 1100px;
}
.gtr-tech-list .flex-content:last-child{
    margin-top: 80px;
}
.gtr-tech-list h2{
    width: 50%;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.96px;
    max-width: 460px;
}
.gtr-tech-list p{
    width: 50%;
    max-width: 466px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.gtr-tech-list ul li{
    width: 33.3%;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -0.48px;
    max-width: 340px;
    padding: 20px 20px 20px 40px;
    border-left: 1px solid #F00;
}
/* End Technology Lists */
/* Trusted Brands */
.zcr-tr-brand-dark-thm{
    display: none;
}
.zcr-tr-brand-dark-thm .content-wrap{
    padding:100px 0;
}
    .zcr-tr-brand-dark-thm{
background: #000;
color: #fff;
border-radius: 8px 8px 0 0;
    }
/* End Trusted Brands */
/* Disclaimer */
.gtr-disclaimer{
    display: none;
    border-radius: 0 0 8px 8px;
background: #000;
padding-bottom: 100px;
}
.pagewrapper .gtr-disclaimer .content-wrap{
    max-width: 1000px;
    padding: 30px 30px;
    background: #181818;
    border-radius: 8px;
    color: #fff;
}
.gtr-disclaimer h2{
    font-size: 17px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.gtr-disclaimer ul li{
    font-size: 13px;
    font-family: var(--zf-primary-regular);
    line-height: 20px;
    margin: 10px 0 0 12px;
    list-style-type: disc;
}
/* End Disclaimer */
#tab1 .zgt-line-ani:before{
    background-color: #83cee3;
}
#tab2 .zgt-line-ani:before{
    background-color: #ffc22b;
}
.zcr-alyst-bnr .flex-content{
    justify-content: center;
    gap: 20px;
}
.zcr-isg-video{
    background: transparent;
    color: #000;
    padding: 16px 40px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zcr-isg-video svg{
height: 34px;
    width: 34px;
    margin-left: 6px;
}
@media(max-width:1440px){
    .pagewrapper .content-wrap{
        padding:90px 0;
    }
    .gtr-dwnld{
        padding: 16px 30px;
        font-size: 18px;
    }
    /* Banner  */
    .zcr-alyst-bnr h1{
font-size: 60px;
        line-height: 70px;
        margin: 0 auto 30px;
        max-width: 900px;
    }
.zcr-isg-video{
    padding: 12px 30px;
}
    /* End banner */
    /* Dev Platforms */
.zcr-alyst-role h2{
    font-size: 54px;
    line-height: 64px;
}
    .zcr-ayslt-des{
        font-size: 30px;
        line-height: 40px;
    }
    .zcr-ayslt-desg{
        font-size: 22px;
    line-height: 32px;
    }
    .zcr-alyst-role:before{
        width: 100%;
        left: 0;
    }
    /* End Dev Platforms */
    /* Technology Lists */
    .gtr-tech-list h2{
        font-size: 44px;
        line-height: 54px;
max-width: 440px;
     }
     .gtr-tech-list p{
        font-size: 22px;
        line-height: 34px;
     }
     .gtr-tech-list .flex-content:last-child {
        margin-top: 60px;
    }
    .gtr-tech-list ul li{
        font-size: 22px;
        line-height: 32px;
    }
     /* End Technology Lists */
}
@media(max-width:1199px){
    .pagewrapper .content-wrap{
        padding:80px 0;
    }
    .gtr-dwnld{
    line-height: 30px;
    }
    /* Banner  */
    .zcr-alyst-bnr h1{
        font-size: 48px;
        line-height: 58px;
        margin: 0 auto 30px;
        max-width: 910px;
    }
    /* End Banner */
    /* Dev Platforms */
.zcr-alyst-role h2{
font-size: 40px;
    line-height: 50px;
}
    .zcr-alyst-role:before{
        width: 100%;
        left: 0;
    }
    .zcr-ayslt-des{
        font-size: 28px;
        line-height: 38px;
    }
    .zcr-ayslt-desg{
        font-size: 20px;
    line-height: 30px;
    }
    .plt-view-lists li{
        font-size: 16px;
    line-height: 26px;
    }
    .plt-view-lists.active{
        top: 0;
    }
    /* End Dev Platforms */
    /* Technology Lists */
    .gtr-tech-list h2{
        font-size: 40px;
        line-height: 50px;
        max-width: 400px;
    }
    .gtr-tech-list p{
        font-size: 20px;
        line-height: 30px;
    }
    .gtr-tech-list .flex-content:last-child {
        margin-top: 40px;
    }
    .gtr-tech-list ul li{
        padding: 20px;
        font-size: 20px;
        line-height: 30px;
    }
    /* End Technology Lists */

    /* Disclaimer */
    .gtr-disclaimer{
        background: #181818;
        padding-bottom: 0;
    }
    /* End Disclaimer */
}
@media(max-width:991px){
    .pagewrapper .content-wrap{
        padding:70px 0;
    }
    .zgt-line-ani:before{
        height: 4px;
    }
    /* Banner */
    .zcr-alyst-bnr h1{
        font-size: 40px;
        line-height: 50px;
        max-width: 760px;
        margin: 0 auto 30px;
    }
    /* End Banner */
    /* Dev Platforms */
    .pagewrapper .zcr-dec-plt .content-wrap{
        padding-bottom: 0;
    }
    .zcr-ayslt-des{
        font-size: 24px;
        line-height: 34px;
    }
    .zcr-ayslt-desg{
        font-size: 20px;
        line-height: 30px;
    }
    .zcr-alyst-role{
        margin: 70px 0 0;
        padding: 70px 0;
    }
    .zcr-alyst-role h2{
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    /* End Dev Platforms */
    /* Technology Lists */
    .gtr-tech-list h2{
        font-size: 34px;
        line-height: 44px;
        max-width: 350px;
    }
    .gtr-tech-list p{
        font-size: 20px;
        line-height: 30px;
    }
    .gtr-tech-list .flex-content:last-child {
        margin-top: 30px;
    }
    .gtr-tech-list ul li{
        font-size: 20px;
        line-height: 30px;
        padding: 20px;
    }
    /* End Technology Lists */
    /* Disclaimer */
    .gtr-disclaimer{
        padding-bottom: 0;
    }
    /* End Disclaimer */
}
@media(max-width:767px){
    .pagewrapper .content-wrap{
        padding:60px 0px;
    }
    .gtr-dwnld{
    font-size: 16px;
    line-height: 28px;
    padding: 12px 25px;
    }
    /* Banner  */
    .zcr-alyst-bnr{
        text-align: left;
    }
    .zcr-alyst-bnr h1{
        font-size: 32px;
        line-height: 44px;
        margin: 0 0 20px;
    }
.zcr-alyst-bnr .flex-content{
    justify-content: inherit;
}
.zcr-isg-video{
    padding: 8px 25px;
    font-size: 18px;
}
    /* End Banner */
    /* Dev Platforms */
    .anyst-tab{
        height: auto;
    }
    .plt-view-lists.flex-content{
        display: none;
    }
    #tab2{
        margin-top:50px;
    }
    .anlyst-tab-content{
        margin-top: 0;
    }
    .zcr-alyst-role h2{
        font-size: 30px;
        line-height: 40px;
    }
    .anlyst-tab-content > h2{ 
        display: block;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .anlyst-tab-content .anyslt-img{
        padding: 8px;
        max-width: 540px;
        margin: 0;
    }
    .zcr-plt-testi {
        margin-top: 30px;
        max-width: 540px;
    }
    .zcr-ayslt-des{
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 20px;
        text-align: left;
    }
    .zcr-ayslt-desg{
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }
    .zcr-alyst-role{
        padding: 25px 25px;
        margin-top: 60px;
    }
    .zcr-alyst-role p {
        font-size: 18px;
margin-bottom:20px;
    }
    .zcr-alyst-role:before{
        border-radius: initial;
    }
    .zcr-alyst-role div{
        margin:0;
    }
    /* End Dev Platforms */
    /* Technology Lists */
  .gtr-tech-list h2,.gtr-tech-list p,.gtr-tech-list ul li{
    width: 100%;
        }
        .gtr-tech-list h2{
            font-size: 28px;
            line-height: 40px;
        }
        .gtr-tech-list p{
            font-size: 16px;
        line-height: 28px;
        }
        .gtr-tech-list .flex-content:last-child {
            margin-top: 0;
        }
        .gtr-tech-list ul li{
            padding: 20px 0 20px 0;
            border-left: none;
        border-bottom: 1px solid #F00;
        font-size: 20px;
        line-height: 30px;
        max-width: 400px;
        }
        /* End Technology Lists */
     /* Disclaimer */
    .gtr-disclaimer{
        padding-bottom: 0;
        border-radius: inherit;
    }
     /* End Disclaimer */
}