* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

    body.modal-open {
        padding-right: 0 !important;
        overflow-y: auto !important;
    }

.modal {
    padding-right: 0 !important;
}

:root {
    --primary-color: #f9004d;
    --white-color: #ffffff;
    --overlay-color: rgba(0, 0, 0, 0.6);
    --background-dark: #141414;
    --inner-box-dark: #0e1011;
    --why-choose-dark: #0a0a0a;
    --border-color: #262626;
    --email-color: #717171;
    --form-background-color: #0b0b0b;
    --footer-hr-color: #767676;
    --black-color: #000;
    --grayish-white-color: #d5d5d5;
    --cement-grayish-color: #555;
}

header {
    position: relative;
}

.navbar {
    background: black;
}



.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: background-color 0.3s ease;
}

    .sticky-navbar.scrolled .navbar-logo {
        width: 70px !important;
        height: 70px !important;
        transition: width 0.4s ease, height 0.4s ease;
    }

    .sticky-navbar.scrolled {
        background-color: black !important;
    }

.sticky-navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.navbar-toggler-icon {
    filter: grayscale(100%) invert(1);
}

.navbar .nav-item a {
    margin: 0px 14px;
}

.navbar .nav-item .active {
    /*    color: var(--white-color);*/
}

.navbar .nav-item .nav-link {
    color: var(--white-color);
    font-size: 18px;
}

    .navbar .nav-item .nav-link:hover {
        color: var(--primary-color);
        font-size: 18px;
    }

.navbar .navbar-btn {
    background-color: var(--primary-color) !important;
    border-radius: 60px;
    padding: 10px 30px;
    color: var(--white-color) !important;
    transition: all 0.3s ease;
}


    .navbar .navbar-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }



.navbar .navbar-brand img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/*.hero-text .head {
    font-size: 64px;
    color: var(--white-color);
    line-height: 70px;
    font-weight: 700;
}

.hero-text .desc {
    font-size: 18px;
    color: var(--white-color);
    line-height: 24px;
}*/

.modal-content {
    /* background-color: var(--form-background-color); */
}

.modal-header {
    border-bottom: 2px solid var(--black-color);
}

#contact-top-form input {
    background-color: var(--grayish-white-color);
    border-color: var(--border-color);
    padding: 14px;
    border: none;
}

#contact-top-form .form-select {
    background-color: #d5d5d5;
    border-color: var(--border-color);
    border: none;
}

#contact-top-form textarea {
    background-color: #d5d5d5;
    border-color: var(--border-color);
    border: none;
}

#contact-top-form label {
    color: var(--black-color);
}

#contact-top-form .form-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}

    #contact-top-form .form-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }


/*
#hero-section .hero-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    margin-top: 4px;
    transition: all 0.3s ease;
}

    #hero-section .hero-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }


#hero-section .hero-content {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    position: relative;
    z-index: 2;
}

#hero-section {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

    .video-background video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    z-index: 1;
}

.hero-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
*/
#partner-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

#partner-section .form-content .contact-form {
    background-color: var(--white-color);
    padding: 24px;
    border-radius: 16px;
}

#partner-section .form-content .txt {
    font-size: 34px;
}

#partner-section .form-content .contact-form label {
    color: var(--black-color);
}

#partner-section .form-content .contact-form input {
    background-color: var(--grayish-white-color);
    border-color: var(--border-color);
    border: none;
}

#partner-section .form-content .form-select {
    background-color: var(--grayish-white-color);
    border-color: var(--border-color);
    border: none;
}

#partner-section .form-content .contact-form textarea {
    background-color: var(--grayish-white-color);
    border-color: var(--border-color);
    border: none;
}

#partner-section .form-content .form-btn {
    color: var(--white-color);
    background-color: var(--primary-color) !important;
    border-radius: 60px;
    padding: 10px 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}


    #partner-section .form-content .form-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }

.partner-text .head {
    font-size: 64px;
    color: white;
    line-height: 70px;
    font-weight: 700;
}

.partner-text .desc {
    font-size: 18px;
    color: white;
    line-height: 24px;
}

#partner-section .partner-img {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #partner-section .partner-img img {
        width: 50%;
        filter: grayscale(100%) invert(1);
    }

#partner-section .partner-logo-container {
    margin-top: 18px;
    row-gap: 1.5rem;
}





#about-us-section {
    background-color: var(--background-dark);
    position: relative;
    overflow: hidden;
}

.about-us-text .head {
    font-size: 64px;
    background: linear-gradient(97.27deg, #ba2dbc 0%, #c4e0fe 53.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70px;
    font-weight: 700;
}

.about-us-text .desc {
    font-size: 18px;
    color: white;
    line-height: 24px;
}

#about-us-section .achievements-data {
    font-size: 58px;
    color: var(--white-color);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

#about-us-section .details-txt {
    font-size: 18px;
    color: var(--white-color);
}

#about-us-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

#about-us-section .about-us-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}


    #about-us-section .about-us-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }


.about-us-btn:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(6344%) hue-rotate(325deg) brightness(100%) contrast(103%);
}


#about-us-section .about-us-btn img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 3px;
}

#about-us-section .about-us-pattern-image {
    position: absolute;
    top: -120px;
    left: 1120px;
    right: 0;
    max-width: 1000px;
    height: auto;
    z-index: 1;
}

#services-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

.services-text .head {
    font-size: 64px;
    color: white;
    line-height: 70px;
    font-weight: 700;
}

.services-text .desc {
    font-size: 18px;
    color: white;
    line-height: 24px;
}

#services-section .services-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    transition: all 0.3s ease;
}

    #services-section .services-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }

#services-section .service-container {
    border-radius: 16px;
    background-color: var(--inner-box-dark);
    padding: 24px;
}

#services-section .service-img img {
    width: 100%;
    height: 100%;
}

#services-section .service-inner-text .head {
    color: var(--white-color);
    font-size: 30px;
    margin-top: 12px;
    font-weight: 700;
}

#services-section .service-inner-text .desc {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}

#services-section .service-details-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
}


    #services-section .service-details-link img {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }


.service-details-link:hover span,
.service-details-link:hover img {
    cursor: pointer;
}

#portfolio-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

    #portfolio-section .container .row {
        row-gap: 1.5rem;
    }

    #portfolio-section .container .portfolio-work {
        /*                position: relative;*/
    }

#portfolio-section .portfolio-container {
    border-radius: 16px;
    background-color: var(--inner-box-dark);
    padding: 16px;
    position: relative;
}

#portfolio-section .portfolio-video {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}



    #portfolio-section .portfolio-video img {
        border-radius: 16px;
        /*        width: 100%;*/
        /*        height: 100%;*/
    }

#portfolio-section .portfolio-inner-text .head {
    color: var(--white-color);
    font-size: 22px;
    margin-top: 12px;
    font-weight: 700;
}

#portfolio-section .portfolio-inner-text .desc {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-text .head {
    font-size: 64px;
    color: white;
    line-height: 70px;
    font-weight: 700;
}

#portfolio-section .portfolio-btn.active {
    background-color: var(--primary-color);
    border: none;
}

#portfolio-section .portfolio-btn {
    color: var(--white-color);
    background-color: var(--inner-box-dark);
    border: 2px solid var(--border-color);
    border-radius: 60px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
}

#portfolio-section .portfolio-view-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}


    #portfolio-section .portfolio-view-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }

#portfolio-section .img-prod-btn {
    margin-left: 18px;
}

#portfolio-section .portfolio-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#portfolio-section .play-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

#portfolio-section .portfolio-video img:first-child {
    border-radius: 16px;
    width: 100%;
    height: auto;
    display: block;
}

#portfolio-section .row{
    row-gap:1.5rem;
}



#timeline-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

#timeline-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

.timeline-text .head {
    font-size: 64px;
    color: white;
    line-height: 70px;
    font-weight: 700;
}

#timeline-section .timeline-content {
    border-radius: 16px;
    background-color: var(--inner-box-dark);
    color: var(--white-color);
    padding: 45px 40px;
}

#timeline-section .timeline-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0) 100%), linear-gradient( 229.29deg, rgba(255, 255, 255, 0.2) -68.25%, rgba(255, 255, 255, 0) 32.16% );
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#timeline-section .timeline-content span {
    font-size: 33px;
}

#timeline-section .sub-head {
    font-size: 20px;
    margin-top: 15px;
}

#timeline-section .sub-head-desc {
    font-size: 16px;
}

#why-choose-us-section {
    background-color: var(--why-choose-dark);
}

    #why-choose-us-section .container {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    #why-choose-us-section .why-choose-content {
        color: var(--white-color);
        padding: 30px 40px;
    }

.why-choose-us-text .head {
    font-size: 64px;
    color: white;
    line-height: 70px;
    font-weight: 700;
}

.brand-name {
    color: var(--primary-color);
}

#why-choose-us-section .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0) 100%), linear-gradient( 229.29deg, rgba(255, 255, 255, 0.2) -68.25%, rgba(255, 255, 255, 0) 32.16% );
    color: var(--primary-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.client-approach .icon img {
    width: 28px !important;
    height: 24px !important;
}

.why-choose-content .icon img {
    width: 22px;
    height: 24px;
}


#why-choose-us-section .why-choose-content span {
    font-size: 33px;
}

#why-choose-us-section .why-choose-content .desc {
    font-size: 16px;
    margin-top: 16px;
}

#why-choose-us-section .why-choose-content {
    border: 1px solid var(--border-color);
    border-radius: 16px;
}

#why-choose-us-section .choose-us-row {
    row-gap: 1.5rem;
}

#why-choose-us-section .main-box {
    /* border: 1px solid var(--border-color); */
    /* border-radius: 16px 16px 0px 0px; */
}

#why-choose-us-section .expertise {
    /* border: 1px solid var(--border-color); */
    /* border-top: none; */
}

#why-choose-us-section .client-approach {
    /* border: 1px solid var(--border-color); */
    /* border-top: none;
  border-left: none; */
}

#why-choose-us-section .result-driven {
    /* border: 1px solid var(--border-color); */
    /* border-top: none;
  border-radius: 0px 0px 0px 16px; */
}

#why-choose-us-section .collab-partner {
    /* border: 1px solid var(--border-color); */
    /* border-top: none;
  border-left: none;
  border-radius: 0px 0px 16px 0px; */
}

#users-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

#users-section .users-text .head {
    font-size: 64px;
    line-height: 70px;
    color: white;
    font-weight: 700;
    margin-bottom: 12px;
}

#users-section .users-text .sub-head {
    font-size: 18px;
    color: white;
}

#users-section .users-content {
    background-color: var(--inner-box-dark);
    border-radius: 16px;
    color: var(--white-color);
    padding: 24px;
}

.users-content .users-icon {
    width: 70px;
    height: 70px;
}

    .users-content .users-icon img {
        width: 100%;
        height: 100%;
    }

.users-content .users-info p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}

.users-content .user-email {
    color: var(--email-color);
}

#users-section .row {
    row-gap: 1.5rem;
}

#users-section .load-more-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 2%;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    /* background-color: rgba(0, 0, 0, 0.9);  */
    /* border-radius: 50%; */
    padding: 20px;
}

#blog-section .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

#blog-section .blog-text {
    /* border: 1px solid var(--border-color); */
}

    #blog-section .blog-text .head {
        font-size: 64px;
        color: white;
        font-weight: 700;
    }

#blog-section .blog-img img {
    width: 100%;
    height: 100%;
}

#blog-section .blog-head {
    font-size: 33px;
    margin-top: 12px;
    margin-bottom: 1px;
    color: var(--white-color);
}

#blog-section .blog-desc {
    font-size: 16px;
    margin: 10px 0px;
    color: var(--white-color);
}

#blog-section .blog-btn {
    color: var(--white-color);
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 10px 35px;
    font-size: 18px;
    margin-top: 12px;
}

    #blog-section .blog-btn img {
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

#contact-us-section {
    background-image: url('../images/banner-img-new(1).webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #contact-us-section .container {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    #contact-us-section .contact-us-text .head {
        color: var(--white-color);
        font-size: 64px;
        line-height: 70px;
        font-weight: 700;
    }

    #contact-us-section .contact-us-text .sub-head {
        color: var(--white-color);
        font-size: 18px;
        line-height: 24px;
    }

        #contact-us-section .contact-us-text .sub-head span {
            color: var(--primary-color);
            font-size: 20px;
            font-weight: 700;
        }

    #contact-us-section .contact-form {
        background-color: var(--form-background-color);
        padding: 30px;
        border-radius: 16px;
    }

        #contact-us-section .contact-form label {
            color: var(--white-color);
        }

    #contact-us-section .form-btn {
        color: var(--white-color);
        background-color: var(--primary-color) !important;
        border-radius: 60px;
        padding: 10px 30px;
        font-weight: 700;
        transition: all 0.3s ease;
    }


        #contact-us-section .form-btn:hover {
            background-color: var(--white-color) !important;
            color: var(--primary-color) !important;
            border: 2px solid var(--primary-color) !important;
        }

    #contact-us-section .contact-form input {
        background-color: var(--inner-box-dark);
        border-color: var(--border-color);
        padding: 14px;
        color: var(--white-color) !important;
    }

        #contact-us-section.contact-form input::placeholder {
            color: var(--border-color);
        }


        #contact-us-section .contact-form input:focus,
        #contact-us-section .contact-form textarea:focus,
        #contact-us-section .contact-form select:focus {
            outline: none;
            border: 2px solid #f9004d;
            box-shadow: 0 0 5px rgba(249, 0, 77, 0.5);
        }


    #contact-us-section .contact-form textarea {
        background-color: var(--inner-box-dark);
        border-color: var(--border-color);
        color: var(--white-color) !important;
    }

        #contact-us-section .contact-form textarea::placeholder {
            color: var(--border-color);
        }

    #contact-us-section .form-select {
        background-color: var(--inner-box-dark);
        border-color: var(--border-color);
        padding: 14px;
        color: var(--white-color) !important;
    }

        #contact-us-section .form-select option {
            color: var(--border-color);
        }

#footer-section {
    background-color: var(--background-dark);
}

    #footer-section .container {
        padding-top: 80px;
        padding-bottom: 10px;
        position: relative;
    }

    #footer-section .footer-info .head {
        color: var(--white-color);
        font-size: 64px;
        line-height: 70px;
        font-weight: 700;
    }

    #footer-section .footer-info .desc {
        color: var(--white-color);
        font-size: 18px;
        line-height: 24px;
    }

    #footer-section .footer-contacts .txt {
        color: var(--primary-color);
        margin-bottom: 4px;
    }

    #footer-section .footer-contacts p {
        color: var(--white-color);
        text-decoration: none;
    }

    #footer-section .footer-contacts .call a {
        color: var(--white-color);
        text-decoration: none;
    }

    #footer-section .footer-contacts .email a {
        color: var(--white-color);
        text-decoration: none;
    }

    #footer-section .social-links {
        display: flex;
    }

        #footer-section .social-links img {
            width: 35px;
            height: 35px;
            margin-right: 15px;
            transition: 0.2s;
        }


            #footer-section .social-links img:hover {
                transform: scale(1.1);
                cursor: pointer;
            }

    #footer-section .footer-links ul {
        list-style: none;
        font-size: 16px;
        color: var(--white-color);
    }

    #footer-section .footer-links .main-link {
        color: var(--primary-color);
    }

    #footer-section .footer-links ul li {
        margin-bottom: 10px;
    }

        #footer-section .footer-links ul li a {
            text-decoration: none;
            color: var(--white-color);
        }

            #footer-section .footer-links ul li a:hover {
                color: var(--primary-color);
            }


.footer-hr {
    border-top: 2px solid var(--footer-hr-color);
    margin-top: 54px !important;
}

.footer-below-text {
    color: var(--white-color);
    font-size: 16px;
}

.footer-img img {
    width: 120px;
    height: 120px;
    position: absolute;
    object-fit: contain;
    right: 0;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1000;
}

#thankyou-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.thankyou-content img {
    width: 140px;
    height: 140px;
}

.thankyou-content .thankyou-head {
    font-size: 48px;
    line-height: 54px;
}

.thankyou-content .thankyou-desc {
    font-size: 22px;
    line-height: 28px;
}

.thankyou-content .redirect-btn {
    background-color: var(--primary-color) !important;
    border-radius: 60px;
    padding: 10px 30px;
    color: var(--white-color) !important;
    transition: all 0.3s ease;
}


    .thankyou-content .redirect-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
        font-weight: 500;
    }



/* responsive */


@media (max-width: 1399px) {


    /*    .hero-wrapper {
        height: 100vh;
    }*/

    .navbar {
        background: black;
    }

    .footer-img img {
        width: 120px;
        height: 120px;
        position: absolute;
        right: 0;
        bottom: 70px;
        object-fit: contain;
    }

    /*    #hero-section .hero-content {
        padding-top: 180px !important;
        padding-bottom: 100px !important;
        position: relative;
        z-index: 2;
    }*/
}

@media (max-width: 1280px) and (max-height: 800px) {
    /*    #hero-section .hero-content {
        padding-top: 250px !important;
        padding-bottom: 100px !important;
        position: relative;
        z-index: 2;
    }*/
}


@media screen and (max-width: 1024px) and (max-height: 600px) {
    /*    .hero-wrapper {
        height: 100vh !important;
    }*/
    /*    #hero-section .hero-content {
        padding-top: 180px !important;
        padding-bottom: 100px !important;
        position: relative;
        z-index: 2;
    }*/
}




@media (max-width: 1199px) {
    .navbar {
        background: black;
    }

        .navbar .nav-item .nav-link {
            font-size: 20px;
        }

        .navbar .navbar-brand img {
            width: 130px;
            height: 130px;
        }


    /*    .hero-wrapper {
        height: 60vh;
    }*/

    /*    #hero-section .hero-content {
        padding-top: 300px !important;
        padding-bottom: 100px !important;
        position: relative;
        z-index: 2;
    }

    .hero-text .head {
        font-size: 64px !important;
        color: var(--white-color);
        line-height: 70px !important;
        font-weight: 700 !important;
    }

    .hero-text .desc {
        font-size: 20px;
        color: var(--white-color);
        line-height: 26px;
    }*/

    #partner-section .container {
        /*        padding-top: 50px;*/
    }

    .partner-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }


    #about-us-section .container {
        padding-top: 50px;
    }

    .about-us-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }

    #services-section .container {
        padding-top: 50px;
    }


    .services-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }

    #portfolio-section .container {
        padding-top: 0;
    }

    .portfolio-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }

    #timeline-section .container {
        padding-top: 50px;
    }

    .timeline-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }

    #why-choose-us-section .container {
        padding-top: 50px;
    }

    .why-choose-us-text .head {
        font-size: 54px;
        color: white;
        line-height: 60px;
        font-weight: 700;
    }

    #users-section .container {
        padding-top: 50px;
    }

    #users-section .users-text .head {
        font-size: 54px;
        line-height: 60px;
        color: white;
        font-weight: 700;
        margin-bottom: 12px;
    }

    #contact-us-section .contact-us-text .head {
        color: var(--white-color);
        font-size: 54px;
        line-height: 60px;
        font-weight: 700;
    }

    #footer-section .container {
        padding-top: 50px;
    }

    .footer-hr {
        border-top: 2px solid var(--footer-hr-color);
        margin-top: 54px !important;
    }

    .footer-img img {
        width: 90px;
        height: 90px;
        position: absolute;
        right: 0;
        bottom: 70px;
        object-fit: contain;
    }

    #about-us-section .about-us-pattern-image {
        position: absolute;
        top: -120px;
        left: 700px;
        right: 0;
        max-width: 1000px;
        height: auto;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    #about-us-section .about-us-pattern-image {
        position: absolute;
        top: -10px;
        left: 20px;
        right: 0;
        max-width: 1000px;
        height: auto;
        z-index: 1;
    }

    .navbar {
        background: black;
    }

        .navbar .navbar-brand img {
            width: 100px;
            height: 100px;
        }

        .navbar .container .small-screen-nav-btn {
            margin-left: auto;
            transform: translateX(-10px);
        }

    /*    .hero-wrapper {
        height: 80vh;
    }

    #hero-section .hero-content {
        padding-top: 300px !important;
        padding-bottom: 100px !important;
    }

    .hero-text .head {
        font-size: 64px;
        color: var(--white-color);
        line-height: 70px;
        font-weight: 700;
    }

    .hero-text .desc {
        font-size: 20px;
        color: var(--white-color);
        line-height: 26px;
    }*/

    .partner-text .head {
        font-size: 44px;
        color: white;
        line-height: 50px;
        font-weight: 700;
    }

    .about-us-text .head {
        font-size: 44px;
        line-height: 50px;
    }

    #about-us-section .achievements-data {
        font-size: 44px;
    }

    .services-text .head {
        font-size: 44px;
        color: white;
        line-height: 50px;
        font-weight: 700;
    }

    #services-section .service-inner-text .head {
        font-size: 28px;
    }

    #services-section .service-inner-text .desc {
        font-size: 18px;
    }

    #services-section .service-details-link {
        font-size: 16px;
    }

    #portfolio-section .container {
        padding-top: 0;
    }

    .portfolio-text .head {
        font-size: 44px;
        color: white;
        line-height: 50px;
        font-weight: 700;
    }

    #timeline-section .container {
        padding-top: 50px;
    }

    .timeline-text .head {
        font-size: 44px;
        line-height: 50px;
    }

    .why-choose-us-text .head {
        font-size: 44px;
        color: white;
        line-height: 50px;
        font-weight: 700;
    }

    #why-choose-us-section .why-choose-content span {
        font-size: 24px;
    }

    #users-section .users-text .head {
        font-size: 44px;
        line-height: 50px;
        color: white;
        font-weight: 700;
    }

    #contact-us-section .contact-us-text .head {
        color: var(--white-color);
        font-size: 44px;
        line-height: 50px;
        font-weight: 700;
    }

    #footer-section .footer-links ul {
        padding-left: 0px;
    }

    .footer-img img {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: 75px;
        object-fit: contain;
    }

    .thankyou-content .thankyou-head {
        font-size: 44px;
        line-height: 50px;
    }

    .thankyou-content .thankyou-desc {
        font-size: 20px;
        line-height: 26px;
    }
}

/*  */
@media (max-width: 767px) {

    .navbar {
        padding-top: 0px !important;
    }

        .navbar .container .small-screen-nav-btn {
            margin-left: auto;
            transform: translateX(-10px);
        }

        .navbar .container {
            background: black;
        }

        .navbar .navbar-collapse {
            padding: 14px 8px;
        }

        .navbar .navbar-collapse {
            background: black;
        }

        .navbar .navbar-brand img {
            width: 80px;
            height: 80px;
            /* margin-top: -14px;
    margin-bottom: -4px; */
        }

    .sticky-navbar.scrolled .navbar-logo {
        width: 65px !important;
        height: 65px !important;
        transition: width 0.4s ease, height 0.4s ease;
    }

    .navbar .navbar-btn {
        font-size: 12px;
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
    }


    /*    .hero-wrapper {
        height: 60vh;
    }

    #hero-section .hero-content {
        padding-top: 240px !important;
        padding-bottom: 120px !important;
    }*/



    /*    #hero-section .hero-btn {
        font-size: 12px;
    }

    .hero-text .head {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .hero-text .desc {
        font-size: 16px;
        line-height: 22px;
    }*/

    #partner-section .container {
        /*        padding-top: 50px;*/
    }

    .partner-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    .partner-text .desc {
        font-size: 16px;
        line-height: 22px;
    }

    #partner-section .form-content .txt {
        font-size: 28px;
    }


    #about-us-section .container {
        padding-top: 50px;
    }

    #about-us-section .details-txt {
        font-size: 16px;
    }

    #about-us-section .about-us-btn {
        font-size: 12px;
    }

    .about-us-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    .about-us-text .desc {
        font-size: 16px;
        line-height: 22px;
    }

    #about-us-section .achievements-data {
        font-size: 32px;
    }

    #services-section .container {
        padding-top: 50px;
    }


    #services-section .services-btn {
        font-size: 12px;
    }

    #services-section .services-btn {
        color: var(--white-color);
        background-color: var(--primary-color);
        border-radius: 60px;
        padding: 10px 20px;
    }

    .services-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    .services-text .desc {
        font-size: 16px;
        line-height: 22px;
    }

    #services-section .service-inner-text .head {
        font-size: 20px;
    }

    #services-section .service-inner-text .desc {
        font-size: 14px;
    }

    #services-section .service-details-link {
        font-size: 14px;
    }

    .portfolio-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #portfolio-section .container {
        padding-top: 0px;
    }

    #portfolio-section .portfolio-inner-text .head {
        font-size: 20px;
    }

    #portfolio-section .portfolio-inner-text .desc {
        font-size: 14px;
    }

    #portfolio-section .portfolio-view-btn {
        font-size: 12px;
    }

    #portfolio-section .portfolio-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #portfolio-section .portfolio-btn {
        padding: 10px;
        font-size: 12px;
    }

    #portfolio-section .img-prod-btn {
        margin-left: 10px;
    }

    .timeline-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #timeline-section .container {
        padding-top: 50px;
    }

    #timeline-section .timeline-content span {
        font-size: 24px;
        line-height: 30px;
    }

    #timeline-section .sub-head-desc {
        font-size: 14px;
    }

    #timeline-section .timeline-content {
        padding: 30px;
    }

    #why-choose-us-section .container {
        padding-top: 50px;
    }


    .why-choose-us-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #why-choose-us-section .why-choose-content {
        padding: 40px;
    }

        #why-choose-us-section .why-choose-content span {
            font-size: 24px;
            line-height: 30px;
        }

        #why-choose-us-section .why-choose-content .desc {
            font-size: 14px;
        }

    #users-section .load-more-btn {
        font-size: 12px;
    }

    #users-section .users-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #users-section .users-text .sub-head {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    .users-content .users-info p {
        font-size: 16px;
        line-height: 22px;
    }

    .user-box .users-review {
        font-size: 14px;
        color: var(--white-color);
    }

    #blog-section .blog-head {
        font-size: 20px;
    }

    #blog-section .blog-desc {
        font-size: 14px;
    }

    #blog-section .blog-btn {
        padding: 10px 30px;
        font-size: 14px;
    }

    #blog-section .blog-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #contact-us-section .contact-us-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    #contact-us-section .contact-us-text .sub-head {
        font-size: 16px;
        line-height: 22px;
    }


    #footer-section .container {
        padding-top: 50px;
    }


    #footer-section .footer-info .head {
        color: var(--white-color);
        font-size: 32px;
        line-height: 38px;
    }

    #footer-section .footer-info .desc {
        color: var(--white-color);
        font-size: 16px;
        line-height: 22px;
    }

    #footer-section .footer-links ul {
        padding-left: 0px;
    }

        #footer-section .footer-links ul li {
            font-size: 14px;
        }

    #footer-section .footer-contacts .txt {
        font-size: 14px;
    }

    #footer-section .footer-contacts p {
        font-size: 14px;
    }

    .footer-below-text {
        font-size: 14px;
    }

    .footer-img img {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        bottom: 80px;
        object-fit: contain;
    }

    .footer-hr {
        border-top: 2px solid var(--footer-hr-color);
        margin-top: 34px !important;
    }

    .thankyou-content .thankyou-head {
        font-size: 34px;
        line-height: 40px;
    }

    .thankyou-content .thankyou-desc {
        font-size: 18px;
        line-height: 24px;
    }
}


@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {

    .footer-img img {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        bottom: 80px;
        object-fit: contain;
    }
}


@media (max-width: 575px) {
    .footer-img img {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        bottom: 80px;
        object-fit: contain;
    }
    /*    .hero-wrapper {
        height: 70vh;
    }

    #hero-section .hero-content {
        padding-top: 180px !important;
        padding-bottom: 120px !important;
    }
*/
    #footer-section .social-links img {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 320px) {
    /*    .hero-wrapper {
        height: 100vh;
    }

    #hero-section .hero-content {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
*/
    .navbar .container .small-screen-nav-btn {
        margin-left: auto;
        transform: translateX(-10px);
        padding: 10px;
        font-size: 12px;
        border-radius: 16px;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {

    /*    .hero-wrapper {
        height: 100vh;
    }*/
}




/* HERO WRAPPER */
.hero-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

/* VIDEO BACKGROUND */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

    .video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        z-index: 0;
    }

/* OVERLAY */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    z-index: 1;
}

/* HERO SECTION */
#hero-section {
    position: relative;
    z-index: 2;
    width: 100%;
}

    #hero-section .hero-content {
        padding-top: 150px;
        padding-bottom: 20px;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        /*        width: 100%;
        max-width: 700px;*/
    }

.hero-text .head {
    font-size: 64px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.hero-text .desc {
    font-size: 24px;
    color: var(--white-color);
    line-height: 30px;
    margin-top: 1rem;
    max-width: 800px;
    padding-right: 20px;
}


#hero-section .hero-btn {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 60px;
    padding: 10px 40px;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    border: none;
}

    #hero-section .hero-btn:hover {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
        border: 2px solid var(--primary-color) !important;
    }



@media (max-width: 1199px) {
    .hero-text .head {
        font-size: 64px;
        line-height: 70px;
        /*        padding-top: 100px;*/
    }

    .hero-text .desc {
        font-size: 24px;
        line-height: 30px;
        padding-right: 0;
    }

    #partner-section .container {
        padding-top: 0px;
    }
}


@media (max-width: 991px) {

    .hero-wrapper {
        padding: 22px 0px;
    }

    .hero-text .head {
        font-size: 44px;
        line-height: 50px;
    }

    .hero-text .desc {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }

    #partner-section .container {
        padding-top: 0px;
    }
}


@media (max-width: 767px) {
    .hero-wrapper {
        padding: 22px 0px;
    }


    .hero-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    .hero-text .desc {
        font-size: 16px;
        line-height: 22px;
        padding-right: 0;
    }

    #hero-section .hero-btn {
        font-size: 14px;
        ;
    }


    #partner-section .container {
        padding-top: 0px;
    }
}

@media (max-width: 576px) {

    .hero-text .head {
        font-size: 32px;
        line-height: 38px;
    }

    .hero-text .desc {
        font-size: 16px;
        line-height: 22px;
    }

    #hero-section .hero-btn {
        font-size: 13px;
    }

    #partner-section .container {
        padding-top: 0px;
    }
}
