@font-face {
    font-family: 'Joyrideregular';
    src: url('../joyride-font/JoyrideSTD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Avenir bold';
    src: url('../avenir-font/avenirltstd-black-webfont.woff2') format('woff2'),
         url('../avenir-font/avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Avenir Light';
    src: url('../avenir-font/avenirltstd-book-webfont.woff2') format('woff2'),
         url('../avenir-font/avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Avenir';
    src: url('../avenir-font/avenirltstd-roman-webfont.woff2') format('woff2'),
         url('../avenir-font/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WesFy Bold';
    src: url('../wesfy-font/wes_fy_bold-webfont.woff2') format('woff2'),
         url('../wesfy-font/wes_fy_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WesFy';
    src: url('../wesfy-font/wes_fy_medium-webfont.woff2') format('woff2'),
         url('../wesfy-font/wes_fy_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
    margin: 0;
    font-family: 'Avenir';
}


h1,h2 {
    font-family: 'Joyrideregular' !important;
}

h3,h4,h5,h6 {
    font-family: 'Avenir';
    font-weight: 900;
}

p,span,div,a {
    font-family: 'Avenir';
}


ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.img-fluid {
    max-width: 100%;
    height: auto;
  }

  .col-lg-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
}


.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

a.stiky-ws-fix {
    position: fixed;
    right: 20px !important;
    bottom: 40px !important;
    z-index: 1030;
}

.start-project-btn input.getstartedbtn11 {
    font-family: 'WesFy Bold' !important;
    border-radius: 3px;
    background-color: #EAF765;
    color: #1a1a1a !important;
    font-weight: bold;
    letter-spacing: .06rem;
    font-size: 16px;
    display: block;
    border-bottom: none;
    width: 130px;
    height: 40px;
    border: none;
}

.start-project-btn2 input.getstartedbtn11 {
    width: 160px !important;
}

.start-project-btn3 input.getstartedbtn11 {
    width: 200px !important;
}

.start-project-btn input.getstartedbtn11:hover {
    background-color: #50504F !important;
    color: #fff !important;
}


/* ----------------------------------------------slider------------------------------------------ */

.slick-prev {
    left: -50px !important;
    background: #EAF765 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    z-index: 2;
}

.slick-prev:before {
    color: #000 !important;
    opacity: 1 !important;
}

.slick-next:before {
    color: #000 !important;
    opacity: 1 !important;
}

.slick-next {
    right: -50px !important;
    background: #EAF765 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    z-index: 2;
}

.slick-slide {
    margin-right: 10px;
}


/* ----------------------------------------------header------------------------------------------- */

header {
    background-color: #000;
    color: #fff;
}

.navbar ul li {
    padding: 15px;
    display: flex;
    align-items: center;
}

.dropdown .nav-link {
    padding: 0 !important;
}

.navbar a,
.dropdown-toggle::after{
    color: #fff;

}

.navbar-brand a{
    font-family: 'Joyrideregular' !important;
    font-size: 28px;
    font-style: italic;
}


.navbar a:hover{
    color: #eaf765;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu ul li {
    padding: 10px 30px;
}

.dropdown-item:hover {
    background-color: transparent;
}


.navbar-light .navbar-toggler {
    background: #EAF765;

}

.start-project-btn a{
    font-family: 'WesFy Bold' !important;
    border-radius: 3px;
    background-color: #EAF765;
    color: #1a1a1a !important;
    padding: 0.7rem 1.9rem;
    font-weight: bold;
    letter-spacing: .06rem;
    font-size: 16px;
    display: inline-block;
}

.start-project-btn a:hover {
    background-color: #50504F !important;
    color: #fff !important;
}


.our-work-btn a{
    background-color: #fff !important;
    display: inline-block;
}



/* ----------------------------------------------banner------------------------------------------- */

.digital-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 65px;
}

.digital-banner video{
    position: absolute;
    z-index: -2;
    height: 100vh;
    width: 100%;
}

.background-overlay{
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: -1;
}


.digital-agency-text {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
}


.digital-agency-text h1 { 
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    max-width: 700px;
}

.digital-agency-text h3 { 
    font-size: 20px;
    color: #fff;
    width: 800px;
    font-family: 'Avenir bold';
}

.digital-agency-text span { 
    color: #EAF765;
    font-family: 'Avenir bold';
}

.banner-slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    align-items: end;
    z-index: -1;
}

.autoplay-1 img {
    margin: 20px auto;
}

/* ---------------------------------------------commercially-section ------------------------------------------ */

.commercially-section {
    background-image: url(../img/Team-Meta-Marketing.jpg);
    width: 100%;
    height: 100vh;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

.commercially-overlay {
    background-image: url(../img/introduction-overlay-black.png);
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.commercially-text {
    width: 100%;
    height: 80vh;
    align-items: center;
    display: flex;
    align-items: center;
}


.commercially-text h3 {
    color: #fff;
    font-family:'Joyrideregular' !important;
    font-size: 35px;
}

.commercially-text p{
    color: #fff;
    font-family: 'Avenir Light';
    font-size: 26px;
    padding: 20px 0;
    max-width: 800px;
}



.explore-center {
    width: 130px;
    height: 40px;
    position: absolute;
  }

.explore-btn {
    width: 130px;
    height: 40px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    transition: 1s ease-in-out;
    border-radius: 0 !important;
  }
  
  svg.explore-svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 0.9s ease-in-out;
  }
  
  .explore-btn:hover {
    transition: 0.9s ease-in-out;
    border: none;
  }
  
  .explore-btn:hover svg.explore-svg {
    stroke-dashoffset: -480;
  }
  
  .explore-btn span {
    color: white;
    font-size: 16px;
    font-family: 'Avenir';
  }

/* ---------------------------------------------commercially-next-section ------------------------------------------ */

.commercially-next {
    margin-top: -100px;
}


.box-9-img {
    position: relative;
    width: 100%;
    height: 450px; 
    background-position: 50%; 
    background-repeat: no-repeat; 
    background-size: cover;
  }
  
  
  .box-9-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0.8;
  }
  
  .box-9-img:hover .box-9-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .box-9-overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    width: 100%;
    padding: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .box-9-overlay-text h3 {
    font-family: 'Joyrideregular';
}

.box-9-overlay-text p {
    font-family: 'Avenir';
    font-size: 24px;
}

/* ---------------------------------------------Recent Articles ------------------------------------------ */

.recent-articles-box-3 h5 {
    font-size: 18px;
    font-weight: bold;
}

.recent-articles-box-3 p {
    font-size: 18px;
}

.recent-articles-box-3 a {
    text-decoration: none;
    font-family: 'WesFy Bold';
    font-size: 18px;
}

.recent-articles-box-3 a:hover,
.recent-articles-box-3-color a:hover  {
    color: #50504F !important;
}



.recent-articles-box-3-color h5,
.recent-articles-box-3-color h3,
.recent-articles-box-3-color a {
    color: #7265F7 !important;
}

/* ---------------------------------------------testimonial------------------------------------------ */
.testimonial {
    background-color: #1A1A1A;
    padding: 50px 0;
}

  .testimonial-slide {
    color: #fff;
    margin: 40px auto 0;
    width: 60%;
  }

  .testimonial-slide p{
    font-size: 25px;
    padding: 30px 0;
  }

  .testimonial-slide h6{
    margin: 0;
  }

/* ---------------------------------------------footer------------------------------------------ */
.footer {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
}

.footer ul{
    margin: 0;
}

.footer a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer a:hover{
    color: #EAF765;
}

.footer li{
    padding: 0 10px ;
}

.footer-icone {
    text-align: end;
}

.footer-icone a {
    font-size: 24px !important;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: 0px 0px 3px #EAF765;
    }

/* ----------------------------------------------------------------------------------------------------------About as--------------------------------------------------------------------------------------------------------- */

.commercially-text-new h3{
    font-size: 50px !important;
    width: 700px;
}

.a-safe-hands {
    background-color: #2B2B2B;
    padding: 100px 0;
}

.a-safe-hands-left p{
    margin: 0;
    color: #EAF765;
    font-size: 24px;
}

.counter,
.counter-span {
    color: #fff;
    font-size: 80px;
    font-weight: bolder;
    font-family: 'WesFy Bold';
}

.meet-the-team {
    background-color: #1A1A1A;
    padding: 100px 0;
}

.meet-the-team figure {
	background: #fff;
	overflow: hidden;

}
.meet-the-team figure:hover {
    border: 3px solid #EAF765;
}

/* Zoom In #1 */
.meet-the-team-img figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.meet-the-team-img figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.modal-dialog {
    max-width: 600px !important;
}

.modal-content {
    background-color: #1A1A1A;
 
}

.modal-title h6,
.tel-email {
    color: #EAF765;
    font-weight: bolder;
}

.popup-icone a{
    color: #EAF765;
    font-size: 22px;
}

.popup-icone a:hover{
    color: #fff;
}

.btn-close {
    opacity: 1;
    background-color: #fff;
}

.start-project {
    background-image: url(../img/Start-your-project.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-project-left a{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* ---------------------------------------------------------------------------------------------------website----------------------------------------------------------------------------------------------------------------- */
.website-agency {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.website-agency-right-img img {
    width: 100%;
    border-radius: 10px;
}

.website-agency-left span{
    font-family: 'Joyrideregular';
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    text-transform: uppercase;
}

.website-agency-left h2{
    font-size: 50px ;
    text-transform: uppercase;
}

.section-d-flex  {
    display: flex;
    align-items: center;
}

.section-flex-row-reverce {
    flex-direction: row-reverse !important;
}

.fadein img{
    opacity:0.5;
    transition: 1s ease;
    width: 100%;
    height: 400px;
}
    
.fadein img:hover{
    opacity:1;
    transition: 1s ease;
}

.what-recently {
    background-color: #000;
    color: #fff;
}

.team-that-section span{
    color: #EAF765;
    font-family: 'Joyrideregular' !important;
    font-size: 16px;
}

.team-that-section p{
    margin-top: 10px;
}

.team-that-h2 h2{
    color: #EAF765 !important;
}


.ready-go {
    background-color: #1C1C1C;
    color: #fff;
}

.start-project-btn ul {
    padding-top: 20px;
}

.start-project-btn input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 32px;
    color: #fff;
}

.start-project-btn input:focus-visible {
    outline: none;
}

.start-project-btn p{
    padding: 20px 0;
}

/* ---------------------------------------------------------------------------------------------------Case Studies----------------------------------------------------------------------------------------------------------------- */

.case-studies{
    background-color: #000000;
}

.case-studies-img img {
    width: 100%;
}

.case-studies-img figure {
	background: #fff;
	overflow: hidden;

}
/* Zoom In #1 */
.case-studies-img figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.case-studies-img figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* ---------------------------------------------------------------------------------------------------Contact Us----------------------------------------------------------------------------------------------------------------- */

.want-s-quote {
    background-color: #7265F7;
    color: #fff;
    padding: 30px 0;
}

.want-s-quote h3{
    font-family: 'WesFy Bold';
    font-size: 22px;
}

.talk-us {
    background-color: #2B2B2B;
    color: #fff;
}

.talk-us input,
.talk-us textarea{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 15px;
}

.talk-us input::placeholder,
.talk-us textarea::placeholder{
    color: #CACACA;
}

.talk-us textarea{
    min-height: 200px;
    padding: 15px;
}


/* ---------------------------------------------------------------------------------------------------Careers--------------------------------------------------------------------------------------------------------------- */

.careers-left p{
    color: #fff;
    font-family: 'Avenir Light';
    font-size: 26px;
    padding: 20px 0;
}

.we-create-high {
    height: 70vh;
    width: 100%;
    background-color: #000;
    color: #fff;
}

.we-create-high h3{
    font-family: 'Joyrideregular' !important;
    font-size: 35px;
} 

.website-strstegy-left h6 {
    font-weight: 900;
    color: #000;
    padding: 0 0 5px 0;
}

.our-values-text img{
    width: 100px;
    padding: 30px 0;
}

.our-values-text p{
    padding: 30px 0;
}

.our-values-blog a {
    text-decoration: none;
    color: #7265F7;
}

.our-values-blog img {
   width: 100%;
}

.our-values-blog  p {
    font-weight: 500;
    padding-top: 20px;
}

.our-values-blog-a  a {
    font-family: 'WesFy Bold';
    font-size: 18px;
}

/* ---------------------------------------------------------------------------------------------------blog--------------------------------------------------------------------------------------------------------------- */

.blog-buttons {
    padding: 20px 0 40px;
  }
  
  .blog-button {
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 100px;
    font-family: inherit;
    appearance: none;
    background: none;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding: 20px;
    outline: none;
    opacity: 0.4;
    border: none;
    color: #fff;
  }
  
  .blog-button:hover,
  .blog-button.active {
    opacity: 1;
  }
  
  .blog-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 30px;
  }
  
  .blog-item {
    padding-bottom: 30px;
  }
  
  .hide { display: none; }


.blog-text p {
    color: #EAF765;
}

.blog-text h2 {
    color: #fff;
    padding: 10px 0;
}

.blog-text .our-values-blog-a a{
    color: #EAF765;
}

.blog-item-img {
    width: 100%;
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------------blog-content------------------------------------------------------------------------------------------------------- */

.blog-content-banner {
    width: 100%;
    height: 75vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: -2;
    margin-top: 65px;
}

.blog-content-banner-overlay {
    background-color: #000;
    width: 100%;
    height: 75vh;
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: -1;
}

.blog-content-banner-text p {
    color: #EAF765;
}

.blog-content-banner-text h2 {
    color: #fff;
    width: 600px;
}

.blog-content-text h2 {
    color: #7265F7;
    margin-bottom: 10px;
}

.blog-content-text h4 {
    margin-top: 30px;
}

.blog-content-text p {
    margin-bottom: 20px;
}


/* ---------------------------------------------------------------------------------------------------Start Your Project-------------------------------------------------------------------------------------------------------- */

.form h2 {
    color: #50504F;
}

.form label {
    color: #817f8b;
    padding-bottom: 5px;
}

.form input,
.form-select {
    width: 100%;
    background-color: #EBEBEB;
    border: none;
    height: 35px;
}

.label-1 input {
    width: initial;
    height: initial;
}

.label-1 label {
    margin-left: 10px;
    margin-bottom: 8px;
}

.privacy-policy p,h2,h3,h4,h5,h6,li {
    padding-bottom: 10px;
}

.privacy-policy ul {
    padding-left: 20px;
}

.privacy-policy li {
    list-style: unset;
}

/* ----------------------------------------------------------------------------------------------------media query css 1399--------------------------------------------------------------------------------------------------- */

/* ----------------------------------------Start Your Project--------------------------------------------- */

@media only screen and (max-width: 1399px) {

.project-right-img {
    margin: 0 !important;
}

}



/* ----------------------------------------------------------------------------------------------------media query css 991--------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------header------------------------------------------- */

@media only screen and (max-width: 991px) {

    .project-right-img {
        display: none;
    }
    
    ul.navbar-nav {
        border-left: 3px solid #EAF765;
    }

    .navbar ul li {
         padding: 0; 
         margin: 10px 20px !important;
    }

    .navbar a {
        font-family: 'Joyrideregular';
   }



   /* ---------------------------------------------commercially-section ------------------------------------------ */
   .commercially-overlay {
        background: rgba(0,0,0,0.7) !important;
    }

    .commercially-text p {
        font-size: 22px;
    }

    /* --------------------------------------------footer ------------------------------------------ */

    .footer-icone,
    .footer-link {
        text-align: center;
        padding-bottom: 5px;
    }

/* ----------------------------------------------------------------------------------------------------------About as--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------website----------------------------------------------------------------------------------------------------------------- */
.website-agency {
    height: 100%;
    padding: 30px 0;
}

.col-lg-2-5 {
    flex: 0 0 33%;
    max-width: 33%;
}

.commercially-section {

    height: 100%;
}




}

/* ------------------------------------------------------------------------------------------------media query css 768------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-content-banner-text h2 {
        width: 100%;
    }

    .slick-next {
        right: -45px !important;
        z-index: 2;
    }

    .testimonial-slide {
        width: 100%;
      }
    
}
/* ------------------------------------------------------------------------------------------------media query css 767------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
/* ----------------------------------------------header------------------------------------------- */
    .container {
       max-width: 100% !important;
    }

    .digital-agency-text {
        text-align: center;
    }

    .digital-agency-text h1 {
        font-size: 33px;
        max-width: 100% !important;
    }

    .digital-agency-text h3  {
        font-size: 16px;
        max-width: 100% !important;
    }
/* ---------------------------------------------slider------------------------------------------ */
    .slick-prev {
        left: 0 !important;
    }

    .slick-next {
        right: 0 !important;
    }

/* ---------------------------------------------commercially-section ------------------------------------------ */
    .commercially-text p {
        font-size: 20px;
        line-height: 1.4;
    }

    .commercially-text h3 {
        font-size: 24px;
    }

/* ---------------------------------------------footer ------------------------------------------ */
    .footer-link li{
        display: block !important;
        padding-bottom: 5px;
    }

/* ----------------------------------------------------------------------------------------------------------About as--------------------------------------------------------------------------------------------------------- */
    .commercially-text-new h3{
        font-size: 30px !important;
        width: 100%;
    }

/* ---------------------------------------------------------------------------------------------------website----------------------------------------------------------------------------------------------------------------- */

.section-d-flex  {
    display: block;
}


}

/* ------------------------------------------------------------------------------------------------media query css 600------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 600px) { 

/* ----------------------------------------------------------------------------------------------------------About as--------------------------------------------------------------------------------------------------------- */

.commercially-section-new ,
.commercially-overlay-new,
.commercially-text-new {
    height: 50vh !important;
    align-items: end !important;
}

/* ---------------------------------------------------------------------------------------------------website----------------------------------------------------------------------------------------------------------------- */


.col-lg-2-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.website-agency-left span{
    font-size: 40px;
}

.website-agency-left h2{
    font-size: 30px ;
}


}