:root{
    /*---------- Colors ----------*/
    --color-body: #FAFAFA;
    --color-primary: #25a3de;
    --color-secondary: #C4C4C4;
}
html{
    height: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    background: var(--color-body);
}
::selection{
    color: #000;
    background: #ccc;
}
::-moz-selection{
    color: #000;
    background: #ccc;
}
*{
    outline: none !important;
}
a{
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
a.a-hover:hover{
    color: var(--color-primary) !important;
}
p,
.h1,h1,
.h2,h2,
.h3,h3,
.h4,h4,
.h5,h5,
.h6,h6,
label {
    margin: 0;
}
ul{
    margin-bottom: 0;
}
img{
    width: 100%;
    height: 100%;
}
button{
    box-shadow: none !important;
}
.fs-18 {
    font-size: 18px !important;
}

.capabilities-fs-16 ul li,
.capabilities-fs-16 ol li {
    font-size: 16px !important;
}

.py-7 {
    padding: 7rem;
}


.w-fit {
    width: fit-content;
}

/*
|--------------------------------------------------------------------------
| start slider css
|--------------------------------------------------------------------------
|
*/

.slick-dots{
    display: flex;
    width: 100%!important;
    justify-content: center;
}
.slick-dots li, .slick-dots li button {
    width: 10px!important;
    height: 10px!important;
    border: 0px!important;
}
.slick-dots{
    margin-top:20px;
}
.slick-list.draggable{
    width: 100%;
}

/*
|--------------------------------------------------------------------------
|end  slider css
|--------------------------------------------------------------------------
|
*/

/* Industries Slick */

.industries-slick-js .slick-dots li.slick-active button{
    background-color: #fff !important;
}

.industries-slick-js .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.6);
}

.industries-slick-js.listify-slick .slick-dots {
    bottom: -35px !important;
}

.industries-borders {
    border: 2px solid #fff;
    padding: 40px;
    width: 194px;
    height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 194px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.img-industries {
    width: 50px;
    height: 50px;
}
/*
|--------------------------------------------------------------------------
| General Shortcuts
|--------------------------------------------------------------------------
|
*/

/*---------- Snow ----------*/
/*.snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 2;
    pointer-events: none;
}*/
/*---------- End Snow ----------*/

/*---------- Measures ----------*/
.width-20{
    width: 20px;
    height: 20px;
}
.h-100vh{
    height: 100vh;
}
/*---------- End Measures ----------*/

/*---------- Elements ----------*/
.adjust-element{
    font-size: 0;
}
.cursor-pointer{
    cursor: pointer;
}
.z-index-1{
    z-index: 1;
}
/*---------- End Elements ----------*/

/*---------- Fonts Weights ----------*/
.font-light{
   font-weight: 300;
}
.font-medium{
    font-weight: 600;
}
b,
strong,
.font-bold{
    font-weight: 800;
}
/*---------- End Fonts Weights ----------*/

/*---------- Text Color ----------*/
.text-secondary{
    color: var(--color-secondary) !important;
}
/*---------- End Text Color ----------*/

/*---------- Background Color ----------*/
.bg-secondary{
   background-color: var(--color-secondary) !important;
}
.bg-black{
    background-color: #000000;
}
.bg-gray{
    background-color: #1A1C1F;
}

.bg-light-gray{
    background-color: #C4C4C46C;
}
/*---------- End Background Color ----------*/

/*---------- Picture Ratio ----------*/
.picture-wrapper{
    position: relative;
}
.picture-wrapper.padding-top-55{
    padding-top: 55%;
}
.picture-wrapper.padding-top-66{
    padding-top: 66%;
}
.picture-wrapper.padding-top-100{
    padding-top: 100%;
}
.picture-wrapper.padding-top-115{
    padding-top: 115%;
}
.picture-wrapper.padding-top-141{
    padding-top: 141%;
}
.picture-wrapper img,
.picture-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
}
/*---------- End Picture Ratio ----------*/

/*---------- Position Absolute ----------*/
.position-absolute.top-middle{
    top: 50%;
    transform: translateY(-50%);
}
.position-absolute.top-middle.left-middle{
    left: 50%;
    transform: translate(-50%, -50%);
}
.position-absolute.left{
    left: 0;
}
.position-absolute.right{
    right: 0;
}
.position-absolute.bottom{
    bottom: 0;
}
/*---------- End Position Absolute ----------*/

/*---------- Images ----------*/
img.cover{
    object-fit: cover;
}
img.contain{
    object-fit: contain;
}
img.greyscale{
    filter: grayscale(1);
    transition: filter .3s;
}
img.greyscale:hover{
    filter: grayscale(0);
}
/*---------- End Images ----------*/

/*---------- Background Image ----------*/
.background-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.background-image.fixed{
    background-attachment: fixed;
}
/*---------- End Background Image ----------*/

/*---------- Overlay ----------*/
.overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
/*---------- End Overlay ----------*/

/*---------- Rich Text ----------*/
.rich-text{
    word-break: break-word;
}
.rich-text a{
    color: var(--color-primary) !important;
    text-decoration: underline !important;
}
.pre-wrap{
    white-space: pre-wrap;
}
/*---------- End Rich Text ----------*/

/*---------- Pagination ----------*/
.pagination{
    justify-content: center;
    margin-top: 50px;
}
.pagination .page-link{
    color: #000000 !important;
    opacity: 0.5;
    border: 0;
    background-color: unset !important;
}
.pagination .page-item.active .page-link{
    opacity: 1;
}
/*---------- End Pagination ----------*/

/*
|--------------------------------------------------------------------------
| End General Shortcuts
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Website Shortcuts
|--------------------------------------------------------------------------
|
*/

/*---------- Measures ----------*/
.pt-150{
    padding-top: 150px;
}
.py-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.pt-250{
    padding-top: 250px;
}
.py-250{
    padding-top: 250px;
    padding-bottom: 250px;
}
/*---------- End Measures ----------*/

/*---------- Border Radius ----------*/
.border-radius-15{
    border-radius: 15px;
}
/*---------- End Border Radius ----------*/

/*---------- Text Color ----------*/
.text-color{
    opacity: 0.6;
}
/*---------- End Text Color ----------*/

/*---------- Background ----------*/
.bg-black-gradient{
    background-image: linear-gradient(to bottom, #2D2E32, #0D0F13);
}
/*---------- End Background ----------*/

/*---------- Line Height ----------*/
.line-height-text{
    line-height: 1.75;
}
/*---------- End Line Height ----------*/

/*---------- What We Do Block ----------*/
.custom-block{
    background-color: #2a2b2f ;
    border-radius: 3px;
    transition: all 0.3s;
}

.custom-block:hover {
    color: #000000;
    background: #FFFFFF;
    transform: scale(1.1);
}
.custom-block p{
    margin-bottom: 1.5rem;
}
.custom-block p:last-child{
    margin-bottom: 0;
}
/*---------- En dWhat We Do Block ----------*/

/*---------- Images ----------*/
.img-hover{
    overflow: hidden;
    transition: box-shadow 300ms ease-out;
}
.img-hover:hover{
    box-shadow: 0rem 0rem 1.5rem 0.5rem rgba(224,224,224,1);
}
.img-hover:hover img{
    transform: scale(1.1);
}
.img-hover img{
    transition: transform .3s ease-out;
}
/*---------- End Images ----------*/

/*---------- Background Image ----------*/
.background-image-md{
    height: 700px;
}
/*---------- End Background Image ----------*/

/*
|--------------------------------------------------------------------------
| End Website Shortcuts
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
|
*/

/*---------- Main ----------*/
main{
    margin-bottom: 150px;
}
/*---------- End Main ----------*/

/*---------- Logo ----------*/
.tedmob-logo{
    width: 145px;
    height: auto;
}
/*---------- End Logo ----------*/

/*---------- Loading Wrapper ----------*/
.loading-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: height 0.75s;
    z-index: 9999;
}

.loading-wrapper svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    height: 100%;
    padding: 0 25px;
    transition: opacity 0.5s;
}

/* Fill the logo */
.loading-wrapper svg.fill path{
    fill-opacity: 1;
    transition: all 1.5s;
}

/* Close the loading screen */
.loading-wrapper.done{
    height: 0;
}
.loading-wrapper.done svg{
    opacity: 0;
}
/*---------- End Loading Wrapper ----------*/

/*---------- Btn Loadmore ----------*/
.loading-gif{
    position: absolute;
    width: 25px;
    height: 25px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-animation: rotation 2s infinite;
    -webkit-animation: rotation 2s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -100%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -100%) rotate(360deg);
    }
}
/* Standard syntax */
@keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -100%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -100%) rotate(360deg);
    }
}
/*---------- End Btn Loadmore ----------*/

/*
|------------------------------------------------------header--------------------
| End General
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Components
|--------------------------------------------------------------------------
|
*/

/*---------- Header ----------*/
.page-header{
    padding-top: 100px;
    padding-bottom: 75px;
}
/*---------- End Header ----------*/

/*---------- Ribbon ----------*/
.ribbon-wrapper{
    position: absolute;
    top: -5px;
    left: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 2;
}
.ribbon-wrapper div{
    font-size: 10px;
    background-image: linear-gradient(to right, #EBE7E7, var(--color-body));
    padding: 3px 0;
    text-align: center;
    transform: rotate(-45deg) translate(-28%, -11%);
    width: 145%;
    box-shadow: 0 3px 5px rgba(0,0,0,.15) !important;

}
.ribbon-wrapper:before,
.ribbon-wrapper:after{
    content: '';
    position: absolute;
    border-bottom: 5px solid #C7C7C7;
    border-left: 5px solid transparent;
}
.ribbon-wrapper:before{
    bottom: 0;
    left: 0;
}
.ribbon-wrapper:after{
    top: 0;
    right: 0;
}
/*---------- End Ribbon ----------*/

/*---------- Tags ----------*/
.tags label{
    font-size: 10px;
    font-weight: 300;
    border: 1px solid #F1f1f1;
    border-radius: 7.5px;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    background-color: #F1f1f1;
    color: #000000;
}
/*---------- End Tags ----------*/

/*
|--------------------------------------------------------------------------
| End Components
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
|
*/

.navigation{
    z-index: 1000;
}
.navigation.text-white *{
    color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| End Navigation
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Home Page
|--------------------------------------------------------------------------
|
*/

/*---------- Landing Section ----------*/
/* title */
h2.display-4 {
    font-size: 2.975rem !important;
}
.typed{
    font-size: 2.975rem !important;
}
.content-wrapper.display-4{
    font-size: 2.975rem !important;
    line-height: 1.2;
}

.landing-section video{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-section .content-wrapper{
    line-height: 85px;
}
.landing-section .typed{
    padding: 0 5px;
}

.video-hover{
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 100px;
}

.filter {
    transition: filter 0.3s ease;
  }
  .filter.active {
    filter: brightness(0) invert(1);
  }
  .filter.scaled {
    transform: scale(50);
    transition: transform 1s ease-out;
    z-index: 9999;
    /* position: absolute;
    top: 0;
    left: 0; */
    filter: brightness(0) invert(1);
  }
  .filter.scaledBack {
    transform: scale(1);
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease-out;
    z-index: 1;
    position: relative;
  }
/* .video-hover img{
 animation-duration: 2s;
 animation-iteration-count: infinite;
 animation-name: bounce;
 animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    10%  { transform: translateY(0); }
    30%  { transform: translateY(-25px); }
    50%  { transform: translateY(0); }
    57%  { transform: translateY(-7px); }
    64%  { transform: translateY(0); }
    100% { transform: translateY(0); }
} */

.text-bottom{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
/*---------- End Landing Section ----------*/

/*---------- Section ----------*/
.section .slide .slide-content{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.75s;
    height: 50vh;
}
.section .slide .slide-content .logo{
    width: auto;
    max-width: 120px;
    height: 120px;
}
.section .slide .slide-content.show{
    opacity: 1;
    transform: translateY(0);
}
/*---------- End Section ----------*/

/*
|--------------------------------------------------------------------------
| End Home Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Work Page
|--------------------------------------------------------------------------
|
*/

/*---------- Filters ----------*/
.filters {
    position: relative;
} 

.static-background {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f4f4f4; 
    display: inline-block; 
    border-radius: 100px;
}

.filters li {
    cursor: pointer;
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.filters li:hover {
   font-weight : 600
}

.filters__background {
    position: absolute;
    background-color: #ffffff;
    border-radius: 100px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.filters li.active {
    font-weight: 600;
}

/* Filter Wrapper */

.filter-wrapper li a{
    display: flex;
}
.filter-wrapper li span{
    position: relative;
    transition: all .3s;
}
.filter-wrapper li span:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000000;
    transition: all .3s;
    z-index: -1;
}
/* .filters li.active:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: 2px;
    background: #000;
} */
.filter-wrapper li.active span,
.filter-wrapper li span:hover{
    color: #fff;
    padding: 0 20px;
}
.filter-wrapper li.active span:before,
.filter-wrapper li span:hover:before{
    width: 100%;
}
/*---------- End Filters ----------*/
@media screen and (min-width : 550px) {
    .carousel-item {
        width: 475px !important;
    }
}

/*
|--------------------------------------------------------------------------
| End Work Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Agency Page
|--------------------------------------------------------------------------
|
*/
   /* img.black{
    filter: invert(100%) grayscale(100%) brightness(0%);
    } */
/*---------- Listify ----------*/
.mx-150 {
    width:150px;
    max-width: 150px;
}
.listify {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    /* grid-template-columns: repeat(6, 1fr); */

    gap: 0 4.8rem;
    justify-items: center;
    padding: 0;
}
.listify li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Grayscale (Optional) */
.listify.grayscale img{
    -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
    filter: grayscale(100%) brightness(10%) contrast(10%);
}
.listify.grayscale img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Blur (Optional) */
.listify.blur:hover li {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
.listify.blur:hover li:not(:hover)  {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

/* Transition (Optional) */
.listify.transition li:hover {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
}

/* Listify Slick */
.listify-slick .slick-dots{
    bottom: -10px;
}
/*---------- End Listify ----------*/

/*---------- Principles ----------*/
.principle-wrapper{
    background: black;
    transition: all 0.3s;
    color: white;
    border: 1px solid white;
}
.principle-wrapper:hover{
    color: black;
    background: white;
    transform: scale(1.1);
}
/*---------- End Principles ----------*/

/*---------- Partners ----------*/
.partner-slick .slick-track{
    padding: 45px 0;
}
.partner-slick .slick-list{
    padding-right: 100px;
}
/*---------- End Partners ----------*/.hidden-image {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 2s ease-in-out, visibility 2s ease !important;
}

.hidden-image.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
}

.n-scroll {
    transition: transform 2s ease-out, display 1s ease-out;
}

.n-scroll h3 {
    display: flex;
    font-size: 5rem;
    align-items: center;
}

#number {
    display: flex;
    width: 30px;
    overflow: hidden;
    height: 70px;
}

#number>span {
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-basis: 48px;
    width: 1px;
    line-height: 70px;
    transition: all 2.5s cubic-bezier(0.35, 0.1, 0.15, 1);
}

#number>span.visible {
    position: static;
}

#more {
    color: white;
    border: solid !important;
    border-color: white !important;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease; 
}
@media (min-width: 900px) {
#more:hover {
    background-color: white;
    color: black !important;
    border: 0px !important;
}
}

.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1a1c1f;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.line{
    position: relative
}

/*
|--------------------------------------------------------------------------
| End Agency Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Capabilities Page
|--------------------------------------------------------------------------
|
*/

/*---------- Capabilities ----------*/
.capabilities-nav,
.capabilities-indicators{
    position: -webkit-sticky;
    position: sticky;
    top: 35vh;
}

.capabilities-nav,
.capabilities-indicators{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* Capability Navigation */
.capabilities-nav li{
    opacity: 0.6;
    transition: opacity .15s;
}

/* Capability Indicators */
.capabilities-indicators{
    min-width: 60px;
}
.capabilities-indicators li{
    position: relative;
    height: 24px;
}
.capabilities-indicators li span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.35;
    transition: width .15s;
}
.capabilities-indicators li.active span{
    width: 60px;
    opacity: 1;
}

/* Capability Content */
.capabilities-image{
    background-size: cover;
}

/* Capability Sections */
.capabilities-section{
    opacity: 0.35;
    transition: opacity .5s;
}
.capabilities-section img{
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
}

/* Capability Active */
.capabilities-nav li.active,
.capabilities-section.active{
    opacity: 1;
}
@media screen and (min-width:450px) and (max-width : 600px) {
    .capabilities-image {
        height: 600px !important
    }
}

@media screen and (max-width : 450px) {
    .capabilities-image {
        height: 450px !important
    }
}

@media screen and (min-width:600px) and (max-width:768px) {
    .capabilities-image {
        height: 700px !important
    }

}
@media screen and (min-width : 768px) {
    .capabilities-image {
        height: 100% !important;
    }
}

.line-height-text ul{
    list-style-type: none;
    padding-left : 0px;
    margin-right : 3vw
}

.line-height-text ol {
    list-style-type: none;
    padding-left: 0px;
    margin-right: 3vw
}

.line-height-text ul li {
    font-size : 13px;
    font-weight: 600;
}

.line-height-text ol li {
    font-size: 13px;
    font-weight: 600;
}
/*---------- End Capabilities ----------*/

/*
|--------------------------------------------------------------------------
| End Capabilities Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Solution Page
|--------------------------------------------------------------------------
|
*/

/*---------- Theme Change ----------*/
.section .slide.text-white svg path{
    fill: #FFFFFF;
}
.section .slide.text-white .solutions-tags label{
    color: #FFFFFF;
    border-color: #898A8C;
}
/*---------- End Theme Change ----------*/

/*---------- Solutions Slick ----------*/
.solutions-slick .slick-dots{
    bottom: 15px;
}
/*---------- End Solutions Slick ----------*/

.project-industry-slick-js {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}
.project-industry-slick-js .slick-slide {
    margin: 0 10px; /* Add margin between slides */
    height: auto; /* Set slide height to auto */
}
.project-industry-slick-js .slick-list {
    margin: 0 -10px; /* Remove default negative margin */
}
/*---------- Solutions Tags ----------*/
.solutions-tags label{
    font-size: 13px;
    background-color: transparent !important;
    padding: 6px 18px;
}
/*---------- End Solutions Tags ----------*/

/*---------- Reference Wrapper ----------*/
.reference-wrapper img{
    max-width: 5rem;
    height: 3.2rem;
    filter: brightness(0) invert(1);
}
/*---------- End Reference Wrapper ----------*/

/*
|--------------------------------------------------------------------------
| End Solution Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Blog Page
|--------------------------------------------------------------------------
|
*/

/*---------- Blog Banner ----------*/
.blog-banner{
    position: relative;
    height: 400px;
}
.blog-banner .ribbon-text:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    margin-right: .5rem;
    height: 1px;
    background: var(--color-secondary);
}
/*---------- End Blog Banner ----------*/

/*---------- Blog Sharer Links ----------*/
.blog-share{
    position: sticky;
    top: 100px;
}
.blog-share ul li a {
    display: block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border: 1px #EDEDED solid;
    transition: background-color .3s;
}
.blog-share ul li a svg {
    width: 25px;
    height: 25px;
}
.blog-share ul li a:hover svg path{
    transition: fill .3s;
}
.blog-share ul li a:hover {
    background-color: #000000;
}
.blog-share ul li a:hover svg path{
    fill: #FFFFFF;
}
/*---------- End Blog Sharer Links ----------*/

/*
|--------------------------------------------------------------------------
| End Blog Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Contact Page
|--------------------------------------------------------------------------
|
*/

#heading {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

/*---------- Location Wrapper ----------*/
.branches-wrapper{
    transform: translateY(-25%);
    margin-bottom: -100px;
}
/*---------- End Location Wrapper ----------*/

/*---------- Contact Slick Nav ----------*/
.branches-slick-nav .slick-track{
    padding: 25px 0;
}
.branches-slick-nav .slick-slide{
    transition: transform .3s;
}
.branches-slick-nav .slick-current{
    transform: translateY(-25px);
}
/*---------- End Contact Slick Nav ----------*/

/*
|--------------------------------------------------------------------------
| End Contact Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
|
*/

footer .border{
    border-color: #000 !important;
}
.icons-wrapper{
    transition: all 0.3s;
}
.icons-wrapper:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    transition: all 0.3s;
}
.icons-wrapper:hover:before{
    height: 10px;
}

/*
|--------------------------------------------------------------------------
| End Footer
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Fullpage.js
|--------------------------------------------------------------------------
|
*/

/*---------- Indicators ----------*/
#fp-nav{
    transform: translateY(-50%);
}
#fp-nav ul li a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    border-radius: 0;
    height: 10px;
    margin: -5px 0 0 -5px;
    opacity: 1;
    width: 10px;
    background: #000000;
}

#fp-nav.white-indicators ul li a span{
    background: #FFFFFF;
}

#fp-nav ul li a:not(.active) span {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
}
/*---------- End Indicators ----------*/

/*---------- Arrows ----------*/
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next{
    border: none;
    top: auto;
    bottom: 140px;
    width: 41px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.fp-controlArrow.fp-prev{
    left: auto;
    right: 150px;
    background-image: url(../images/icons/arrow/arrow-left-black.svg);
}
.fp-controlArrow.fp-next{
    right: 100px;
    background-image: url(../images/icons/arrow/arrow-right-black.svg);
}
.section.white-arrows .fp-controlArrow.fp-prev{
    background-image: url(../images/icons/arrow/arrow-left-white.svg);
}
.section.white-arrows .fp-controlArrow.fp-next{
    background-image: url(../images/icons/arrow/arrow-right-white.svg);
}
/*---------- End Arrows ----------*/

/*
|--------------------------------------------------------------------------
| End Override Fullpage.js
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Slick
|--------------------------------------------------------------------------
|
*/

/*---------- Dots Custom ----------*/
.slick-dots{
    font-size: 0;
    bottom: 0;
}
.slick-dots li{
    margin: 0 5px;
}
.slick-dots li button{
    padding: 0;
    background-color: var(--color-secondary);
    border-radius: 100%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li,
.slick-dots li button{
    width: 7px;
    height: 7px;
}
.slick-dots li button:before{
    content: none;
}
.slick-dots li.slick-active button{
    opacity: 1;
    background-color: #000000;
}
/*---------- End Dots Custom ----------*/

/*---------- Arrow Custom ----------*/
.slick-prev,
.slick-next {
    top: 90%;
    width: 41px;
    height: 22px;
}
.slick-next {
    right: 50px;
}
.slick-prev {
    left: auto;
    right: 110px;
    z-index: 1;
}
.slick-prev:before,
.slick-next:before{
    opacity: 1 !important;
    background-size: 25px 50px;
    display: inline-block;
    width: 41px;
    height: 22px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-prev:before{
    background-image: url(../images/icons/arrow/arrow-left-white.svg);

}
.slick-next:before{
    background-image: url('../images/icons/arrow/arrow-right-white.svg')
}
/*---------- End Arrow Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Override Slick
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Bootstrap
|--------------------------------------------------------------------------
|
*/

.container {
    max-width: 1500px;
}
.small, small{
    font-size: 13px;
}
.w-85 {
    width: 85%;
}

/*
|--------------------------------------------------------------------------
| End Override Bootstrap
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Inputs & Buttons Styling
|--------------------------------------------------------------------------
|
*/

/*---------- Button Custom ----------*/
.btn-custom{
    position: relative;
    min-width: 195px;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 20px 30px;
}
.btn-custom.v2 {
    font-size: 12px !important;
    padding: 10px 15px !important;
}
.btn-custom span:first-child{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000000;
    transition: all 0.3s;
}
.btn-custom:hover span:first-child{
    height: 100%;
}
.btn-custom:hover span:last-child{
    color: #FFFFFF !important;
    transition: all 0.3s;
    transition-delay: .1s;
}

/* Button Small */
.btn-custom.btn-sm{
    font-size: 10px;
    padding: 5px;
    min-width: 0;
}

/* Filled Black Version */
.btn-custom.btn-black{
    color: #FFFFFF;
    background: #000000;
}
.btn-custom.btn-black span:first-child{
    background: #FFFFFF;
}
.btn-custom.btn-black:hover span:last-child{
    color: #000000 !important;
}

/* Filled White Version */
.btn-custom.btn-white{
    background: #FFFFFF;
}

/* Stroke White Version */
.section .slide.text-white .btn-custom{
    color: #fff;
    border-color: #fff;
}
.section .slide.text-white .btn-custom span:first-child{
    background: #fff;
}
.section .slide.text-white .btn-custom:hover span:last-child{
    color: #000 !important;
}
.btn-team-loadmore{
    background: #26282b;
    border: 1px solid #26282b;
}

.btn-team-loadmore span:first-child{
    background : #fff
}

.btn-team-loadmore:hover span:last-child {
    color: #26282b !important;
}

/*---------- End Button Custom ----------*/

/*---------- Input Custom ----------*/
.form-control:focus{
    box-shadow: none !important;
    border-color: inherit;
}

/* Form Custom 1 */
.form-custom1{
    font-size: 15px;
    height: 50px;
    border-color: #EDEDED !important;
    border-radius: 7.5px;
    padding: .375rem 1.1rem;
}
.form-custom1::-webkit-input-placeholder {
  color: #B0B2B4;
}
.form-custom1::-moz-placeholder {
  color: #B0B2B4;
}
.form-custom1:-ms-input-placeholder {
  color: #B0B2B4;
}
.form-custom1:-moz-placeholder {
  color: #B0B2B4;
}

/* Form Custom 2 */
.form-custom2{
    font-size: 15px;
    height: 50px;
    border-color: #898A8C !important;
    border-radius: 0;
    color: #000;
    background: transparent !important;
    padding: .375rem 1.1rem;
}
.form-custom2::-webkit-input-placeholder {
  color: #000;
}
.form-custom2::-moz-placeholder {
  color: #000;
}
.form-custom2:-ms-input-placeholder {
  color: #000;
}
.form-custom2:-moz-placeholder {
  color: #000;
}

.section .slide.text-white .form-custom2{
    color: #fff;
}
.section .slide.text-white .form-custom2::-webkit-input-placeholder{
    color: #fff;
}
.section .slide.text-white .form-custom2::-moz-placeholder{
    color: #fff;
}
.section .slide.text-white .form-custom2:-ms-input-placeholder{
    color: #fff;
}
.section .slide.text-white .form-custom2:-moz-placeholder{
    color: #fff;
}
/*---------- End Input Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Inputs & Buttons Styling
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Font Weight
|--------------------------------------------------------------------------
*/

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}


/*
|--------------------------------------------------------------------------
| End Font Weight
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Gaps
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| End Gaps
|--------------------------------------------------------------------------
*/

.gap-1 { 
    gap: 1rem;
}

.gap-2 { 
    gap: 2rem;
}

.gap-4 {
    gap: 4rem;
}

.gap-5 {
    gap: 5rem;
}

.gap-6 {
    gap: 6rem;
}

.gap-8{
    gap : 8rem;
}

.gap-11 {
    gap: clamp(5.5rem, 3.13vw + 2.7rem, 11.25rem);
}

/*
|--------------------------------------------------------------------------
| Case Studies
|--------------------------------------------------------------------------
*/
.mt-6 {
    margin-top:5rem;
}

.text-grey {
    color: #C4C4C4;
}

.text-black-grey {
    color:#707070 ;
}

.logo {
    aspect-ratio: 165.6px/66.5px;
    width: 165.6px;
    object-fit: contain;
}

.text-right {
    text-align: end;
}

.fs-30 {
    font-size: clamp(20px, 2vw + 16px, 30px);
}

.w-15 {
    width: 15%;
}

.p-y-1 {
    padding: clamp(20px, 5.2083vw - 13.3333px, 50px) 0;
}

.p-y-2{
    padding: clamp(20px, 8.3333vw - 21.3333px, 80px) 0;
}

.challenge-section,
.solution-section {
    position: relative;
    background-color: #f0f0f0;
    margin: clamp(90px,16.7vw,250px) 0;
    min-height: 311px;
    width: 100%;
}

.challenge-section h1,
.solution-section h1{
    font-size: clamp(1rem,2.7vw,3.5rem);
}

.challenge-section ul li,   
.solution-section ul li{
    font-size: clamp(10px,1vw,15px);
}

.solution-section { 
    margin: clamp(120px,23.33vw,350px) 0 0 0;
}

.figure-1 {
    position:absolute;
    top: -57%;
    right: 12%;
}

.figure-2 {
    position:absolute;
    top: -73%;
    left: 3%;
}

.figure-1 img,
.figure-2 img{
    object-fit: contain;
}

.figure-1 img:nth-child(1) {
    width: clamp(240px,41.1vw,616px);
    
}


.figure-1 img:nth-child(2) {
      position: absolute;
      width: clamp(200px,34.333vw,515px);
      right: -24%;
      top: -4%;
}

.figure-2 img {
    width: clamp(260px,45.1vw,676px);
}

.store {
    margin: 180px 0 50px 416px;
}

.link-store img{
    object-fit: contain;
    width: clamp(110px,13vw,195px);

}

.link-left > p,
.link-right > p {
    width: 100%;
    font-size: 18px;
}

.link-left > p {
    margin-left: 17px;
}

.link-right > p {
    margin-right: 17px;
}



/*
|--------------------------------------------------------------------------
| End Case Studies
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Agency Section
|--------------------------------------------------------------------------
*/

.slider-team_activities {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 20px 0;
}

.slider-team_activities ul {
    width: 100%;
    min-width: calc(350px * var(--quantity));
    position: relative;
}

.slider-team_activities ul li {
    list-style: none;
    width: 350px;
    height: 350px;
    position: absolute;
    left:100%;
    animation:  AutoRun var(--time) linear infinite;
    animation-delay: calc(var(--time) / var(--quantity) * (var(--index) - 1) - 200s);
}

/*
|--------------------------------------------------------------------------
| End Agency Section
|--------------------------------------------------------------------------
*/

@keyframes AutoRun {
    to{
        left: -350px;
    }
}

.parallax-inner{
    position:relative;
    min-height: 100vh;
    /* background-image: url('../images/website/t1.jpg'); */
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    background-size: cover;
    scroll-behavior: smooth;
  }

/*
|--------------------------------------------------------------------------
| Responsiveness Media Queries
|--------------------------------------------------------------------------
|
*/

@media (min-width: 1200px) {

    /*
    |--------------------------------------------------------------------------
    | Agency Page
    |--------------------------------------------------------------------------
    |
    */    
    .display-4.font-xl {
        font-size: 3rem !important;
    }

    .listify {
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto !important;
        gap : 0 2rem
    }

    .listify-partners {
        grid-template-columns: auto auto auto auto !important;
        gap: 0 2rem;
    }

    .listify-technologies {
        grid-template-columns: auto auto auto auto auto auto !important;
        gap: 0 2rem;
    }

    /*
    |--------------------------------------------------------------------------
    | End Agency Page
    |--------------------------------------------------------------------------
    */

}

@media (max-width: 1199px) {
    #more.active {
        background-color: white;
        color: black !important;
        border: 0px !important;
        border-color: none !important; 
    }
    /*
    |--------------------------------------------------------------------------
    | Footer
    |--------------------------------------------------------------------------
    |
    */

    footer .border{
        border: none !important;
    }
    .icons-wrapper svg{
        width: 20px;
        height: 20px;
    }
    .icons-wrapper:before{
        display: none;
    }

    /*
    |--------------------------------------------------------------------------
    | End Footer
    |--------------------------------------------------------------------------
    */

    /* .logo {
        width: 15%;
    } */

}

@media (min-width: 992px) {

    /*
    |--------------------------------------------------------------------------
    | Loading Screen
    |--------------------------------------------------------------------------
    |
    */

    .loading-wrapper svg path{
        stroke-dasharray: 2600;
        stroke-dashoffset: 2600;
        stroke: #fff !important;
        -webkit-animation: stroke_animation 2s ease-in;
        animation: stroke_animation 2s ease-in;
    }

    @-webkit-keyframes stroke_animation{
        to{
            stroke-dashoffset: -2600;
        }
    }
    @keyframes stroke_animation{
        to{
            stroke-dashoffset: -2600;
        }
    }

    /*
    |--------------------------------------------------------------------------
    | End Loading Screen
    |--------------------------------------------------------------------------
    */

    /* Case sTU */

}


@media (min-width: 992px) and (max-width: 1199px) {

     /*
    |--------------------------------------------------------------------------
    | Case Study
    |--------------------------------------------------------------------------
    |
    */

     .figure-2 {
        top: -32%;
        left: 0%;
     }

     .figure-1 {
        top:-33%;
     }
     .challenge-section .info,
     .solution-section .info {
         flex-direction: column;
     }

      /*
    |--------------------------------------------------------------------------
    | End Case Study
    |--------------------------------------------------------------------------
    |
    */
  }

@media (max-width: 991px) {

    /*
    |--------------------------------------------------------------------------
    | Navigation
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Burger ----------*/
    .burger span{
        display: block;
        width: 35px;
        height: 2px;
        background: #000000;
    }
    .burger span:nth-child(2){
        margin: 7px 0;
    }
    .burger.active span:nth-child(1){
        transform: translateY(9px) rotate(45deg);
        transition: all 0.3s;
    }
    .burger.active span:nth-child(2){
        opacity: 0;
    }
    .burger.active span:nth-child(3){
        transform: translateY(-9px) rotate(-45deg);
        transition: all 0.3s;
    }
    .burger.white span{
        background: #FFFFFF;
    }
    /*---------- End Burger ----------*/

    /*---------- Menu ----------*/
    .menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background: var(--color-body);
        transition: all .5s;
        z-index: 999;
    }
    .menu ul li {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .menu ul li:nth-child(1) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .menu ul li:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .menu ul li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .menu ul li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .menu ul li:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu ul li:nth-child(6) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .menu ul li:nth-child(7) {
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /**********/
    .menu.active{
        opacity: 1;
        visibility: visible;
    }
    .menu.active ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .menu.active ul li:nth-child(1) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.4s;
    }
    .menu.active ul li:nth-child(2) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.5s;
    }
    .menu.active ul li:nth-child(3) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.6s;
    }
    .menu.active ul li:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.7s;
    }
    .menu.active ul li:nth-child(5) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.8s;
    }
    .menu.active ul li:nth-child(6) {
        -webkit-transition-delay: 1s;
        transition-delay: 0.9s;
    }
    .menu.active ul li:nth-child(7) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    /*---------- End Menu ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Navigation
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Project Case Study
    |--------------------------------------------------------------------------
    */

    .challenge-section .info,
    .solution-section .info {
        flex-direction: column;
    }

    .solution-section .col-lg-7 {
        width: 50%;
    }

    .solution-section .col-lg-7 .w-50 {
        width: 100% !important;
    }

    .solution-section .col-auto {
        display: none;
    }


    .sub-titles {
        gap:12rem;
    }

    .store {
        margin: 100px 0 0 0;
    }

    .figure-1 {
        top:-45%;
    }

    .figure-2 {
        top: -27%;
        left: -5%;
    }

    /*
    |--------------------------------------------------------------------------
    | End Project Case Study
    |--------------------------------------------------------------------------
    */


    /*
    |--------------------------------------------------------------------------
    | Agency Page
    |--------------------------------------------------------------------------
    |
    */
 
    .listify {
        grid-template-columns: auto auto auto auto auto;
    }
    .listify-partners {
        grid-template-columns: auto auto auto auto !important;
        gap: 0 2rem;
    }

    .listify-technologies {
        grid-template-columns: auto auto auto auto auto auto !important;
        gap: 0 2rem;
    }
    /*
    |--------------------------------------------------------------------------
    | End Agency Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Blog Page
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Blog Sharer Links ----------*/
    .blog-share ul li{
        display: inline-block;
    }
    .blog-share ul li a {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    .blog-share ul li a svg {
        width: 20px;
        height: 20px;
    }

    /*
    |--------------------------------------------------------------------------
    | End Blog Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Override Fullpage.js
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Arrows ----------*/
    .fp-controlArrow.fp-prev,
    .fp-controlArrow.fp-next{
        display: none;
    }

    .section .slide .slide-number{
        position: absolute;
        bottom: 20px;
        left: 15px;
        font-size: 10px;
    }
    /*---------- End Arrows ----------*/

    /*
    |--------------------------------------------------------------------------
    | Override Fullpage.js
    |--------------------------------------------------------------------------
    */

}

@media (min-width: 768px) and (max-width: 991px) {
        .figure-2 {
            top: -32%;
        }
        .figure-1 {
            top:-40%;
        }
}


@media (max-width: 768px) {

    .background-image-unset{
        background-image: unset !important;
    }
    .filters-overflow {
     white-space: nowrap !important;
     overflow-x: auto !important;
     min-height: 70px;
    }
    /*
    |--------------------------------------------------------------------------
    | Project Case Study
    |--------------------------------------------------------------------------
    */

    .figure-1 {
        top:-7%;
    }

    .figure-2 {
        top: -5%;
        left: -7%;
    }

    .gap-6 {
        gap: 2rem;
    }

    .sub-titles {
        gap: clamp(2rem,9.6vw,9rem);
    }
    h2.display-4 {
        font-size: 23px !important;
    }
    .typed{
        font-size: 23px !important;
    }
    .content-wrapper.display-4{
        font-size: 23px !important;
        line-height: 1.2;

    }
    /*
    |--------------------------------------------------------------------------
    | End Project Case Study
    |--------------------------------------------------------------------------
    */
}

@media (max-width: 575px) {


    body{
        font-size: 13px;
    }
    .display-4{
        font-size: 23px;
    }
    h2.display-4 {
        font-size: 17.25px !important;
    }
    .typed{
        font-size: 17.25px !important;
    }
    .content-wrapper.display-4{
        font-size: 17.25px !important;

    }
    .h1,h1{
        font-size: 21px;
    }
    .h2,h2{
        font-size: 20px;
    }
    .h3,h3{
        font-size: 19px;
    }
    .h4,h4{
        font-size: 18px;
    }
    .h5,h5{
        font-size: 17px;
    }
    .h6,h6{
        font-size: 16px;
    }

    .py-7 {
        padding: 1rem;
    }

    .video-popup video {
        object-fit: scale-down !important;
    }
    /*
    |--------------------------------------------------------------------------
    | Website Shortcuts
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Measures ----------*/
    .py-150{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .py-250{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*---------- End Measures ----------*/

    /*---------- Background Image ----------*/
    .background-image-md{
        height: 500px;
    }
    /*---------- End Background Image ----------*/

    .challenge-section ul,
    .solution-section ul {
        padding:17px;
    }

    .figure-1 {
        top: 3%;
    }

    .figure-1 img:nth-child(2) {
        right: -20%;
    }

    .figure-2 {
        top: 10%;
    }

    .about .w-50 {
        width: 100% !important;
    }

    .store > div {
        flex-direction: column;
        align-items: center;
    }

    .store > div.gap-5 {
        gap: 2rem;
    }

    .store > div > div.gap-2 {
        gap:0rem;
    }
    /*
    |--------------------------------------------------------------------------
    | Website Shortcuts
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | General
    |--------------------------------------------------------------------------
    |
    */
    font-header{
        font-size: 2.975rem !important;
        line-height: 1.2 !important;
    }

    /*---------- Main ----------*/
    main{
        margin-bottom: 75px;
    }
    /*---------- End Main ----------*/

    /*---------- Logo ----------*/
    .tedmob-logo{
        width: 100px;
    }
    /*---------- End Logo ----------*/

    /*---------- Pagination ----------*/
    .pagination{
        margin-top: 25px;
    }
    /*---------- End Pagination ----------*/

    /*
    |--------------------------------------------------------------------------
    | End General
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Components
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Header ----------*/
    .page-header{
        padding-top: 150px;
        padding-bottom: 37.5px;
    }
    .page-header .h3{
        font-size: 19px;
    }
    /*---------- End Header ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Components
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Navigation
    |--------------------------------------------------------------------------
    |
    */

    .fixed-top-mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--color-body);
    }

    /*
    |--------------------------------------------------------------------------
    | End Navigation
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Home Page
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Video ----------*/
    .landing-section .content-wrapper{
        font-size: 25px;
        line-height: 40px;
    }
    .video-hover{
        bottom: 30px;
        right: 30px;
        width: 50px;
    }
    /*---------- End Video ----------*/

    /*---------- Section ----------*/
    .section .slide .slide-content .logo{
        max-width: 80px;
        height: 80px;
    }
    .section .slide .slide-content .h2{
        font-size: 16px !important;
    }
    /*---------- End Section ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Home Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Work Page
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Filters ----------*/
    .filters{
        white-space: nowrap;
        overflow-x: auto;
        /* padding-right: 300px; */
        /* margin-right: -300px; */
    }
    
    /*---------- End Filters ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Work Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Agency Page
    |--------------------------------------------------------------------------
    |
    */

    .listify {
        grid-template-columns: auto auto auto;
    }

    /*---------- Partners ----------*/
    .partner-slick .slick-list{
        padding-right: 0;
    }
    /*---------- End Partners ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Agency Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Solutions Page
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Solutions Tags ----------*/
    .solutions-tags label{
        font-size: 8px;
        padding: 3px 9px;
        margin-right: 4px;
    }
    /*---------- End Solutions Tags ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Solutions Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Contact Page
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Location Wrapper ----------*/
    .branches-wrapper{
        transform: translateY(-15%);
    }
    /*---------- End Location Wrapper ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Contact Page
    |--------------------------------------------------------------------------
    */

    /*
    |--------------------------------------------------------------------------
    | Inputs & Buttons Styling
    |--------------------------------------------------------------------------
    |
    */

    /*---------- Button Custom ----------*/
    .btn-custom {
        min-width: 130px;
        padding: 10px 15px;
        font-size: 13px;
    }
    /*---------- End Button Custom ----------*/

    /*
    |--------------------------------------------------------------------------
    | End Inputs & Buttons Styling
    |--------------------------------------------------------------------------
    */

    .industries-slick-js .slick-slide {
        margin: 10px !important;
    }

    .industries-borders {
        height: 120px;
        padding: 0;
        border: none;
    }

    .industries-borders  p {
        font-size: 0.65rem !important;
    }


    .img-industries {
        width: 30px;
        height:30px;
    }

}

@media (max-width: 399px) {
    .filter-wrapper li span{
    text-wrap: wrap;
    }
    .figure-1 {
        top: 7%;
        right: 11%;
    }
    
    .figure-2 {
        left: -12%;
    }

    .about-case-study p,
    .about-case-study a {
        font-size: 9px;
    }
    .about-case-study .h5 {
        font-size: 12px;
    }
  }

/*
|--------------------------------------------------------------------------
| End Responsiveness Media Queries
|--------------------------------------------------------------------------
*/
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  

.video-popup video {
    width: 100%;
    height: 100%;
    object-fit: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .video-popup video.fade-in {
    opacity: 1;
  }

.video-popup-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

.show-reel video{
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right:0;
    width:100%;
    height:100%;
    object-fit: cover;
}

@keyframes growIn {
    0% {
        transform: translate(-50%, -50%) scale(0); 
        opacity: 0; 
    }
    100% {
        transform: translate(-50%, -50%) scale(1); 
        opacity: 1; 
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900;
    border-radius: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    width:40px;
    height: 40px;
    justify-content: center;
    background-color: #fff;
    z-index: 10;
}
/* .close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;

} */

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes shrinkOut {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(0); 
        opacity: 0; 
    }
}

.video-popup-content.closing {
    animation: shrinkOut 0.5s forwards;
}

/* filter dropdown work */

.mobile-filter {
    display: none;
}
.mobile-filters {
display: none;
 
}
/* Hide the desktop filters on smaller screens */
@media (max-width: 768px) {
    .mobile-filter{
        display: inline-block;
        padding: 10px;
        background-color: #f4f4f4;
        border-radius: 100px
    }


    .mobile-filters {
        display: block;
        padding: 0 10px;
        background-color: #f4f4f4;
        border-radius: 10px;
        overflow: hidden; 
        max-height: 0; 
        transition: max-height 0.3s ease-in-out, padding  0.3s ease-in-out ;
     
    }
    
 
    .mobile-filters.open {
        max-height: 500px; 
        padding: 10px; 

    }
    .mobile-filters ul {
        padding-left: 0;
        list-style-type: none;
    }

    .mobile-filters li {
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
    }

    .mobile-filters a {
        text-decoration: none;
        color: #333;
    }

    .mobile-filters a:hover {
        text-decoration: underline;
    }
}
/* Text Slider */



.slider-container {
    position: absolute;
    

}
.text-slider {
    font-family: 'Dirtyline 36Daysoftype 2022', sans-serif;
    text-transform: lowercase;
    min-width: 100%;
    font-weight: 400;
    white-space: nowrap;
    height: 200px;
    overflow: hidden;
    font-size: 8rem;
    text-wrap: nowrap;
    text-align: center;
    display: flex;

}


.text-slider{ 
    width: 100%;
    height: 200 px;
    overflow: hidden;

}

.text-slider ul {
    width: 100%;
    min-width: calc(350px * var(--quantity));
    height: fit-content;
    position: relative;
}

.text-slider ul li {
    list-style: none;
    width: 350px;
    height: 350px;
    position: absolute;
    left: 100%; 
    animation: slideInLeft var(--time) linear infinite;
    animation-delay: calc(var(--time) / var(--quantity) * (var(--index) - 1) - 200s);
}

.text-slider ul li p::after{ 
    content: '';
    display: inline-block;
    width: 120px;
    height: 10px;
    margin: 0 20px;
    vertical-align: middle;
    background-color: #fff;
}

@keyframes slideInLeft {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
@keyframes slideInRight {
    0% {
        right: 100%;
    }
    100% {
        right: -100%;
    }
}

