@media (max-width: 481px){


    /* page header */

    body,html{
        overflow-x: hidden;
    }

    .page-header{
        height: auto;
        flex-direction: column;
        
    }

    

    .page-header .left-section, .page-header .right-section {
        width: 100%;
        height: auto;
    }


       .page-header .left-section{
        /* background: linear-gradient(135deg,#4E66B5 0,#E8B892 40%,#E8B892 60%,#FE9A5C 100%); */
        background: #131619;
       }

           #big_hamburger{
            display: block;
           }

    #big_hamburger div {
        
    background-color: #fff !important;
     }


     .page-header .nav-links{
        display: none;
     }

    a.logo img {
    width: 23.46vh !important;
   }

.page-header .left-section{
    padding: 0;
}


       .page-header .nav {
        padding: 3.2vh 3vh;
        /* background: #fff; */
        justify-content: space-between !important;
        position: absolute;
        width: 100%;
    }


       .page-header .content {
        padding: 5vh 4vh;
        margin-top: 0vh;
        height: 70vh;
        justify-content: center;
        gap: 1.5vh;
    }

    .content .line {
        width: 100%;
        height: 6.2vh;
        position: relative;
        overflow: hidden;
    }

    .page-header h1 {
            font-size: 3.7vh;
        font-weight: 700;
        margin-top: 2vw;
        letter-spacing: 1px;
        /* font-family: 'Archivo' !important; */
        color: #fff;
    }

           .page-header p, .page-header .btn {
        font-size: 2.2vh;
        font-weight: 300;
        color: #fff;
        padding-right: 1vh;
    }


    .page-header .buttons {
        display: flex;
        align-items: center;
        gap: 1vh;
        margin-top: 2vh;
    }


    .page-header .btn {
    padding: 0.8vh 1.5vh;
    border-radius: 2.8vh;
    font-size: 2.177vh;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5vh;
}

.page-header .search-menu{
    display: none;
}

.img_other_carousel .item img {
    /* border-radius: 20px; */
    background: #fff;
    padding: 13px;
    width: 100%;
    /* height: 60vh; */
    margin: 0px auto;
}

.img_other_carousel .item {
    /* background: red !important; */
    padding: 0vw 11vw;
    /* border: 1px solid #000; */
}

.page-header .right-section{
    /* background:#131619; */
    padding: 3vh 0vh;
}

    .img_other_carousel .owl-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 3vh;
        gap: 2vh;
    }


      .menu-container {
        position: fixed;
        top: 0;
        /* right: -100%; */
        z-index: 10000;
        width: 100%;
        height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transition: right 0.18s cubic-bezier(0.55, 0, 1, 0.45);
        box-shadow: 0 0 2vw rgba(0, 0, 0, 0.1);
        padding: 2vh 4vh;
        /* display: none; */
    }

      .side-menu {
        width: 100%;
        height: 100%;
        padding: 0vh 0vh !important;
        display: flex;
        flex-direction: column;
        border: 1px solid #000;
    }
.side-menu .logo img {
    background: #000;
    width: 13.5vh;
    margin-right: 0.5vw;
}

.side-menu .close-btn {
    font-size: 6vh;
    cursor: pointer;
    font-weight: 100;
}

.side-menu h1 {
    font-size: 4.604vh;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 400;
}

    .side-menu nav a {
        display: block;
        font-size: 2.8vh;
        color: black;
        text-decoration: none;
        padding: 1vw 0;
        border-bottom: 0.1vw solid #eee;
    }

.side-menu .info-section p {
    /* font-size: 2.2vw; */
    font-size: 2.302vh;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}


.side-menu .info-section a {
    font-size: 2.172vh;
    color: rgb(65, 65, 68);
    /* color: black; */
    text-decoration: none;
    margin-top: 0.5vh;
    display: inline-block;
    margin-bottom: 2vw;
}

    .about-container {
        display: block;
        /* flex-direction: column; */
        height: auto;
        /* height: 41.792vw; */
        padding: 0vh;
    }

.from_ast {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background-color: var(--qode-gradient-color-one); */
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    border-radius: 50%;
    font-size: 2.1vh;
}

    .about-container__heading {
        font-size: 3.342vh;
        color: #333;
        margin-bottom: 1vw;
        font-weight: 600;
        display: flex
;
        align-items: center;
        gap: 1vw;
        text-transform: capitalize;
        margin-bottom: 1vh
    }

    .about-container__tagline {
        font-size: 2.534vh;
        line-height: 29px;
        margin-bottom: 3vh;
    }

     .about-container__feature {
        /* flex: 1; */
        /* background-color: #fff; */
        /* border-radius: 1vw; */
        padding: 1.9vh;
        /* box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05); */
        width: 100%;
        height: auto;
        border-radius: 20px;
        /* position: relative; */
        /* overflow: hidden; */
        background: #f3f3f3;
    }

.about-container__feature-title {
    font-size: 3.342vh;
    margin-bottom: 0.5vh;
    font-weight: 600;



}

.about-container__feature-text {
    font-size: 2.242vh;
    color: #000;
    line-height: 1.4;
    font-weight: 300;
    /* display: none !important; */
}

.about-container__feature-icon--growth {
    background-color: #FFA726;
    width:7.906vh;
    height: 7.906vh;
    border-radius: 10px;
}
.about-container__feature-icon--revenue {
    background-color: #26D0B2;
     width: 7.906vh;
    height: 7.906vh;
     border-radius: 10px;
}

.about-container__feature-icon img {
    width: 45px;
}

       .beliveones {
        /* padding: 1vw 2vw !important; */
        font-size: 1.942vh !important;
        padding: 1.5vh 3vh !important;
        color: #fff !important;
        background: #000 !important;
        /* font-weight: 500 !important; */
        /* margin-left: 0vw !important; */
        /* background: #000 !important; */
    }

   

.beliveones .button__icon-wrapper {
    color: #fff !important;
    /* background-color:transparent !important; */
}

    .about-container__media-image {
        width: 100%;
        height: 58.047vh;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }

    .about-container__media-overlay {
    position: absolute;
    top: 4%;
    right: -5%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(155, 155, 255, 0.2), rgba(100, 100, 255, 0.6));
    border-radius: 1.5vw;
    z-index: 0;
    display: none;
}

.about-container__media-wrapper {
    margin-top: 5vh;
    width: 100%;
    border-radius: 1vw;
    overflow: hidden;
    position: relative;
}

    .about_main_section {
        padding: 11vh 4vh;
    }

.about-container{
    background: none;
}

.about-container__features {
    display: flex
;
    flex-direction: column;
    gap: 4vh;
    margin-top: 2vh;
    margin-bottom: 3vh;
}

.frost_parrts {
    font-weight: 400;
    color: #000;
}

.about-container__tagline{
    font-weight: 400;
}

.about-container__tagline br{
    display: none;

}



.splide .splide__track ul li {
    font-size: 7.8vh;
}

.splide .splide__track ul li img {
    width: 5.33vh;
    /* 6.4rem ≈ 3.33vw */
    height: 5.33vh;
}

.planned .avatar::before {
    /* content: ""; */
    /* position: absolute; */
    width: 3vh;
    height: 3vh;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    top: 2vh;
    right: 2vh;
}

    .planned .avatar {
        width: 10vh;
        height: 10vh;
    }


        .planned .hero h1 {
        font-size: 4.3vh;
        max-width: 90vh;
    }

          .planned .hero p {
        font-size: 2.134vh;
        line-height: 29px;
        margin-bottom: 3vh;
        margin-top: 1vh;
        max-width: none !important;
    }

           .planned {
    /* width: 100vw; */
    /* width: 100vw; */
    padding: 5vh 4vh;
    background: #f1f1f1;
    padding-bottom: 5vh;
    margin-top: 4vh;
}

    .planned .feature h2 {
        font-size: 4vw;
        font-size: 3.342vh;
        margin-bottom: 0.5vh;
        font-weight: 600;
    }

        .planned .feature p {
        font-size: 3vw;
        font-size: 2.242vh;
        color: #000;
        line-height: 1.4;
        font-weight: 300;
        /* text-align: center; */
    }

    .planned .hero h1 {
    /* font-size: 4.432vw; */
    /* font-weight: bold; */
    line-height: 1.4;
    /* margin-bottom: 2vh; */
    /* max-width: 60vw; */
}

    .planned .feature {
        /* width: 28vw; */
        height: auto;
        /* padding: 2vw; */
        /* border: 1px solid rgba(0, 0, 0, 0.1); */
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        padding: 3vh 0vh;
        background: none;
        border-radius: 20px;
                /* display: flex; */
        /* flex-direction: column; */
        /* align-items: center; */
        border: none;
    }

        .planned .features {
        flex-direction: column;
        width: 100%;
        gap: 3vh;
    }
    .feature img {
    width: 71px;
    margin-bottom: 2vw;
}

.headding_forr h2 {
        font-size: 3.342vh;
        color: var(--qode-gradient-color-one);
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 1vw;
        gap: 1vh;
        text-transform: capitalize;
        font-weight: 600;
    }

    .planned .hero h1 {
    /* font-size: 4.432vw; */
    /* font-weight: bold; */
    /* line-height: 1.1; */
    margin-bottom: 1vh;
    /* max-width: 60vw; */
}


    

    .project_main h3 {
    font-size: 2.3vh;
    line-height: 30px;
    color: #000;
    font-weight: 300 !important;
    margin-bottom: -1vw;
    font-weight: bold;
    text-transform: capitalize;
    /* display: none; */
}

     .project_main h3 br{
        display: none;
     }

     .project_main_box {
    display: grid
;
    grid-template-columns: auto;
    column-gap: 42px;
    row-gap: 40px;
    margin-top: 4vh;
}

    .box_proj h2 {
        font-size: 3.342vh;
        font-weight: 500;
    }

    .project_main_box a span {
    display: block;
    font-size: 2.293vh;
    font-weight: 400;
    color: #321D1D;
    line-height: 26px;
}

    .loveones {
        text-transform: uppercase;
        letter-spacing: 2px !important;
        /* display: inline-block !important; */
        margin: 0px auto !important;
        padding: 1.2vh 3.5vh !important;
        margin-top: 2vh !important;
    }


       .libralls .header h1 {
        font-size: 3.9vh;
        font-weight: bold;
        margin-bottom: 1vw;
    }


.libralls .header h1 br{
    display: none;

}

.libralls {
    /* width: 80vw; */
    margin: 0 auto;
    padding: 3vh 4vh;
    padding-bottom: 4vw;
}

    .page-header .left-section, .page-header .right-section {
        width: 100%;
        height: 100vh;
    }

     .page-header .left-section{
        background:linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 70%)), url(/assets/Images/source.webp);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        /* background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);; */
        /* background: #000; */
     }

            .img_other_carousel .owl-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 4vh;
        gap: 2vh;
    }

    .project_main {
    padding: 8vh 4vh;
    padding-top: 5vw;
    background: #fff;
}

.libralls .header p {
    font-size: 2.1vh;
    margin: 0 auto;
    line-height: 1.5;
    max-width: max-content;
}

    .loveones {
        text-transform: uppercase;
        letter-spacing: 2px !important;
        /* display: inline-block !important; */
        margin: 0px auto !important;
        padding: 2.1vh 3.5vh !important;
        margin-top: 2vh !important;
    }

        .libralls .header p {
        font-size: 2.1vh;
        margin: 0 auto;
        line-height: 1.5;
        max-width: max-content;
        margin-top: 2vh;
    }

    .about-container__tagline {
        font-size: 2.534vh;
        line-height: 31px;
        margin-top: 2vh;
        margin-bottom: 3vh;
    }

    .libralls .service-item {
    /* transition: all 0.3s ease; */
    /* text-decoration: none; */
    flex-direction: column;
}

    .libralls .service-number {
        width: 100%;
        font-weight: 600;
        font-size: 3.953vh;
        position: relative;
        z-index: 10;
        color: #000;
        padding-top: 20px;
    }



.libralls .service-title br{
    display: none;
}

.libralls .service-description p {
    margin-bottom: 1vh;
    font-size: 1.172vh;
    color: #555;
    line-height: 18px;
}

.libralls .service-description {
    width: 100%;

}

      .libralls .service-title {
        width: 100% !important;
        font-weight: bold;
        font-size: 3.344vh;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        color: #000;
    }


    .libralls .service-description p {
        margin-bottom: 2vh;
        margin-top: 1vh;
        font-size: 2.172vh;
        color: #555;
        line-height: 25px;
    }

    .libralls .service-list li {
    position: relative;
    padding-left: 2vh;
    margin-bottom: 0.5vw;
    font-size: 2.172vh;
    font-weight: 500;
    color: #000;
}

.libralls .service-icon {
    width: 7vh;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    margin-top: 2vh;
}
.libralls .service-icon img {
    

    width: 4vh;
    height: 4vh;
    object-fit: cover;
    transform: rotate(-45deg);
}

    .libralls .service-item {
        /* transition: all 0.3s ease; */
        /* text-decoration: none; */
        flex-direction: column;
        padding: 4vh 0vh;
    }

     

    .givaa .cta-section h1 {
        font-size: 5vh;
    }

    .givaa .cta-section h2 {
        font-size: 2.5vh;
    }

       .givaa .cta-section p {
        margin-top: 2vh;
        font-size: 2.1vh;
        line-height: 30px;
        max-width: 100%;
        /* text-align: justify; */
    }

    .givaa .cta-section p br{
        display: none;
    }

    .givaa .cta-button {
        padding: 2vh 4vh;
        font-size: 2vh;
    }

    .givaa .cta-section {

    padding: 3vh 4vh;
}

   
        .givaa {
        height: 40vh;
    }


     .givaa p{
        display: none;
     }

    .stats-container {
         display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        width: 100%;
        margin: 5vh auto;
        /* max-width: 1200px; */
        margin-top: -10vh;
}

.stats-container .number {
    font-size: 20vh;
    font-weight: bold;
    color: #333;
    opacity: 0.1;
}

.stats-container .label {
    font-size: 4.5vh;
    color: #333;
    font-weight: 600;
    /* margin-top: 1vw; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.stat-item::after{
    display: none;
}

.rfft img{
    width: 8vh;
}

    .testimonial-section .feedback-label {
        font-size: 2.5vh;
    }

    .rfft {
    display: flex;
    align-items: center;
    gap: 1vh;
    margin-top: 0;
}


    .testimonial-section .testimonial-section {
        flex-direction: column;
    }

    .testimonial-section .description{
        margin-bottom: 2vh;
        margin-top: 1vh;
        font-size: 2.172vh;
        color: #555;
        line-height: 25px;
        max-width: 99% !important;
        text-align: left;
    }

       .testimonial-section h1 {
        font-size: 3.142vw;
        font-weight: bold;
        color: #111;
        margin-bottom: 2vw;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 4.32vh !important;
        font-weight: bold;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

            

    .testimonial-section .trustpilot {
        display: flex;
        align-items: center;
        background-color: #f0f8f0;
        padding: 1vh 2vh;
        border-radius: 6px;
        width: fit-content;
    }

    .testimonial-section .testimonial-text,
    .description {
        font-size: 4vw;
        max-width: 100%;
    }

    .testimonial-section .client-name {
        font-size: 5vw;
    }

    .testimonial-section .client-position {
        font-size: 3.5vw;
    }

    .testimonial-section .profile-icon {
        width: 8vw;
        height: 8vw;
    }

   

      .testimonial-section .rating {
        font-size: 2.5vh;
    }

        .testimonial-section .testimonial-carousel .item {
        padding: 4vh 1vh;
        margin-top: 2vh;
        background-color: #fafafa;
        border-radius: 10px;
        position: relative;
    }

        .testimonial-section .testimonial-text, .description {
        font-size: 2.5vh;
        max-width: 100%;
        text-align: center;
    }

        .testimonial-section .custom-nav-btn {
        width: 6vh;
        height: 6vh;
    }

        .testimonial-section .client-name {
        font-size: 3vh;
    }


        .testimonial-section .client-position {
        font-size: 2.5vh;
    }

    .testimonial-section .custom-nav-btn svg {
        width: 2.5vh;
        height: 2.5vh;
    }
    .testimonial-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 5vh 4vh;
}
    .testimonial-section .review-count {
        font-size: 1.8vh;
    }

    .testimonial-section .quote{
        font-size: 3vh !important;
    }

    .testimonial-section .quote {
    font-size: 5vw;
    color: #111;
    width: 70px;
    /* position: absolute; */
    top: 2vw;
    right: 2vw;
    margin: 0px auto;
}

    .libralls .header h1 {
        font-size: 3.9vh;
        font-weight: bold;
        margin-bottom: 1vw;
    }
.faq-section h2 {
    font-size: 3.9vh;
    text-align: center;
}

.fq_Cmd {
    font-size: 2.134vh;
    max-width: 73vh;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    margin-top: 1vh;
     margin-bottom: 2vh;   
}



.full_grds {
    display: block;
    grid-template-columns: auto auto;
    gap: 2vw;
}


.faq-question {
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        font-size: 2.1vh;
        font-weight: 600;
        padding: 1vh 2vh;
        cursor: pointer;
        outline: none;
        transition: color 0.2s;
    }

.faq-answer p {
    line-height: 30px;
    color: #fff;
    background: #000;
    padding: 1vh 2vh;
}

    .faq-answer p {
        line-height: 23px;
        color: #fff;
        background: #000;
        padding: 1vh 2vh;
        font-size: 1.9vh;
    }

.faq-icon {
    font-size: 3.5vh;
    margin-left: 1vw;
    transition: transform 0.3s;
    color: var(--qode-gradient-color-one, #007bff);
    font-weight: 300;
    display: inline-block;
}

    .faq-item {
        margin: 0px auto;
        margin-top: 3vw;
        margin-bottom: -2vw;
        /* border: 1px solid #100d0d; */
        width: 100%;
        padding: 0vw 0vw;
        background: #e9e7e7;
        margin-bottom: 3vh;
    }

    .faq-section {
    margin: 4vw auto;
    padding: 2vw 4vh;
    padding-top: 0vw !important;
    padding-top: 0;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); */
}

.blog-reference .header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5vh;
}

.blog-reference .header-text {
    width: 92%;
    font-size: 3.3vh;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}
    .blog-reference .header-button {
        font-size: 2vh;
        padding: 1.5vh 2vh;
        margin-top: 2vh;
    }

    .blog-reference .article-image {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }

    .blog-reference .article-category, .blog-reference .article-link {
        font-size: 2vh;
    }

        .blog-reference .article-title {
        font-size: 3.2vh;
        font-weight: 600;
    }

    .blog-reference .article-category, .blog-reference .article-link {
        font-size: 1.9vh;
        margin-top: 1vh;
    }

    .blog-reference .article-link svg {
    margin-left: 0.5vw;
    width: 3vh;
    height: 2vh;
}

.blog_themess .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 4vw;
    gap: 1vh;
    /* display: none !important; */
}

    .focus_workk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        padding: 7vh 0vh;
        height: auto;
        padding-bottom: 0vw;
        /* margin-top: -0vh; */
    }

    .focus_workk .left-section {
    width: 100%;
    position: relative;
}

.focus_workk .right-section h1 {
    font-size: 3.2vh;
    color: #000;
    margin-bottom: -0.5vw;
}

.focus_workk .right-section {
    width: 100%;
    background: #fff;
    padding: 4vw 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
}

.focus_workk .right-section h2 {
    color: #000;
    font-size: 3.385vh;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.focus_workk .right-section form label {
        color: #fff;
        font-size: 1.911vh;
        margin-bottom: 0.5vh;
    }



    .make_bo {
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
        gap: 3vh;
        margin-top: 4vh;
    }

.rtvr_boxxx {
    display: flex
;
    flex-direction: column;
    flex-direction: column-reverse;
    /* align-items: end; */
    justify-content: start;
    gap: 2vw;
    align-items: flex-start;
    border-radius: 40px;
}

.focus_workk .right-section form button {
    padding: 15px 28px;
    border-radius: 1px;
    border: none;
    cursor: pointer;
    background: #000;
    color: #fff;
    display: inline-block;
    /* width: 100%; */
    display: flex
;
    align-items: center;
    gap: 1vh;
    border-radius: 40px;
}

    .rtvr_boxxx {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        /* align-items: end; */
        justify-content: start;
        gap: 3vh;
        align-items: flex-start;
        border-radius: 40px;
        margin-top: 2vh;
    }

    .focus_workk .right-section{
        width: 100%;
        background: #fff;
        padding: 4vh4vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 0px 0px 0px 0px;
    }
        .focus_workk .right-section form button {
        padding: 12px 21px;
        
        /* width: 100%; */
        display: flex;
        align-items: center;
        gap: 1vh;
        border-radius: 40px;
    }

        .focus_workk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        padding: 7vh 0vh;
        height: auto;
        padding-bottom: 7vh;
        /* margin-top: -0vh; */
    }

    .footer {
    background-color: #000;
    color: white;
    padding: 40px 4vh;
    padding-top: 6vw;
}


    .footer .container {
        flex-direction: column;
        text-align:left;
    
}

.footer .footer-section h3 {
    font-size: 3.2vh;
    margin-bottom: 15px;
}

.footer .footer-section p, .footer .footer-section a {
    font-size: 2.1vh;
    color: #bbb;
    text-decoration: none;
}

.footer .footer-section ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 2.1vh;
}

.footer .footer-bottom {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #fff;
    width: 90%;
    margin: 0px auto;
    padding-top: 2vw;
}

.footer-bottom p {
    text-align: center;
    padding: 0vh 1vh;
}

.footer .newsletter button {
    background-color: #FE9A5C;
    border: none;
    color: #000;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 2.3vh;
}

.small_Sppt h1 {
        font-weight: 300 !important;
        font-size: 2.7vh !important;
        letter-spacing: 2px !important;
        margin-left: 5vh;
        margin-bottom: 1vh;
    }


.small_Sppt {
    display: flex;
    align-items: center;
    position: relative;
}
    .random_wash {
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
    }


.small_Sppt {
    display: flex;
    align-items:center;
    gap: 1.5vh;
}

            .page-header .content {
        padding: 5vh 4vh;
        margin-top: 5vh;
        height: 89vh;
        justify-content: center;
        gap: 1.5vh;
    }
     


    header .right-section{
        display: none;

    }


    .page-header .logo{
        background: none;
    }


        .project_main {
        padding: 8vh 4vh;
        padding-top: 8vh;
        background: #fff;
    }


    .side-menu .expand-icon {
    float: right;
    font-weight: 300;
    }

        .side-menu nav a {
        display: block;
        font-size: 2.8vh;
        color: black;
        text-decoration: none;
        padding: 1vh 0;
        border-bottom: 0.1vw solid #eee;
    }

    .side-menu .social-icons {
    margin-top: 0vw;
    display: flex;
    gap: 3vh;
}

.info-section h2 {
    font-size: 2.502vh;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 2vh;
}

    .side-menu .info-section a {
    font-size: 3.172vh;
    color: rgb(65, 65, 68);
        /* color: black; */
        text-decoration: none;
        margin-top: 0.5vh;
        display: inline-block;
        margin-bottom: 2vw;
    }




      .givaa .cta-section h1 {
        font-size: 4vh;
        margin-top: -21vh;
    }


    .faq-section h2 {
        font-size: 3.2vh;
        text-align: center;
    }

        .about-container__media-wrapper{
        width: 100%;
        height: 58.047vh;
        object-fit: cover;
        border-radius: 20px;
        /* display: block; */
    }


    .header_nav nav {
    gap: 5vw;
    /* display: flex; */
    display: none !important; 
    }

    #contact-btns{
        display: none;
    }


      .loggs img {
        width: 23.464vh;
    }


header.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1.2vh 3vh;
    width: 100%;
    /* border-bottom: 1px solid #857f7f; */
    /* width: 90vw; */
    margin: 0px auto;
}

    .main_boxx_abbts {
        min-height: 54vh;
    }


.main_boxx_abbts .main_Character h1 {
    font-size: 4.167vh;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.main_boxx_abbts .main_Character h4 {
    display: flex;
    gap: 0.5vh;
    justify-content: center;
    margin-top: 1.1vh;
    color: #fff;
}

.main_boxx_abbts .main_Character h4 i {
    transform: rotate(87deg);
    margin-right: 0.923vh;
}

    .head_part h1 {
        font-size: 41px;
        width: 89vw;
        line-height: 50px;
        margin-top: 5vh;
        font-weight: 600;
    }


.head_part h1 br{
    display: none;
}

.head_part {
    display: flex
;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.head_part img{
    display: none;
}


.about-main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* height: 100vh; */
    /* padding: 5vw; */
    /* gap: 5vw; */
    padding-top: 8vw;
}

.about-main-box .image-container {
    position: relative;
    width: 100%;
    height: 50vw;
    /* border: 1px solid; */
    display: flex;
    justify-content: end;
}

    .about-main-box .text-content {
        width: 100%;
        padding-left: 4vh;
        padding-top: 3vh;
    }
    .text-content small{
        font-size: 1.332vh;
        color: #000;
        font-weight: 600;
    }

    .about-main-box .text-content h1 {
        font-size: 3.9vh;
        font-weight: 600;
        margin-bottom: 1vh;
        margin-top: 0.5vw;
        line-height: 39px;
    }


    .about-main-box .text-content p {
        font-size: 1.507vh;
        line-height: 24px;
        color: #666;
        margin-bottom: 1.5vh;
        margin-top: 1vh;
    }

.about-main-box .text-content li {
    font-size: 1.8vh;
    margin-bottom: 1vh;
}


.classic_World {
    font-size: 1.7vh !important;
    background: #000 !important;
    color: #fff !important;
}

.classic_World .button__icon-wrapper{
    background: #000 !important;
    color: #fff !important;
}

.services-container {
    /* width: 80vw; */
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5vw 7vw;
    padding-top: 13vw;
}




.services-container .text-section {
    width: 100%;
}
      

.services-container .services {
    width: 100%;
}

.services-container .service-content h3 {
    font-size: 2.214vh;
    margin: 0;
}

    .services-container .service-content p {
        font-size: 1.507vh;
        line-height: 22px;
        color: #666;
        margin: 0;
        margin-top: 0vh;
    }

    
.services-container .service-item {
    display: flex;
    align-items: flex-start;
    gap: 2vw;
    margin-bottom: 2vh;
}

.services-container .icon {
    width: 4.185vh;
    height: 4.185vh;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vh;
    margin-right: 1vh;
}


.service-item .icon img {
    width: 29px;
}


    .services-container .services {
        width: 100%;
        margin-top: 2vh;
    }

.consulting-container .project {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-bottom: 3vh;
    align-items: center;
}


.consulting-container .project img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5vw;
}

.consulting-container .project-content {
    width: 100%;
}

.consulting-container .project-content small{
    font-size: 1.332vh !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.consulting-container .project-content h3{

    font-size: 3.6vh;
    font-weight: 600;
    margin-bottom: 1vh;
    margin-top: 0.5vw;
    line-height: 39px;

}

.consulting-container .project-content p {
    font-size: 1.5vh;
    color: #ccc;
    line-height: 28px;
}


.consulting-container .project-content a {
    display: inline-block;
    font-size: 1.5vh;
    color: #fff;
    text-decoration: none;
    margin-top: 1vh;
    display: flex;
    gap: 1vh;
    align-items: center;
}

.consulting-container .project img {
    width: 100%;
    height: 24vh;
    object-fit: cover;
    border-radius: 13px;
}

.services-container .text-section h2 {
            font-size: 3.9vh;
        font-weight: 600;
        margin-bottom: 1vh;
        margin-top: 0.5vw;
        line-height: 39px;
}


.services-container small{
font-size: 1.332vh;
        color: #000;
        font-weight: 600;
}

    
.train_make_rebel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.train_make_rebel h1 {
    font-size: 5vh;
    font-weight: 400;
}

.train_make_rebel h1 br{
    display: none;
}

.train_make_rebel p {

        font-size: 1.972vh;
        margin-top: 2vh;
        color: #555;
        line-height: 25px;
    
}

.train_make_rebel br {
   
    display: none;
    }



.flexx_lap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2vh;
    margin-top: 4vh
;
}

.ftts_rs {
    width: 100%;
}

.ftts_rs h3 {
    font-size: 1.953vh;
}

.contact-list li a {
    display: inline-block;
    position: relative;
    margin-bottom: 1vh;
    font-size: 2.3vh;
}

.ftts_rs h3 br{
    display: none;
}

    .fromm {
        margin-top: 2vh;
        width: 100%;
        margin-bottom: 3vh;
    }

.fromm div{
    flex-direction: column;
}

.fromm div {
    gap: 0vw;
}

    .fromm div input {
        width: 100%;
        padding: 1vh;
        /* border-radius: 0.5vw; */
        border: none;
        border-bottom: 1px solid #191717;
        margin-bottom: 4vh;
        padding-left: 0;
    }

.close_btn{
    padding: 1.2667vh 1.9vh;
    border-radius: 30px 30px 30px 30px;
    border: 1.2px solid #000;
    position: relative;
    overflow: hidden;
    background-color: #000;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 1.1333vh;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #fff;
    cursor: pointer;
}


.big_Solld {
    display: flex;
    flex-direction: column;
    /* flex-direction: row-reverse; */
    align-items: flex-start;
    padding: 2vh 6vh;
    padding-top: 4vh;
    gap: 4vh;
}

.big_Solld .lfft-fro {
    width: 100%;
}
    .big_Solld {
        display: flex
;
        flex-direction: column-reverse !important;
        /* flex-direction: row-reverse; */
        align-items: flex-start;
        padding: 2vh 4vh;
        padding-top: 4vh;
        gap: 4vh;
    }

    
    .box_from_srv ul li a{
        text-decoration: none;
        color: #000;
        font-size: 1.472vh;
        padding: 1.2vh 1vh;
        /* border: 1px solid; */
        display: inline-block;
        width: 100%;
        /* background: #fff; */
        margin-bottom: 1vw;
        border-radius: 0.8vw;
        display: flex;
        justify-content: space-between;
    }
     .big_Solld .lfft-fro ul{
    background: rgb(246, 244, 249);
    padding: 1vh;
    border-radius: 16px;
    margin-bottom: 3vh;
    }

    .rght_bg {
    width: 100%;
    }

    .img_was_form {
    height: 45vh;
    /* border-radius: 30px; */
}

.img_was_form img

 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.web_para_From p
 {
    font-size: 1.572vh;
    color: #000;
    line-height: 28px;
    margin-bottom: 2vw;
}

.web_divver h1 {
    font-size: 2.172vh;
    /* color: var(--qode-gradient-color-one); */
    position: relative;
    margin-left: 0vw;
    margin-bottom: 1vh;
    padding-top: 10px;
}

.web_divver
 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1vw 0vw;
}

.web_divver h1 br{
    display: none;
}

    .point_form{
        display: flex;
        align-items: center;
        gap: 0.5vh;
        font-size: 1.272vh;
    }
.points_form {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 3vh;
    row-gap: 1vh;
    align-items: center;
    margin-top: 1vh;
}
.black_para h3 {
    font-size: 1.972vh;
    margin-top: 1vh;
}
.black_para ul li {
    font-size: 1.572vh;
    color: #555;
    line-height: 29px;
    margin-bottom: 1vh;
}

.web_des_process p{
  font-size: 1.572vh;
        color: #000;
        line-height: 28px;
        margin-bottom: 2vw;
}
      .web_des_process h3{
    font-size: 2.172vh;
}

.web_des_process ol li {
    font-size: 1.172vh;
    color: #000;
    line-height: 29px;
    margin-bottom: 1vh;
}

.web_des_process ol {
    list-style: none;
    display: grid
;
    grid-template-columns: auto;
    column-gap: 3vw;
}
.web_des_process ol li{
font-size: 1.572vh !important;
        color: #555;
        line-height: 29px;
        margin-bottom: 1vh;

}
  .black_para p {
    margin-top: 1vh;
    font-size: 1.372vh;
    color: #000;
    line-height: 25px;
    margin-bottom: 1vh;
  }


  .big-screen-nav{
    display: block;
  }

  .menu-container .close-btn {
    font-size: 6vh;
    cursor: pointer;
    font-weight: 200;
}

.menu-container h1 {
    font-size: 3.604vh;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 400;
}

.menu-container nav a {
    display: block;
    font-size: 2.5vh;
    color: black;
    text-decoration: none;
    padding: 1vw 0;
    border-bottom: 0.1vw solid #eee;
}

.menu-container .info-section p {
    /* font-size: 2.2vw
9.4688px
; */
    font-size: 2.302vh;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

    .menu-container .social-icons a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4vh;
        height: 4vh;
        margin-right: 1vh;
        border: 0.1vw solid #ccc;
        border-radius: 50%;
        text-align: center;
        line-height: 5vw;
        font-size: 1.8vh;
        color: black;
        text-decoration: none;
    }


    .menu-container nav a {
        display: block;
        font-size: 2.5vh;
        color: black;
        text-decoration: none;
        padding: 1vh 0;
        border-bottom: 0.1vw solid #eee;
    }

  /* Update the CSS for the dropdown box */
  .dropdown_box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
  }

  .dropdown_box.show {
    max-height: 500px; /* Adjust this value based on your content */
  }



   .services-link.no-border {
    border-bottom: none !important;
  }


  .project_main_box a p {
    font-size: 1.172vw;
    color: #321D1D;
    line-height: 33px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 11px;
}

#project-might-box {
    display: grid
;
    grid-template-columns: auto;
    column-gap: 1vw;
    row-gap: 4vw;
}

    div#project-might-box h2 {
        font-size: 1.9vh;
        margin-top: 1vw;
    }

div#project-might-box span {
    font-size: 2.1vh;
}

.hamburger_box div {
    height: 2px;
    width: 40px;
    background-color: #000;
    display: block;
    margin: 6px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.services-section {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    padding: 5vw;
    position: relative;
}

.small-heading {
    font-size: 1vh;
    letter-spacing: 0.1vw;
    font-weight: bold;
    color: #555;
}

.main-heading {
    font-size: 2.5vh;
    font-weight: bold;
    margin-top: 1vw;
}

.service-box {
    padding: 2vh 0vh;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 2vh;
    border-bottom: 1px solid #d2d2d2;
}

.left-panel {
    width: 100%;
    transition: position 0.3s ease;
}

.service-box h2 {
    font-size: 1.4vh;
    font-weight: bold;
    margin-bottom: 0.5vw;
    flex: 2;
    display: flex;
}

.right-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.service-box p {
    flex: 2;
    font-size: 1vh;
    color: #555;
}

.right-panel .arrow {
    font-size: 1.5vh;
    background: #f3f3f3;
    border-radius: 50%;
    width: 3vh;
    height: 3vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #222;
    cursor: pointer;
    transform: rotate(-45deg);
}

.main_boxx_abbts .main_Character {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    margin-top: 5vh;
}

    .random_wash {
        background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .libralls .header {
    text-align: center;
    margin-top: 6vh;
}

.two-on{
    display: block;
}

.one-on{
    display: none;
}



            .phto_marque img {
                margin-right: 10px; /* Smaller spacing on mobile */
            }
        

             .phto_marque img {
            /* display: inline-block; */
            /* margin-right: 20px; Adjust spacing between images */
            width: 40vh;
            /* margin-top: 5vw; */
        }


        .curtain-wrapper img{
            height: auto !important;
        }

        div#project-might-box a {
    color: #000;
    text-decoration: none;
    margin-bottom: 2vh;
}

.cta-section #formss .button__icon-wrapper{
    color: #000 !important;
}


.wrap_blog {
    padding: 1vw 4vw;
    display: flex
;
    flex-direction: column;
    gap: 2vw;
    margin-top: 10vw;
}

.wrap_blog .main {
    /* width: 70vw; */
    /* padding: 2vw; */
    width: 100%;
    padding: 0vw;
}

.wrap_blog .meta {
    font-size: 1vh;
    margin-top: 1vh;
    color: #555;
}

.wrap_blog h1 {
    font-size: 2.5vh;
    margin: 1vh 0;
    margin-bottom: 4px;
}
     .wrap_blog p {
        font-size: 1.2vh;
        line-height: 1.8;
        color: #444;
        margin-bottom: 1vh;
    }

.glog-wox span {
    font-size: 1.5vh;
}

.glog-wox img {
    width: 5vh;
}

.wrap_blog .main br {
    display: none;
}

.photo_boxxxess {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

    .photo_boxxxess img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 13px;
    }

     .form_leavew form input {
        padding: 1vh 0vh;
        padding-left: 3px;
        border: navajowhite;
        border-bottom: 1px solid #000;
        /* border: navajowhite; */
        margin-bottom: 1vh;
    }

    .form_leavew form button {
    width: fit-content;
    padding: 0.9vh 2vh;
    margin-top: 2vh;
    border-radius: 40px;
    border: none;
    background: #000;
    color: #fff;
}

.wrap_blog .sidebar h3 {
    font-size: 1.3vh;
    margin-bottom: 1vh;
}

.wrap_blog .category-tags a, .wrap_blog .tags a {
    display: inline-block;
    margin: 0.3vh;
    padding: 0.5vh 1vh;
    background-color: #eee;
    font-size: 0.9vh;
    border-radius: 1vh;
    text-decoration: none;
    color: #333;
}

.wrap_blog .read-item {
    display: flex;
    gap: 1vh;
    margin-bottom: 1.5vh;
}


.wrap_blog .read-item img {
    width: 4vh;
    height: 4vh;
    object-fit: cover;
    border-radius: 0.5vh;
}


.similar_Watch{

    display: block !important;

}

.btn_areaa{
 
    display: flex;
    justify-content: space-between;
}


.outer_gauge .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid black;
    padding: 20px;
    z-index: 1001;
    padding: 3vh;
    width: 34vh;
}

.outer_gauge p br {
    display: none;
}

.outer_gauge .popup form input {
    padding: 12px 20px;
    margin-bottom: 0.5vw;
    width: 100%;
    border-radius: 26px;
    outline: none;
    border: 1px solid #000;
    margin-top: 1vh;
}

.outer_gauge p {
    margin-top: 2vh;
    text-align: left;
    color: #6a6666;
}

.outer_gauge .popup form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vh;
    margin-top: 1vh;
}

.outer_gauge .popup form button {
    padding: 10px;
    width: 100%;
    background: #000;
    color: #ffff;
    border: none;
    border-radius: 26px;
    margin-top: 1vh;
}
.page-header h1 {
        font-size: 3.6vh;
        font-weight: 700;
        margin-top: 1vh;
        letter-spacing: 1px;
        /* font-family: 'Archivo' !important; */
        color: #fff;
    }


}



