/**
 * Theme Name: child-theme
 * Template:   hello-elementor
 * ...other header fields
 */
:root{
    font-size: 16px;
}
html,
body{
    overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--e-global-color-secondary);
}

.swiper-wrapper{
    direction: rtl;
}
.blur-100{
    filter: blur(100px);
    opacity: .3
}

:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){
    background-color: transparent!important;
}

/*global classes*/


/*global classes*/
/*custom buttons*/

.custom-btn-1{
        display: inline-flex;
    align-items: center;
    background-color: #F0F1F4;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px 30px;
        position: relative;
        transition: all .7s;
}
.custom-btn-1 > svg{
        position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
}
.custom-btn-1 > svg path{
    fill: var(--e-global-color-secondary);
        transition: all 1s;
}
.custom-btn-1 .word{
    position: relative;
    z-index: 10;
        position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
        transition: all 1s;
    color: #2E2D34;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1;
    font-size: 1rem;
}
.custom-btn-1 .word svg{
    width: 22px;
    height: 22px;
}
.custom-btn-1 .word svg path{
    transition: all 1s;
    stroke: #2E2D34;
}
.custom-btn-1:hover{
    box-shadow: 0 2px 5px #F0F1F4;
}
.custom-btn-1:hover > svg{
        top: -110%;
    width: 150%;
}
.custom-btn-1:hover > svg path{
    fill: var(--e-global-color-primary)
}
.custom-btn-1:hover .word{
    color: #fff;
}
.custom-btn-1:hover .word svg path{
    stroke: #fff
}

/*custom buttons*/

/*services card*/

.services-in .services-in_overlay{
        transition: all .7s!important;
    opacity: 0;
}
.services-in .services-in_icon{
    transition: all .7s!important;
        position: absolute;
    top: 20px;
    inset-inline-end: -40px;
}
.services-in:hover .services-in_overlay{
    opacity: 1;
}
.services-in:hover .services-in_icon{
        top: 15px;
    inset-inline-end: 15px;
}

/*services card*/
/*our works*/
.our-works-section_sections_item{
    margin-bottom: 20px;
}

.our-work-single-in{
        width: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 5px #0000001c;
    position: relative;
        height: 250px;
        cursor: pointer;
}
.our-work-single-in a{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.our-work-single-in .our-work-single-in_cover_image{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 1;
}
.our-work-single-in .our-work-single-in_overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 15px;
    transition: all .7s;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.25) 0%, rgb(0 0 0 / 90%) 50%);
    opacity: 0;
}
.our-work-single-in .our-work-single-in_all_text{
        position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    transition: all .7s;
    opacity: 0;
}
.our-work-single-in .our-work-single-in_all_text > div{
        width: 70%;
}
.our-work-single-in .our-work-single-in_all_text span{
        display: inline-flex;
    margin-bottom: 5px;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
        font-size: .9rem;
            position: relative;
    top: 10px;
    transition: all .7s;
}
.our-work-single-in .our-work-single-in_all_text h3{
        margin: 0;
    margin-bottom: 5px;
    font-family: var(--e-global-typography-primary-font-family);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
        position: relative;
    top: 10px;
    transition: all .5s;
}
.our-work-single-in .our-work-single-in_all_text p{
        margin: 0;
    color: #c3c3c3;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: .8rem;
    line-height: 1.8;
        position: relative;
    top: 10px;
    transition: all .3s;
}

.our-work-single-in .our-work-single-in_main_image{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    inset-inline-end: -50px;
    width: 110px;
    transition: all .5s cubic-bezier(.29,.6,.56,1.61);
}
.our-work-single-in .our-work-single-in_main_image img{
    width: 100%;
}

.our-work-single-in:hover .our-work-single-in_overlay,
.our-work-single-in:hover .our-work-single-in_all_text{
    opacity: 1;
}
.our-work-single-in:hover .our-work-single-in_all_text span,
.our-work-single-in:hover .our-work-single-in_all_text h3,
.our-work-single-in:hover .our-work-single-in_all_text p{
    top: 0;
}
.our-work-single-in:hover .our-work-single-in_main_image{
    top: 60%;
}

.our-works-section .our-works-section_taps{
    margin-bottom: 15px;
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps{
        display: flex;
    gap: 5px;
    flex-wrap: wrap;
        align-items: center;
    transition: all .7s;
	justify-content:space-between;
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .tabs {
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms{
    color: #80879A;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
    display: inline-flex;
    border: 1px solid #80879A;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    line-height: 1;
    transition: all .7s;
    font-size: .9rem;
    gap: 3px;
        height: 45px;
        transition: all .7s;
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms img{
        width: 25px;
    height: 25px;
    object-fit: contain;
    transition: all .7s;
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms:hover,
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms.active{
    color: #fff;
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms:hover img,
.our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms.active img{
    filter: brightness(0) invert(1);
}

.our-works-section.our-works-section_center .our-works-section_taps .our-works-section_taps_all_taps{
    width: 100%;
    justify-content: center;
}

/*our works*/
/*popup-post-custom*/

.popup-post-custom{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #00000054;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.popup-post-custom .popup-post-custom-in{
        padding: 50px 150px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom-in-in{
        background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
        box-shadow: 0 0 10px #00000070;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header{
    width: 100%;
    height: 270px;
    position: relative;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .popup-post-custom_header_cover{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .popup-post-custom_header_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .6;
} 
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .popup-post-custom_header_logo{
        position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
    width: 150px;
    z-index: 3;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .close-icon{
    position: absolute;
    z-index: 4;
    top: 20px;
    inset-inline-end: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7c7c7c4f;
    cursor: pointer;
    box-shadow: 0 0 5px #7c7c7c4f;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .close-icon svg{
        width: 30px;
    height: 30px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_header .close-icon svg path{
    fill: #c8c8c8;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body,
.popup-post-custom .popup-post-custom-in .popup-post-custom_footer{
        padding: 30px 40px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container{
        margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}   
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div{
     position: relative;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div:first-of-type{
    width: calc(60% - 10px);
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div:last-of-type{
    width: calc(40% - 10px);
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms{
        display: flex;
    flex-wrap: wrap;
        margin-bottom: 15px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms > div{
    display: flex;
    gap: 5px;
        align-items: center;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms > div img{
        width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms > div .word,
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms > div .sla{
        color: #030D28;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    font-size: .8rem;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms > div:last-of-type .sla{
    display: none;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header h3{
        margin: 0;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-primary-font-family);
    color: #2E2D34;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.6rem;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header a{
    margin-bottom: 10px;
        display: flex;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_text{
        color: #80879A;
    font-weight: normal;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: 10px;
    text-shadow: 0 0 0px #80879A;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_word{
        font-family: var(--e-global-typography-primary-font-family);
    font-weight: bold;
    color: #141324;
    font-size: .8rem;
    flex-shrink: 0;
        margin-top: 5px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_all{
        flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_all > div{
        text-align: center;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_all > div img {
        display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_all > div span{
        font-family: var(--e-global-typography-primary-font-family);
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.5;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_header_main_image{
        position: absolute;
            width: 180px;
    inset-inline-end: 0;
    bottom: 0px;
    z-index: 10;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div{
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
        padding-left: 30px;
    padding-right: 30px;
        align-items: flex-start;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img{
        width: calc(33.33333% - 13.33333px);
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+1){
        margin-top: 0;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+2){
        margin-top: 50px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+3){
        margin-top: 100px;
}
.popup-post-custom .popup-post-custom-in .popup-post-custom_footer > h3{
        font-family: var(--e-global-typography-primary-font-family);
    font-weight: bold;
    color: #2E2D34;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 1.8rem;
}


/*popup-post-custom*/
/*about us*/

.card-about{
    backdrop-filter: blur(5px);
}
.card-about .card-about_text{
        transition: all .7s!important;
            position: relative;
    inset-inline-start: 0px;
    transform: scale(1);
}
.card-about .card-about_number .elementor-heading-title{
        transition: all .7s;
}
.card-about:hover .card-about_number .elementor-heading-title{
    color: #000!important;
}
.card-about:hover .card-about_text{
    inset-inline-start: -30px;
    transform: scale(1.1);
}



/*about us*/
/*faq-section*/

.faq-section .e-n-accordion-item-title{
        position: relative;
    border-bottom: 1px solid #dadbe3!important;
}
.faq-section .e-n-accordion-item-title .e-n-accordion-item-title-icon{
        position: absolute;
    top: 50%;
    inset-inline-end: 10px;
    transform: translateY(-50%);
    /*border: 1px solid #030D28;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*box-shadow: 0 0 1px #030D28;*/
}
/*.faq-section .e-n-accordion-item-title .e-n-accordion-item-title-icon > span{*/
/*        position: relative;*/
/*    top: .5px;*/
/*}*/

/*faq-section*/
/*navbar mobail*/

.mobail-navbar-overlay{
    position: fixed;
    top: 0px;
    inset-inline-start: 0px;
    width: 0%;
    max-width: none;
    height: 100%;
    opacity: .4;
    display: block
}

.mobail-navbar-overlay.mobail-navbar-overlay-1{
    z-index: 20;
    transition: all .3s;
    background-color: var(--e-global-color-primary);
}
.mobail-navbar-overlay.mobail-navbar-overlay-2{
    z-index: 21;
    transition: all .5s;
    background-color: var(--e-global-color-secondary);
}
.mobail-navbar-overlay.mobail-navbar-overlay-3{
    z-index: 22;
    transition: all .7s;
    background-color: var(--e-global-color-primary);
}
.mobail-navbar-overlay.mobail-navbar-overlay-4{
    z-index: 23;
    transition: all .9s;
    background-color: #000
}
.mobail-navbar-overlay.mobail-navbar-overlay-active{
    width: 100%
}
/***********/
.mobail-navbar .navbar-links,
.mobail-navbar .navbar-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobail-navbar .navbar-links{
        position: fixed;
    z-index: 100;
    background-color: #0D004C;
    width: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: -1px 0px 5px #1c1c1c;
    overflow: auto;
    height: 100%;
    top: 0;
    inset-inline-start: -300px;
    transition: all .7s
}
.mobail-navbar .navbar-links.navbar-links-show{
    inset-inline-start: 0px;
}
.mobail-navbar .navbar-links .menu-item-has-children{
    position: relative
}
.mobail-navbar .navbar-links .menu-item-has-children .arrow-container{
        display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    inset-inline-end: 10px;
}
.mobail-navbar .navbar-links .menu-item-has-children .arrow-container .arrow-in{
        display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    border-radius: 1px;
}
.mobail-navbar .navbar-links li a{
        color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    transition: all .7s;
        gap: 8px;
    font-family: var(--e-global-typography-primary-font-family);
}
.mobail-navbar .navbar-links li a:hover{
    background-color: var(--e-global-color-secondary)
}
.mobail-navbar .navbar-links .sub-menu{
        padding-inline-start: 20px;
        display: none
}
.mobail-navbar .navbar-links .sub-menu > li > a{
        font-size: 13px;
}
.mobail-navbar .navbar-links li a .count-nav{
    order: -1;
    color: var(--e-global-color-secondary);
}
.mobail-navbar .navbar-links li a picture,
.mobail-navbar .navbar-links li a img{
        order: -1;
    width: 18px;
    filter: brightness(0) invert(1);
}
.mobail-navbar .navbar-links > svg{
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    cursor: pointer;
}

.icon-open-mobile{
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.icon-open-mobile span{
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fff;
}
.icon-open-mobile span:first-of-type,
.icon-open-mobile span:last-of-type{
    border-radius: 100px;
    transition: all .7s .5s;
}
.icon-open-mobile span:nth-of-type(2),
.icon-open-mobile span:nth-of-type(3){
    width: 50%;
    top: 50%;
    margin-top: -2.5px;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}
.icon-open-mobile span:first-of-type{
    top: 0;
    background-color: var(--e-global-color-primary)
}
.icon-open-mobile span:last-of-type{
    bottom: 0;
    background-color: var(--e-global-color-secondary)
}
.icon-open-mobile span:nth-of-type(2){
    border-start-start-radius: 100px;
    inset-inline-start: 0
}
.icon-open-mobile span:nth-of-type(3){
    border-end-end-radius: 100px;
    inset-inline-end: 0
}
/*active*/


.icon-open-mobile.icon-open-mobile-active span:first-of-type{
    top: 50%;
    margin-top: -2.5px;
}
.icon-open-mobile.icon-open-mobile-active span:last-of-type{
    bottom: 50%;
    margin-bottom: -2.5px;
}
.icon-open-mobile.icon-open-mobile-active span:nth-of-type(2),
.icon-open-mobile.icon-open-mobile-active span:nth-of-type(3){
    opacity: 0;
    visibility: hidden;
}
.icon-open-mobile.icon-open-mobile-active span:nth-of-type(2){
    inset-inline-start: -50px;
}
.icon-open-mobile.icon-open-mobile-active span:nth-of-type(3){
    inset-inline-end: -50px
}


/*navbar mobail*/


@media (max-width: 1024px){
    
}
@media (max-width: 992px){
    .popup-post-custom .popup-post-custom-in{
            padding: 50px 15px;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header h3{
        font-size: 1.1rem;
            margin-bottom: 5px;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header a{
            margin-bottom: 5px;
    }
    .our-works-section .our-works-section_taps .our-works-section_taps_all_taps{
            justify-content: center;
    }
    .our-works-section .our-works-section_taps .our-works-section_taps_all_taps{
        gap: 10px
    }
    .our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms{
        width: calc(50% - 5px);
    }
}
@media (max-width: 767px){
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div{
        width: 100%!important;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div:first-of-type{
        order: 2;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container > div:last-of-type{
        order: 1;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_header_main_image{
            width: 100px;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_terms,
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header{
            justify-content: center;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_text{
        text-align: center;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_all{
            width: 100%;
    justify-content: center;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_technologies-used .popup-post-custom_body_technologies-used_word{
            width: 100%;
    margin-top: 0;
    text-align: center;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_footer > h3{
        text-align: center;
            font-size: 1.4rem;
    }
    .uniqueness-card{
            position: static!important;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div{
            padding-left: 0;
    padding-right: 0;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img{
        width: calc(50% - 10px);
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+1),
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+2),
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(3n+3){
        margin-top: 0;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(2n+1){
        margin-top: 0;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_screens > div img:nth-of-type(2n+2){
        margin-top: 30px;
    }
}
@media (max-width: 567px){
    .popup-post-custom .popup-post-custom-in .popup-post-custom_header .popup-post-custom_header_logo{
            width: 100px;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body .popup-post-custom_body_data_container .popup-post-custom_body_data_header h3{
        width: 100%;
        text-align: center;
    }
    .popup-post-custom .popup-post-custom-in .popup-post-custom_body, .popup-post-custom .popup-post-custom-in .popup-post-custom_footer{
            padding: 30px 15px;
    }
    .our-work-single-in .our-work-single-in_all_text > div{
            width: calc(100% - 60px);
    }
    .our-work-single-in .our-work-single-in_all_text{
            padding: 10px;
    }
    .our-works-section .our-works-section_taps .our-works-section_taps_all_taps .all-terms{
        width: 100%
    }
}















