body {
    font-family: "Montserrat", sans-serif;
    background-color: #0A0A0A;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}

h1 {
    font-size: 60px;
    line-height: 140%;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 2.6rem;
    font-weight: 600;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1510px;
    padding: 0px 20px;
}

header {
    padding: 30px 0px 20px;
    position: relative;
    z-index: 666;
}

header .logo {
    max-width: 284px;
}

.navigation nav ul li a {
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    padding: 0px;
    text-transform: capitalize;
}

header .row {
    align-items: center;
}

.navigation nav ul {
    gap: 42px;
    justify-content: start;
    width: 100%;
}

.header_right {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    align-items: center;
}

.navbar-expand-lg {
    padding: 0px !important;
}

.navigation nav ul li a:hover {
    color: #AA7B01;
}

.hero_banner_ {
    width: 100%;
    display: flex;
    min-height: 900px;
    background-image: url(../images/herobg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -130px;
}

.banner_vector {
    max-width: 1102px;
    position: absolute;
    right: 0px;
    top: -150px;
}

.hero_banner_ .container {
    position: relative;
}

.banner_content {
    text-align: left;
    color: #000;
    width: 100%;
}

.comming_soon {
    max-width: 220px;
}


.hero_banner_ .row {
    align-items: center;
}

.btn_work a {
    padding: 18px 44px;
    background-color: #FF9B0F;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.btn_work a:hover {
    background-color: #d88c22;
}

.btn_work {
    white-space: nowrap;
    display: inline-block;
    margin-top: 36px;
}

.banner_cnt p {
    padding-top: 10px;
}

section.aboutus_section {
    width: 100%;
    display: block;
    padding: 100px 0px;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
}

section.aboutus_section h2 {
    width: 100%;
}

section.aboutus_section p {
    margin: 0px;
    padding-top: 10px;
}

.about_vector {
    max-width: 670px;
}

.about_cnt_bl ul li h3 {
    font-weight: 700;
    font-size: 26px;
    margin: 0px;
    color: #011821;
}

.about_cnt_bl ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.about_cnt_bl ul li {
    display: flex;
}

.about_cnt_bl ul li:hover {
    background-color: #FFF3D5;
}

.about_cnt_bl ul li:hover p {
    color: #000;
}

.responsive-table {
    direction: rtl;
    overflow-y: scroll;
    max-height: 620px;
    padding-left: 20px;
}

.responsive-table * {
    direction: ltr;
}

.responsive-table::-webkit-scrollbar {
    width: 10px;
}

.responsive-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin: 10px 0;
    border-radius: 10px;
}

.responsive-table::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #F3BB2B, #F3BB2B);
    border-radius: 10px;
    border: 2px solid #fff;
}

.responsive-table::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #F3BB2B, #F3BB2B);
}


section.aboutus_section .row {
    padding-top: 20px;
    align-items: start;
    row-gap: 30px;
}



.features_section {
    width: 100%;
    display: block;
    padding: 80px 0px 80px;
    background-color: #fff;
    min-height: 980px;
    background-image: url(../images/servicesbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features_section .top_heading_cnt {
    width: 100%;
    margin-top: 20px;
}

.features_bl_S {
    position: relative;
    display: flex;
    padding: 7px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 14px 48px #0000002f;
}

.outline {
    border-radius: 15px;
    border: 1px solid #E9EBF1;
    min-height: 330px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 36px;
}

.features_section .row {
    row-gap: 24px;
    margin-top: 45px;
}


.features_bl_S h3 {
    font-size: 26px;
    font-weight: 500;
    color: #060B13;
    margin-top: 24px;
}

.features_bl_S p {
    color: #060B13;
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

.features_img {
    min-width: 78px;
    height: 78px;
    background-color: #FEF7E4;
    display: flex;
    border-radius: 50px;
    transition: all 0.5s;
    justify-content: center;
}

.features_bl_S:hover .outline {
    background-color: #FDF2D5;
}

.features_bl_S:hover {
    background-color: #FAE3A7;
    box-shadow: 0px 0px 20px #f3ba2bd8;
}

.features_bl_S:hover .features_img {
    background-color: #FDEAB7;
}

.features_img img {
    width: 48px;
}

.features_bl_S .cntcenter {
    width: 100%;
    /* color: #fff; */
}

.cloud_journey ul li {
    flex-direction: column;
    gap: 12px;
    align-items: start;
    border: 1px solid #E5E5E5;
    padding: 32px;
    border-radius: 24px;
}

.cloud_journey ul li p {
    padding: 0px;
    color: #6B6969;
}


.coming_outer {
    width: 100%;
    padding: 120px 0px;
    position: relative;
    background-color: #fff;
    background-image: url(../images/comingsoonbg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.shoping_vector {
    max-width: 650px;
}

section.future_shaping_bl {
    width: 100%;
    padding: 80px 0px;
    background-color: #fff;
}

.comingsoon_vector {
    max-width: 575px;
    margin: 0 auto;
}

.future_shaping_bl h3 {
    margin: 20px 0px;
}

.future_shaping_bl .row {
    align-items: center;
}


.features_section.platform_section {
    width: 100%;
    color: #fff;
    background-color: #fff;
    padding: 20px 0px 80px;
    background-image: none;
    min-height: 100%;
}

.platform_highlight {
    padding: 15px;
    position: relative;
    transition: all 0.5s;
    border-radius: 12px;
    min-height: 280px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
}


.platform_icon {
    width: 66px;
    display: flex;
    margin: 0 auto;
}


.platform_top_cnt h3 {
    font-size: 26px;
    margin: 24px 0px 0px;
}

.platform_highlight p {
    font-size: 20px;
    padding-top: 15px;
    margin: 0px;
    line-height: 32px;
    color: #090909;
}

.platform_section .row {
    margin: 0px 0px;
    row-gap: 0px;
}













.slick-arrow {
    position: absolute;
    right: 30px;
    top: -60px;
}

.slick-prev {
    background-image: url(../images/rightarrow2.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    background-color: transparent;
    font-size: 0px;
    border: none;
}

.slick-next {
    background-image: url(../images/rightarrow2.svg);
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 50px;
    width: 28px;
    height: 30px;
    background-color: transparent;
    font-size: 0px;
    border: none;
    transform: rotate(180deg);
}

.slick-arrow:focus-visible {
    outline: none;
}



/* 
@keyframes floatBlur {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(200px, 100px) scale(1.1);
    }

    50% {
        transform: translate(600px, 400px) scale(1.05);
    }

    75% {
        transform: translate(200px, 300px) scale(1.1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
} */
.platform_s_cnt:hover h5 {
    transform: translateX(-140%);
}

.platform_s_cnt {
    position: relative;
    width: 97%;
    height: 410px;
    border-bottom-left-radius: 24px;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 23%);
    border-radius: 5px;
    padding: 20px 20px 10px;
    overflow: hidden;
    color: #c7c7c7;
    margin-bottom: 50px;
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(25, 42, 23, 1) 130%);
}

.platform_s_cnt.twobg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(36, 29, 27, 1) 200%);
}

.platform_s_cnt.threebg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(22, 38, 53, 1) 200%);
}

.platform_s_cnt.fourbg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(42, 34, 54, 1) 200%);
}

.platform_s_cnt.fivebg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(54, 46, 17, 1) 200%);
}

.top_bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.platform_s_cnt h4 {
    font-size: 30px;
    font-weight: 500;
}

.platform_s_cnt h5 {
    font-size: 130px;
    font-weight: 400;
    margin: 20px 0px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    opacity: 0.2;
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap;
    transform: translateX(0);
    transition: transform 2.5s ease;
}

.readbtn {
    justify-content: center;
    width: 80px;
    padding: 12px;
    height: 80px;
    transition: 1s;
    float: right;
    background-color: #ffffff0f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transform: rotate(-35deg);
}

.platform_s_cnt:hover .readbtn {
    background-color: #f3bb2b;
}


.top_bar h3 {
    font-weight: 800;
}



.beigns_ready_cta {
    padding: 10px 74px;
    min-height: 290px;
    color: #fff;
    width: 100%;
    border: 1px solid #262626;
    border-radius: 12px;
    background-image: url(../images/binge_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beigns_ready_cta p {
    padding-top: 10px;
    color: #999;
    margin: 0px;
}

.beigns_ready_cta .row {
    align-items: center;
    width: 100%;
}

.entertainment_redefined {
    width: 100%;
    display: block;
    padding: 100px 0px 100px;
    color: #fff;
}

.cnt_enterment ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.cnt_enterment ul li {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 24px;
}

.entertainment_vector {
    max-width: 740px;
}

.entertainment_redefined p {
    margin: 20px 0px;
    color: #e2e2e2;
}

.slider {
    width: 100%;
    max-width: 100%;
    z-index: 666;
    padding-top: 30px;
}

section.ultimate_entertaintment_slide {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0px 0px 100px;
    height: 100%;
    position: relative;
}


.trading_series_setion {
    width: 100%;
    display: block;
    color: #fff;
}

.viewall a {
    font-size: 20px;
    color: #fff;
    transition: 1s;
}

.viewall a:hover {
    color: #f3bb2b;
}

.trading_series_setion ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    gap: 12px;
}

.trading_series_setion ul li img {
    max-width: 245px;
}

.trading_series_setion ul li:last-child {
    display: none;
}

footer {
    width: 100%;
    position: relative;
    padding: 50px 0px 30px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

footer .d-flex p {
    width: 50%;
    font-size: 20px;
    text-align: left;
    margin: 0px;
    display: inline-block;
    /* background-color: #0a0a0a; */
    padding: 0px 20px;
    position: relative;
    z-index: 666;
}

.copyright {
    position: relative;
    border-top: 1px solid #F3BB2B;
    padding-top: 22px;
    margin-top: 20px;
}

.copyright p {
    margin: 0px;
}

.logo_f {
    max-width: 474px;
}


section.ecosystem_section {
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 120px 0px;
    color: #000;
    background-color: #fff;
    background-image: url(../images/aboutbg2.svg);
    background-position: center top;
    background-repeat: no-repeat;
}

section.ecosystem_section .container {
    position: relative;
    z-index: 666;
}

.ecosystem_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.ecosystem_section ul li {
    width: 230px;
}

.ecosystem_section ul li a {
    color: #000;
    transition: 1s;
    font-size: 18px;
    text-align: center;
    background: #fff4ed69;
    border-radius: 5px;
    border: 1px solid #32323229;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.ecosystem_section p {
    max-width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}

.ecosystem_section ul li a:hover {
    box-shadow: 0px 5px 15px #f3ba2b7e;
    transform: scale(1.1);
}




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

    h1 {
        font-size: 50px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }

    .hero_banner_ {
        padding: 200px 0px 80px;
        min-height: 700px;
    }


.banner_vector {
    max-width: 830px;
    top: -90px;
}    


}

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

    .navigation nav ul {
        gap: 30px;
    }

    .features_bl_S h3 {
        font-size: 30px;
    }

    h1 {
        font-size: 42px;
    }

    .hero_banner_ {
        min-height: 580px;
    }

    .comingsoon_vector {
        max-width: 350px;
    }


    .coming_outer {
        background-size: 100%;
        padding: 50px 0px;
    }

    .banner_vector {
    max-width: 630px;
    top: -80px;
}

.responsive-table {
    max-height: 440px; }

}


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

    h1 {
        font-size: 40px;
    }

    .platform_top_cnt h3 {
        font-size: 18px;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .banner_vector {
        max-width: 510px;
        top: 0px;
    }

    p {
        font-size: 16px;
    }

    .about_cnt_bl ul li h3 {
        font-size: 22px;
    }

    .features_bl_S h3 {
        font-size: 18px;
    }

    .features_img img {
        max-height: 100%;
        min-height: 100%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95%;
    }

.responsive-table {
    max-height: 400px; }


    .btn_work a {
        padding: 14px 36px;
        font-size: 16px;
    }

    .hero_banner_ {
        min-height: 100%;
        padding: 150px 0px 50px;
    }

    .navigation nav ul {
        gap: 15px;
    }

    .navigation nav ul li a {
        font-size: 14px;
    }


    .platform_s_cnt h5 {
        font-size: 80px;
        margin: 20px 0px 50px;
    }

    .platform_s_cnt h4 {
        font-size: 24px;
    }

    .cnt_enterment ul li {
        font-size: 20px;
    }


}


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

    h1 {
        font-size: 32px;
    }

    section.aboutus_section .row .col-sm-8 {
        width: 100%;
    }



    .ecosystem_section ul li a {
        font-size: 15px;
    }

    .ecosystem_section ul li {
        width: 30%;
    }

    .ecosystem_section ul {
        margin-top: 30px;
    }

    .ecosystem_section p {
        max-width: 100%;
    }

    .banner_vector {
        max-width: 320px;
        position: relative;
        top: 0px;
    }

    .hero_banner_ {
        padding: 130px 0px 50px;
    }

    section.aboutus_section .row .col-sm-6{ width: 100%; }

    header .logo {
        max-width: 170px;
    }

    .header_right {
        display: none;
    }

    .navigation {
        width: 100%;
        justify-content: start !important;
    }

    button.navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    nav.navbar.navbar-expand-lg {
        position: absolute;
        padding: 0px !important;
        right: 0px;
        top: 0px;
        width: 100%;
        background-color: transparent;
        z-index: 999;
    }

    .navigation .container-fluid {
        padding: 0px;
    }

    .btn_work {
        margin-top: 18px;
    }

    section.aboutus_section {
        padding: 40px 0px;
    }

    .about_cnt_bl {
        padding-top: 10px;
    }

    .features_section {
        padding: 50px 0px 50px;
    }

    section.aboutus_section .row {
       flex-flow: column;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .outline {
    padding: 24px;
}

    section.aboutus_section .row .col-sm-4 {
        width: 100%;
    }

    .navigation .navbar-collapse {
        background-color: #e4eef4;
        padding: 15px;
    }

    section.ecosystem_section {
        padding: 40px 0px;
    }


    .features_bl_S {
        min-height: 100%;
        max-width: 500px;
    }

    header {
        position: relative;
    }

    .comingsoon_vector {
        max-width: 450px;
    }

    .beigns_ready_cta {
        padding: 10px 15px;
        min-height: 250px;
    }

    .platform_highlight p {
    font-size: 16px;
    line-height: 25px; }

    .btn_work a {
        padding: 12px 30px;
        font-size: 14px;
    }

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

    .beigns_ready_cta .row .col-sm-9 {
        width: 100%;
    }

    .beigns_ready_cta .row .col-sm-3 {
        width: 100%;
    }

    section.ultimate_entertaintment_slide {
        padding: 0px 0px 50px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    button.navbar-toggler {
        border: none;
    }

}



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

    .hero_banner_ {
        min-height: 100%;
        padding: 130px 0px 20px;
    }

    .hero_banner_ .row .col-sm-5 {
        width: 100%;
    }

    .platform_highlight {
        min-height: 100%;
    }

    .about_cnt_bl ul li img {
        max-width: 36px;
    }

    .about_cnt_bl ul {
        gap: 12px;
        flex-direction: row;
        margin-top: 20px;
        flex-wrap: wrap;
        text-align: left;
        justify-content: center;
    }

    section.aboutus_section .row {
        flex-flow: column;
        row-gap: 24px;
        padding-top: 0px;
        flex-direction: column-reverse;
    }



    .logo_f {
        max-width: 200px;
    }

    footer .d-flex p {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding-top: 20px;
    }

    .about_cnt_bl ul li h3 {
        font-size: 16px;
    }

    .features_bl_S h3 {
        font-size: 20px;
    }

    .features_bl_S {
        text-align: center;
    }

    .coming_outer {
        padding: 30px 0px;
        background-size: 100%;
    }

    .comingsoon_vector {
        max-width: 230px;
    }


    .features_section .top_heading_cnt {
        width: 100%;
    }

    .features_section {
        padding: 30px 0px 40px;
    }

    .shoping_vector {
        max-width: 420px;
        margin: 0 auto;
    }

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

    section.future_shaping_bl {
        padding: 40px 0px 10px;
    }

    .future_shaping_bl h3 {
        font-size: 18px;
    }

    .future_shaping_bl .row .col-sm-7 {
        width: 100%;
    }

    .future_shaping_bl .row .col-sm-5 {
        width: 100%;
    }

    .features_bl_S {
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .justify-content-between {
        flex-direction: column;
        text-align: center;
    }

    .platform_section .row {
        flex-direction: column;
    }

    .platform_section .row .col-sm-4 {
        width: 100%;
    }


    section.aboutus_section {
        padding: 10px 0px 40px;
        text-align: center;
    }

    section.aboutus_section .row .col-sm-8 {
        width: 100%;
    }

    section.aboutus_section .row .col-sm-4 {
        width: 100%;
    }

    .features_img img {
        max-height: 100%;
        min-height: 100%;
    }

    .features_bl_S p {
        font-size: 14px;
    }

    .about_vector {
        max-width: 300px;
        margin: 0 auto;
    }

    h1 {
        font-size: 26px;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 14px;
    }

    section.ecosystem_section {
        padding: 10px 0px 20px;
    }

    .ecosystem_section ul li {
        width: auto;
    }

    .ecosystem_section ul {
        gap: 12px;
    }

    .trading_series_setion ul li:last-child {
        display: block;
    }

    .banner_cnt {
        text-align: center;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .btn_work {
        margin-top: 15px;
    }

    .banner_vector {
        max-width: 80%;
        margin: 0 auto;
        position: relative;
        padding-top: 20px;
        top: 0px;
        right: 30px;
    }

    .hero_banner_ {
        min-height: 100%;
    }

    header {
        padding: 10px 0px 20px;
    }

    nav.navbar.navbar-expand-lg {
        padding: 0px !important;
        background-color: transparent !important;
    }

    button.navbar-toggler {
        right: 5px;
        top: 15px;
    }

    header .container-fluid {
        background-color: #0a0a0a;
    }

    header .navbar-collapse {
        padding: 20px 10px;
    }


    .platform_s_cnt h5 {
        font-size: 50px;
    }

    .platform_s_cnt {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }


    .readbtn {
        width: 50px;
        padding: 10px;
        height: 50px;
    }



    .beigns_ready_cta {
        min-height: 210px;
    }

    .entertainment_redefined {
        padding: 40px 0px 40px;
    }

    .cnt_enterment ul li {
        font-size: 14px;
    }

    .cnt_enterment ul li img {
        width: 22px;
    }

    .ultimate_entertaintment_slide .nav-buttons button {
        width: 30px;
        height: 30px;
        line-height: 10px;
        font-size: 16px;
    }

    .cnt_enterment ul {
        gap: 12px;
        margin-top: 24px;
    }

    .entertainment_vector {
        margin-top: 32px;
    }

    .entertainment_redefined .row {
        flex-direction: column;
    }

    .entertainment_redefined .row .col-sm-6 {
        width: 100%;
    }

    .hero_banner_ .row {
        flex-direction: column;
        gap: 20px;
    }

    .hero_banner_ .row .col-sm-6 {
        width: 100%;
    }

    .trading_series_setion ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .viewall a {
        font-size: 15px;
    }

    footer p {
        font-size: 14px;
    }

    footer {
        padding: 30px 0px;
    }

    .ecosystem_section ul li a {
        font-size: 14px;
        padding: 10px;
    }


    section.aboutus_section .row .col-sm-6 {
        width: 100%;
    }

    section.aboutus_section .features_section .row {
        padding-top: 10px;
    }

    .hero_banner_ .row .col-sm-7 {
        width: 100%;
    }

    .features_img {
        margin: 0 auto;
    }

    .about_cnt_bl ul li h3 {
        font-size: 17px;
    }

    .coming_outer::before {
        display: none;
    }

    .features_section.platform_section {
        text-align: center;
    }

    .platform_top_cnt {
        justify-content: center;
    }


    .about_cnt_bl ul li {
        align-items: center;
        width: 100%;
        padding: 24px;
    }

    .responsive-table {
        max-height: 450px;
    }

    .features_section .row {
        flex-direction: column;
    }

    .features_section .row .col-sm-4 {
        width: 100%;
    }

    .cloud_journey ul li p {
        text-align: center;
    }

    .outline {
        min-height: 100%;
        padding: 32px;
    }

}

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

    .responsive-table {
        max-height: 350px;
    }

    .platform_top_cnt h3 {
        font-size: 18px;
    }

    .platform_highlight {
        padding: 18px 0px;
    }

    .platform_top_cnt {
        flex-direction: column;
    }

    .platform_highlight p {
        font-size: 14px;
        padding-top: 12px;
        line-height: 22px;
    }


    .coming_outer {
        padding: 30px 0px 0px;
    }

    .about_vector {
        max-width: 240px;
        padding-top: 0px;
    }

    section.aboutus_section {
        padding: 10px 0px 30px;
    }



}