@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --black: #000000;
    --white: #ffffff;
    --orange: #ffb33df2;
    --bgcolor: #0b0b0c;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif !important;
    background-color: var(--bgcolor) !important;
    overflow-x: hidden;
}

.ml-2 {
    margin-left: -45px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    color: #ffffff !important;
}



/*Mouse Cursor Pointer*/
/* cursor Pointer */
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ffffff;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
        height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
}




/* Logo */
img.logo-icon {
    width: 70px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
}

/* Section one */
.brandSec-one {
    padding: 4% 0 0 0;
}

.brandSec-one h1 {
    padding-top: 20px;
    font-size: 80px;
    letter-spacing: -2.2px;
    padding-top: 8%;
    color: var(--white);
    font-weight: 600;
    line-height: 0;
}

.social-underline {
    display: flex;
    justify-content: flex-start;
    gap: 27px;
    border: 2px solid #5c5c5c;
    width: 16%;
    padding: 16px;
    border-radius: 50px;
}

ul.social-underline li a {
    color: var(--white);
}

ul.social-underline li {
    list-style-type: none;
}

/* Video section */
.video-back {
    width: 100%;
    /* height: 30px; */
}

#video {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

/* Let's talk section */
.let-talk img {
    width: 9%;
    border-radius: 50px;
}

.videoText h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
}

.lets_Next h4 {
    font-size: 30px;
    line-height: 38.2px;
    font-weight: 400;
    letter-spacing: -1.2px;
}

.let-talk {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    align-items: center;
}

.let-talk p {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
}



/* Services */
.service-txt h2 {
    font-size: 50px;
    font-weight: 500;
}

/* building impact */
.build-impact {
    background-color: #ffffff;
}

.buil-impText h1 {
    font-size: 55px;
    color: var(--black);
    font-weight: 500;
    letter-spacing: -1.5px;
}

.imgText p,
.imgTextNext p {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.buil-impText h2 {
    font-size: 60px;
    font-weight: 700;
}

.imgTextNext img {
    padding-top: 15%;
}

.imgText img {
    background-image: linear-gradient(to right, red, grey);
}

.buil-impText p {
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #161616;
}

.head-Line h1 {
    font-size: 55px;
    color: var(--white);
    font-weight: 400;
    letter-spacing: -1.5px;

}


/* Services start */
.Services-fax h3 {
    font-size: 25px;
    font-weight: 400;
    padding: 20px;
    border-bottom: 1px solid #393939;
}

.process-text:hover {
    transform: translateX(50px);
    transition: all 1.5s;
}

#service-video {
    width: 100%;
    height: 475px;
    object-fit: cover;
}




/* image slider */
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    transform: translateY(73px);
}

/* contact box */
.contact-box {
    background-color: #232323;
    padding: 50px;
    color: var(--white);
}

.conText p {
    background-color: #ffffff;
    color: #000000 !important;
    padding: 12px;
    font-size: 16px;
    width: 67%;
}

.contact-box h1 {
    font-size: 40px;
    font-weight: 400;
}

.contact-box {
    align-items: center;
}


/* Headline */
.head-Line {
    color: #ffffff;
    text-align: left;
}

.head-Line h3 {
    font-size: 45px;
    font-weight: 500;
}

.head-LineBox h4 {
    color: #ffffff;
    padding: 15px 0 5px 0;
}

.head-LineBox p {
    color: #a3a3a3;
    padding: 10px 0 5px 0;
}

/* FAQ */
.brand-Sec h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
}

.brand-Sec h5 {
    font-size: 24px;
    font-weight: 300;
}

#tabs-icon {
    padding: 0 0 17px 0;
    border-bottom: 2px solid #161616;
    width: 100%;
}

/* Works */
.works-Head h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
}

.work-line h2 {
    font-size: 70px;
    color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #272727;
}

.work-line h2:hover {
    font-size: 70px;
    color: #ffffff;
    background: url(assets/images/scroll-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1.9s;
}

.small-span {
    font-size: 24px;
    color: var(--orange);
    padding: 0 66px 0 0;
}
span{
    color: var(--orange);
}

/* Accordion */
#tabs-icon i {
    color: var(--orange);
}

#tabs-btext {
    color: #393939;
}

#tabs-btext p {
    color: #777777;
    font-size: 16px;
    padding: 20px 0 0 0;
}


/* Footer */

/* Footer */
footer {
    background-color: var(--black);
    color: var(--text);
}

.footer-text {
    display: flex;
    align-items: center;
}

.footer-text h2 {
    font-size: 50px;
}

.footer-text a p {
    border: 2px solid #939090;
    padding: 15px;
    color: #ffffff;
}

.footer-One li {
    color: #e2e2e2;
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
}

.footer-One h6 {
    color: #ffffff;
    font-weight: 700;
}

.copyright-One {
    font-size: 14px;
}

.copyright-two {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.copyright-two li {
    color: #e2e2e2;
    display: inline;
    font-size: 14px;
}

.copyright-three {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.copyright-three i {
    font-size: 15px;
}


.text-decoration {
    text-decoration: underline;
    text-decoration-color: #282828;
    text-decoration-thickness: 15px;
}

.country h5 {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.country p,
.footer-One p {
    color: #ffffff;
    font-size: 14px;
}

.footer-One img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Contact */

.con-Sec1 h1 {
    color: #ffffff;
    text-align: left;
    font-size: 50px;
}
.con-Sec1 p{
    color: #898989;
    text-align: left;
}
#name, #email, #tel_num, #text_area {
    width: 100%;
    background-color: #161616;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
#submit {
    background-color: red;
    padding: 12px 30px;
    border: none;
    color: #ffffff;
    font-weight: 700;
}
.contact{
    position: relative;
    padding: 4% 0;
}
/* Related Industry */
.related-Industry {
    color: #000000;
    padding: 6% 0 10% 0;
    background-color: #ffffff;
}
.rel-ind p {
    color: #000000;
    font-size: 16px;
}
.rel-ind a{
    color: var(--black);
}
.link-sur a {
    color: #000000 !important;
}
.rel-ind h4 {
    font-weight: 800;
    font-size: 20px;
    padding: 2% 0;
}



/* Mobile View */
@media only screen and (max-width: 760px) and (min-width: 360px) {

 
    #cursor {
        display: none;
    }
    #cursor-border{
        display: none;
    }

    .brandSec-one h1 {
        padding-top: 20px;
        font-size: 40px;
        letter-spacing: -0.2px;
        color: var(--white);
        font-weight: 600;
        line-height: 40px;
    }

    .social-underline {
        display: flex;
        justify-content: flex-start;
        gap: 27px;
        border: 1px solid #5c5c5c;
        width: 48%;
        padding: 16px;
        border-radius: 50px;
    }

    .brandSec-one {
        padding: 4% 0 0 0;
    }

    #video {
        object-fit: cover;
        width: 100%;
        height: 198px;
    }
    .buil-impText h2 {
        font-size: 44px;
        font-weight: 700;
    }
    .buil-impText p {
        font-size: 16px;
        letter-spacing: 0;
        color: #161616;
        padding: 14px 0 0 0;
    }
    .service-txt h2 {
        font-size: 44px;
        font-weight: 500;
    }
    #service-video {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }
    .Services-fax h3 {
        font-size: 22px;
        font-weight: 400;
        padding: 20px;
        border-bottom: 1px solid #393939;
    }
    .head-Line h3 {
        font-size: 44px;
        font-weight: 500;
    }
    .works-Head h2 {
        color: #ffffff;
        font-weight: 500;
        font-size: 28px;
    }
    .brand-Sec h2 {
        color: #ffffff;
        font-size: 44px;
        font-weight: 500;
    }
    .brand-Sec h5 {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
    }
    .contact-box h1 {
        font-size: 30px;
        font-weight: 400;
    }
    .footer-One {
        padding-bottom: 20px;
    }
    .copyright-three {
        padding: 22px 0 0 0px;
    }
    .copyright-one {
        display: flex;
        justify-content: center;
    }


}

/* Tabs view */
@media only screen and (max-width: 991px) and (min-width: 760px) {
    #cursor {
        display: none;
    }
    #cursor-border{
        display: none;
    }

    .brandSec-one h1 {
        padding-top: 20px;
        font-size: 80px;
        letter-spacing: -2.2px;
        padding-top: 8%;
        color: var(--white);
        font-weight: 600;
        line-height: 71px;
    }
    .social-underline {
        display: flex;
        justify-content: flex-start;
        gap: 27px;
        border: 2px solid #5c5c5c;
        width: 25%;
        padding: 16px;
        border-radius: 50px;
    }
    #video {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }
    .work-line h2 {
        font-size: 60px;
        color: #ffffff;
        padding: 15px;
        border-bottom: 1px solid #272727;
    }
    .contact-box h1 {
        font-size: 30px;
        font-weight: 400;
    }

}

/* Another tabs view */
@media only screen and (max-width:1200px ) and (min-width: 991px){
    #cursor {
        display: none;
    }
    #cursor-border{
        display: none;
    }
    a.nav-link {
        position: relative;
        top: -8px;
    }
    h1.topy {
        line-height: 83px;
    }
    .social-underline {
        display: flex;
        justify-content: flex-start;
        gap: 27px;
        border: 2px solid #5c5c5c;
        width: 19%;
        padding: 16px;
        border-radius: 50px;
    }
    #video {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }
    .works-Head h2 {
        color: #ffffff;
        font-weight: 500;
        font-size: 45px;
    }
    
    .work-line h2 {
        font-size: 70px;
        color: #ffffff;
        padding: 15px;
        border-bottom: 1px solid #272727;
    }
    
    .work-line h2:hover {
        font-size: 70px;
        color: #ffffff;
        background: url(assets/images/scroll-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all 1.9s;
    }
    
    .small-span {
        font-size: 24px;
        color: var(--orange);
        padding: 0 66px 0 0;
    }
    .conText p {
        background-color: #ffffff;
        color: #000000 !important;
        padding: 12px;
        font-size: 15px;
        width: 83%;
    }
}