h1 {
    font-family: "CenturyGothic-bold" !important;
}

.hero-carousel .carousel-item::before {
    background-color: rgb(0 0 0 / 59%) !important;
}

.navbar-brand img {
    height: 80px;
}

/* hero slider css */
.carousel-caption {
    text-align: left !important;
}

.hero-para {
    font-size: 30px;
    width: 34%;
}

.hero-practice {
    margin-top: 8% !important;
}

.hero-practice>a {
    color: #e99324;
    font-size: 25px;
    font-weight: 700;
}

.text-primary {
    color: #e99324 !important;
}

.btn-primary {
    background: #e99324;
    border-color: #e99324;
}

.scroll-top {
    background: rgb(233 147 36) !important;
}

/* brand logo marquee */

.slide>img {
    width: 350px;
    height: 150px;
    animation: scroll 15s linear infinite;
    border-radius: 10px;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 1.5em;
    overflow: hidden;
}

.slider {
    margin-top: 0;
    background-color: #212529;
    padding: 2em 2em;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1800px)
    }
}

/* social media widget */
.social {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(50%);
    transform: translateY(-50%);
    z-index: 300;
    left: 0;
}

.social a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white !important;
    font-size: 25px;
}

.facebook1 {
    background: #395693;
    border-radius: 0px 0px 0px 0px;
    color: white;
}

.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: white;
}

.whatsapp {
    background: #1ba456;
    border-radius: 0px 0px 0px 0px;
    color: white !important;
}

.inner-list ul li {
    color: #fff;
}

div.dt-container select.dt-input {
    margin-right: 12px;
}

div.dt-container .dt-search input {
    margin-left: 10px;
}

.title-bg {
    background: #e99324;
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px;
    font-family: CenturyGothic-bold, sans-serif !important;
    font-weight: 800;
}

.dt-input>option {
    color: #000;

}

.contact-map {
    padding-top: 8%;
}

.our-client-logo img {
    margin: 20px;
    width: 100%;
}

.slider-content {
    padding-top: 15%;
}

.heading-maring-top {
    margin-top: 5%;
}

.about-us-secong {
    background: #111416;
    padding: 47px 24px;
    margin-top: 6%;
}

.project-img {
    margin: 15px 5px;
}

/* responsive css */

@media(max-width:1366px) {
    .slider-content {
        padding-left: 0;
        padding-top: 10% !important;
    }

}

@media(max-width:1200px) {
    .slider-content {
        padding-left: 3%;
    }
}

@media(max-width:1024px) {
    .hero-para {
        width: 40%;
    }
}

@media(max-width:768px) {
    .slider-content {
        padding-left: 4%;
    }

    .contact-map {
        padding-top: 8%;
    }

    .contact-map {
        padding-top: 17%;
    }

    .hero-para {
        width: 56%;
    }

    .slider-content h5 {
        font-size: 40px !important;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translatex(-2550px)
        }
    }

}

@media(max-width:425px) {
    #cur{
        display: none;
    }
    .slider-content {
        padding-left: 12%;
    }

    .navbar-brand img {
        height: 70px;
    }

    .hero-para {
        font-size: 20px;
        width: 75%;
    }

    .slide>img {
        width: 200px;
        height: 99px;
    }

    .contact-map {
        padding-top: 27%;
    }

    .heading-maring-top {
        margin-top: 10%;
        margin-bottom: -5%;
    }

    .hero-practice {
        margin-top: 30% !important;
    }

}

@media(max-width:320px) {
    .slider-content {
        padding-left: 12%;
    }
}

/* Custom Cursor Styling */


.cur {
    width: 28px;
    height: 40px;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border: 1.9px solid #e99324;
    background-color: #ffffff08;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999999999999999;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    pointer-events: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cur .small-point {
    width: 7px;
    height: 10px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #e99324;
}

.animation_class {
    width: calc(100% + 50px);
    height: 100vh;
    -webkit-animation: card-shift 15s ease-in-out infinite;
    animation: card-shift 7s ease-in-out infinite;
    position: absolute;
    z-index: -3;
    top: 0;
    left: -50px;
    right: 0;
    bottom: 0;
}

@keyframes card-shift {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

