* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i {
    font-size: 23px;
}

.navigation {
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: -3px 3px 9px rgb(0 0 0 / 62%);
    z-index: 1000;
}

.navigation .nav__container {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.navigation .nav__container .flex__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .nav__container .flex__container .nav__logo-humburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.navigation .nav__container .flex__container .nav__logo-humburger .humbuger i {
    /* font-size: 23px; */
    color: red;
    padding: 5px;
}

.navigation .nav__container .flex__container .nav__logo-humburger .image-logo {
    width: 180px;

}

.navigation .nav__container .flex__container .nav__logo-humburger .image-logo img {
    width: 100%;
}

.navigation .nav__container .flex__container .main_detail-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .nav__container .flex__container .main_detail-link .link_flex {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.navigation .nav__container .flex__container .main_detail-link .link_flex a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navigation .nav__container .flex__container .main_detail-link .link_flex .common {
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    cursor: pointer;
}

.navigation .nav__container .flex__container .main_detail-link .quote_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}

.navigation .nav__container .flex__container .main_detail-link .quote_link .quote_content {}

.navigation .nav__container .flex__container .main_detail-link .call_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}

.navigation .nav__container .flex__container .main_detail-link .call_link .quote_content {}

.navigation .nav__container .flex__container .main_detail-link .location_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}

.navigation .nav__container .flex__container .main_detail-link .location_link .quote_content {}


/* section design  */


section .landing_content {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

section .landing_content .section_landing-content {}

section .landing_content .section_landing-content .flex_landing-content {
    text-align: center;
}

section .landing_content .section_landing-content .flex_landing-content h2 {
    font-size: 56px;
    color: red;
}

section .landing_content .section_landing-content .flex_landing-content p {
    font-size: 19px;
    font-weight: 500;
}

section .landing_content .section_landing-content .flex_landing-content .modal_button .main_button {
    background: red;
    border: none;
    padding: 23px 64px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
}


.main_conatainer .section_img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main_conatainer .section_img-container .flex_img-container {
    border: 1px solid #0000;
    height: 300px;
    width: 260px;
    position: relative;
    overflow: hidden;
    margin: 12px;
}

.main_conatainer .section_img-container .flex_img-container .sliding-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

#img-after,
#img-after1,
#img-after2,
#img-after3,
#img-after4 {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

#image_sliding,
#image_sliding1,
#image_sliding2,
#image_sliding3,
#image_sliding4 {
    position: relative;
    -webkit-appearance: none;
    width: calc(100% + 40px);
    height: 100%;
    margin-left: -20px;
    background-color: transparent;
    outline: none;
}

#image_sliding::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(image/icon/arrows-out-line-horizontal.png), rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    background-size: contain;
    cursor: pointer;
}

#image_sliding1::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(image/icon/arrows-out-line-horizontal.png), rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    background-size: contain;
    cursor: pointer;
}

#image_sliding2::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(image/icon/arrows-out-line-horizontal.png), rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    background-size: contain;
    cursor: pointer;
}

#image_sliding3::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(image/icon/arrows-out-line-horizontal.png), rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    background-size: contain;
    cursor: pointer;
}

#image_sliding4::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(image/icon/arrows-out-line-horizontal.png), rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    background-size: contain;
    cursor: pointer;
}

.main_banner-image {
    width: 100%;
    margin: 3rem 0;
}

.main_banner-image img {
    width: 100%;
}

.main-client-section {
    position: relative;
    margin-top: 3rem;
}

.main-client-section .section-client {
    display: block;
    
    width: 100%;
    margin: 0 auto;
}

.main-client-section .section-client .main-client-image {
    overflow: hidden;
}

.main-client-section .section-client .main-client-image .section-client-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-client-section .section-client .main-client-image .section-client-image .client-image-card {
    text-align: center;
    width: 100%;
}

.main-client-section .section-client .main-client-image .section-client-image .client-image-cards img {
    width: 100%;
    height: 100vh;
}

.main-client-section .section-client .main-client-image .section-client-image .client-image-card img {
    width: 100%;
}

/* .main_video-container{
    padding: 2rem;
    
}


.main_video-container.active::before{
    opacity: 1;
}

.main_video-container .section_video-container{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.main_video-container .section_video-container .main_video-player{
    width: 100%;
    position: absolute; */
/* left: 50%; */
/* top: 25%; */
/* transform: scale(1.1); */
/* z-index: 100;
    text-align: center;
    transition: all 0.4s ease;

}


.main_video-container .section_video-container .main_video-player i{
    position: absolute;
    top: 0;
    right: 80px;
}

.main_video-container .section_video-container .flex_video-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main_video-container .section_video-container .flex_video-container .reel_video{
    padding: 1rem;
    border: 1px solid red;
    margin: 0.5rem;
    border-radius: 20px;
    position: relative;
}

.main_video-container .section_video-container .flex_video-container .reel_video video{
    width: 350px;
    height: 400px;
}
.main_video-container .section_video-container .flex_video-container .reel_video i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}



@media (max-width: 750px) {
    .main_video-container .section_video-container .main_video-player{
        position: fixed;
        width: 83%;
    }
} */


.main_section-video {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ca0000;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.main_section-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s ease;
}

.main_section-video.active::before {
    opacity: 1;
}

.section_container-video {
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.main_section-video.active .section_container-video {
    visibility: hidden;
}

.section_container-video .main-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transition: all 0.4s ease;
}

.main_section-video.active .section_container-video .main-video {
    transform: translate(-50%, -42%) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.section_container-video .main-video video {
    height: 450px;
    width: 100%;
    object-fit: cover;
    outline: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.section_container-video .main-video .close {
    position: absolute;
    top: -10px;
    right: -36px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: auto;
    opacity: 0.6;
}

.section_container-video .main-video .close:hover {
    opacity: 1;
}

.section_container-video .videos {
    position: relative;
    height: 200px;
    width: calc(100% / 2 - 5px);
    margin: 5px 0;
    cursor: pointer;
}

.section_container-video .videos::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.section_container-video .videos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
    pointer-events: none;
}

.section_container-video .videos i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    pointer-events: none;
}

@media (max-width: 750px) {
    .section_container-video .main-video {
        position: fixed;
        width: 83%;
    }

    .section_container-video .videos {
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 600px) {
    .section_container-video .videos {
        width: 100%;
        height: 250px;
    }
}


.main_youtube-video {
    padding: 2rem 0;
}

.main_youtube-video .section_youtube-video .flex_youtube-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.main_youtube-video .section_youtube-video .flex_youtube-video .videos-youtube {
    width: 500px;
    height: 500px;
    margin: 1rem;
}





.main_footer .flex_footer {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
}

.main_footer .flex_footer .card-container {
    width: 20rem;
    padding: 1rem 3rem 5rem;
}

.main_footer .flex_footer .card-container .contact_link {
    margin: 30px 0;
}

.main_footer .flex_footer .card-container .contact_link a {
    padding: 20px 23px;
    text-decoration: none;
    text-transform: uppercase;
    background: red;
    color: #fff;
    font-weight: 500;

}

.main_footer .flex_footer .card-container p {
    margin-bottom: 2px;
}

.main_footer .container .copyright-content .flex_copyright-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_footer .container .copyright-content .flex_copyright-content p {
    font-size: 13px;
    text-align: center;
}

.main_footer .container .copyright-content .flex_copyright-content p span {
    color: red;
    font-weight: 500;
}

/* section design end  */




.mobile_navigation {
    padding: 12px;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
}

.mobile_navigation .main_detail-link-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.mobile_navigation .main_detail-link-mobile .link_flex {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.mobile_navigation .main_detail-link-mobile .link_flex a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.mobile_navigation .main_detail-link-mobile .link_flex .common {
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    cursor: pointer;
}

.mobile_navigation .main_detail-link-mobile .quote_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}



.mobile_navigation .main_detail-link-mobile .call_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}



.mobile_navigation .main_detail-link-mobile .location_link i {
    /* font-size: 23px; */
    color: red;
    padding: 5px 13px;
}


.main_navbar-page-link {
    background: red;
    opacity: 0.8;
    position: fixed;
    top: 4.7rem;
    left: 0;
    /* padding: 4rem 3rem; */
    z-index: 10;
    height: 100vh;
    width: 0;
    transition: 0.5s;
    overflow: hidden;
}

.main_navbar-page-link.active {
    width: 267px;
    padding: 4rem 3rem;
}

.main_navbar-page-link .section_navbar-page-link {}

.main_navbar-page-link .section_navbar-page-link .flex_navbar-page-link {
    padding: 0;
    margin: 0;
}

.main_navbar-page-link .section_navbar-page-link .flex_navbar-page-link li {
    list-style: none;
    margin: 1.5rem;

}

.main_navbar-page-link .section_navbar-page-link .flex_navbar-page-link li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

/* .modal{
    top: 6rem;
} */
.modal-header,
.modal-footer {
    border: none;
}

/* .modal-footer{
    border: none;
} */

.wrapper {
    max-width: 500px;
    width: 100%;
    background: #fff;
    margin: 0 auto 30px;
    /* box-shadow: 2px 2px 4px rgba(0,0,0,0.125); */
    padding: 30px;
}

.wrapper .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: red;
    text-transform: uppercase;
    text-align: center;
}

.wrapper .form {
    width: 100%;
}

.wrapper .form .inputfield {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.wrapper .form .inputfield label {
    width: 200px;
    color: #757575;
    margin-right: 10px;
    font-size: 14px;
    text-align: start;
}

.wrapper .form .inputfield .input,
.wrapper .form .inputfield .textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d5dbd9;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.wrapper .form .inputfield .textarea {
    width: 100%;
    height: 125px;
    resize: none;
}

.wrapper .form .inputfield .custom_select {
    position: relative;
    width: 100%;
    height: 37px;
}

.wrapper .form .inputfield .custom_select:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    border: 8px solid;
    border-color: #d5dbd9 transparent transparent transparent;
    pointer-events: none;
}

.wrapper .form .inputfield .custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #d5dbd9;
    border-radius: 3px;
}


.wrapper .form .inputfield .input:focus,
.wrapper .form .inputfield .textarea:focus,
.wrapper .form .inputfield .custom_select select:focus {
    border: 1px solid red;
}

.wrapper .form .inputfield p {
    font-size: 14px;
    color: #757575;
}

.wrapper .form .inputfield .check {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    cursor: pointer;
}

.wrapper .form .inputfield .check input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.wrapper .form .inputfield .check .checkmark {
    width: 15px;
    height: 15px;
    border: 1px solid red;
    display: block;
    position: relative;
}

.wrapper .form .inputfield .check .checkmark:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 5px;
    height: 2px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    display: none;
}

.wrapper .form .inputfield .check input[type="checkbox"]:checked~.checkmark {
    background: red;
}

.wrapper .form .inputfield .check input[type="checkbox"]:checked~.checkmark:before {
    display: block;
}

.wrapper .form .inputfield .btn {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    border: 0px;
    background: red;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
}

.wrapper .form .inputfield .btn:hover {
    background: rgb(250, 39, 39);
}

.wrapper .form .inputfield:last-child {
    margin-bottom: 0;
}

@media (max-width:420px) {
    .wrapper .form .inputfield {
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper .form .inputfield label {
        margin-bottom: 5px;
        width: 100%;
        text-align: start;
    }

    .wrapper .form .inputfield.terms {
        flex-direction: row;
    }
}

swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.main__gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 4rem auto 2rem;

}

.main__gallery a {
    height: 350px;
    width: 300px;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px #0000;
}

.main__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.main__gallery a img:hover {
    transform: scale(1.1);
}


.main_video-section {
    padding: 2rem;
}

.main_video-section .section_video-section {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.main_video-section .section_video-section .flex_video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.main_video-section .section_video-section .flex_video-section .singal_video-content {
    width: 500px;
    height: 500px;
    margin: 2rem;
}

.main_video-section .section_video-section .flex_video-section .singal_video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 330px) {
    .wrapper {
        padding: 0 !important;
    }
}

@media (max-width: 1054px) {
    section .main_video-section .section_video-section .flex_video-section{
        flex-direction: column;
    }
}


@media (max-width: 1200px) {
    .main_footer .flex_footer {
        justify-content: center;
    }
}

@media (max-width: 690px) {
    .main_footer .flex_footer {
        align-items: start;
        justify-content: start;
    }
}

@media (max-width: 340px) {
    .main_footer .flex_footer .card-container {
        padding: 2rem 0 3rem;
    }

    .mobile_navigation .main_detail-link-mobile .link_flex .common {
        font-size: 10px !important;
    }

    .main__gallery{
        width: 100%;
    }

    .main__gallery a{
        margin: 20px 10px;
    }

    .main_video-section{
        padding: 1rem;
    }
    .main_video-section .section_video-section {
        width: 100%;
    }
    .main_video-section .section_video-section .flex_video-section .singal_video-content{
        width: 260px !important;
        height: 350px;
        margin: 2rem 0.4rem;
    }
}

@media (max-width: 836px) {
    .navigation .nav__container .flex__container .main_detail-link {
        display: none;
    }

    .mobile_navigation {
        display: block !important;
    }

    .main_footer {
        margin-bottom: 4rem;
    }

}

@media (max-width: 560px) {
    .mobile_navigation .main_detail-link-mobile .quote_link i {
        font-size: 18px;
        padding: 3px !important;
    }



    .mobile_navigation .main_detail-link-mobile .call_link i {
        font-size: 18px;
        padding: 3px !important;
    }



    .mobile_navigation .main_detail-link-mobile .location_link i {
        font-size: 18px;
        padding: 3px !important;
    }

    .mobile_navigation .main_detail-link-mobile .link_flex .common {
        font-size: 12px !important;
    }

    .mobile_navigation .main_detail-link-mobile .link_flex {
        padding: 5px 0px !important;
    }

}

@media (max-width: 500px) {
    .main_video-section .section_video-section .flex_video-section .singal_video-content{
        width: 340px
    }   
    .main-popup-card .section-popup-card .flex-popup-card{
        flex-wrap: wrap;
    }

}
/* 
.main-popup{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 40%;
    
}

.popup{
    width: 300px;
    display: none;
}

.popup button{
    display: block;
    margin: 0 0 0 auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup .popup-img {
    width: 300px;
    height: 100%;
}

.popup .popup-img img{
    width: 100%;
    height: 100%;
} */

.popup-img{
    height: 100%;
    background-size: cover;
} 
.popup-img img{
  height: 350px;
}



.main-popup-card {
    padding: 3rem 1rem;
}

.main-popup-card .section-popup-card .flex-popup-card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}



.main-popup-card .section-popup-card .flex-popup-card .popup-img img{
    width: 100%;
}

.main-experience-about{
    text-align: center;
    padding: 2rem;
    margin: 1rem 0;
}

.main-experience-about .section-xperience-about{
    display: block;
    margin: 0 auto;
    width: 90%;
}

.main-experience-about .section-xperience-about .flex-experience-about h3{
    padding: 0.5rem 2rem;
    background: red;
    display: inline-block;
    color: #fff;
}