* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-seri;
}

html,
body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: black;
}

.background_videos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

/*  */
/* ========== header section start ========== */
/*  */

.nav-up {
    top: -15rem;
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease-in;
    /* border: 1px solid; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}

.navbar {
    max-width: 1080px;
    width: 100%;
    padding: .9rem 1.5rem;
    /* border: 1px solid; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo {
    width: 170px;
    /* border: 1px solid; */
}

.navbar .logo a img {
    width: 100%;
}

.hamburmenu_box {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: none;
}

.hamburmenu_box .logo_close_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #16B6BF;
    padding: 1rem;
}

.hamburmenu_box .logo_close_btn .logo {
    width: 150px;
}

.hamburmenu_box .logo_close_btn .logo a img {
    width: 100%;
}

.hamburmenu_box .logo_close_btn .menu_close i {
    font-size: 2rem;
    font-weight: 500;
    color: white;
}

/* .hamburmenu_box .menu_items_text{
    padding: 1rem;
} */
.hamburmenu_box .menu_items_text a {
    padding: 1rem;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    border-bottom: 1px solid #16B6BF;
}

.navbar .hamburgermenu {
    display: none;
    padding: 0 .5rem;
}

.navbar .hamburgermenu i {
    font-size: 1.8rem;
    font-weight: 800;
    color: #16B6BF;
}

.navbar .nav {
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    gap: 1rem;
}

.navbar .nav .navItem {
    position: relative;
    display: block;
    transition: all .4s ease;
    color: white;
}

.navbar .nav .navItem::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #16B6BF;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
    transform-origin: bottom right;
    transform: scaleX(0);
}

.navbar .nav .navItem:hover::after {
    transform: scaleX(1);
}


/*  */
/* ========== header section end ========== */
/*  */

/*  */
/* ========== banner section start ========== */
/*  */

.banner_container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    /* overflow: hidden; */
}

.banner_container video {
    position: fixed;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    width: auto;
    height: auto;
    z-index: -9;
    margin: 0;
    max-width: none;
    vertical-align: middle;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_container section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all .6s ease-out;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_container section .banner_text {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    color: white;
    padding: 1rem;
    margin-top: 10rem;
    font-weight: 500;
    line-height: 3.8rem;
    /*text-align:justify;*/
}

/*  */
/* ========== banner section end ========== */
/*  */

/*  */
/* ========== section main container start ========== */
/*  */

.section_main_container {
    width: 100%;
    /* background-image: url("../img/paper.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    padding: 3rem 0;
    /* border: 2px solid red; */
    background-color: white;
}

.container_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}




/* ========== Work section end ========== */

/* ========== what we do section start ========== */
.container_box .what_we_do {
    /* border: 1px solid; */
    margin-top: 2rem;
    font-family: "Poppins", sans-seri;
}

.container_box .what_we_do h4 {
    font-size: 4rem;
    font-weight: 300;
    font-weight: 500;
}
.what_we_doh2{
    font-size: 4rem;
    font-weight: 300;
    font-weight: 500;
}

.container_box .what_we_do .what_we_do_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_box .what_we_do .what_we_do_container .what_we_do_child_box {
    /* border: 1px solid; */
    padding: 1rem;
    border-radius: .5rem;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
}

.container_box .what_we_do .what_we_do_container .what_we_do_child_box p {
    font-size: 2.8rem;
    color: gray;
    /* line-height: 3.6rem; */
    text-align: center;
    padding: .3rem 0;
}

.what_we_do_para{
    font-size: 2.5rem;
    color: gray;
}

.container_box .what_we_do .what_we_do_container .what_we_do_child_box p i,
.what_we_do .how_we_do_container p i {
    margin-right: .5rem;
    color: #16B6BF;
    font-size: 1.2rem;
}

.what_we_do .how_we_do_container p {
    padding: .5rem;
    font-size: .9rem;
    color: black;
    display: flex;
}

/* ========== what we do section end ========== */

/*  */
/* ========== section main container end ========== */
/*  */


/*  */
/* ========== footer section start ========== */
/*  */
footer {
    background-color: black;
    padding: 3rem 1rem;
}

footer .footer_main_container {
    /* max-width: 1080px; */
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_main_container .footer_box {
    /* border: 1px solid white; */
    display: flex;
    justify-content: space-between;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
    flex-wrap: wrap;
}

footer .footer_main_container .footer_box .social_media_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

footer .footer_main_container .footer_box .social_media_icons a i {
    font-size: 1.5rem;
}

footer .footer_main_container .footer_box a {
    color: white;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    gap: .5rem;
    line-height: 2.2rem;
    transition: all .5s ease;
    flex-wrap: wrap;
}

footer .footer_main_container .footer_box a:hover {
    color: #16B6BF;
}

footer .footer_main_container .footer_box address a {
    width: 100%;
    margin-top: 1rem;
    line-height: 1.4rem;
}

footer .footer_main_container .footer_box .logo {
    border-bottom: 1px solid gray;
    padding: .5rem;
}

footer .footer_main_container .footer_box .logo a img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1px;
}

footer .footer_main_container .footer_box .logo h5 {
    color: white;
    font-size: 1.2rem;
    padding: 4px 0;
}

.copy_right {
    padding-top: 3rem;
    color: gray !important;
    text-align: center;
    font-size: .8rem;
}

/*  */
/* ========== footer section end ========== */
/*  */


/*  */
/* ========== work page section start */
/*  */
.common_banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: rgb(255, 204, 0);;
}

/* .common_banner .common_banner_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
} */

.common_banner .text_link {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid white; */
    color: white;
    text-align: center;
}

.common_banner .text_link h3 {
    font-size: 2rem;
    color: black;
}

.common_banner .text_link a {
    /* color: white; */
    color: black;
    transition: all .5s ease-in;
}

.common_banner .text_link a:hover {
    color: #16B6BF;
}

.common_banner .text_link a i {
    margin-right: .6rem;
    font-size: 1.5rem;
}

.work_box {
    background-color: rgb(228, 228, 228);
}
.work_flex_box {
    display: flex;
    flex-wrap: wrap;
    /* gap: 1rem; */
    /* margin-bottom: 2rem; */
}
.work_flex_box h2{
    font-weight: 450;
}
.work_flex_box p{
    padding: .5rem 0;
}

.work_box .work_child_box {
    position: relative;
    flex-grow: 1;
    flex-basis: 345px;
    /* border: 1px solid var(--logo_color); */
    /* height: 340px; */
    overflow: hidden;
    /* border-radius: .5rem; */
    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.work_box .work_child_box button{
    width: 150px;
    padding: .3rem 0;
    border: none;
    outline: none;
    background-color: black;
    border-radius: .4rem;
    margin-top: 1rem;
}
.work_box .work_child_box button a{
    color: white;
}
.work_box .work_child_text_box{
    padding: 1rem;
}

.work_box .work_child_box img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in;
}

.work_box .work_child_box:hover img {
    transform: scale(1.1);
}

.work_child_box .play_btn_container {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_child_box .play_btn_container .play_btn {
    position: relative;
    font-size: 4rem;
    color: white;
    padding: 1rem;
    /* border: 1px solid red; */
    background-color: rgba(226, 231, 231, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.work_child_box .play_btn_container .play_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: .5rem solid white;
    border-radius: 50%;
    animation: animatebefore 1.5s linear infinite;
    opacity: 0;
}

.work_child_box .play_btn_container .play_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: .5rem solid rgb(160, 157, 157);
    border-radius: 50%;
    animation: animateafter 1.5s linear infinite;
    opacity: 0;
    animation-delay: .6s;
}

@keyframes animatebefore {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@keyframes animateafter {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

.popup_video_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 999;
    padding: 1rem;
    display: none;
}

.popup_video_container .close_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.popup_video_container .popup_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 768px;
}

.mobile_work_box{
    display: none;
}

/*  */
/* ========== work page section end */
/*  */

/*  */
/* ========== about page section start */
/*  */
.about_top_text{
    font-weight: 300;
}
.about_container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.container_box .abouth2{
    font-size: 2rem;
    padding: 2rem 0;
}
.about_container .about_box{
    position: relative;
    flex-basis: 350px;
    flex-grow: 1;
    /* height: 500px; */
    /* border: 1px solid; */
    overflow: hidden;
    border-radius: .5rem;
    /* background-color: #f7cbcb; */
}
.about_container .about_box img{
    width: 100%;
    height: 100%;
}
.img_layer:hover + .text_box{
    display: none;
}
.about_container .about_box .text_box{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease-in;
}
.about_container .about_box .text_box:hover {
    background-color: rgba(0, 0, 0, 0);
}
.about_container .about_box .text_box h4{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.6rem;
}
.about_container .about_box .text_box:hover h4{
    display: none;
}
.about_container .about_box .text_box:hover p{
    display: none;
}
.about_container .about_box .text_box:hover .hover_mail1{
    opacity: 1;
    transition: all .4s ease-in;
}
.about_container .about_box .text_box p{
    position: absolute;
    bottom: 1.9rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.about_container .about_box .text_box .hover_mail1{
    position: absolute;
    bottom: 1.9rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    opacity: 0;
    text-decoration: underline;
}

.clients_container{
    height: 600px;
    /* border: 1px solid; */
    /* border: 1px solid; */
    overflow: scroll;
}
.clients_container::-webkit-scrollbar{
    width: 5px;
}
.clients_container::-webkit-scrollbar-thumb{
    background-color: gray;
}
.clients_container::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.clients_container .clients_box_container{
    display: flex;
    /* gap: 1rem; */
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    /* padding: 1rem 0; */
}
.clients_container .clients_box_container img{
    flex-basis: 170px;
    /* border: 1px solid; */
    padding: .5rem 1rem;
}
.clients_container .clients_box_container .img2{
    background-color: rgb(211, 211, 211);;
}
.clients_container .clients_box_container .img1{
    background-color: rgb(252, 252, 252);;
}
/*  */
/* ========== about page section end */
/*  */

/*  */
/* ========== archive page section start */
/*  */
.archive_container{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.archive_container .archive_box{
    flex-basis: 300px;
}
.archive_container .archive_box img{
    width: 100%;
}
/*  */
/* ========== archive page section end */
/*  */


/*  */
/* ========== contact page section start */
/*  */
.contact_main_section {
    padding: 0;
}

.contact_main_section .contact_for_map iframe {
    width: 100%;
    border: none;
    min-height: 300px;
}

.contact_page_container {
    display: grid;
    grid-template-areas:
        'contact_info contact_info get_in_touch get_in_touch get_in_touch get_in_touch get_in_touch';
    row-gap: 1rem;
    column-gap: 2rem;
    padding: 2rem 0;
    /* border: 1px solid; */
}

.contact_page_container .contact_info {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
}

.contact_page_container h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .6rem;
    color: #3f3e3e;
}

.contact_page_container p {
    font-size: 1.1rem;
    display: flex;
    gap: .4rem;
    padding: .3rem 0;
}

.contact_page_container span {
    color: gray;
}

.contact_page_container .contact_info {
    grid-area: contact_info;
}

.contact_page_container .get_in_touch {
    grid-area: get_in_touch;
}

.contact_page_container .cont {
    /* border: 1px solid; */
}

.contact_info_box .social_media_icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.contact_info_box .social_media_icons a {
    border: 1px solid #16B6BF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: all .5s ease-in-out;
}

.contact_info_box .social_media_icons a:hover {
    background-color: #16B6BF;
    color: white;
}

.contact_page_container .contact_form input,
.contact_page_container .contact_form textarea {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #16B6BF;
    font-size: .9rem;
    border-radius: .5rem;
}

.contact_page_container .contact_form input:focus,
.contact_page_container .contact_form textarea:focus {
    outline: 1.5px solid #16B6BF;
}

.contact_page_container .contact_form .submit_btn {
    width: 200px;
    font-size: 1.2rem;
    padding: .5rem;
    transition: all .5s ease;
    cursor: pointer;
}

.contact_page_container .contact_form .submit_btn:hover {
    background-color: #16B6BF;
    color: white;
}

.get_in_touch p {
    color: gray;
}

/*  */
/* ========== contact page section end */
/*  */

.error{
    width: 100%;
    color: red;
    font-size: .8rem;
    font-weight: 600;
}


/* ========== query selector start ========== */
@media (max-width: 1080px) {
    .container_box .what_we_do .what_we_do_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .banner_container section {
        font-size: 2rem;
    }
}

@media (max-width: 946px){
    .clients_container .clients_box_container .img3{
        background-color: rgb(211, 211, 211);;
    }
    .clients_container .clients_box_container .img4{
        background-color: rgb(252, 252, 252);
    }
}

@media (max-width: 882px) {
    .container_box .what_we_do .what_we_do_container .what_we_do_child_box p {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 768px) {
    .banner_container section {
        font-size: 1.5rem;
    }

    .banner_container section .banner_text {
        line-height: 2.3rem;
    }

    .navbar .nav {
        display: none;
    }

    .navbar .hamburgermenu {
        display: block;
    }

    .section_main_container .section_one {
        grid-template-columns: repeat(1, 1fr);
    }

    .container_box .what_we_do .what_we_do_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_page_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_page_container {
        grid-template-areas:
            'contact_info '
            'get_in_touch';
        gap: 5rem;
    }

    .contact_page_container .contact_info {
        row-gap: 1rem;
    }

    /* .clients_container .clients_box_container .img3{
        background-color: rgb(211, 211, 211);;
    }
    .clients_container .clients_box_container .img1{
        background-color: rgb(252, 252, 252);;
    } */
}

@media (max-width: 764px){
    .clients_container .clients_box_container .img5{
        background-color: rgb(211, 211, 211);;
    }
    .clients_container .clients_box_container .img6{
        background-color: rgb(252, 252, 252);
    }
}

@media (max-width: 721px){
    .mobile_work_box{
        display: block;
    }
    .desktop_work_box{
        display: none;
    }
}

@media (max-width: 616px) {
    footer .footer_main_container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .copy_right {
        padding: 0;
    }
}

@media (max-width: 582px){
    .clients_container .clients_box_container .img7{
        background-color: rgb(211, 211, 211);;
    }
    .clients_container .clients_box_container .img8{
        background-color: rgb(252, 252, 252);
    }
    
    .what_we_do_para{
    font-size: 1.5rem;
    color: gray;
}
}

@media (max-width: 522px) {
    .container_box .what_we_do .what_we_do_container .what_we_do_child_box p {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 462px) {
    .container_box .what_we_do h4 {
        font-size: 3rem;
        font-weight: 500;
    }
}

@media(max-width: 425px) {
    .banner_container section {
        font-size: 1rem;
    }

    .banner_container section .banner_text {
        line-height: 2rem;
    }

    footer .footer_main_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_page_container .contact_for_phone .contact_box {
        width: 50px;
        height: 50px;
    }

    .contact_page_container .contact_for_phone .contact_box i {
        font-size: 2rem;
    }

    .contact_page_container .contact_for_form h4 {
        font-size: 1.4rem;
    }
    
}

@media (max-width: 400px){
    .clients_container .clients_box_container .img2{
        background-color: rgb(211, 211, 211);;
    }
    .clients_container .clients_box_container .img1{
        background-color: rgb(252, 252, 252);
    }
}

@media (max-width: 375px) {
    .container_box .what_we_do h4 {
        font-size: 2.6rem;
    }

    
}

/* ========== query selector end ========== */


.header_other{
    /* border: 1px solid red; */
    background-color: rgb(255, 204, 0);
    position: fixed;
    top: 0;
    left: 0;
}

.logoother{
    /* border: 1px solid red; */
    width: 200px !important;
}



/*.container_box a{*/
/*    max-width: 768px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/
.pdf_box{
    /*height: 400px;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*margin-top: 2rem;*/
    max-width: 768px;
    width: 100%;
}
/*.pdf_box .pdf_container{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.container_box img{*/
/*    width: 100%;*/
/*}*/
.pdf_box h2{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.pdf_box img{
    width: 100%;
}
.know_more_btn{
    border: 1px solid #16B6BF;
    padding: .5rem 1rem;
    display: block;
    margin: 0 auto;
    border-radius: .4rem;
    background-color: transparent;
    transition: all .4s ease-in;
}
.know_more_btn a{
    font-size: 1rem;
}
.know_more_btn:hover{
    background-color: #16B6BF;
}
