.featured-img-wrap {
    width: 140px;
    height: 160px;
    margin: auto;
    left: auto;
}

.community-banner .featured-img-wrap {
    width: 170px;
    height: 211px;
    margin: 0 0 0 auto;
    left: auto;
    right: -50px;
}

.featured-img-wrap img {
    width: 100%;
}

.banner .cta-wrap {
    margin: 10px 0 95px;
}

.default-banner .featured-img-wrap:after {
    width: 77px;
    height: 125px;
    top: -55px;
    left: -140px;
}

.featured-img-wrap:before {
    width: 135px;
    height: 295px;
    top: -235px;
    left: auto;
    right: -140px;
}

.community-banner .featured-img-wrap:before {
    background: url(../../images/Comma-Shape.svg) no-repeat center center/contain;
    width: 80px;
    height: 135px;
    top: auto;
    left: calc((-100% - 60px));
    right: auto;
    bottom: 0;
}

.community-banner .featured-img-wrap:after {
    background: url(../../images/right-angle-bracket-shape.svg)no-repeat center center/contain;
    width: 90px;
    height: 104px;
    left: -90px;
    bottom: -52px;
}

.banner .col-6:first-child {
    padding-right: 70px;
}

.community-banner .col-6:first-child {
    padding-right: 15px;
}

.tab-title::after {
    width: 180px;
    bottom: -20px;
}

.content-header {
    margin-bottom: 25px;
}

.group-4 .card {
    width: 100%;
    padding: 26px;
}

.card-rounded .card-body {
    padding: 0;
}


.tool-card {
    width: 100%;
    margin-top: 30px;
}

.tool-card h4 {
    margin-bottom: 10px;
}

.tool-card .link {
    display: block;
}

.alternate-banner .cta-wrap {
    margin-bottom: 35px;
}

.alternate-banner .featured-img-wrap {
    width: 60px;
    height: 215px;
    bottom: -20px;
}

.alternate-banner .featured-img-wrap:after {
    left: -175px;
}

.alternate-banner .featured-img-wrap:before {
    width: 135px;
    height: 295px;
    top: -210px;
    right: -185px;
}

.alternate-banner .pseudo-elements:after {
    background: url(../../images/Hash-Shape-Red.svg) no-repeat center center/contain;
}



.default-banner .pseudo-elements:before,
.alternate-banner .pseudo-elements:after,
.alternate-banner .pseudo-elements:before {
    display: none;
}

.alternate-banner.explore-more:before {
    width: 65px;
    background: var(--red);
    right: -15px;
    z-index: -1;
    transform: skewX(-25deg);
    height: 285px;
    top: -85px;
    position: absolute;
    content: '';
}


.default-banner.explore-more:before {
    position: absolute;
    content: '';
    background: url(../../images/left-angle-bracket-shape.svg) no-repeat center center/contain;
    width: 120px;
    height: 200px;
    right: 0;
    top: -40px;
}

.community-banner .pseudo-elements:before,
.community-banner .pseudo-elements:after {
    display: none;
}

.community-banner.explore-more {
    padding-bottom: 160px;
}

.community-banner.explore-more:before {
    position: absolute;
    content: '';
    background: url(../../images/semicolon-shape-community.svg) no-repeat center center/contain;
    width: 70px;
    height: 247px;
    right: 15px;
    top: 0;
}

.pseudo-elements:before {
    width: 220px;
    height: 250px;
    right: -135px;
    top: -155px;
}


.alternate-banner .pseudo-elements:after {
    width: 220px;
    height: 220px;
    bottom: -125px;
    left: auto;
    right: -85px;
}

.community-banner.explore-more:after {
    background: url(../../images/quotes.png) no-repeat center center/contain;
    width: 100px;
    height: 162px;
    right: 35px;
    bottom: -35px;
    transform: scaleX(-1);
    position: absolute;
    content: '';
}

.explore-more h2 {
    padding-right: 60px;
    line-height: 1.2;
}

.tabs {
    margin: 45px 0 50px;
}


.tab-links {
    min-width: 60px;
    text-align: center;
}

.sdk-tabs .slick-dots {
    margin-top: 0;
}

.community-block .sub-title {
    font-weight: 400;
    line-height: 24px;
}

.community-desc li {
    margin-bottom: 25px;
}

.community-desc h6 {
    color: var(--light-red);
    margin-bottom: 15px;
}

.community-desc p {
    line-height: 19px;
    padding: 0;
}

.community-desc .col-6:last-child {
    margin-top: 30px;
}

.testimonial-section-developers.sub-tab-box .dev-wrap:after,
.testimonial-section-developers.sub-tab-box .dev-wrap:before,
.testimonial-section-developers.sub-tab-box .content-wrap:before,
.testimonial-section-developers.sub-tab-box .content-wrap:after{
    background: white;
}

@media all and (min-width: 768px) {
    .banner .cta-wrap {
        margin-bottom: 145px;
    }

    .alternate-banner .cta-wrap {
        margin-bottom: 40px;
    }

    .featured-img-wrap {
        width: 180px;
        height: 210px;
        margin-left: 350px;
    }

    .default-banner .featured-img-wrap:after {
        width: 145px;
        height: 230px;
        top: -160px;
        left: -155px;
    }

    .community-banner .featured-img-wrap {
        right: 0;
        width: 250px;
        height: 301px;
    }

    .community-banner .featured-img-wrap:before {
        width: 120px;
        height: 195px;
        bottom: 45px;
        left: calc((-100% - 100px));
    }

    .community-banner .featured-img-wrap:after {
        width: 138px;
        height: 160px;
        left: -160px;
    }

    .community-banner.explore-more:before {
        width: 97px;
        height: 340px;
        /* right: -40px;
        top: -245px; */
    }

    .community-banner.explore-more:after {
        width: 108px;
        height: 175px;
        right: auto;
        left: 35px;
        /* bottom: -175px; */
        transform: none;
    }

    .featured-img-wrap:before {
        width: 237px;
        height: 525px;
        top: -440px;
        left: auto;
        right: -235px;
    }

    .alternate-banner .featured-img-wrap {
        width: 85px;
        height: 299px;
    }

    .alternate-banner .featured-img-wrap:after {
        left: -320px;
        top: -120px;
        height: 420px;
    }

    .alternate-banner .featured-img-wrap:before {
        width: 230px;
        height: 512px;
        top: -310px;
        right: -335px;
    }

    .tool-card {
        width: calc((100% - 30px)/2);
    }

    .addition-tools {
        text-align: left;
    }

    .addition-tools .tool-card .link {
        line-height: 20px;
        margin-bottom: 8px;
    }

    .group-4 .card {
        width: calc((100% - 30px) / 2);
    }

    .pseudo-elements:before {
        right: -100px;
        top: -165px;
    }

    .explore-more h2 {
        padding: 0;
    }


    .alternate-banner.explore-more:before {
        height: 410px;
        top: 45px;
        right: -5px;
    }

    .alternate-banner .pseudo-elements:after {
        width: 185px;
        height: 185px;
        bottom: -185px;
        left: -90px;
        right: auto;
    }

    .tab-title::after {
        width: 400px;
    }

    .banner .col-6:first-child {
        padding-right: 170px;
    }

    .tab-links {
        min-width: 90px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .default-banner.explore-more:before {
        width: 158px;
        top: 30px;
    }

    .community-desc .col-6 {
        width: 100%;
    }

    .community-desc .col-6:last-child {
        padding-right: 35px;
    }
}

@media all and (min-width: 992px) {
    .featured-img-wrap {
        bottom: -65px;
        margin-left: 120px;
    }

    .banner {
        padding: 130px 0 120px;
    }

    .default-banner .featured-img-wrap:after {
        width: 150px;
        height: 245px;
        top: -235px;
        left: -75px;
    }

    .featured-img-wrap:before {
        width: 320px;
        height: 690px;
        top: -440px;
        right: -295px;
    }

    .banner .col-6 {
        width: 50%;
    }

    .banner .col-6:first-child {
        padding-right: 15px;
    }

    .alternate-banner .featured-img-wrap {
        width: 92px;
        height: 325px;
    }

    .alternate-banner .featured-img-wrap:after {
        left: -81px;
        top: -220px;
    }

    .alternate-banner .featured-img-wrap:before {
        right: -290px;
    }

    .community-banner .featured-img-wrap:before {
        bottom: auto;
        left: -185px;
        top: -185px;
    }

    .community-banner .featured-img-wrap:after {
        left: -210px;
    }

    .community-desc .col-6 {
        width: 50%;
    }

    .community-desc .col-6:last-child {
        margin-top: 0;
        padding-right: 15px;
    }
}

@media all and (min-width: 1280px) {
    .featured-img-wrap:before {
        top: -410px;
        right: -400px;
    }

    .content-header {
        padding: 0 150px;
        margin-bottom: 45px;
    }

    .group-4 .card {
        width: calc((100% - 90px) / 4);
    }

    .tool-card {
        width: calc((100% - 30px)/4);
    }



    .pseudo-elements:before {
        right: -210px;
        top: -165px;
        width: 303px;
        height: 303px;
    }

    .default-banner.explore-more:before {
        width: 230px;
        height: 325px;
        top: 0;
    }

    .alternate-banner .pseudo-elements:after {
        width: 305px;
        height: 305px;
        bottom: -165px;
        left: -290px;
        right: auto;
    }

    .community-banner .featured-img-wrap:before {
        width: 151px;
        height: 246px;
        top: -170px;
    }

    .community-banner .featured-img-wrap:after {
        width: 197px;
        height: 229px;
        bottom: -135px;
    }

    .community-banner .featured-img-wrap {
        width: 330px;
        height: 280px;
        bottom: 0;
    }

    .community-banner.explore-more:before {
        width: 120px;
        height: 420px;
        /* right: -90px;
        top: -130px; */
    }

    .community-banner.explore-more:after {
        width: 271px;
        height: 446px;
        right: auto;
        bottom: -55px;
        transform: none;
        left: -180px;
    }
}

@media all and (min-width: 1440px) {
    .banner .col-6 {
        width: 40%;
    }

    .banner .col-6:first-child {
        width: 60%;
    }

    .alternate-banner .col-6:first-child {
        padding-right: 95px;
    }

    .community-banner .col-6,
    .community-banner .col-6:first-child {
        width: 50%;
        padding-right: 15px;
    }

    .featured-img-wrap {
        margin-left: 55px;
    }

    .default-banner .featured-img-wrap:after {
        left: -40px;
    }

    .featured-img-wrap:before {
        right: -340px;
    }

    .alternate-banner .featured-img-wrap {
        margin-left: 110px;
    }

    .alternate-banner .banner .col-6:first-child {
        padding-right: 95px;
    }

    .alternate-banner .featured-img-wrap {
        bottom: -115px;
    }

    .alternate-banner .featured-img-wrap:after {
        left: -100px;
        top: -340px;
        width: 100px;
        height: 455px;
    }

    .alternate-banner .featured-img-wrap:before {
        right: -360px;
        width: 320px;
        height: 690px;
        top: -335px;
    }

    .alternate-banner .pseudo-elements:after {
        width: 350px;
        height: 380px;
        bottom: -174px;
        left: -420px;
        right: auto;
    }

    .community-banner.explore-more:before {
        width: 165px;
        height: 580px;
        /* top: -180px; */
    }

    .community-banner .featured-img-wrap:after {
        bottom: -130px;
    }

    .community-banner .featured-img-wrap {
        width: 400px;
        height: 391px;
    }

    .alternate-banner.explore-more:before {
        height: 900px;
        top: -200px;
        right: 0;
        width: 85px;
    }

    .default-banner.explore-more:before {
        width: 280px;
        height: 420px;
        top: -65px;

    }
}

@media all and (min-width: 1920px) {
    .community-banner.explore-more:after {
        left: -50px;
        bottom: 40px;
    }
}