/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Varialbes */
:root {
    --primary-color: #1e1916;
    --secondary-color: #0143b6;
    --black-color: #000000;
    --white-color: #ffffff;
    /* --color-tertiary: #F63837; */
    --body-color: #EDF3F7;
    --grey-bg: #ECF2FB;
    --primary-font: "Teko", sans-serif;
    --secondary-font: "Roboto", sans-serif;
}

body {
    font-family: "Roboto", sans-serif;
    font-family: "Teko", sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    background-color: var(--white-color);
}

a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.primary-heading {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.secondary-heading {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;

}

.sub-heading {
    font-family: var(--primary-font);
    color: var(--secondary-color) !important;
    /* color: #CBA266 !important; */
    font-size: 22px !important;
    /* line-height: 0px; */
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    /* opacity: 1; */
}

.sub-heading1 {
    font-family: var(--primary-font);
    color: var(--color-primary);
    font-size: 18px !important;
    /* line-height: 21px; */
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    /* letter-spacing: 0.6px; */
    opacity: 1;
}

.para {
    font-family: var(--secondary-font);
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    text-align: justify;
}

/* .regular-text {
    font-family: var(--secondary-font);
    color: var(--dark-color);
    font-size: 16px;
} */

.grey-bg {
    background-color: var(--grey-bg);
}

.bg-primary1 {
    background-color: var(--secondary-color) !important;
}

.bg-primary1:hover {
    background-color: var(--black-color) !important;
}

/* button style */

.fill-btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: var(--secondary-color);
    border: 3px solid var(--secondary-color);
    border-radius: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.fill-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    color: var(--white-color) !important;
    transition: left 0.3s ease;
    z-index: -1;
}

.fill-btn:hover::before {
    left: 0;
}

.fill-btn:hover {
    color: var(--white-color) !important;
}

html {
    scroll-padding-top: 120px;
}

/* default code ends here */

/* navbar */

.bg-light {
    background: var(--white-color);
}

.navbar-brand img {
    width: 165px;
    transition: all 0.3s ease;
}

.nav-link {
    font-size: 15px !important;
    font-family: var(--secondary-font) !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-decoration: none;
    /* letter-spacing: 1px !important; */
    color: var(--dark-color);
}

.nav-item .active {
    font-weight: 700 !important;
    color: var(--secondary-color) !important;
    /* text-decoration: underline !important; */
}

@media (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.dropdown-menu {
    background-color: var(--grey-bg) !important;
    width: max-content;
}

.dropdown-item:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color) !important;
}

/* .dropdown li .border-bottom{
    border: 1px dotted var(--black-color) !important;
} */

.dropdown-menu li>a {
    padding: 10px 20px !important;
    font-family: var(--secondary-font) !important;
}

.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 1050;
    /* background: #ffffff00; */
    background-color: none;
    transition: all 0.3s ease;
}

/* FIXED HEADER */
.header-fixed {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    animation: slideDown 0.35s ease;
    /* background-color: var(--white-color); */
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

/* LOGO */
.logo-img {
    width: 165px;
    transition: all 0.3s ease;
}

/* .header-fixed .logo-img {
    width: 220px;
} */

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1040;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

}

/* shape header */

/* TOP STRIP */

.top-strip {
    /* background: #dcdcdc; */
    background-color: var(--white-color);
    color: #fff;
    /* padding:  0; */
    position: relative;
}

.top-strip .container {
    position: relative;
}

/* ANGLED WHITE LOGO AREA */

.logo-area {
    background: #000000;
    padding: 8px 30px;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    padding-bottom: 35px;
}

.logo-area img {
    height: 100px;
}

/* CONTACT AREA */

.top-contact {
    gap: 40px;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-box i {
    font-size: 23px;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
}

.contact-box p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.contact-box a {
    color: var(--black-color) !important;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

/* SOCIAL ICONS */

.social-icons a {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
}

/* .collapse {
    background-color: var(--white-color);
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%)
} */

.collapse {
    /* background-color: var(--white-color); */
    position: relative;
    width: max-content;
}



.navbar .container {
    /* background-color: var(--secondary-color); */
}

.header-pos {
    position: absolute;
    top: -23px;
    right: 65px;
    width: 100%;
}

.nav-btn {
    /* color: var(--white-color) !important; */
}

.nav-btn a:hover {
    color: var(--dark-color) !important;
}

.navbar-shape {
    position: absolute;
    top: -25px;
    left: 7.4%;
    width: 65%;
    height: 71px;
    background: #dcdcdc;
    /* background: var(--white-color); */
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    z-index: 0;
}

.navbar-shape2 {
    position: absolute;
    top: -25px;
    left: 70.6%;
    width: 22%;
    height: 71px;
    background: var(--black-color);
    clip-path: polygon(11% 0, 100% 0, 100% 99%, 0 100%);
    z-index: 0;
}

/* .nav-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
} */


/* banner */

.carousel-caption {
    bottom: 20% !important;
}

.carousel-caption {
    position: absolute !important;
    right: 50% !important;
    bottom: 7.5rem !important;
    left: 10% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    /* text-align: center; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 20px 20px;
    transition: all 0.3s ease;
}

.banner-text h2 {
    font-family: var(--primary-font);
    font-size: 50px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.banner-text p {
    font-size: 16px;
    /* font-weight: 500 !important; */
}

.banner-overlay {
    position: relative;
}

.banner-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.40); */
    background: linear-gradient(48deg, #000000c9, #015ec969);
    /* overlay darkness */
    z-index: 1;
}

.banner-overlay img {
    position: relative;
    z-index: 0;
}

.carousel-caption {
    z-index: 2;
}

/* carousel control */

.custom-carousel-control {
    width: 48px;
    height: 48px;
    top: 83%;
    transform: translateY(-50%);
    opacity: 1;
}

.custom-carousel-control span {
    background-size: 60% 60%;
    /* background-color: rgba(0, 0, 0, 0.55); */
    border-radius: 0%;
    width: 100%;
    height: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 55px !important;
    height: 55px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 61% !important;
}

.carousel-control-prev.custom-carousel-control {
    left: 84%;
    top: 85%;
    width: fit-content;
}

.carousel-control-next.custom-carousel-control {
    right: 8.5%;
    top: 85%;
    width: fit-content;
}

.custom-carousel-control:hover span {
    background-color: #000;
}


/* about section */

.about-section {
    background-image: url('../img/shape-02.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-bg .overlay {
    background-color: rgb(255 255 255 / 89%);
    /* Semi-transparent dark overlay */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

/* .about-section .counter {
    font-size: 70px;
} */

.about-section .year {
    font-size: 50px !important;
}

.text-outline {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    line-height: 60px;
    font-weight: 900;
    opacity: 0.7;
    color: #ffffff;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 2px;
}

.about-feature-icon {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* service section */

.service-card {
    overflow: hidden;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}


.service-number1 {
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 40px;
    font-weight: 700;
    color: #dfdfdf;
}

/* IMAGE */

.service-img {
    position: relative;
}

.service-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* ICON */

.service-icon {
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* how we worl section */

.how-we-work-section {
    background-image: url('../img/how-we-work.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-step {
    margin-bottom: 30px;
    align-items: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin-right: 35px;
}

.step-card {
    background: var(--secondary-color);
    padding: 25px;
    border-radius: 0px;
    position: relative;
    color: #fff;
    max-width: 400px;
    transition: 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-number {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18Nnpx;
    font-weight: 600;
    color: #000000;
}

/* EXPERIENCE HEXAGON */

.experience-badge {
    /* position: absolute; */
    /* top: -30px; */
    /* left: 50px; */
    background: var(--secondary-color);
    color: #111;
    width: 200px;
    height: 200px;
    clip-path: polygon(50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}


/* industreis we serve */

.industry-card {
    transition: 0.3s;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.industry-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #0143b6;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-carousel .owl-nav {
    display: none;
}

.service-carousel .owl-stage-outer {
    padding-bottom: 20px;
}






/* footer section */

.footer-section {
    background-color: #080911;
}

.footer-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}

.footer-list li a:hover {
    color: var(--secondary-color) !important;
}

.footer-title {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.company-name a:hover {
    color: var(--secondary-color) !important;
}

/* about page */

.about-banner {
    background-image: url('../img/about-banner-01.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 35vh;
    /* Adjust the height as needed */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner .overlay {
    background-color: rgba(0, 0, 0, 60%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}


/* service page */

.service-banner {
    background-image: url('../img/service-banner-01.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 35vh;
    /* Adjust the height as needed */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay h1 {
    font-family: var(--primary-font);
    /* padding-top: 130px !important; */
}

.service-banner .overlay {
    background-color: rgba(0, 0, 0, 60%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}



tbody td {
    font-family: var(--secondary-font) !important;
}

tbody th {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primary-font) !important;
}



/* contact page */

.contact-banner {
    background-image: url('../img/contact-banner01.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 35vh;
    /* Adjust the height as needed */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .overlay {
    background-color: rgba(0, 0, 0, 60%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.contact-box1{
    border-top: 4px solid var(--secondary-color) !important;
}

.contact-info-icon {
    top: -18%;
    left: 80%;
    width: 50px;
    height: 50px;
    background: linear-gradient(320deg, #191919f0, #2102ceeb);
    color: #fff !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    
    /* border-radius: 8px; */
}

.contact-info-icon i{
    transform: rotate(-45deg);
}

.ratio-16x9 {
    --bs-aspect-ratio: 65.25% !important;
}




/* scroll-up button */

#scrollUpBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 50%;
    border: none;
    z-index: 999;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-self: center;

}

/* scrollup-btn */

#scrollUpBtn i {
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-self: center;
}

/* scrollup-btn ends here */




@media only screen and (max-width: 768px) {

    .primary-heading {
        font-size: 26px;
        font-weight: 500;
        text-align: center;
    }

    .sub-heading {
        text-align: center;
        font-size: 20px;
    }

    .navbar-brand img {
        width: 90px;
        transition: all 0.3s ease;
    }

    .carousel-item img {
        height: 340px !important;
        width: max-content !important;
        background-position: 50% 50%;
        /* object-fit: cover !important; */
    }

    .carousel-caption {
        position: absolute !important;
        right: 8% !important;
        bottom: 0px !important;
        left: 2% !important;
        padding-top: 0.25rem !important;
    }

    .banner-text h2 {
        font-size: 28px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
    }

    .banner-text p {
        font-size: 14px I !important;
        text-align: start;
    }

    .work-step {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .icon-circle {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .step-number {
        position: absolute;
        left: 44%;
        top: -4%;
    }

    .counter {
        font-size: 45px;
    }

    .about-section {
        background-size: inherit;
        background-position: center right;
    }

    .about-section .counter {
        font-size: 50px;
    }

    .about-section .year {
        font-size: 40px !important;
        line-height: 0.5;
    }

    .how-we-work-section {
        background-image: url('../img/how-we-work.png');
        background-size: inherit;
        background-position: center right;
    }

    .logo-area {
        background: #000000;
        padding: 8px 30px;
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .logo-area img {
        height: 75px;
        margin-bottom: 20px;
    }

    .navbar .container {
        /* background-color: #f1f1f1; */
    }

    .header-fixed {
        position: fixed;
        top: 20px;

    }

    .collapse {
        /* margin-top: 5px; */
        /* background-color: var(--white-color); */
        /* position: relative; */
        /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
    }

    .banner-section {
        /* padding-top: 55px; */
    }

    .nav-btn {
        color: var(--dark-color) !important;
    }

    .header-pos {
        position: absolute;
        top: -18px;
        right: 0px;
    }

    .navbar-shape {
        position: absolute;
        top: -20px;
        left: 0%;
        width: 35%;
        height: 71px;
        /* background: var(--white-color); */
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        z-index: 0;
    }

    .navbar-shape2 {
        position: absolute;
        top: -20px;
        left: 28%;
        width: 72%;
        height: 71px;
        background: var(--black-color);
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
        z-index: 0;
    }

    .carousel-control-prev.custom-carousel-control {
        left: 66%;
        z-index: 3;
    }

    .carousel-control-next.custom-carousel-control {
        right: 10px;
        z-index: 3;
    }

    .fill-btn {
        padding: 8px 20px;
        font-size: 14px;
    }



}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
    }

    .carousel-caption {
        position: absolute !important;
        right: 25% !important;
        bottom: 35px !important;
        left: 10% !important;
        padding-top: 0.25rem !important;
    }

    .banner-text h2 {
        /* font-family: var(--primary-font); */
        font-size: 30px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
    }

    .banner-text p {
        font-size: 14px I !important;
        text-align: start;
    }

    .header-fixed {
        position: fixed;
        top: 5px;
        left: 0;
        width: 100%;
        animation: slideDown 0.35s ease;
        background-color: var(--white-color);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    }

    .logo-area {
        background: #000000;
        padding: 8px 30px;
        position: relative;
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    }

    .navbar .container {
        /* background-color: #e7e7e7; */
    }

    .collapse {
        margin-top: 5px;
        background-color: var(--white-color);
        position: relative;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .navbar-shape {
        position: absolute;
        top: -10px;
        left: 10%;
        width: 52%;
        height: 71px;
        /* background: var(--white-color); */
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
        z-index: 0;
    }

    .navbar-shape2 {
        position: absolute;
        top: -10px;
        left: 60%;
        width: 30%;
        height: 71px;
        background: var(--black-color);
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
        z-index: 0;
    }

    .header-pos {
        position: absolute;
        top: -30px;
        right: 76px;
        width: 80%;
    }

    .carousel-control-prev.custom-carousel-control {
        left: 87%;
    }

    .carousel-control-next.custom-carousel-control {
        right: 10px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .carousel-caption {
        position: absolute !important;
        right: 25% !important;
        bottom: 35px !important;
        left: 10% !important;
        padding-top: 0.25rem !important;
    }

    .banner-text h2 {
        /* font-family: var(--primary-font); */
        font-size: 35px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
    }

    .banner-text p {
        font-size: 14px I !important;
        text-align: start;
    }

    .navbar-shape {
        position: absolute;
        top: -10px;
        left: 10%;
        width: 52%;
        height: 71px;
        /* background: var(--white-color); */
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
        z-index: 0;
    }

    .navbar-shape2 {
        position: absolute;
        top: -10px;
        left: 60%;
        width: 30%;
        height: 71px;
        background: var(--black-color);
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
        z-index: 0;
    }

    .header-pos {
        position: absolute;
        top: -7px;
        right: 130px;
        width: 90%;
    }

    .carousel-control-prev.custom-carousel-control {
        left: 87% !important;
    }

    .carousel-control-next.custom-carousel-control {
        right: 10px !important;
    }

}