.landingPage {

    /* .slick-arrow {
        outline: none !important;
        background-color: transparent;
        position: absolute;
        bottom: auto;
        top: -90px;
        transform: translateX(-50%);
        right: 0;
        z-index: 2;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        font-size: 0;
        border: 1px solid #000;
        transition: all 0.5s;

        &::after {
            content: "";
            position: absolute;
            width: 56px;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 50%;
            transform: translateY(-50%);
            background-size: cover;
            transition: all 0.5s;
        }

        &.slick-prev {
            left: calc(100% - 100px);

            &::after {
                left: -40px;
                background: url(../images/home/left_arrow-black.png) no-repeat;
                background-size: cover;
            }

            &:hover {
                &::after {
                    background: url(../images/home/left-arrow-hover.png) no-repeat;
                    background-size: cover;
                }
            }
        }

        &.slick-next {
            &::after {
                right: -40px;
                background: url(../images/home/right_arrow-black.png) no-repeat;
                background-size: cover;
            }

            &:hover {
                &::after {
                    background: url(../images/home/right-arrow-hover.png) no-repeat;
                    background-size: cover;
                }
            }
        }
    } */

    .serviceBtn {
        justify-content: center;
        border: none;
    }

    .secTop {
        text-align: center;
        margin-bottom: 40px;
    }

    .mainH {
        font-size: 40px;
    }

    .subSecH {
        font-size: 25px;
    }

    /* banner */
    .banSec {
        padding-top: 150px;

        .mainH {
            font-size: 50px;
        }

        .banTextLeft {
            .serviceBtn {
                border: none;
                justify-content: flex-start;
                padding: 0;
                margin: 0;
            }
        }

        .banImg {
            width: 100%;
            height: 550px;
            padding-left: 30px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .countWrap {
            margin-top: 30px;
            margin-bottom: 30px;

            .ctBox {
                &:not(:last-child) {
                    .countBox {
                        &::after {
                            background-color: #000;
                        }
                    }
                }

                .countBox {
                    .countTxt {
                        color: #000;
                    }
                }
            }
        }
    }

    /* choose */
    .chooseSec {
        .chooseRow {
            row-gap: 25px;

            .valueItem {
                padding-top: 0;

                .valueBox {
                    .valueInnerBox {
                        padding: 30px 25px 30px;
                        min-height: 240px;
                    }
                }
            }
        }
    }

    /* service */
    .serviceSec {
        .serBtm {
            row-gap: 30px;
            padding-bottom: 30px;

            .serCard {
                display: block;
                width: 100%;
                height: 100%;
                box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
                border-radius: 30px;
                overflow: hidden;
                display: flex;
                align-items: center;

                .serImg {
                    width: 360px;
                    height: 100%;
                    max-height: 340px;
                    overflow: hidden;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center center;
                        transition: all 0.5s;
                    }
                }

                .serTxt {
                    width: calc(100% - 360px);
                    padding: 20px 30px;
                    height: 100%;

                    .serHead {
                        color: var(--blue) !important;
                        font-size: 20px;
                        margin-bottom: 6px;
                        font-family: "Barlow";
                    }

                    p,
                    li {
                        font-size: 16px;
                        color: #000;
                    }

                    ul {
                        li {
                            margin-bottom: 6px;
                            padding-left: 20px;
                            position: relative;

                            &::after {
                                content: '';
                                width: 8px;
                                height: 8px;
                                background-color: #000;
                                border-radius: 50%;
                                position: absolute;
                                left: 0;
                                top: 5px;
                            }
                        }
                    }
                }

                &:hover {
                    .serImg {
                        img {
                            transform: scale(1.05);
                        }
                    }
                }
            }

            .serCardCol {
                &:nth-child(even) {
                    .serCard {
                        flex-direction: row-reverse;
                    }
                }
            }
        }
    }

    /* consult sec */
    .consultSec {
        background-color: #0c0c0c;

        .consultSecInn {
            text-align: center;

            .mainH {
                color: #0075ff;
            }

            p {
                color: #fff;
            }
        }
    }

    /* growth sec */
    .growthSec {
        .growthRow {
            row-gap: 30px;
        }

        .growthCard {
            box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
            border-radius: 30px;
            overflow: hidden;
            padding: 25px 30px;
            min-height: 250px;
            text-align: center;

            .growthImg {
                width: 50px;
                height: auto;
                margin: 0px auto;
                margin-bottom: 10px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .growthTxt {
                h3 {
                    color: var(--blue) !important;
                    font-size: 20px;
                    line-height: 1.4;
                    margin-bottom: 6px;
                    font-family: "Barlow";
                }
            }
        }
    }

    /* tools sec */
    .toolSec {
        background-color: #0c0c0c;

        .mainH {
            color: #0075ff;
        }

        .toolBtm {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            row-gap: 20px;

            .toolCard {
                width: 11%;
                padding: 0px 10px;

                .toolCardInn {
                    width: 100%;
                    height: 100px;
                    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
                    overflow: hidden;
                    border-radius: 10px;
                    padding: 12px;
                    overflow: hidden;
                    transition: all 0.5s;
                    background-color: #fff;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        transition: all 0.5s;
                    }

                    &:hover {
                        img {
                            transform: scale(1.05);
                        }
                    }
                }
            }
        }
    }

    /* agency sec */
    .agencySec {
        .agencyBtm {
            row-gap: 30px;

            .agencyCard {
                .agencyCardInn {
                    background-color: #f9f9f9;
                    /* box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2); */
                    border-radius: 30px;
                    padding: 30px 25px;
                    min-height: 260px;
                    transition: all 0.5s;

                    .agencyTxt {
                        text-align: center;

                        h3 {
                            color: var(--blue);
                            font-size: 20px;
                            line-height: 1.4;
                            margin-bottom: 6px;
                            font-family: "Barlow";
                        }
                    }

                    &:hover {
                        background-color: #0075ff;

                        .agencyTxt {

                            h3,
                            p {
                                color: #fff;
                            }
                        }
                    }
                }
            }
        }
    }

    /* testimonial */
    .testiSec {
        margin-bottom: 100px;
        .testiItems{
            .testiContent{
                .testiTxt{
                    overflow-y: auto;
                    padding-right: 8px;
                    &::after{
                        content: normal !important;
                    }
                }
            }
        }
    }

    /* inspire sec */
    .inspireSec {
        background-color: #0c0c0c;

        .mainH {
            color: #0075ff;
        }

        .inspireBtm {
            .inspireCard {
                .inspireImg {
                    width: 100%;
                    height: 100px;
                    margin: 0px auto;
                    margin-bottom: 10px;
                    background-color: #fff;
                    border-radius: 12px;
                    padding: 15px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }

                .inspireTxt {
                    img {
                        width: 100%;
                        height: 50px;
                        object-fit: contain;
                        margin: 0px auto;
                    }

                    p {
                        text-align: center;
                        color: #0075ff;
                        font-size: 18px;
                        font-weight: 600;
                    }
                }
            }
        }
    }
}


/* Responsive */

@media (max-width: 1366px) {
    .landingPage {
        .mainH {
            font-size: 34px;
        }

        .subSecH {
            font-size: 20px;
        }

        p,
        ul li {
            font-size: 16px;
        }

        .serviceBtn {
            a {
                font-size: 18px;
                min-height: 50px;
                line-height: 50px;
            }
        }

        .banSec {
            .mainH {
                font-size: 40px;
            }

            .banImg {
                height: 450px;
            }
        }

        .chooseSec {
            .chooseRow {
                .valueItem {
                    .valueBox {
                        .valueInnerBox {
                            min-height: 220px;

                            .valueTitle {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }

        .agencySec {
            .agencyBtm {
                .agencyCard {
                    .agencyCardInn {
                        min-height: 230px;
                        padding: 25px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .page-template-digital-marketing-company-php{
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .landingPage {
        .banSec {
            padding-top: 120px;
        }
        .testiSec{
            margin-bottom: 70px;
        }
    }
}

@media (max-width: 1199px) {
    .landingPage {
        .chooseSec {
            .chooseRow {
                .valueItem {
                    .valueBox {
                        .valueInnerBox {
                            min-height: 240px;
                        }
                    }
                }
            }
        }

        .toolSec {
            .toolBtm {
                justify-content: center;
                .toolCard {
                    width: 20%;
                    .toolCardInn {
                        height: 85px;
                    }
                }
            }
        }
    }
}


@media (max-width: 1024px) {
    .landingPage {
        .mainH {
            font-size: 26px;
        }

        .banSec {
            .mainH {
                font-size: 36px;
            }

            .countWrap {
                .ctBox {
                    &:not(:last-child) {
                        .countBox {
                            .countTxt {
                                font-size: 20px;

                                strong {
                                    font-size: 36px;
                                }
                            }
                        }
                    }
                }
            }
        }

        .testiSec {
            margin-bottom: 20px;
        }
    }
}


@media (max-width: 991px) {
    .landingPage {
        .serviceBtn {
            a {
                font-size: 16px;
                min-height: 45px;
                line-height: 45px;
            }
        }
        .banSec {
            .banTextLeft {
                margin-bottom: 30px;

                p {
                    text-align: center;
                }

                .serviceBtn{
                    justify-content: center;
                }
            }

            .banImg {
                width: 100%;
                height: auto;
                padding-left: 0;
            }

            .countWrap {
                padding-top: 0;
                margin-top: 20px;
                margin-bottom: 20px;

                .ctBox {
                    &:not(:last-child) {
                        .countBox {
                            &::after {
                                content: '';
                                display: block;
                            }
                        }
                    }
                }
            }
        }

        .chooseSec {
            .chooseRow {
                .valueItem {
                    .valueBox {
                        .valueInnerBox {
                            height: auto;
                        }

                        &::after {
                            width: 100%;
                            height: 100%;
                        }

                        .valueTitle,
                        p {
                            color: #fff;
                            text-align: center;
                        }
                    }
                }
            }
        }

        .serviceSec {
            .serBtm {
                .serCard {
                    .serImg {
                        width: 300px;
                        height: 100%;
                        max-height: 100%;
                    }

                    .serTxt {
                        width: calc(100% - 300px);
                    }
                }
            }
        }

        .growthSec {
            .growthCard {
                min-height: auto;
            }
        }

        .agencySec {
            .agencyBtm {
                .agencyCard {
                    .agencyCardInn {
                        min-height: auto;
                    }
                }
            }
        }

        .testiSec{
            .testiItems{
                .testiContent{
                    .testimonial_text{
                        &::after{
                            content: normal;
                        }
                        .testiTxt{
                            height: 100px;
                        }
                    }
                }
            }
        }

        .inspireSec {
            .inspireBtm {
                .inspireCard {
                    .inspireImg{
                        padding: 12px;
                    }
                    .inspireTxt {
                        img {
                            height: 30px;
                        }
                        p {
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .landingPage {
        .mainH {
            font-size: 22px;
            line-height: 1.3;
        }

        .serviceBtn {
            a {
                font-size: 15px;
                padding: 0 20px;
            }
        }

        .banSec {
            .mainH {
                font-size: 28px;
                line-height: 1.3;
            }

            .countWrap {
                padding-top: 0;
                margin-top: 20px;
                margin-bottom: 20px;

                .ctBox {
                    &:not(:last-child) {
                        margin-bottom: 10px;

                        .countBox {
                            &::after {
                                width: 100%;
                                height: 1px;
                                bottom: 0;
                                left: 0;
                                right: auto;
                                top: auto;
                                transform: none;
                            }
                        }
                    }
                }
            }
        }

        .serviceSec {
            .serBtm {
                .serCard {
                    flex-direction: column !important;
                    padding: 25px 20px;

                    .serImg {
                        width: 300px;
                        height: auto;
                        max-height: auto;
                        overflow: hidden;
                        margin-bottom: 20px;
                    }

                    .serTxt {
                        width: 100%;
                        padding: 0;
                        height: auto;

                        .serHead {
                            text-align: center;
                        }
                    }
                }
            }
        }

        .toolSec {
            .toolBtm {
                .toolCard {
                    width: 25%;
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .landingPage {
        .banSec {
            .countWrap {
                .ctBox {
                    &:not(:last-child) {
                        margin-bottom: 10px;

                        .countBox {
                            &::after {
                                width: 100%;
                                height: 1px;
                                bottom: 0;
                                left: 0;
                                right: auto;
                                top: auto;
                                transform: none;
                            }
                        }
                    }
                }
            }
        }

        .chooseSec {
            .chooseRow {
                .valueItem {
                    &:not(:last-child) {
                        margin-bottom: 0;
                    }

                    .valueBox {
                        .valueInnerBox {
                            min-height: auto;
                            padding: 20px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 575px) {
    .landingPage {
        .serviceSec {
            .serBtm {
                .serCard {
                    .serImg {
                        width: 100%;
                        height: auto;
                        max-height: 250px;
                    }
                }
            }
        }

        .toolSec {
            .toolBtm {
                .toolCard {
                    width: 30%;
                    .toolCardInn {
                        height: 70px;
                        padding: 8px;
                    }
                }
            }
        }

        .inspireSec {
            .inspireBtm {
                row-gap: 20px;
                .inspireCard {
                    .inspireImg {
                        margin-bottom: 5px;
                    }
                }
            }
        }
    }
}

@media (max-width: 480px){
    .landingPage {
        
    }
}