.svgCanvas {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.works.grid.container {
    position: static;
    max-width: 100%;
    width: 100%;
}

.works.grid.container[style="display: block;"] {
    display: flex !important;
}




.blockquote-second h4 {
    text-align: center;
}

.blockquote-second h6 {
    text-align: center;
}


.swiper-button-disabled {
    display: none;
}

.home-slider-content .word-spacing-10 {
    word-spacing: 10px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.letter-spacing-25 {
    letter-spacing: 1em;
}

.home-slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

section.about-page .dj_arc {
    bottom: -350px;
    top: auto;
}

.dark-bg-2 {
    background: rgb(13 21 39);
}

@media (min-width: 1100px) {
    .large-title-bold.home-slide-1 {
        font-size: 3vw;
    }
}

.slide-bg {
    position: relative;
}

.home-slide {
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .home-slider .top-padding-20 {
        padding-top: 25px;
    }

    p.large-title-bold.text-color-4.text-trans-none.letter-spacing-25.home-slide-1 {
        letter-spacing: 2vw;
    }
}

.home-slider-content span.rotating span {

    transition-delay: 0.0s !important;
}

.home-slider-content span.rotating span {

    animation: blur 4s infinite ease-out;
    -webkit-animation: blur 4s infinite ease-out;
    transition-delay: 0.0s;
}

.home-slider-content span.rotating span:nth-child(1) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    transition-delay: 0.0s;
}

.home-slider-content span.rotating span:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    transition-delay: 0.2s;
}

.home-slider-content span.rotating span:nth-child(3) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    transition-delay: 0.3s;
}

.home-slider-content span.rotating span:nth-child(4) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    transition-delay: 0.4s;
}

.home-slider-content span.rotating span:nth-child(5) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    transition-delay: 0.5s;
}

.home-slider-content span.rotating span:nth-child(6) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    transition-delay: 0.6s;
}

.home-slider-content span.rotating span:nth-child(7) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    transition-delay: 0.7s;
}

.home-slider-content span.rotating span:nth-child(8) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    transition-delay: 0.8s;
}

.home-slider-content span.rotating span:nth-child(9) {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    transition-delay: 0.9s;
}

.home-slider-content span.rotating span:nth-child(10) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    transition-delay: 1s;
}

.home-slider-content span.rotating span:nth-child(11) {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    transition-delay: 1.1s;
}

.home-slider-content span.rotating span:nth-child(12) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    transition-delay: 1.2s;
}

.home-slider-content span.rotating span:nth-child(13) {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    transition-delay: 1.3s;
}

.home-slider-content span.rotating span:nth-child(14) {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    transition-delay: 1.4s;
}

.home-slider-content h2 span.rotating span:nth-child(15) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    transition-delay: 1.5s;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    85% {
        opacity: 1;
    }

    95% {
        text-shadow: 0 0 90px #fff;
    }

    100% {
        text-shadow: 0 0 100px #fff;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    85% {
        opacity: 1;
    }

    95% {
        text-shadow: 0 0 90px #fff;
    }

    100% {
        text-shadow: 0 0 100px #fff;
    }
}

.banner img.img1 {
    position: relative;
    z-index: 99;
}


.trans-number {
    font-size: 70px;
    font-family: "BebasNeueBold";
    color: rgb(229, 229, 229);
    line-height: 1.167;
    background: -webkit-linear-gradient(#e5e5e5, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    opacity: 0.6;
    margin-top: -24px;
    margin-left: -12rem;
}

.trans-number2 {
    font-size: 70px;
    font-family: "BebasNeueBold";
    color: rgb(229, 229, 229);
    line-height: 1.167;
    background: -webkit-linear-gradient(#e5e5e5, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    opacity: 0.6;
    float: right;
    width: 25px;
    right: 5rem;
}

.bottom-margin-30 {
    margin-bottom: 40px;
}


@media only screen and (max-width: 600px) {
    blockquote h6 {
        text-align: center;
    }

    .trans-number2 {
        right: 0px;
        margin-top: 0px;
    }


    .center-logo-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }



    h3.form-title {
        font-size: 24px;
    }

    .bottom-margin-30 {
        margin-bottom: 0px;
    }

    .bottom-padding-20 {
        padding-bottom: 0px;
    }

    .contact-form-control {
        margin-bottom: 10px;
    }

    blockquote {
        margin-top: 40px;
    }

    .btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .privacy-policy {
        font-size: 14px;
    }
}

.dj_border_text {
    display: flex;
    align-items: center;
    text-align: center;
    /* Center text */
}

.dj_border_text .dj_border_spacer {
    flex: 1;
    /* Allow horizontal lines to take up remaining space */
    margin: 0 10px;
    /* Space between the lines and text */
}

.dj_border_text hr {
    border: none;
    /* Remove default styling */
    height: 1px;
    /* Height of the line */
    background-color: #ccc;
    /* Line color */
}


.dj_work_column_dark {
    background-color: #71473b;
}


@media(min-width: 768px) {
    .works.grid.container {
        width: 100%;
        -ms-flex-flow: unset;
        flex-flow: unset;
    }

    .dj_grid_auto_size .grid-item {
        flex-basis: auto;
        width: auto;
    }

    .works.dj_grid_1 img.dj_hover-img {
        height: 505px;
        width: 100%;
    }

    .dj_grid_3 img.dj_hover-img {
        height: 500px;
    }

    .work-9 .work-9 img.dj_hover-img {
        height: 330px;
        width: 100%;
    }

    img.dj_hover-img {
        object-fit: cover;
    }

    img.dj_hover-img.dj_hover-img-15 {
        height: 714px;
    }

    img.dj_hover-img.dj_hover-img-17 {
        height: 464px;
    }
}

@media(max-width: 1024px) {
    video {
        height: auto !important;
        min-height: unset !important;
    }

    img.dj_hover-img {
        height: auto !important;
        min-height: unset !important;
    }

}

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .portfolio-slider2 .swiper-button-next,
    .portfolio-slider2 .swiper-button-prev {
      display: none; /* Hide navigation arrows on mobile */
    }
  }
  


