* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f8fafe;
}

@font-face {
    font-family: fedra-book;
    src: url(./font/fedra-sans-book.woff);
}

@font-face {
    font-family: fedra-light;
    src: url(./font/fedra-sans-light.woff);
}

@font-face {
    font-family: gilroy-r;
    src: url(./font/Gilroy-Regular.woff);
}

@font-face {
    font-family: gilroy-m;
    src: url(./font/Gilroy-Medium.woff);
}

a, p {
    text-decoration: none;
    color: #000;
}



/* Form css */

#contact_form {
    max-width: 65%;
    margin: 40px auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px #96969687;
    border-radius: 30px;
    padding: 40px 50px;
}

#contact_form h4 {
    text-align: center;
    font-size: 1.6vw;
    line-height: 2vw;
    font-family: fedra-book;
    color: #67122f;
    margin: 0 0 15px;
}

#contact_form .steps {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 0;
    margin: 0 0 20px;
    align-items: center;
}

#contact_form .steps .step {
    padding: 0.5vw 0.8vw;
    background: #67122f;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8vw;
    line-height: 0.9vw;
    font-family: 'gilroy-m';
    cursor: pointer;
}

#contact_form .steps span {
    width: 50px;
    height: 2px;
    display: block;
    background: #67122f;
}

#contact_form .steps .step.step-2 {
    background: #b2b2b2;
}

#contact_form form.contact-form.show-step2 .step.step-2 {
    background: #67122f;
}

#contact_form .form_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#contact_form .form_content.form_step_2 {
    display: none;
}

#contact_form form.contact-form.show-step2 .form_step_2 {
    display: flex;
}

#contact_form form.contact-form.show-step2 .form_step_1 {
    display: none;
}

#contact_form .form_content .full_field {
    width: 100%;
}

#contact_form .form_content .half_field {
    width: calc(50% - 10px);
}


#contact_form .form_content input {
    width: 100%;
    border-radius: 9px;
    padding: 10px 15px;
    border: 1px solid #808080;
    font-size: 0.8vw;
    line-height: 1vw;
    font-family: 'gilroy-m';
    color: #000;
}

#contact_form .form_content label {
    font-size: 1vw;
    line-height: 1.2vw;
    margin: 0 0 10px;
    font-family: 'gilroy-m';
    display: block;
}

#contact_form .form_content .form_btn {
    background: #67122f;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #fff;
    font-family: 'gilroy-m';
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 10px 0 0;
    text-align: center;
    cursor: pointer;
}

#contact_form .form_content select {
    width: 100%;
    border-radius: 9px;
    padding: 10px 15px;
    border: 1px solid #808080;
    font-size: 0.8vw;
    line-height: 1vw;
    font-family: 'gilroy-m';
    color: #000;
}

/* End form css */







/* Home Page css */


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

header .menu_toggle {
    display: none;
}

header .brand_logo {
    max-width: 8vw;
}

header .brand_logo img {
    width: 100%;
}


header nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

header nav ul a {
    color: #610831;
    font-family: 'fedra-book';
    text-transform: uppercase;
    font-size: 1vw;
    line-height: 1.2vw;
    padding: 0 10px;
}

header a.header_num {
    margin: 0 20px 0 auto;
    color: #610831;
    font-family: 'fedra-book';
    text-transform: uppercase;
    font-size: 1vw;
    line-height: 1.4vw;
    padding: 0 10px;
    font-weight: 600;
}



.job_btn {
    position: fixed;
    display: flex;
    padding: 0.6vw 0.8vw;
    background: #f27535;
    color: #fff;
    font-family: 'gilroy-r';
    font-size: 0.8vw;
    line-height: 1.2vw;
    border-radius: 0 0 0.8vw 0.8vw;
    top: 35vh;
    right: 0;
    z-index: 20;
    transform: translateX(38%) rotate(90deg);
    text-transform: uppercase;
}

a.call_btn {
    position: fixed;
    display: flex;
    padding: 0.9vw 1vw;
    background: #fab028;
    color: #fff;
    font-family: 'gilroy-r';
    font-size: 1vw;
    line-height: 1.3vw;
    border-radius: 0 0 1vw 1vw;
    top: 55vh;
    right: 0;
    z-index: 20;
    transform: translateX(34%) rotate(90deg);
    text-transform: uppercase;
    align-items: center;
    gap: 0.3vw;
}

a.call_btn img {
    width: 1vw;
}



.hero_banner img {
    width: 100%;
}

.hero_banner img.for-mob {
    display: none;
}


#about .about_head {
    padding: 4% 8% 2%;
    text-align: center;
}

#about .about_head .about_title {
    font-size: 2.4vw;
    line-height: 2.8vw;
    font-family: 'fedra-book';
    color: #67122f;
    margin: 0 0 20px;
}

#about .about_head .about_desc {
    font-family: 'gilroy-r';
    font-size: 1.4vw;
    line-height: 2vw;
}




#gallery {
    display: flex;
    gap: 30px;
    padding: 4% 8%;
    position: relative;
}

#gallery:after {
    content: '';
    display: block;
    background-image: url(./images/right-flower.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 13vw;
    height: 18.5vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#gallery:before {
    content: '';
    display: block;
    background-image: url(./images/left-flower.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 9vw;
    height: 20vw;
    position: absolute;
    left: 0;
    top: -15vw;
    z-index: -1;
}

#gallery .gallery_1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(50% - 15px);
}

#gallery .gallery_1 .horz-gallery {
    display: flex;
    align-items: center;
    gap: 30px;
    height: calc(50% - 15px);
    width: 100%;
}

#gallery .gallery_1 .horz-gallery img.half_horz_img {
    width: calc(50% - 15px);
    height: 100%;
}

#gallery .gallery_1 img.full_width_img {
    width: 100%;
    height: calc(50% - 15px);
}

#gallery .gallery_2 {
    display: flex;
    gap: 30px;
    width: calc(50% - 15px);
}

#gallery .gallery_2 .full_height_img {
    width: calc(50% - 15px);
}

#gallery .gallery_2 .vert-gallery {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#gallery .gallery_2 .vert-gallery img.half_vert_img {
    height: calc(50% - 15px);
}


#services_sec .services_head {
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
    gap: 2vw;
}

#services_sec .services_head .heading_line {
    width: 6vw;
    height: 0.1vw;
    display: block;
    background: #67122f;
}

#services_sec .services_head h2 {
    font-size: 2vw;
    line-height: 2.4vw;
    font-family: 'fedra-book';
    color: #67122f;
}

#services_sec .services_content {
    padding: 4% 10%;
    display: flex;
    align-items: flex-start;
    background: #67122f;
    justify-content: space-between;
}

#services_sec .services_content .service_usp {
    width: 28%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#services_sec .services_content .service_usp span {
    background: #ffffffbd;
    margin: 0 auto;
    border-radius: 50%;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services_sec .services_content .service_usp span img {
    max-width: 45%;
    width: 100%;
    height: auto;
}

#services_sec .services_content .service_usp p {
    font-size: 1.4vw;
    line-height: 2.0vw;
    color: #fff;
    margin: 15px 0 0;
    font-family: '';
    font-family: 'fedra-book';
}



#clients .client_head {
    padding: 4% 10% 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
    gap: 2vw;
}

#clients .client_head h2 {
    font-size: 2vw;
    line-height: 2.4vw;
    font-family: 'fedra-book';
    color: #67122f;
}

#clients .client_head .heading_line {
    width: 6vw;
    height: 0.1vw;
    display: block;
    background: #67122f;
}

#clients .client_video_slider {
    padding: 0% 10% 4%;
}


.client_video_slider .swiper-slide iframe {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 70vh;
}

#clients .client_video_slider .swiper-button-next:after {
    background-image: url(./images/right-arrow.png);
    content: '';
    width: 2vw;
    height: 1.5vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#clients .client_video_slider .swiper-button-prev:after {
    background-image: url(./images/left-arrow.png);
    content: '';
    width: 2vw;
    height: 1.5vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.client_video_slider .swiper-slide {
    padding: 0 2vw;
}

#clients .client_video_slider .swiper-button-prev {
    background: #fff;
    padding: 1vw;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    left: 0;
}

#clients .client_video_slider .swiper-button-next {
    background: #fff;
    padding: 1vw;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    right: 0;
}


#clients .testimonial {
    margin: 0 0 40px;
}

.testimonial .testimonial_slider {
    overflow-x: clip;
    overflow-y: visible;
}

.testimonial .testimonial-box {
    padding: 3vw 2vw;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px #dfdfdf;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .testimonial-box img {
    max-width: 3.5vw;
    width: 100%;
    position: absolute;
    top: -1vw;
}

.testimonial .testimonial-box p {
    font-size: 1vw;
    line-height: 1.4vw;
    font-family: 'gilroy-r';
    margin: 0 0 10px;
}

.testimonial .testimonial-box span {
    font-size: 1vw;
    line-height: 1.4vw;
    font-family: 'gilroy-m';
}



footer {
    display: none;
}


.footer_logos {
    padding: 4% 12%;
    text-align: center;
}

.footer_logos img.max_img {
    width: 100%;
}

.footer_logos .footer_three_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4% 0 0;
}

.footer_logos .footer_three_logos img {
    max-width: 25%;
}





footer {
    padding: 2vw 4vw 2vw 12vw !important;
    background: #67122f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

footer p.copyright {
    font-family: 'fedra-light';
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

footer .follow_us {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .follow_us h4 {
    font-family: 'fedra-light';
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

footer .follow_us .social_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .follow_us .social_icons a img {
    max-width: 2.4vw;
}



/* End Home Page css */





/* Thankyou page */


.thankyou_sec {
    padding: 50px 20px;
    text-align: center;
}


.thankyou_sec h1 {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 20px;
    color: #000;
    font-family: 'gilroy-m';
}

.thankyou_sec  p {
    font-size: 1vw;
    line-height: 1.4vw;
    margin: 0 0 15px;
    font-family: 'fedra-book';
}




/* End Thankyou page */



@media (max-width: 1400px) {

    #gallery {
        flex-direction: column;
        padding: 4% 10%;
    }

    #gallery>div {
        width: 100% !important;
    }

}




@media (max-width: 768px) {

    header {
        padding: 15px;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background: #f8fafe;
        z-index: 10;
    }

    header .brand_logo {
        max-width: 120px;
    }
    
    header .menu_toggle {
        display: block;
    }

    header a.header_num {
        font-size: 14px;
        line-height: 18px;
    }

    header nav {
        position: fixed;
        background-color: rgb(255, 255, 255);
        display: block;
        justify-content: center;
        align-items: center;
        transition: .7s ease;
        border: 1px solid rgb(241, 233, 233);
        padding: 10px;
        box-shadow: 2px 1px 2px rgb(250, 249, 249);
        text-align: center;
        z-index: 8;
        height: auto;
        width: 100%;
        right: 0;
        left: 0;
        top: -100%;
        border: 0;
    }

    header nav.active_menu {
        top: 88px;
    }

    header nav ul {
        flex-direction: column;
        gap: 0;
    }

    header nav ul li {
        display: block;
        width: 100%;
    }

    header nav ul a {
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        display: block;
    }

    .job_btn {
        top: 20vh;
        padding: 2vw 4vw;
        font-size: 3vw;
        line-height: 4vw;
        border-radius: 0 0 2vw 2vw;
        transform: translateX(40%) rotate(90deg);
        background: #f27535;
        color: #ffffff;
    }

    a.call_btn {
        top: 40vh;
        padding: 3vw 4vw;
        font-size: 3.4vw;
        line-height: 4vw;
        border-radius: 0 0 3vw 3vw;
        transform: translateX(34%) rotate(90deg);
        color: #ffffff;
        gap: 2vw;
    }

    a.call_btn img {
        width: 4vw;
    }

    
    .hero_banner img.for-mob {
        display: block;
    }

    .hero_banner img.for-desk {
        display: none;
    }



    #about .about_head {
        padding: 30px 15px 0;
    }

    #about .about_head .about_title {
        font-size: 5vw;
        line-height: 7vw;
    }

    #about .about_head .about_desc {
        font-size: 4vw;
        line-height: 6vw;
    }

    #contact_form {
        max-width: 80%;
        padding: 20px 20px;
        border-radius: 12px;
        margin: 30px auto;
    }

    #contact_form h4 {
        font-size: 4.5vw;
        line-height: 6vw;
        margin: 0 0 10px;
    }

    #contact_form .steps .step {
        font-size: 3vw;
        line-height: 4.5vw;
        padding: 1.5vw 3vw;
    }

    #contact_form .steps span {
        width: 35px;
    }

    #contact_form .form_content {
        gap: 15px;
    }

    #contact_form .form_content label {
        font-size: 3vw;
        line-height: 4vw;
    }

    #contact_form .form_content input {
        padding: 6px 10px;
        font-size: 3vw;
        line-height: 4vw;
        border-radius: 5px;
    }

    #contact_form .form_content .half_field {
        width: 100%;
    }

    #contact_form .form_content .form_btn {
        padding: 8px 10px;
        font-size: 4vw;
        line-height: 5vw;
        border-radius: 5px;
    }

    #contact_form .form_content select {
        padding: 6px 10px;
        font-size: 3vw;
        line-height: 4vw;
        border-radius: 5px;
    }



    #gallery {
        gap: 10px;
        padding: 20px 15px;
    }

    #gallery:before {
        width: 15vw;
        height: 40vw;
        top: -30vw;
    }

    #gallery:after {
        width: 22vw;
        height: 30vw;
        bottom: -20vw;
    }

    #gallery .gallery_1 {
        gap: 10px;
    }

    #gallery .gallery_1 .horz-gallery {
        gap: 10px;
    }

    #gallery .gallery_1 .horz-gallery img.half_horz_img {
        width: calc(50% - 5px);
    }

    #gallery .gallery_2 {
        gap: 10px;
    }

    #gallery .gallery_2 .full_height_img {
        width: calc(50% - 5px);
    }

    #gallery .gallery_2 .vert-gallery {
        width: calc(50% - 5px);
        gap: 10px;
    }

    #gallery .gallery_2 .vert-gallery img.half_vert_img {
        height: calc(50% - 5px);
    }



    #services_sec .services_head {
        padding: 20px 15px 0;
    }

    #services_sec .services_head .heading_line {
        display: none;
    }

    #services_sec .services_head h2 {
        font-size: 5vw;
        line-height: 6.5vw;
        text-align: center;
    }

    #services_sec .services_content {
        padding: 30px 15px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #services_sec .services_content .service_usp {
        width: 80%;
    }

    #services_sec .services_content .service_usp span {
        width: 16vw;
        height: 16vw;
    }

    #services_sec .services_content .service_usp span img {
        max-width: 55%;
    }

    #services_sec .services_content .service_usp p {
        font-size: 4vw;
        line-height: 6vw;
    }



    #clients .client_head {
        padding: 30px 15px 0;
    }

    #clients .client_head {
        padding: 40px 15px 0;
        margin: 0 0 30px;
        gap: 0;
    }

    #clients .client_head .heading_line {
        display: none;
    }

    #clients .client_head h2 {
        font-size: 5vw;
        line-height: 6.5vw;
        text-align: center;
    }

    #clients .client_video_slider {
        padding: 0 15px 50px;
    }

    #clients .client_video_slider .swiper-button-prev {
        width: 8vw;
        height: 8vw;
    }

    #clients .client_video_slider .swiper-button-next {
        width: 8vw;
        height: 8vw;
    }

    #clients .client_video_slider .swiper-button-prev:after {
        width: 3vw;
        height: 2.5vw;
    }

    #clients .client_video_slider .swiper-button-next:after {
        width: 3vw;
        height: 2.5vw;
    }

    .client_video_slider .swiper-slide iframe {
        height: 20vh;
        border-radius: 12px;
    }


    .testimonial .testimonial-box {
        padding: 25px 15px;
        border-radius: 12px;
        min-height: 35vh;
    }

    .testimonial .testimonial-box img {
        max-width: 6vw;
        top: -2vw;
    }

    .testimonial .testimonial-box p {
        font-size: 3vw;
        line-height: 5vw;
    }

    .testimonial .testimonial-box span {
        font-size: 3.5vw;
        line-height: 4vw;
    }


    .footer_logos {
        padding: 20px 20px 40px;
    }

    

    footer {
        flex-direction: column-reverse;
        gap: 15px;
        padding: 20px 15px;
    }

    footer p.copyright {
        font-size: 3vw;
        line-height: 4vw;
        text-align: center;
    }

    footer .follow_us h4 {
        font-size: 3vw;
        line-height: 4vw;
    }

    footer .follow_us .social_icons a img {
        max-width: 7vw;
    }





    .thankyou_sec {
        padding: 30px 15px;
    }

    .thankyou_sec h1 {
        font-size: 7vw;
        line-height: 9vw;
    }


    .thankyou_sec p {
        font-size: 4vw;
        line-height: 6vw;
        margin: 0 0 20px;
    }




}

.button-new{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.job-btn{
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #67122f;
    background: #67122f;
    border-radius: 20px;
    font-size: 13px;
}








