


:root {
    --primary: #3073b9;
    --secondary: #3c90ce;
    --thirdy : #36baec;
    --light: #ffffff;
    --dark: #1D1D27;
}

/* * Scroll Bar * */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

/* *** Shape divider*** */

      
.shapedividers_com-1822{
    overflow:hidden;
    position:relative;
    }
    .shapedividers_com-1822::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 210% 169px;
    background-position: 100% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><g fill="%23ffffff"><path d="M907 83c-55 6-97-5-109-8-44-12-44-24-101-43-36-13-63-22-97-21-46 2-81 21-100 33-19-12-54-31-100-33-34-1-61 8-97 21-57 20-57 31-101 43-12 3-54 14-109 8A306 306 0 010 59v43h1000V59a306 306 0 01-93 24z"/><path d="M50 64s76 32 155-2c0 0-65 21-155 2z" opacity=".5"/><path d="M80 56s47 20 95-1c0 0-40 13-95 1z" opacity=".3"/><path d="M801 64s76 32 155-2c0 0-65 21-155 2z" opacity=".5"/><path d="M831 56s47 20 95-1c0 0-40 13-95 1z" opacity=".3"/></g></svg>'); 
    }
    
    @media (min-width:2100px){
    .shapedividers_com-1822::before{
    background-size: 210% calc(2vw + 169px);
    }
    }
     


    .shapedividers_com-3904{
        overflow:hidden;
        position:relative;
        }
        .shapedividers_com-3904::before{ 
        content:'';
        font-family:'shape divider from ShapeDividers.com';
        position: absolute;
        z-index: 3;
        pointer-events: none;
        background-repeat: no-repeat;
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw; 
        background-size: 210% 169px;
        background-position: 100% 0%; 
        transform: rotateY(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><g fill="%23ffffff"><path d="M907 19c-55-5-97 5-109 8-44 12-44 24-101 44-36 12-63 21-97 20-46-1-81-20-100-33-19 13-54 32-100 33-34 1-61-8-97-20-57-20-57-32-101-44-12-3-54-13-109-8A306 306 0 000 43V0h1000v43a306 306 0 00-93-24z"/><path d="M50 38s76-32 155 2c0 0-65-21-155-2z" opacity=".5"/><path d="M80 46s47-20 95 1c0 0-40-13-95-1z" opacity=".3"/><path d="M801 38s76-32 155 2c0 0-65-21-155-2z" opacity=".5"/><path d="M831 46s47-20 95 1c0 0-40-13-95-1z" opacity=".3"/></g></svg>'); 
        }
        
        @media (min-width:2100px){
        .shapedividers_com-3904::before{
        background-size: 210% calc(2vw + 169px);
        }
        }
         
     
/* Body */

body{
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/

.navbar{
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--dark) !important ;
    outline: none;
    transition: .5s;
    font-weight: bold;
   
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 450.98px) {
    .vision{
        font-size: 30px !important;
        
    }

    
    .vision-highlits{
        font-size: 40px !important;
    }
    .image-vision{
        
    }
    .hero-logo{
        font-size: 2rem !important;
       
        
    }

    .logo-img-footer{
        width:100%;
        height: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--primary) !important;
        
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Hero Header ***/
/* .hero-header {
    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png) ,
        url(../img/imagesEpic/Backgroud-hero.png);
    background-position:
        10px 10px,
        bottom 290px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
        
    background-repeat: no-repeat;
} */

#particles-js{
    height: 100%;
}

.s-logo{
    color: var(--light)
    
}

.hero-logo{
    color: transparent;
    font-size: 4rem;
    font-weight: lighter;
    letter-spacing: 10px;
    -webkit-text-stroke: 2px white;
    text-transform: uppercase;
    /* animation-name: hero-logo-animate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out; */
}

/* @keyframes hero-logo-animate {
    0%{
       
    }
    50%{
        transform: rotate(-4deg);
        text-shadow: 10px 10px var(--primary);
    }
    100%{
        transform: rotate(4deg);
    }
} */

.hero-text {
    color: var(--light);
}

.epic-robot{
    animation-name: epic-robot-animate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}



 @keyframes epic-robot-animate {
    0%{}
    50%{transform: translateX(5%);}
    100%{
        transform: translateX(-5%);
    
    }
 }

 .robot-hand{
    animation-name: epic-hand-animate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
 }

 @keyframes epic-hand-animate {
    0%{}
    50%{transform: translateY(5%);}
    100%{
        transform: translateY(-5%);
    
    }
 }
/*** background video ***/
#background-video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 0;
   
}

/*** Vision  ***/
.vision {
    font-size: 3.5em;
    text-align: center;
    color: var(--primary);
    cursor: pointer;
 }
 
 .vision:hover{
    text-shadow: 10px 10px #5bbbff2b;
    
}


.vision-highlits{
    color: transparent;
    -webkit-text-stroke:  1.5px var(--secondary);
    font-style: italic;
}
 .image-vision{
    /* width: 500px;
    height: 400px;
    animation-name: vision-animate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out; */
 }

 /* @keyframes vision-animate {
    0%{}
    50%{transform: scale(1.1) rotate(-10deg);}
    100%{
        transform: scale(1.2) rotate(10deg);
        filter: drop-shadow(30px 10px 4px rgba(128, 128, 128, 0.4));
    }
 } */

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--secondary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--secondary);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}

/* How we work */
.how-we-work-item{
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background-color: var(--primary) !important;
    background:
        url(../img/bg-tree.png);
    background-position:
        center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    cursor: pointer;
}

.how-we-work-item:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.how-we-work-item .how-we-work-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/icon-shape-primary.png) center center no-repeat; */
    transition: .5s;
}



.how-we-work-item h5,
.how-we-work-item p {
    color: var(--light);
    transition: .5s;
}

.how-we-work-item:hover h5,
.how-we-work-item:hover p {
    color: var(--light);
}

/* Facts */

.facts-info{
    
    
    background-color: #082c528b;
    
}


/*** Service ***/
.bordred-service{
    border: double 2px solid var(--primary);
}

.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/* Collaboration */
.collaboration{
   
    background:
    url(../img/bg-top.png),
    url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
    
}

.vendor-carousel img{
    width: 300px;
    height: 150px;
}

/*** Testimonial ***/
.newsletter,
.testimonial {
   
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* ******* ABOUT PAGE ******** */
.bg-hero-section{
    padding: 100px 0;
}

.bg-about{
    background-image: url('../img/imagesEpic/aboutus-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.process-img{
    padding: 30px;
}

.process-item{
    background-color: var(--primary);
    padding: 14px;
    cursor: pointer;
}


.process-item:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;
}

.process-item h5{
    color: var(--light);
}

.process-item p{
    color: var(--light);
}

/* Contact page */

.bg-contact{
    background-image: url('../img/imagesEpic/contact-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-section{

    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png) ,
        url(../img/imagesEpic/Backgroud-hero.png);
    background-position:
        10px 10px,
        bottom 290px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
        
    background-repeat: no-repeat;
} 

/* *** MARketing DIGITAL PAGE *** */

.bg-marketing{
    background-image: url('../img/imagesEpic/marketing-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-graphic-design{
    background-image: url('../img/imagesEpic/graphic-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-audivisuel{
    background-image: url('../img/imagesEpic/audiovisuel-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-web-dev{
    background-image: url('../img/imagesEpic/webdev-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-impression{
    background-image: url('../img/imagesEpic/impression-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-alucobond{
    background-image: url('../img/imagesEpic/alucobond-hero.jpg') !important ;
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.feature-item {
    height: 350px;
    transition: .5s;
}

.demarche {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    cursor: pointer;
}

.demarche .demarche-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
    padding: 30px;
    border-radius: 10px;
}

.demarche .demarche-item:hover {
    box-shadow: inset 800px 0 0 0 var(--primary);
}

.demarche .demarche-icon {
    position: relative;
    width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    background: #ffffff;
}

.demarche .demarche-icon img {
    width: 60%;
    height: 60%;
    transition: 0.5s ease;
}

.demarche .demarche-item:hover img {
    transform: scale(1.2);
}

.demarche .demarche-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.demarche .demarche-text p {
    margin: 0;
    font-size: 16px;
    transition: 1s;
}

.demarche .demarche-item:hover .demarche-text h3,
.demarche .demarche-item:hover .demarche-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .demarche{
        padding: 0;
    }

    .demarche-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .demarche .demarche-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 20px;
    }
    
    .demarche .demarche-text p {
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width: 575.98px){
    .demarche .demarche-text {
        position: relative;
        width: calc(100% - 120px);
        padding: 0 30px;}
}

  
