
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&family=Mynerve&family=Noto+Serif:wght@100&family=Poppins:ital,wght@0,300;0,500;0,900;1,300;1,500&family=Prata&family=Raleway:wght@300&family=Roboto:wght@100;300&family=Titillium+Web:ital@1&family=Ubuntu&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Cute Monster';
    src: url('font-family/Cute\ Monster.ttf') format('truetype');
}
.font-Myn{
    font-family: "Mynerve";
}
.benner-our-team .team-wrapper .heading,
.font-bin,
.sol-bin,
.homepage-service-heading span {
    font-family: 'Cute Monster', sans-serif;
    font-weight: normal;
    color: #C6FF00;
}





/* Enable smooth scroll for in-page anchors */
html {
  scroll-behavior: smooth;
}
 
/* If you have a fixed header, add an offset for target sections */
:target {
  scroll-margin-top: 80px; /* set to your header height */
}
 
/* Optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
 
 

body {
    background-color: #000;
    /* cursor: url('photos/A.png'), auto; */
}

body,
.header-button.header-button button,
.image-banner-button button {
    font-family: 'Poppins', sans-serif;
}
.h2{
    color:#fff;
    font-size:55px;
        text-align: center;
    line-height:1.3;
}
.h3{
    color:#fff;
    font-size:42px;
    line-height:1.3;
    margin: 0 0px 12px 0;
}
.h2 span,
.h3 span{
    font-weight: normal;
    color: #C6FF00;
}
    
/*.all-content.first-nine img {*/
/*    height: 363px;*/
/*    width: 100%;*/
/*}  */
.homepage-animation-heading,
.homepage-contact-us,
.homepage-service-heading h2,
.image-banner-content,
.portfoli .head-port, h2 {
    font-family: 'Montserrat';
}

ul.headerMenu li a.active,
span.alien-text,
p.autoplay-slider {
    color: #C6FF00;
}
.main-sub-menu {
    display: flex;
    justify-content: space-between;
    min-width: 500px;
}
.mega-image img {
    max-width: 300px;
    border-radius:8px;
}
h2.submenu-headng {
    padding-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
}
.header-button.header-button button {
    background-color: #C6FF00;
}

.header-button.header-button button,
.slider {
    border-color: #c6ff00c7 !important
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
}

.mobile-menu ul.headerMenu {
    align-items: flex-start;
}

.mobile-menu ul.headerMenu li a,
.mobile-menu .dropdown {
    padding: 0;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #111;
    overflow-y: auto;
    padding: 20px;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-menu.open {
    transform: translateX(0);
    display: block;
}

.mobile-menu ul {
    flex-direction: column;
    gap: 15px;
}

span.arrow-button {
    display: flex;
    align-items: center;
}

.back-button i.fa-solid.fa-arrow-left {
    color: #fff;
    font-size: 20px;
}
.meet-our-team .card .image img {
    border-radius: 20px;
}
.mobile-menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.mobile-menu li.dropbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu i.fa-solid.fa-arrow-right {
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.close-menu {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 24px;
}

.container,
.page-width {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage-contact-us-heading h2,
.image-banner-heading h1,
.dropdown li.dropbtn,
.image-banner-sub-heading p,
.image-banner-button button,
.homepage-contact-us-heading h2,
.homepage-contact-us-sub-heading p,
.homepage-service-heading h2,
ul.headerMenu li a, .portfolio-title h2,.homepage-service-right-image .service h3 {
    color: #fff;
}

.header-button.header-button button {
    color: #000;
}

.logo img {
    width: 90%;
    max-width: 182px;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px;
}

ul.headerMenu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

ul.headerMenu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.header-button.header-button button {
    padding: 17px 25px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 10px;
    border: 1px solid;
    cursor: pointer;
}

ul.headerMenu li a.active {
    text-decoration: underline;
    text-underline-offset: 5.3px;
    text-decoration-thickness: 3px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

ul.headerMenu li a,
.dropdown {
    padding: 0 25px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.image-banner-img img {
    width: 100%;
    height: 600px;
}
.image-banner-heading h3
{
    font-size: 50px;
    line-height: 61.5px;
    font-weight: 800;
    text-transform: uppercase;
}
.image-banner-heading h1 {
    font-size: 74px;
    line-height: 61.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.image-banner-heading span {
    color: #C6FF00;
}

.image-banner-button {
    margin-top: 25px;
}

.image-banner-sub-heading p {
    padding: 25px 0;
    max-width: 550px;
    line-height: 24px;
}

.image-banner-button button {
    padding: 18px 47px;
    background: linear-gradient(45deg, #FFFFFF1A, #FFFFFF1A);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 150px;
    border: 1px solid #fff;
}

.image-banner-left-content {
    width: 50%;
}

.image-banner-heading h1 span.HUMAN-touch {
    font-size: 62px;
    font-weight: 800;
}

p.autoplay-slider {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.slider {
    padding: 14px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}

.social-media-sliders button.slick-arrow,
.social-media-slider .slick-arrow,
.slider .slick-arrow {
    display: none !important;
}

.homepage-contact-us-heading h2, .our-portfolio-section-heading h2{
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.3;
}

.homepage-contact-us {
    padding: 110px 0;
}

.homepage-service-left-content,
.homepage-service-right-image {
    width: 50%;
}

.homepage-contact-us-sub-heading p {
    max-width: 550px;
    font-size: 16px;
    line-height: 1.3;
    margin: 20px auto;
}

.homepage-contact-us-content {
    margin: 0 auto;
    text-align: center;
}

.homepage-contact-us-image img {
    padding: 50px 0px;
    width: 65%;
}

.homepage-service-heading h2 {
    font-size: 55px;
    max-width: 500px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
}

.homepage-service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8rem;
    margin-bottom: 7rem;
}

/*.homepage-service-right-image img {*/
/*    width: 100%;*/
/*}*/

.social-media-slider img {
    max-width: 100px;
}

.social-media-slider {
    background: #C6FF00;
    padding: 16px 0 6px 0px;
}

ul.footer-link li,
.mobile-menu ul li {
    list-style: none;
}


.mobile-menu h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ffff;
}

#menuHeading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.submenu {
    display: none;
}

#mainMenu {
    display: block;
}

.back-button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

ul#mainMenu li {
    padding: 10px 0;
}

.slider-content p {
    padding: 5px 30px;
    font-weight: 600;
    color: #8E8E8E;
    text-transform: uppercase;
    line-height: 1.3;
}

.slider-content h2 {
    margin: 0 auto;
    padding: 0 0px 20px 30px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
}

.slider-content img {
    margin: 0 auto;
    width: -webkit-fill-available;
    padding: 18px;
}

.slider-content {
    background: #3E3E3E;
    margin: 0 20px;
    border-radius: 24px;
}

.our_work_slider {
      padding-top: 110px;
      padding-bottom: 125px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    background-color: #333;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.our_work_slider .image-banner-button {
    text-align: center;
}

.homepage-animation-heading h2 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    max-width: 890px;
    width: 100%;
}

.homepage-animation-heading h2 span.sol-bin {
    color: #C6FF00;
}

.homepage-animation-content {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    justify-content: space-between;
}

.homepag-animation {
    background: #050505;
    padding-bottom: 100px;
    padding: 50px 0px 0px 0px;
}

.footer-top {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-background {
    background: #C6FF00;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-links {
    display: flex;
    justify-content: space-evenly;
}

.footer-linking {
    background: #121212;
    padding-top: 60px;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    border-radius: 58px;
    padding-bottom: 60px;
}

ul.footer-link li a {
    text-decoration: none;
    color: #fff;
}

.footer-logo {
    text-align: center;
    padding-bottom: 30px;
}

.footer-contact {
    color: #fff;
    font-size: 14px;
    padding-left: 50px;
}

.footer-contact p a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
}

.footer-bottom p {
    font-size: 14px;
}

p.footer-address,
p.footer-mail {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color:#fff;
}
.footer-contact a {
    text-decoration: none;
}
p.footer-address:before,
p.footer-mail:before {
    content: '';
    background-image: url("photos/Group\ 60\ \(1\).png");
    height: 35px;
    width: 35px;
    display: block;
    background-repeat: no-repeat;
}

p.footer-address:before {
    background-image: url("photos/Group\ 462.png");
}

ul.footer-link li {
    padding: 5px;
}
.alien-icon {
    margin-top: -156px;
}

.footer-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
}

.portfoli .head-port h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
    text-transform: uppercase;
}
p.autoplay-slider.font-bin{
    margin-left:30px;
    margin-right:30px;
    
}

/*2nd slider css*/
@keyframes infiniteScroll {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-50%)
      }
    }

    .margue {
      width: 100%;
      overflow-x: hidden;
          background: #C6FF00;
    }

    .horizontal-scrolling-items {
      display: flex;
      width: 2600px;
      animation-name: infiniteScroll;
      animation-duration: 20s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    }

    .horizontal-scrolling-items__item {
      white-space: nowrap;
     padding: 8px 70px 3px 20px;
      text-transform: uppercase;
      font-family: "Brandon";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-top: 6px;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
    }
.horizontal-scrolling-items__item img {
    width: 120px;
}

/*end*/

/* binder */

.head-port {
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
}

.video-port {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    position: relative;
}

video#video {
    border-radius: 28px;
}

.video-port.video-container {
    position: relative;
}

.play-overlay {
    background-image: url("photos/Group\ 19\ \(1\).png");
    width: 95px;
    height: 95px;
    position: absolute;
    top: 44%;
    left: 49.5%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-port.video-container:after {
    position: absolute;
    content: "";
    width: 81%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.homepage-contact-us-heading span,
.portfoli .head-port span,
.our_work_slider .head-port span,
.homepage-testimonial-heading span, .portfolio-title span {
    font-size: 50px;
}

.portfoli {
    background: #121212;
    padding-top: 110px;
    padding-bottom: 75px;
}

.our_work_slider .head-port h2 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
}

.social-media-slider.port-slide-bin {
    background: none !important;
}

.homepage-service-heading span {
    color: #C6FF00;
    FONT-SIZE: 50px;
}

.image-banner-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 240px 0px 210px 0px;
}

.image-banner {
    background-image: url("photos/Home page (2).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -105px;
}

.image-banner-right-image img {
    margin: auto;
    display: flex;
}

.image-banner-right-image {
    position: relative;
}

img.js {
    position: absolute;
    left: 18%;
    top: 17%;
}

img.store {
    position: absolute;
    right: 200px;
    top: -22%;
}

img.react,
img.shopi,
img.word,
img.arro,
.pol {
    position: absolute;
}

img.react {
    left: 37%;
}

img.word {
    left: 61.5%;
    top: 87%;
}

img.shopi {
    right: 30px;
}

img.arro {
    top: 83%;
    left: 4%;
}

img.pol {
    right: 30px;
    top: 90px;
}

.store,
.arro,
.shopi,
.react {
    animation: bounceTopToBottom 3s ease-in-out infinite;
}

@keyframes bounceTopToBottom {
    from {
        transform: translate(0, 0);
    }

    65% {
        transform: translate(0, 1rem);
    }

    to {
        transform: translate(0, 0);
    }
}

.word,
.arro,
.js,
.pol {
    animation: bounceBottomToTop 3s ease-in-out infinite;
}

@keyframes bounceBottomToTop {
    from {
        transform: translate(0, 1rem);
        /* Starts at the bottom */
    }

    65% {
        transform: translate(0, 0);
        /* Moves to the top */
    }

    to {
        transform: translate(0, 1rem);
        /* Returns to the bottom */
    }
}

.homepage-contact-us {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.homepage-contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("photos/Alien 1 1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    animation: bounceTopToBottom 2s ease-in-out infinite;
    z-index: -1;/
}

@keyframes bounceTopToBottom {
    from {
        transform: translateY(0);
    }

    65% {
        transform: translateY(1rem);
    }

    to {
        transform: translateY(0);
    }
}

#circle {
    width: 300px;
    /* Initial size */
    height: 300px;
    /* Initial size */
    background: radial-gradient(circle at center, rgb(198 255 0 / 80%) 0%, rgba(0, 0, 0, 0) 50%);
    border-radius: 50%;
    position: absolute;
    mix-blend-mode: difference;
    animation: pulse 10s ease-in-out infinite alternate,
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.elisps {
    position: relative;
    padding-bottom: 15px;
}

.footer-icon-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    row-gap: 10px;
}
.footer-top .footer-icon-wrapper-2,
.footer-top .footer-icon-wrapper-1 {
    display: flex;
    gap: 30px;
}

.alien-icon-text button {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.alien-icon-text {
    text-align: center;
}

a.read-more-link {
    color: #fff;
    text-decoration: none;
}

a.hide-link {
    color: #f1ff0a;
    text-decoration: none;
}


/* footer animation */

.alien-icon img {
    object-fit: cover;
    transition: transform 0.8s ease;
    /* Transition for smooth animation */
}

.alien-icon:hover img {
    transform: translateY(-25px);
    /* Moves the image upwards */
}

/* drag drop css */
.image-puzzle-solver {
    background-color: #050505;
}

.page-container {
    max-width: 1440px;
    margin: auto;
}

.image-puzzle-solver .drawing-box {
    position: relative;
}

.image-puzzle-solver .drawing-box .moving-objects {
    position: absolute;
    z-index: 1;
}

.image-puzzle-solver .drawing-box .man-image {
    padding: 10rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.image-puzzle-solver .drawing-box .man-image.dropped .man {
    z-index: 1;
}

.image-puzzle-solver .drawing-box .man-image .giphy {
    display: none;
}

.image-puzzle-solver .drawing-box .man-image.dropped .giphy {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}

.image-puzzle-solver .drawing-box .object-1,
.image-puzzle-solver .drawing-box .object-5,
.image-puzzle-solver .drawing-box .object-14 {
    z-index: 3;
}

.image-puzzle-solver .drawing-box .object-2,
.image-puzzle-solver .drawing-box .object-3,
.image-puzzle-solver .drawing-box .object-6,
.image-puzzle-solver .drawing-box .object-7,
.image-puzzle-solver .drawing-box .object-8,
.image-puzzle-solver .drawing-box .object-16 {
    z-index: 2;
}

/* testimonial */
.alien-icon-text button {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.alien-icon-text {
    text-align: center;
}

.homepage-testimonial {
    margin-bottom: 165px;
    padding:110px 0px;
}

.reviews-content p,
.reviews-heading-content,
.homepage-testimonial-sub-heading p,
.homepage-testimonial-heading h2 {
    color: #fff;
}

.homepage-testimonial-heading-wrapper {
    text-align: center;
}

.homepage-testimonial-heading h2 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.homepage-testimonial-sub-heading p {
    width: 100%;
    max-width: 80%;
    line-height: 29px;
    margin: 0 auto;
    font-weight: 500;
    padding: 15px 0;
}

.testimonial-slider {
    margin-top: 35px;
}

.reviews-wrapper-box:hover {
    border: 1px solid #C6FF00;
}

.reviews-heading-name h2 {
    font-size: 18px;
    font-weight: 600;
}

.reviews-heading-date p {
    font-size: 14px;
}

.reviews-wrapper-box {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid;
    background: #1B1B1B;
    min-height: 290px;
}

.reviews-name-content {
    display: flex;
    gap: 30px;
}

.reviews-wrapper-heading {
    display: flex;
    justify-content: space-between;
}

.reviews-footer-content {
    display: flex;
    justify-content: space-between;
}

.reviews-content p {
    font-size: 18px;
    line-height: normal;
    padding: 20px 0;
    line-height: 30px;
}

.reviews-footer-right-icon img,
.reviews-heading-right-image img {
    width: 100%;
    max-width: 60%;
}

.testimonial-slider .slick-slide>div {
    margin: 0 10px;
}

.reviews-wrapper button.slick-arrow {
    display: none !important;
}

/* footer css animation */
.scroll-image {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.8s ease-out, opacity 0.6s ease-out;
}

.scroll-image.visible {
    opacity: 1;
    transform: translateY(0);
}


/* portfolio page css */
.our-portfolio-section-image {
    margin-bottom: 250px;
}
#portfolio-page .our-portfolio-section-image-box .all-content {
    display: none !important;
  }
  #portfolio-page .our-portfolio-section-image-box .all-content.visible {
    display: block !important;
  }
.pot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.our-portfolio-section-image-box {
    display: flex;
    flex-wrap: wrap;   
    row-gap: 60px;          
}
   #portfolio-page .our-portfolio-section-image-box {
        row-gap: 30px !important;
        margin-bottom: 55px;
    }
.all-content {
    width: 33.3%; 
          
}
.slider-content img {
     max-width: -webkit-fill-available;
    height: -webkit-fill-available;
}
.our-portfolio-section-heading {
    margin: 120px 0 50px 0;
}
.our-portfolio-section-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.portfolio-tabs span.tab.active {
    color: #C6FF00;
    text-decoration: underline;
    text-underline-offset: 3.5px;
}
.portfolio-tabs span.tab {
    color: #fff;
    padding: 0 15px;
}
.our-portfolio-section .image-banner-button {
    text-align: center;
    margin: 150px 0 300px;
}
.our-portfolio-section-image-box .slider-content {
    margin: 0 15px;
    position: relative;
}
.overport p {
    color: #C6FF00;
    font-weight: 400;
    font-size: 20px;
    font-family: cursive;
    font-style: italic;
    text-align: center;
}
.overport h2 {
    padding: 0px 25px;
    color: #C6FF00;
    color: #C6FF00;
    font-weight: 400;
    font-size: 25px;
    font-family: cursive;
    font-style: italic;
    text-align: center;
}
.slider-content {
    position: relative;
    display: inline-block;
    overflow: hidden; 
    cursor: pointer;
}
.overport {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 84%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    height: 100%;
    transition: bottom 0.8s ease;
    border-radius: 54px;
    box-shadow: 0px 0px 20px 1px #C6FF00;
}
.slider-content:hover .overport {
    bottom: 0; 
}
.portfolio-tabs {
    cursor: pointer;
    margin: 15px 0;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    color: #fff;
}
div#wordpress p {
    color: #fff;
}
.mobile-tab-content {
    display: none;
}
.our-portfolio-section-image-box .all-content {
    display: block;
}
 

/* button css */
@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
  }
  
  :root {
    --bg-background: #111827;
    --clr-card: #141414;
    --clr-1: #000000; /* Black */
    --clr-2: #7d7d7d; /* Gray */
    --clr-3: #ffffff; /* White */
  }
.button.load-more {
      position: relative;
      padding: 15px 30px;
      border-radius: 146px;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: fit-content;
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 15px;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      background-color: var(--clr-card);
 }
 .button.load-more::after,  .button.load-more::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.1rem;
    background: conic-gradient(
      from var(--gradient-angle),
      var(--clr-card),
      var(--clr-1),
      var(--clr-2),
      var(--clr-3),
      var(--clr-2),
      var(--clr-1),
      var(--clr-card)
    );
    border-radius: inherit;
    animation: rotate 2.5s linear infinite;
  }
  
  @keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
/* other button css */
.button.load-more-other{
      position: relative;
      padding: 15px 30px;
      border-radius: 146px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: fit-content;
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 15px;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      background-color: var(--clr-card);
      border: none;
      z-index: 999;
}
.load-more-center {
    margin: auto;
}
.our_work_slider .image-banner-button {
    margin-top: 65px;
}
.home-pop {
   top: 50% !important;
    left: 0;
    transform: translate(-50%, -50%) !important;
    width: 50% !important;
    height: 85% !important;
}
.slider-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
    height: 98%;
    background-color: #ffffffed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
     opacity: 0;
    visibility: hidden; 
    border-radius: 8px;
    z-index: 9999; /* Brings popup to the top */
    border: 1px solid #000000;
}

/* Active state to show the popup */
.slider-popup.active {
    opacity: 1;
    visibility: visible;
}

/* Close button */
.slider-popup .close {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 23px;
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    border-radius: 50%;
    background: #8f8e8e;
    width: 35px;
    height: 35px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slider container */
.image-slider {
    position: relative;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    overflow: scroll;
    padding: 10px;
}

/* Slides */
.slides {
    /* display: flex; */
    transition: transform 0.5s ease-in-out;
    width: 85%;
}
.slider-home{
     width: 80%;
}

.slides img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}
/* Navigation buttons */
.prev, .next {
    top: 50%;
    transform: translateY(-50%);
    background-color:rgb(0 0 0 / 44%);;
    color: #ffffff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.prev {
    left: 70px;
}

.next {
    right: 70px;
}

/* scroll css */

.image-slider::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.image-slider::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.image-slider::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#222222),
									   to(#a8a8a8),
									   color-stop(.6,#000000))
}
.homepage-service-right-image .services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.homepage-service-right-image .service-wrapper {
    display: flex;
    gap: 20px; 
    flex-wrap: wrap; 
    row-gap: 30px;
    width:50%;
}
.homepage-service-right-image .service {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(95,95,95,1) 100%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 0px 5px rgb(223 231 223 / 21%);
}
div#service-web {
    margin-top: -10rem;
}
div#service-web-designing {
    margin-top: -4rem;
}
.service h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}
.homepage-service-right-image:after {
    content: '';
    background-image: url("photos/Ellipse.png");
    height: 900px;
    width: 600px;
    display: flex;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: -45%;
    border-radius: 50%;
    right: 0;
    margin: auto;
}
.homepage-service-right-image{
    position: relative;
}
#service-graphic,
#service-php,
#service-js,
#service-development {
    background: linear-gradient(#454242, #000000) padding-box,
                linear-gradient(to bottom, #86AD00, #000000) border-box;
    border-radius: 15px;
    border: 1px solid transparent;
    
}

/*Our Team Page CSS*/
.benner-our-team {
    background: linear-gradient(180deg, #C6FF00 0%, #AAD70D 68%, #000000 100%);
    position: relative;
}
.benner-our-team .team-wrapper .heading {
    font-size: 120px;
    color:#000;
}
.benner-our-team .team-wrapper {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 8%;   
}
.benner-our-team .team-image {
    position: sticky;
    z-index: 1;
}
.benner-our-team .team-image .image {
    display: flex;
    margin: auto;
    width: -webkit-fill-available;
}
.meet-our-team {
    padding:110px 0px;
}
.meet-our-team .team-slider .slick-slide {
    margin: 0 12px;
}
.meet-our-team .header-wrapper {
    text-align: center;
    color: #fff;
    max-width: 665px;
    margin: auto;
    margin-bottom: 62px;
}
.meet-our-team .section-wrapper {
    color: #fff;
}
.meet-our-team .section-wrapper .heading {
    font-size: 24px;
    font-family: 'Poppins';
}
.meet-our-team .section-wrapper p {
    font-size: 20px;
    font-family: 'Poppins';
}
.meet-our-team .section-wrapper .content {
    padding-top: 40px;
}
.meet-our-team .header-wrapper .heading {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 900;
}
.meet-our-team .header-wrapper .text {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 25px;
}
.meet-our-team .section-wrapper .card .image {
    background: #D9D9D9;
    border-radius: 24px;
}
.our-celebrations {
    padding-bottom: 110px;
}
.our-celebrations .header-wrapper {
    text-align: center;
    color: #fff;
    max-width: 665px;
    margin: auto;
}
.our-celebrations .section-wrapper {
    padding: 70px 0px;
}
.our-celebrations .header-wrapper .heading {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 900;
}
.our-celebrations .header-wrapper .text {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 25px;
}
.our-celebrations .box-wrap {
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.our-celebrations .section-wrapper .card .image {
    display: flex;
}
.our-celebrations .section-wrapper .card .image img {
    width: 100%;
    border-radius: 20px; 
}
.our-celebrations .section-wrapper .card {
    width: 100%;
}
.our-celebrations .section-wrapper .two-box .card.one {
    width: 70%;
}
.our-celebrations .section-wrapper .button-box {
    padding: 16px 0;
}
/*End Our Team Page CSS*/

.image-banner-display .box-left {
    margin: unset;
}
.homepage-service .box-left {
    margin: unset;
}
.button-box {
    --offset: 3px;
    background: rgb(0 0 0 / 0%);
    border-radius: 50px;
    position: relative;
    width: fit-content;
    overflow: hidden;
    padding: 2px;
    margin: auto;
}

.button-box::before {
    content: '';
    background: conic-gradient(transparent 270deg, white, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 2s linear infinite;
}

.button-box::after {
    content: '';
    background: inherit;
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
}

.button-box a {
    background: transparent;
    color: white;
    font-size: 1.5rem;
    position: absolute;
    inset: 0;
    z-index: 10;
    padding: 1.5rem;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

/*about us page*/
.about-bnner {
    justify-content: center;
}
.global-banner img.react {
    left: 37%;
}

.global-banner img.word {
    left: -43%;
    top: 92%;
}

.global-banner img.shopi {
    right: -12.5%;
    top: 78%;
}

.global-banner img.arro {
    top: 83%;
    left: 0%;
}

.global-banner img.pol {
    right: 6px;
    top: 110px;
}
.global-banner img.js { 
    left: -5%;
    top: 0%;
} 
.global-banner img.store { 
    right: 200px;
    top: -22%;
}

.business-section-container {
  background-color: #000;
  color: #fff;
  padding: 110px 20px 0px 20px;
}
.business-section-container .wrap-text-about {
    display: flex;
    justify-content: space-between;
}
.business-section {
    display: flex;
    padding: 65px 0px 110px 0;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

/*Left Content */
.business-section .left-content {
  flex: 1;
}

.wrap-text-about .headline {
    margin-bottom: 20px;
    max-width: 586px;
    font-size: 42px;
    line-height: 1.2;
}

.wrap-text-about .headline .highlight {
  color: #b4ff00;
  text-transform: uppercase;
  font-family: 'Cute Monster';
}

.business-section .graphics-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.business-section .graphic-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.business-section .black-box {
  background-color: #1B1B1B;
  color: #fff;
  font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    color: #FFFFFF;
    width: 344px;
    height: 197px;
    border-radius: 25px;
    overflow: hidden;
}

.business-section .green-box {
    grid-column: span 1;
    grid-row: span 2;
    border: 1px solid white;
    border-radius: 24px;
    padding-left: 21px;
    padding-top: 23px;
}
.business-section .image-box img {
  width: 100%;
  border-radius: 10px;
}

 /*Right Content */
.business-section .right-content {
  flex: 1;
}
.wrap-text-about .intro-text {
  max-width: 369px;
font-style: normal;
font-weight: 500;
line-height: 26px;
font-family: 'Montserrat';
}
.business-section .info-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.business-section .icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-section .text h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #C6FF00;
  text-transform: uppercase;
}
.business-section .text p {
  margin: 5px 0 0;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
align-items: center;
letter-spacing: -1px;
color: #FFFFFF;
}
.counter-item p {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 2.5;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Montserrat';
}
.business-section .cta-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.business-section .cta-button:hover {
  background-color: #b4ff00;
  color: #000;
}
section.counter-section-main {
    background: #121212;
}
.counter-section {
    display: flex;
    gap: 50px;
    text-align: center;
    justify-content: center;
    padding: 70px 0;
    color: white;
    flex-wrap: wrap;
}
 .counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.counter {
    font-size: 42px;
    color: #c8ff00;
    margin: 0;
    font-weight: 500;
 }
.about-servie {
    padding-top: 110px;
}
.about-servie h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 50px;
}
.about-servie .services-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:40px;
    padding-top: 60px;
}
.about-servie .services-container .service{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgb(95 95 95 / 42%) 100%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-servie .services-container .service h3{
    color:#fff;
}
#about-mmet-ore-team {
    padding-bottom: 0;
    background: #121212;
}
.graphic-item.black-box:before {
    content: '';
    background-image: url("photos/Ellipse 42.png");
    height: 135px;
    width: 50px;
    background-repeat: no-repeat;
}
.graphic-item.black-box:after {
    content: '';
    background-image: url("photos/Ellipse 43.png");
    height: 198px;
    width: 44px;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-servie .services-container .service h3 {
    font-size: 20px !important;
}
/*end*/

/*contact us page */
.global-banner img.react {
    left: 37%;
}

.global-banner img.word {
    left: -43%;
    top: 92%;
}
.global-banner img.shopi {
    right: -12.5%;
    top: 78%;
}

.global-banner img.arro {
    top: 83%;
    left: 0%;
}

.global-banner img.pol {
    right: 6px;
    top: 110px;
}
.global-banner img.js { 
    left: -5%;
    top: 0%;
} 
.global-banner img.store { 
    right: 200px;
    top: -22%;
}
.contact-form-container .form .field-button-box button,
.contact-footer .contact-wrapper >span,
span.footer-address p.contact-address,
span.footer-mail a  {
color: #fff;
}
.contact-footer .contact-wrapper span.heading {
  color: #C5FF00;
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.invalid {
  border: 2px solid red;
}
.alien-contact-form {
background-color: #000;
}
.contact-form-container {
  max-width: 949px;
  margin: auto;
}
.alien-contact-form .contact-wrapper {
text-align: center;
position: relative;
padding-top: 30rem;
padding-bottom: 9rem;
}

@keyframes moveAlienUp {
0% {
  transform: translate(0px, 185px);
}
100% {
  transform: translate(0px, 25px);
}
}

@keyframes moveAliendaun {
0% {
  transform: translate(0px, 25px);
}
100% {
  transform: translate(0px, 185px);
}
}
.alien-contact-form .contact-wrapper .alien-image {
position: absolute;
width: 100%;
text-align: center;
top: 0;
transform: translate(0px, 185px);
}
.alien-contact-form .contact-wrapper .form:hover ~ .alien-image {
animation: moveAlienUp 1s ease-out forwards;
}


.alien-contact-form .contact-wrapper .alien-image {
animation: moveAliendaun 1s ease-out forwards; 
}

.contact-form-container .form {
background: linear-gradient(218.44deg, #FFFFFF 30.77%, #7CAF30 105.84%);
border-radius: 24px;
padding: 6rem 6rem 6rem;
text-align: center;
z-index: 1;
position: sticky;

}
.contact-form-container .form::before {
content: '';
position: absolute;
height: 72.08px;
width: 112.59px;
top: -22px;
left: 39px;
background-image: url('./photos/contact-2.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.contact-form-container .form::after {
content: '';
position: absolute;
height: 72.08px;
width: 112.59px;
top: -22px;
right: 39px;
background-image: url('./photos/contact-1.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.contact-form-container .form .field-single {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.contact-form-container .form .field-single input {
width: 100%;
min-height: 4rem;
background-color: transparent;
border: 1px solid #000000;
border-radius: 8px;
padding: 0.5rem;
margin-top: 8px;
}
.contact-form-container .form .field-double {
display: flex;
gap: 26px;
margin: 26px 0;
}
.contact-form-container .form .field-single textarea {
width: 100% !important;
background-color: transparent;
border: 1px solid #000000;
border-radius: 8px;
padding: 0.5rem;
margin-top: 8px;
}
.contact-form-container .form .field-button-box {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 56px;
}
.contact-form-container .form .field-button-box button {
padding: 21px;
background: #000000;
box-shadow: 2px 6px 16px rgba(198, 255, 0, 0.16);
border-radius: 6px;
border: 0;
min-width: 292px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 22px;
text-transform: uppercase;
}
.contact-form-container .form h2 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 42px;
line-height: 1.3;
text-transform: uppercase;
color: #000000;
margin: 0 0 54px;
}
.contact-form-container .form h2 span {
font-family: 'Cute Monster', sans-serif;

}
.field-single label {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.contact-form-container .form .field-single input:-internal-autofill-selected {
background-color: transparent !important;
}
.contact-form-container .form .field-single input:focus-visible, .contact-form-container .form .field-single textarea:focus-visible {
outline:0px;
}
.contact-footer .contact-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.contact-footer .contact-wrapper >span {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.contact-footer .contact-wrapper span.heading {
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 800;
  padding-top: 10px;
}
span.footer-address p.contact-address,
span.footer-mail a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  padding: 20px 0;
  max-width: 500px;
  width: 100%;
}
.contact-footer-sepration img {
  width: 100%;
}

footer.footer {
margin-top: 200px;
}

.loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

.spinner {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.response-message {
text-align: center;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
}

.success {
color: green;
}

.error {
color: red;
}
/*end*/


section.common-padding {
    padding-top: 110px;
    padding-bottom: 30px;
}
p.p {
    width: 100%;
    max-width: 80%;
    line-height: 29px;
    margin: 0 auto;
    font-weight: 500;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
.service-top .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-top .top .left {
    width: 30%;
}
.service-top .cmn {
    border-radius: 24px;
    height: 400px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position:relative;
}
.service-top .bottom .inner {
    max-width: 860px;
}
.service-top .top .right .inner {
    max-width: 749px;
}
.service-top .top .right {
    width: 68%;
}
.service-top  .bottom {
    margin-top: 35px;
}
.service-top .inner {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.service-top .cmn {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-three-img {
    display: flex;
    align-content: flex-end;
        padding: 70px 0 0px 0;
}
.services-three-img p {
    color: #fff;
}
.services-three-img-right.repeat .content {
    max-width: 400px;
    margin: 0 30px 95px 0px;
    text-align: right;
    width: 100%;
    float: right;
}
.services-three-img .repeat {
    padding: 0px;
        width: 50%;
}
.services-three-img .repeat img{
    width: 100%;
        padding: 15px;
}
.inner-btn h3.h3 {
    margin-bottom: 20px;
}

.inner-btn {
    padding: 60px 30px;
    max-width: 735px;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
        border-radius: 24px;
    background-position: center;
}
.homepage-service-right-image .services-container a {
    z-index: 1;
    text-decoration: none;
}
.headerMenu li {
    min-height: 70px;
    display: flex;
    align-items: center;
}
ul.submenu {
    display: flex;
    position: absolute;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    border-radius: 15px;
}
.services-container .service a {
    text-decoration: none;
}
ul.submenu li {
    padding: 4px 0px;
        list-style: none;
}
li.servicesli {
    position: relative;
}
ul.submenu a {
    color: #000 !important;
    padding: 0 !important;
    font-size: 13px !important;
}

ul.submenumob.active li {
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.1;
}
ul.submenumob.active li a {
    font-size: 12px;
    line-height: 1.1;
    padding: 0 !important;
    color: #000;
}
li.serviceslimobile span {
    color: #fff;
    font-weight: 500;
}
li.serviceslimobile:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 15px;
    color: #fff;
    right: 0;
}
li.serviceslimobile.open:after {
    content: "\f106";
 }
li.serviceslimobile {
   position:relative;
}
ul.submenu.active {
    display: flex !important;
    position: absolute;
    top: 70px;
    background: #fff;
    flex-direction: column;
        z-index: 2;
}
.mega-menu-text li {
    min-height: 30px;
}
ul.submenumob.active {
    display: flex !important;
    background: #C6FF00;
    padding: 13px;
    /* border: 1px solid #C6FF00; */
    /* max-width: 163px; */
    margin-top: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1215px) {
.header-button.header-button button {
        padding: 14px 16px;
        font-size: 14px;
        width: 147px;
}
ul.headerMenu li a,
.dropdown {
        padding: 0 15px;
        font-size: 13px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.elisps .homepage-service-content {
    padding-bottom: 100px;
}
span.footer-address p.contact-address {
              max-width: 400px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
    .homepage-service-content .image-banner-button {
    margin: 40px auto;
}
.about-servie .services-container .service h3 {
    color: #fff;
    font-size: 20px;
}
.about-servie .services-container .service img {
    width: 50%;
}
.alien-icon img {
    max-width: 150px;
    width: 100%;
}
.footer-icon-content {
     flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    row-gap: 0;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
.homepage-service-right-image .service img {
    width: 100%;
    max-width: 90px;
}
.our-portfolio-section .image-banner-button {
    text-align: center;
    margin: 110px 0 170px !important;
}
.image-banner-heading h1 {
        font-size: 40px !important;
}

.image-banner-heading span {
    font-size: 40px;
}
.image-banner-heading h3,
.image-banner-heading h3 span{
    font-size: 33px;
}
.image-banner-heading img {
    width: 100% !important;
}

.homepage-contact-us-heading h2,
.homepage-testimonial-heading h2,
.our_work_slider .head-port h2,
.portfoli .head-port h2,
.homepage-animation-heading h2, .our-portfolio-section-heading h2  {
    font-size: 50px !important;
}

.homepage-contact-us-heading span,
.portfoli .head-port span,
.our_work_slider .head-port span,
.homepage-testimonial-heading span,
.homepage-service-heading span,
.homepage-service-heading h2,
.homepage-animation-heading h2 span, .portfolio-title span{
    font-size: 45px !important;
}
.homepage-testimonial {
    margin-bottom: 100px !important;
}
.image-banner-display {
    padding: 180px 0px 180px 0px !important;
}
.slider {
    padding: 12px !important;
}

ul.footer-link li a {
    padding: 0px !important;
            font-size: 14px;
}
}
@media (min-width: 769px) {
.graphics-container-m {
    display: none;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.reviews-star-icons img {
    max-width: 80px;
}
.reviews-wrapper-heading,
.reviews-name-content{
    flex-direction: column;
}
.reviews-heading-right-image img {
    max-width: 25px !important;
    margin: 15px 0 0 0;
}
}
@media (max-width: 1150px) {
section.common-padding {
    padding-top: 60px;
    padding-bottom: 20px;
}
.h3 {
    font-size: 38px;
    
}
.service-top .top .right {
    width: 56%;
}
.service-top .top .left {
    width: 40%;
}
.h2 {
    font-size: 50px;
  }
.business-section {
    flex-direction: column;
}
}
@media (max-width: 1024px) {
    .new-work .overlay h2 {
    font-size: 22px !important;
}
 .homepage-service .box-left {
    margin: auto;
}
.our-celebrations {
   padding-bottom: 0;
}
.global-banner img.word {
    left: -3% !important;
    top: 113% !important;
}
.global-banner img.arro {
    left: 11% !important;
}
.image-banner .image-banner-right-image .agcy {
    width: 65% !important;
}
/*contact us*/
.contact-footer .contact-wrapper span.heading {
  font-size: 25px;
}
span.footer-address p.contact-address, span.footer-mail a {
  font-size: 22px;
}
.contact-form-container .form {
  margin: 0 20px;
}
.alien-image img {
  width: 100%;
  max-width: 500px;
}
.alien-contact-form .contact-wrapper {
  padding-top: 21rem;
}

@keyframes moveAlienUp {
  0% {
      transform: translate(0px, 100px);
  }
  100% {
      transform: translate(0px, 25px);
  }
  }
@keyframes moveAliendaun {
  0% {
      transform: translate(0px, 25px); 
  }
  100% {
      transform: translate(0px, 100px);
  }
  }

.homepage-service-content {
        margin: 0 auto !important;
}
.graphic-item.green-box img {
    height: 100%;
    width: 100%;
}
  .business-section {
    flex-direction: column;
}
.business-section .left-content {
    width: 100%;
}
.business-section .black-box {
    width: unset;
}
.global-banner img.shopi {
    right: 0%;
    top: 78%;
}

.homepage-service-right-image:after {
    top: -15% !important;
    right: 13% !important;
}
.homepage-service-right-image section.services-section {
    width: 80%;
    margin: 0 auto;
}
.homepage-service-left-content, .homepage-service-right-image {
        width: 100%;
}
.homepage-service-content {
        flex-wrap: wrap;
}
div#service-web {
        margin-top: 0 !important;
        margin-bottom: 2rem;
}
div#service-web-designing {
        margin-top: 0;
}
.homepage-service-heading h2,
.image-banner-button a#showMoreButton {
    margin: 0 auto !important;
    text-align: center;
}
.header-button,
.main-menu {
        display: none;
}
.menu-toggle {
        display: block;
}
.homepage-animation-right-image img {
        max-width: 380px;
}
.alien-icon {
        margin-top: -74px;
}
.alien-icon img {
        max-width: 150px;
        width: 100%;
}

ul.footer-link li a {
        padding: 30px;
}

.footer-contact {
        padding-left: 0px;
}
}
@media (max-width: 768px) {
.h3 {
    font-size: 28px;
}
.services-three-img-right.repeat .content {
    margin: 0 auto 40px auto;
    text-align: center;
}
.service-top .cmn {
    margin: 20px auto;
    
    max-width: 400px;
}
.service-top .top,
.services-three-img{
    flex-direction: column;
}
.service-top .top .left,
.service-top .top .right,
.services-three-img .repeat{
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
}
.button.load-more-other {
    padding: 12px 30px;
    font-size: 14px;
}
.image-banner-display .box-left {
    margin: auto;
}
.our-celebrations .section-wrapper {
    padding: 0px 0px 70px 0px;
}
/*our team*/
.page-width {
padding-left: 15px;
padding-right: 15px;
}
.benner-our-team .team-wrapper .heading {
 font-size: 50px;
}
.meet-our-team .header-wrapper .heading, .our-celebrations .header-wrapper .heading {
 font-size: 37px;
}
.meet-our-team {
padding-top: 80px;
padding-bottom: 80px;
}
.our-celebrations .header-wrapper {
margin-bottom: 40px;
}
.our-celebrations .box-wrap {
padding: 5px 0;
gap: 10px;
}
.meet-our-team .section-wrapper .heading {
font-size: 16px;
}
.meet-our-team .section-wrapper p {
font-size: 16px;
}
.meet-our-team .section-wrapper .content {
padding-top: 20px;
text-align: center;
}
.our-celebrations .button.load-more {
padding: 10px 15px;
font-size: 10px;
}
.benner-our-team .team-wrapper {
position: unset;
padding-top: 20px;
}
/*end*/
/*Contact us*/
.contact-form-container .form h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.contact-form-container .form .field-button-box button {
  min-width: 240px;
}
.contact-footer .contact-wrapper span.heading {
  font-size: 20px;
}
span.footer-address p.contact-address, span.footer-mail a {
  max-width: 300px;
  padding: 10px 0;
  font-size: 16px;
}
footer.footer {
  margin-top: 100px;
}
.contact-footer .contact-wrapper {
   row-gap: 0px; 
}
.contact-form-container .form .field-double {
  flex-direction: column;
}
.alien-contact-form .contact-wrapper {
  padding-top: 21rem;
  padding-bottom: 6rem;
}
.contact-form-container .form .field-single input {
  min-height: 3rem;
}
.homepage-animation-content{
     margin:0px;
}
.about-servie .services-container .service{
    width:45%;
}
.about-servie .services-container {
    display: flex;
    justify-items: end;
    flex-wrap: wrap;
    gap: 1px;
    padding-top: 10px;
}
.about-servie {
    padding-top: 80px;
}
.homepage-testimonial {
    margin-bottom: 15px;
    padding: 80px 0px 0px 0px;
}
 .business-section{
     gap:60px;
}
 .business-section .info-box{
     margin-bottom:50px;
}
.business-section .info-box .text {
    text-align: center;
}
.business-section .info-box {
    align-items: center;
    flex-direction: column;
}
.wrap-text-about .headline {
   text-align: center;
}
.wrap-text-about .intro-text {
    text-align: center;
}
.counter-section {
    padding: 80px 0;
}
.services-section {
    padding-top:0px;
}
.global-banner .image-banner-display { 
   padding: 155px 15px 180px 15px !important;
}
.graphic-item-m.image-box-m img, .graphic-item-m.green-box-m img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.graphics-container{
  display: none !important;
}
.wrap-text-about .headline {
  font-size: 35px;
  max-width: 100%;
}
.wrap-text-about .intro-text{
  max-width: 100%;
}
.business-section-container .wrap-text-about {
    flex-direction: column;
}
.business-section-container {
    padding-top: 80px;
}
.business-section{
    padding-bottom: 80px;
}
.wrap-imgb {
    display: flex;
    gap: 25px;
    padding-top: 20px;
    justify-content: center;
}
.home-pop {
    width: 100% !important;
     max-width: 400px;
}
.prev {
    left: 8px;
}
.next {
    right: 8px;
}
.footer-logo {
    padding-top: 40px;
}
ul.footer-link li a {
    padding: 5px 11px;
}
.footer-links {
    flex-direction: column;
}
.footer-background {
    background: transparent;
}
.all-content {
    text-align: center;
}
.homepage-service-right-image .service img {
    width: 100%;
    max-width: 75px;
}
h2{
    font-size:35px !important;
}
.homepage-service-right-image:after {
    top: -26% !important;
    right: 0% !important;
}
.footer-icon-content {
    display: inline-block !important;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    width: 19%;
}

.footer-top {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50px;
    margin: 0 auto;
    width: 100%;
}
.homepage-service-right-image .service {
    height: 250px !important;
    margin: 0 auto;
}
.homepage-service-right-image section.services-section {
    width: 100%;

}
.service h3 {
    font-size: 17px !important;
}
.button.load-more-other {
    margin: auto;
}
.image-banner-heading h3 {
        font-size: 35px;
}
.our-portfolio-section-image {
        margin-bottom: 50px !important;
}
.our-portfolio-section .image-banner-button {
        display: none;
}
.our-portfolio-section .image-banner-button {
        text-align: center;
        margin: 100px 0 0px !important;
}
.homepage-testimonial-sub-heading p {
        max-width: unset !important;
}

.homepage-contact-us-image img {
        padding: 15px 0px 40px 0px;
        width: 90%;
}

.homepag-animation {
        padding: 80px 0px 80px 0px;
}

.slider {
        padding: 12px;
}

.portfoli {
        padding: 65px 0px 35px 0px !important;
}

video#video {
        width: 90%;
        height: 100%;
}

.homepage-contact-us-heading span,
.portfoli .head-port span,
.our_work_slider .head-port span,
.homepage-testimonial-heading span,
.homepage-service-heading span,
.homepage-animation-heading h2 span, .portfolio-title span {
        font-size: 35px !important;
}
img.pol {
        right: 9px !important;
        top: 40px !important;
}

img.store {
        right: 132px !important;
        top: -21% !important;
}

.image-banner-heading img {
        width: 60%;
}

.image-banner-heading {
        text-align: center;
}
.image-banner-heading h1 {
        text-align: center !important;
        font-size: 40px !important;
        line-height: 1.3 !important;
}
.image-banner-sub-heading p {
        text-align: center;
        margin:0 auto;
}
.homepage-service-content {
        margin: 0px auto !important;
}

section.image-puzzle-solver {
        display: none;
}

.footer-top .alien-icon-text {
        display: none;
}

.footer-icon-content {
        padding-bottom: 0px !important;
}
.image-banner-display {
        display: flex;
        padding: 100px 0px 140px 0px !important;
        flex-direction: column;
        gap: 80px;
}

.logo img {
        max-width: 140px;
 }

.header {
        padding: 16px 10px 20px 10px;
}

.play-overlay {
        width: 50px !important;
        height: 50px !important;
}

.image-banner-img {
        display: none;
}

.image-banner-left-content {
        width: 100%;
}
.homepage-contact-us {
        padding: 80px 0;
}

.image-banner-content {
        margin-top: 40px;
}

.image-banner-button {
        margin-top: 10px;
        text-align: center;
}

.image-banner-button button {
        padding: 12px 35px;
        font-size: 16px;
        letter-spacing: 1px;
}

.homepage-service-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
}

.homepage-service-left-content {
        width: 100%;
}

.homepage-service-heading h2 {
        font-size: 40px;
        text-align: center;
        margin: 0 auto;
}

.homepage-service-left-content .image-banner-button {
        margin: 30px auto;
        display: flex;
        justify-content: center;
}

.homepage-animation-content {
        flex-wrap: wrap;
        text-align: center;
}

.homepage-animation-right-content {
        margin: 0 auto;
 }

.homepage-animation-right-image {
        margin-top: 30px;
 }
p.footer-address:before, p.footer-mail:before {
    height: 28px;
    width: 28px;
    background-size: contain;
}
.footer-contact {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
       flex-direction: column;
}
.our_work_slider {
        padding: 60px 0px;
}
.alien-icon {
        margin-top: 0px;
}
.footer-links {
        flex-wrap: wrap;
        row-gap: 0px;
}
.footer-linking { 
          border-radius:0;
          padding: 10px;
}
.homepage-animation-heading {
        width: 100%;
}
#portfolio-page .our-portfolio-section-heading {
        justify-content: center !important;
}
#portfolio-page .slider-content h2 {
        font-size: 18px;
}
#portfolio-page .portfolio-tabs {
        cursor: auto;
}
#portfolio-page .our-portfolio-section-heading h2 {
        padding-bottom: 20px;
}
#portfolio-page .our-portfolio-section-heading h2{
        font-size: 35px;
}
#portfolio-page  .all-content {
        width: 48.3% ;
}
#portfolio-page .image-banner-button img {
        display: none !important;
}
.reviews-heading-name h2 {
            font-size: 14px !important;
}
.reviews-wrapper-box {
            padding: 20px !important;
}
.reviews-content p {
            font-size: 15px !important;
            line-height: 1.5 !important;
}
.reviews-name-content {
        gap: 15px !important;
}
.horizontal-scrolling-items__item h2 {
    font-size: 26px !important;
}
.alien-icon img {
    max-width: 100px;
}
.footer-top {
    top: 20px;
    position: relative;
}
}
@media only screen and (max-width: 480px) {
 .contact-form-container .form {
          padding: 4rem 1rem 4rem;
}
.contact-form-container .form .field-button-box {
          justify-content: center;
}
.alien-contact-form .contact-wrapper .alien-image {
          top: -7%;
}
.alien-contact-form .contact-wrapper {
          padding-top: 12rem;
          padding-bottom: 5rem;
}
section.alien-contact-form {
          margin-top: 100px;
}
.alien-image img {
          max-width: 350px;
}
.contact-form-container .form::after {
          right: 14px;
}
.contact-form-container .form::before {
          left: 12px;
}
.homepage-service-right-image .services-container {
    gap: 0px;
}
.homepage-service-right-image .service-wrapper{
    width:100%;
}
.about-servie .services-container {
        display: unset;
}
.about-servie .services-container .service {
        width: 100%;
}
.business-section .black-box {
    height: 120px;
}
.business-section .right-content {
    text-align: center;
}
.graphic-item.black-box p {
    font-size: 22px;
}
.portfolio-tabs span.tab {
    padding: 0 8px !important;
}
.slider-home {
    width: 100%!important;
}
.slider-popup.home-pop {
    width: 100% !important;
    max-width: 350px!important;
    height: 60% !important;
}
.footer-icon-wrapper-1 {
    margin: -1rem 0;
}
.footer-icon-wrapper-2 {
   margin-top: 2rem;
}
.footer-linking {
     margin-top: -34px;
    z-index: 1;
    position: relative;
}

span.sol-bin{
    font-size:30px !important;
}

.homepage-service-right-image:after{
        background: none !important;
        display:none!important;
}
.homepage-service-right-image .services-container {
        display: grid !important;
        grid-template-columns: 1fr;
}
.footer-top {
    display: inline-block;
    text-align: center;
    position: relative;
    top: -17px;
    z-index: 2;
}
.elisps {
    margin-bottom: 75px;
}
.horizontal-scrolling-items__item h2 {
        font-size: 22px !important;
} 
.footer-icon-content {
    display: inline-block !important;
    width: 18%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 3px;
}

.our-portfolio-section-heading {
        margin: 60px 0 50px 0 !important;
}
#portfolio-page .all-content {
        width: 100% !important;
}
#portfolio-page .our-portfolio-section-image-box .all-content {
        display: none !important;
}
.image-banner-heading span,
.image-banner-heading h1{
        font-size: 35px !important;
}
.our-portfolio-section-image-box .all-content {
        width: 100%;
}
.social-media-sliders.port-slide-bin .image-banner-button img {
        width: 48%;
}
.homepage-service-left-content,
.homepage-service-right-image {
        width: 100% !important;
}
.homepage-contact-us-image img {
        width: 100% !important;
}
.image-banner-heading img {
        width: 100% !important;
}
.homepage-animation-heading {
        width: 100%;
}
.slider-content {
        margin: 0 10px;
}
.homepage-animation-right-image img {
        margin-top: 50px;
        max-width: 280px;
}
.alien-icon img {
        max-width: 95px;
}
.alien-icon {
        margin-top: 0px;
}
.footer-background {
        background: transparent;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
}
.footer-links {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
}

ul.footer-link li a {
        padding: 0px;
}

ul.footer-link li {
        padding: 10px;
}
.footer-linking {
        border-radius: 0px;
        padding: 30px 10px;
}

.footer-contact {
        flex-wrap: wrap;
        padding-left: 0px;
       margin-top:8px;
}

.homepage-animation-right-image {
        margin-top: 0px;
}
}
@media only screen and (max-width: 340px) {
.slider-popup.home-pop {
    max-width: 300px!important;
   
}
}
