/* @import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap'); */
/* @import url('../Font/BUTTERSHINE\ SERIF.otf'); */

.slider-desktop {
    display: block;
}

.slider-mb {
    display: none;
}

.slider-img {
    width: 100%;
    height: 70vh;
    position: relative;
}

.carousel-slider-wrapper {
    width: 100%; /* Set the desired width */
    height: 70vh; /* Set the desired height */
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slide 20s infinite;
}

    /* .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
} */

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(-200%);
    }
    /* Add more keyframes to match the number of images */
}

.digital-marketing-slider-text-right {
    position: absolute;
    top: 15%;
    right: -5%;
    width: 50%;
}

.digital-marketing-slider-text {
    position: absolute;
    top: 20%;
    left: 9%;
    width: 50%;
}

.digital-marketing-slider-text-gd {
    position: absolute;
    top: 20%;
    right: 0%;
    padding: 0 100px;
    width: 60%;
}

    .digital-marketing-slider-text-right h1.slider-bold-text,
    .digital-marketing-slider-text h1.slider-bold-text,
    .digital-marketing-slider-text-gd h1.slider-bold-text {
        color: #fff;
        font-size: 50px;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        /* font-family: 'Mate SC', serif; */
        font-family: "Buttershine ", serif;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
    }

    .digital-marketing-slider-text .p1,
    .digital-marketing-slider-text-right .p1,
    .digital-marketing-slider-text-gd .p1 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        padding-bottom: 7px;
    }

.digital-marketing-slider-text .p12 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.digital-marketing-slider-text .p2,
.digital-marketing-slider-text-right .p2,
.digital-marketing-slider-text-gd .p2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    opacity: 0.9;
    padding-top: 5px;
    /* font-family: 'Mate SC', serif; */
}

.digital-marketing-slider-text button,
.digital-marketing-slider-text-right button,
.digital-marketing-slider-text-gd button {
    border: none;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #dd1717;
    margin: 10px 0;
    font-weight: 600;
    font-size: 15px;
}

/* media queries */

@media (max-width: 576px) {
    .slider .slider-li {
        float: left;
        position: absolute;
        width: 100%;
        height: 70vh;
        animation: 15s slider infinite;
    }

    .slider {
        height: 70vh;
    }

    .slider-img {
        height: 39vh;
    }

    .digital-marketing-slider-text-right h1.slider-bold-text,
    .digital-marketing-slider-text h1.slider-bold-text,
    .digital-marketing-slider-text-gd h1.slider-bold-text {
        font-size: 16px !important;
    }

    .digital-marketing-slider-text .p1,
    .digital-marketing-slider-text-right .p1,
    .digital-marketing-slider-text-gd .p1 {
        font-size: 10px;
    }

    .digital-marketing-slider-text .p12 {
        font-size: 10px;
    }

    .digital-marketing-slider-text .p2,
    .digital-marketing-slider-text-right .p2,
    .digital-marketing-slider-text-gd .p2 {
        display: none;
    }

    .digital-marketing-slider-text button,
    .digital-marketing-slider-text-right button,
    .digital-marketing-slider-text-gd button {
        padding: 5px;
        margin: 5px 0;
        font-size: 10px;
    }

    .digital-marketing-slider-text-gd {
        width: 90%;
        right: -60px;
    }

    .digital-marketing-slider-text {
        left: 10%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-contact-wrapper,
    .service-contact-section {
        padding: 0;
    }

    .digital-marketing-slider-text-right h1.slider-bold-text,
    .digital-marketing-slider-text h1.slider-bold-text,
    .digital-marketing-slider-text-gd h1.slider-bold-text {
        font-size: 40px;
    }

    .digital-marketing-slider-text .p2,
    .digital-marketing-slider-text-right .p2,
    .digital-marketing-slider-text-gd .p2 {
        font-size: 15px;
    }

    .digital-marketing-slider-text-right {
        right: 3%;
    }
}

@media (max-width: 1200px) {
    .digital-marketing-slider-text {
        top: 10%;
    }

        .digital-marketing-slider-text-right h1.slider-bold-text,
        .digital-marketing-slider-text h1.slider-bold-text,
        .digital-marketing-slider-text-gd h1.slider-bold-text {
            font-size: 40px;
        }
}

@media (min-width: 1400px) and (max-width: 1920px) {
    .digital-marketing-slider-text-right,
    .digital-marketing-slider-text {
        top: 25%;
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 2000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    /*    background-color: #717171;*/
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 3.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}




/*150925*/
header .item {
    height: 80vh;
    position: relative;
}

    header .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*  background: rgba(0, 0, 0, 0.6);*/
        display: flex;
        align-items: center;
    }

        header .item .cover .header-content {
            position: relative;
            padding: 56px;
            left: 400px;
            overflow: hidden;
        }

        header .item .cover .header-contents {
            position: relative;
            padding: 56px;
            left: 400px;
            overflow: hidden;
        }

        header .item .cover .headers-contents {
            position: relative;
            padding: 56px;
            right: 400px;
            overflow: hidden;
        }



        header .item .cover .header-content .line {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            /*            border: 2px solid #fff;*/
            -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
        }

        header .item .cover .header-contents .line {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            /*            border: 2px solid #fff;*/
            -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
        }

        header .item .cover .headers-contents .line {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            /*            border: 2px solid #fff;*/
            -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
        }

        header .item .cover .header-content h2 {
            font-weight: 300;
            font-size: 35px;
            color: #fff;
        }

        header .item .cover .header-contents h2 {
            font-weight: 300;
            font-size: 35px;
            color: #fff;
        }

        header .item .cover .headers-contents h2 {
            font-weight: 300;
            font-size: 35px;
            color: #fff;
        }

        header .item .cover .header-content h1 {
            font-size: 40px;
            font-weight: 600;
            margin: 5px 0 20px;
            word-spacing: 3px;
            color: #fff;
        }

        header .item .cover .header-contents h1 {
            font-size: 40px;
            font-weight: 600;
            margin: 5px 0 20px;
            word-spacing: 3px;
            color: #fff;
        }

        header .item .cover .headers-contents h1 {
            font-size: 40px;
            font-weight: 600;
            margin: 5px 0 20px;
            word-spacing: 3px;
            color: #fff;
        }

        header .item .cover .header-content h4 {
            font-size: 16px;
            font-weight: 300;
            line-height: 30px;
            color: #fff;
        }

        header .item .cover .headers-contents h4 {
            font-size: 16px;
            font-weight: 300;
            line-height: 30px;
            color: #fff;
        }

        header .item .cover .header-contents h4 {
            font-size: 16px;
            font-weight: 300;
            line-height: 30px;
            color: #fff;
        }

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    header .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff;
    }

    header .owl-nav .owl-prev:focus {
        outline: 0;
    }

    header .owl-nav .owl-prev:hover {
        background: #000 !important;
    }

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    header .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: #fff;
    }

    header .owl-nav .owl-next:focus {
        outline: 0;
    }

    header .owl-nav .owl-next:hover {
        background: #000 !important;
    }

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}




/*@media (max-width: 320px) {
    header .item .cover .header-contents {
        right: 312px;
    }
}*/

@media (max-width: 320px) {
    header .item .cover .header-content {
        left: -645px;
    }

    header .item .cover .headers-contents {
        right: -21px;
    }

    header .item .cover .header-contents {
        left: -330px;
    }

    header .item .cover .header-content h1 {
        font-size: 32px;
    }

    header .item .cover .header-contents h1 {
        font-size: 34px;
    }

    header .item .cover .headers-contents h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 375px) {
    header .item .cover .header-content {
        left: -645px;
    }

    header .item .cover .header-contents {
        left: -330px;
    }

    header .item .cover .headers-contents {
        right: -21px;
    }
}

@media screen and (max-width: 425px) {
    header .item .cover .header-content {
        left: 0;
        padding: 20px;
    }

    header .item .cover .header-contents {
        left: 0;
        padding: 20px;
    }

    header .item .cover .headers-contents {
        right: 0;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    header .item .cover .header-content {
        left: -645px;
    }

    header .item .cover .header-contents {
        left: -330px;
    }

    header .item .cover .headers-contents {
        right: -21px;
    }
}

@media screen and (max-width: 1024px) {
    header .item .cover .header-content {
        left: auto;
        right: 0;
    }

    header .item .cover .header-contents {
        left: auto;
        right: 0;
    }

    header .item .cover .headers-contents {
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 1440px) {


    header .item .cover .headers-contents {
        right: 200px;
    }
}

@media screen and (max-width: 1024px) {
}

.text {
    width: 44%;
}










/*@media (max-width: 320px) {
    header .item .cover .header-content .line {
        border: 6px solid #fff;
    }
}

@media (max-width: 320px) {
    header .item .cover .headers-contentss .line {
        border: 6px solid #fff;
    }
}

@media (max-width: 320px) {
    header .item .cover .header-contents .line {
        border: 6px solid #fff;
    }
}*/
