.vr_wrapper {
    background-color: var(--green-color);
    padding: 10px 0;
}

.custom-marquee {
    overflow-x: hidden;
}

.track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}
.heder_btn a{
    display:flex;
    align-items: center;
    gap: 5px;
}
.heder_btn a i{
    font-size:25px;
}
.form_poppup{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(4px);
    width:100%;
    height: 100%;
    display:none;
    z-index:999;
}
.form_poppup.form_poppup__active{
    display:block;
}

.form_poppup__modal{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.form_poppup__modal .modal_form{
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    border-radius: 10px;
    position: relative;
}
.form_poppup__modal .modal_form .cancel_form{
    position: absolute;
    right: 10px;
    top: 20px;
    max-width: max-content;
}
.form_poppup__modal .modal_form .cancel_form i{
        height: 40px;
    width: 40px;
    background: var(--green-color);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20%);
    }
}

.vr_wrapper span {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    margin-left: 10px !important;
    /* background: -webkit-linear-gradient(-90deg, #BB5617, #210754);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-shadow: 0 0 0.25rem rgba(0, 0, 0, .15);

}


.topNav p {
    color: var(--white-color);
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.myNav {
    border-bottom: 1px solid #ccc;
}

.menu ul li a {
    text-transform: capitalize;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
}

.menu ul {
    display: flex;
    gap: 2rem;
}

.logo img {
    width: 210px;
}

/* banner_wrapper */
.banner_wrapper {
    /* background-image: url('../images/banner.png'); */
    /* background-color: var(--main-color); */
    background: linear-gradient(-350deg, rgba(0, 0, 0, .564), rgba(0, 0, 0, .64)), url('../images/banner2.png');
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(4px);
    padding: 70px 0;
    background-repeat: no-repeat;
}

.banner_left h1 {
    font-size: 47px;
    line-height: 1.4;
    color: var(--white-color);
    font-weight: 600;
}

.banner_left h1 span {
    color: var(--green-color);
    font-weight: 700;
}

.banner_left p {
    font-size: 18px;
    line-height: 1.86;
    margin-top: 20px;
    color: var(--white-color);
}

.banner_points {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.banner_points h6 {
    display: flex;
    font-size: 21px;
    gap: 6px;
    color: var(--white-color);
}

.banner_points h6 i {
    color: var(--green-color);
    font-size: 24px;
}

.banner_review {
    display: flex;
    margin-top: 1rem;
    gap: 14px;
}

.banner_review__box img {
    width: 120px;
}

.banner_left .myBtn button {
    background-color: var(--green-color);
    color: var(--white-color);
}

.myBtn {
    margin-top: 2rem;
}

.banner_form {
    background-color: var(--white-color);
    padding: 2rem;
    border-radius: 10px;
}

.banner_form h6, .form_poppup__modal .modal_form h6 {
    font-size: 20px;
    /* max-width: 350px; */
    margin: 0 auto;
    margin-bottom: 2rem !important;
    /* color: var(--black-color); */
    text-align: center;
    font-weight: 600;
    line-height: 1.46;
    color: var(--main-color);
}

.banner_form h6 span, .form_poppup__modal .modal_form h6 span {
    color: var(--green-color);
}

.form_input input::placeholder,
.form_input textarea::placeholder {
    color: var(--black-color);
}

.form_input input,
.form_input textarea,
.form_input .form-select {
    width: 100%;
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid #ccc !important;
    outline: none !important;
    color: var(--black-color);
    box-shadow: none !important;
}

/* grid_wrapper__content */
.global_wrapper {
    padding: 80px 0;
}

.grid_wrapper__content {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    background-color: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.grid_box {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2rem;
    text-align: center;
}

.grid_box i {
    color: var(--white-color);
    font-size: 36px;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--main-color);
}

.grid_box h3 {
    font-size: 24px;
    margin-top: 2rem;
}

/* about_wrapper */
.about_wrapper {
    border-top: 1px solid #ccc;
}

.about_left h3 {
    font-size: 46px;
    color: var(--green-color);
    font-weight: 600;
    max-width: 450px;
    line-height: 1.3;
}

.about_left p {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.8;
}

.about_grid {
    padding-left: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about_grid__box {
    padding: 60px 10px;
    text-align: center;
    transition: .3s ease;
}

.about_grid__box h6 {
    font-weight: 600;
    font-size: 36px;
    /* color: var(--black-color); */
}

.about_grid__box p {
    margin-top: 20px;
    font-size: 19px;
}


.box_bg {
    background-color: whitesmoke;
}

.about_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_grid__box:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease;
}

/* work */
.main_heading {
    text-align: center;
}

.main_heading h2 {
    font-size: 44px;
    color: var(--main-color);
    font-weight: 600;
    text-transform: capitalize;
}

.main_heading h2 span {
    color: var(--green-color);
}

.main_heading p {
    max-width: 800px;
    margin-top: 12px !important;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
}

.global_content {
    margin-top: 3rem;
}

/* .work_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
} */

.work_grid__box img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* why_box */
.why_box {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    padding: 2rem;
    color: var(--white-color);
    height: 94%;
    transition: .3s ease-in;
    cursor: pointer;
    margin-bottom: 30px;
}

.why_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 5px rgba(0, 0, 0, .5);
    transition: .3s ease-in;
}

.why_box h3 {
    margin-top: 1rem;
    font-size: 22px;
}

.why_box p {
    font-size: 16px;
    margin-top: 1rem;
    line-height: 30px;
}

.why_box i {
    background-color: var(--white-color);
    color: var(--main-color);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

/* testimonial_grid */
.testimonial_wrapper {
    background-color: whitesmoke;
}

.testimonial_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial_box {
    background-color: var(--white-color);
    padding: 20px;
    transition: .3s ease-in;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.testimonial_box:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease-in;
    transform: translateY(-7px);
}

.testimonial_box:hover span {
    color: var(--white-color);
}

.testimonial_box p {
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.name {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name span {
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-style: italic;
    color: var(--main-color);
}

.rating {
    display: flex;
    gap: 2px;
    align-items: center;
}

.rating i {
    color: gold;
}

/* yt_video */
.yt_video {
    border-bottom: 1px solid #ccc;
}

.yt_video_box iframe {
    width: 100%;
    /* height: 100%; */
}

.yt_content h2 {
    font-size: 32px;
    color: var(--main-color);
    font-weight: 600;
}

.yt_content h2 span {
    color: var(--green-color);
}

.yt_content,
.yt_video_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.yt_content {
    padding-left: 3rem;
}

.yt_content p {
    font-size: 15px;
    margin-top: 1rem;
    line-height: 26px;
}

/* faq */
.faq_box {
    box-shadow: 0 0px 2px rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}

.faq_box.active p {
    margin-top: 0px;
    height: auto;
    transition: .3s ease;
    padding: 10px 12px;
}

.faq_box.active .question {
    background-color: var(--green-color);
    color: var(--white-color);
}

.question h3 {
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
}

.answer p {
    margin-top: 0px;
    font-size: 14px;
    height: 0;
    overflow: hidden;
    transition: .3s ease;
    line-height: 26px;
    padding: 0 12px;
}

.faq_form {
    background-color: var(--main-color);
    padding: 20px;
}

/* footer */
.footer_wrapper {
    border-top: 1px solid #ccc;
    background-color: var(--main-color);
}

.logo p {
    margin-top: 16px;
    font-size: 14px;
    color: var(--white-color);
}

.footer_img {
    margin-top: 1.5rem;
    display: flex;
    gap: 16px;
}

.footer_img__box img {
    width: 80px;
}

.social_link {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

.social_link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green-color);
    color: var(--white-color);
    transition: .3s ease-in;
    font-size: 20px;
    border-radius: 100%;
}

.social_link a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease-in;
}

.footer_box {
    padding-left: 3rem;
}

.footer_box h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: var(--green-color);
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
}

.footer_links a {
    display: flex;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    gap: 4px;

}

.footer_links a i {
    margin-top: 2px;
    color: var(--green-color);
    font-size: 22px;
}

.footer_links a:hover {
    color: var(--green-color);
}

.copyright p {
    background-color: var(--green-color);
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: var(--white-color);
}

/* clients_logo */
.clients_logo {
    border-top: 1px solid #ccc;
    padding: 40px 0;
}

.clients_logo__slider-box img {
    width: 150px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* thankyou_wrapper__content */
.thankyou_wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thankyou_img img {
    width: 400px;
}

.thankyou_wrapper__content h3 {
    text-transform: capitalize;
    color: var(--green-color);
    font-weight: 600;
    font-size: 55px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem !important;
}

.thankyou_wrapper {
    padding-top: 200px;
}

.google_map {
    margin-top: 1rem;
}

.google_map iframe {
    width: 100%;
    height: 300px;
}

.whatsapp_icon{
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 999;
}
.call_icon{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 999;
}
.whatsapp_icon img,.call_icon img{
    width: 64px;
}

@media(max-width:1440px) {
    .footer_links a {
        overflow: hidden;
    }
}

@media(max-width:1200px) {
    .banner_left h1 {
        font-size: 44px;
        line-height: 1.4;
    }

    .banner_left p {
        font-size: 18px;
    }

    .banner_review__box img {
        width: 90px;
    }

    .banner_form {
        padding: 24px;
    }

    .banner_form h6 {
        font-size: 21px;
    }

    .grid_box h3 {
        font-size: 20px;
    }

    .grid_box {
        padding: 2rem 10px;
    }

    .about_grid__box p,
    .about_left p,
    .question h3 {
        font-size: 16px;
    }

    .about_left h3 {
        font-size: 38px;
    }

    .about_grid {
        padding-left: 1rem;
    }

    .why_box h3 {

        font-size: 18px;
    }

    .why_box p {
        line-height: 26px;
        font-size: 14px;
    }

    .why_box {
        padding: 25px 16px;
    }

    .footer_box {
        margin-top: 2rem;
        padding-left: 0;
    }
}

@media(max-width:992px) {
    .thankyou_wrapper {
        padding-top: 120px;
    }

    .thankyou_wrapper__content h3 {
        font-size: 36px;
    }

    .yt_video_box {
        padding-left: 0;
    }

    .yt_content {
        padding-left: 0;
        margin-top: 1rem;
    }

    .banner_points h6 {
        font-size: 17px;
    }

    .menu ul {
        display: none;
    }

    .logo img {
        width: 140px;
    }

    .banner_left h1 {
        font-size: 36px;
    }

    .banner_left p {
        font-size: 16px;
        margin-top: 10px;
    }

    .banner_review__box img {
        width: 80px;
    }

    .banner_left {
        margin-bottom: 2rem;
    }

    .banner_wrapper {
        padding: 120px 0;
    }

    .banner_form h6 {
        max-width: 100%;
        margin-bottom: 1rem !important;
    }

    .grid_wrapper__content,
    .testimonial_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients_logo__slider-box img {
        width: 110px;
    }

    .about_left h3,
    .main_heading h2 {
        font-size: 36px;
        max-width: 100%;
    }

    .main_heading p {
        font-size: 16px;
    }

    .why_box {
        height: auto;
        margin-bottom: 20px;
    }

    .about_grid {
        padding-left: 0;
        margin-top: 2rem;
    }

    .faq_form,
    .banner_form {
        margin-top: 0 !important;
    }
}

@media(max-width:768px) {
    .form_poppup__modal .modal_form {
    padding: 1rem;
        margin: 0 14px;
    }
     .form_poppup__modal .modal_form h6 {
         margin-bottom: 1rem !important;
         font-size: 17px;
         margin-top: 1rem;
     }
          .form_poppup__modal .modal_form .cancel_form{
              top:0;
              right: 0;
              
          }
     .form_poppup__modal .modal_form .cancel_form i {
        width:30px;
         height: 30px;
         border-radius:0 10px 0 0;
     }
    .thankyou_img img {
        width: 260px;
    }


    .thankyou_wrapper__content h3 {
        font-size: 24px;
    }

    .thankyou_wrapper {
        padding-top: 100px !important;
    }

    .banner_points {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        margin-top: 1rem;
    }

    .banner_points h6 {
        font-size: 15px;
    }

    .why_box img,
    .grid_box img {
        width: 55px;
    }

    .banner_wrapper {
        padding: 80px 0;
    }

    .banner_left h1 {
        font-size: 28px;
    }

    .banner_left p {
        font-size: 14px;
        margin-top: 7px;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .about_left h3,
    .main_heading h2,
    .yt_content h2 {
        font-size: 28px;
    }

    .about_grid__box p,
    .about_left p,
    .question h3,
    .main_heading p {
        font-size: 14px;
        margin-top: 5px;
    }

    .testimonial_box p {
        font-size: 14px;
        text-align: justify;
    }

    .name {
        margin-top: 1rem;
    }

    .name span {
        font-size: 14px;
    }

    .footer_links a {
        font-size: 14px;
    }

    .footer_links {
        gap: 10px;
        margin-top: 16px;
    }

    .footer_box h3 {
        font-size: 18px;
    }

    .footer_box {
        margin-top: 16px;
    }

    .social_link a {
        font-size: 18px;
        height: 26px;
        width: 26px;
    }

    .rating i {
        font-size: 15px;
    }

    .myBtn {
        margin-top: 1rem;
    }

    .about_grid__box {
        padding: 40px 10px;
    }

    .about_grid__box h6 {
        font-size: 28px;
    }
}


@media(max-width:576px) {
    .banner_wrapper {
        background-position: inherit;
        background-color: var(--black-color) !important;
        background: none;
    }
    .whatsapp_icon img, .call_icon img{
        width:42px;
    }
    .whatsapp_icon{
        left: 12px;
        bottom: 1rem;
    }
    .call_icon{
        right: 12px;
        bottom: 1rem;
    }

    .vr_wrapper span {
        font-size: 14px;
    }

    .vr_wrapper {
        padding: 5px 0;
    }

    .logo img {
        width: 110px;
    }

    .banner_wrapper {
        padding: 50px 0;
    }

    .banner_left h1 {
        font-size: 24px;
    }

    .banner_review__box img {
        width: 60px;
    }

    .banner_form h6,
    .grid_box h3 {
        font-size: 18px;
    }

    .grid_box h3 {
        margin-top: 16px;
        font-size: 16px;
    }



    .form_input input,
    .form_input textarea,
    .form_input .form-select {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 7px;
    }

    .grid_wrapper__content,
    .testimonial_grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .grid_box i {
        height: 50px;
        width: 50px;
        font-size: 30px;
    }

    .about_left h3,
    .main_heading h2,
    .yt_content h2 {
        font-size: 24px;
    }

    .why_box h3 {
        font-size: 17px;
    }

    .testimonial_grid {
        gap: 16px;
    }

    .why_box p,
    .yt_content p {
        margin-top: 10px;
        font-size: 13px;
    }

    .answer p {
        font-size: 13px;
    }

    .faq_form {
        padding: 16px;
    }

    .footer_img__box img {
        width: 60px;
    }

    .copyright p {
        font-size: 14px;
        padding: 7px 0;
    }

    .clients_logo {
        padding: 20px 0;
    }

    .about_grid__box h6 {
        font-size: 22px;
    }

    .about_grid__box {
        padding: 30px 10px;
    }

    .logo p {
        font-size: 13px;
    }

    .grid_wrapper__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_review {
        margin-bottom: 1.6rem;
    }

    .banner_form {
        padding: 14px;
    }

}

@media(max-width:420px) {
    .clients_logo__slider-box img {
        width: 5.3125rem;
    }

    .why_box i {
        height: 40px;
        width: 40px;
        font-size: 28px;
    }
}