body {
    background-color: #fff;
    overflow-x: hidden;
}

html {
  /* scroll-behavior: smooth; */
}

#full-screen-menu.h-screen{
height:101vh !important;
}


@font-face {
    font-family: "Forma DJR Display";
    src: url("/assets/fonts/forma/FormaDJRDisplay-Regular-Testing.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Forma DJR Display";
    src: url("/assets/fonts/forma/FormaDJRDisplay-Bold-Testing.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Forma DJR Display";
    src: url("/assets/fonts/forma/FormaDJRDisplay-Light-Testing.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nickel-gothic-variable';
    src: url('/assets/fonts/Nickel_Gothic_Variable_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ComicBook";
    src: url("/assets/fonts/comic/Comic Book Bold Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "ComicBook";
    src: url("/assets/fonts/comic/Comic Book Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ComicBook";
    src: url("/assets/fonts/comic/Comic Book Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "ComicBook";
    src: url("/assets/fonts/comic/Comic Book.otf") format("opentype");
    font-style: normal;
}


.font-cc {
    font-family: "ComicBook", sans-serif;
    font-weight: 400;
}



.font-\[Forma_DJR_Display\] {
  font-family: "Forma DJR Display";
}


h1 {
    font-family: "Forma DJR Display";
}

.bungee {
  font-family: "Bungee", sans-serif;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
}

.nikel-font {
   font-family: "nickel-gothic-variable",sans-serif;
   font-variation-settings: 'wdth' 100, 'slnt' -6;
} 

.abel-font {
  font-family: "Abel", sans-serif;
}

.banner {
  position: relative;
  overflow: hidden;       
  height: 800px;          
}

@media (max-width: 768px) {
  .banner {
    height: 500px;          
  }
}

.banner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250%;
  height: 250%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform-origin: center center;
  background-image: url("/assets/images/banner/bg-1.png"); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
  animation: bg-rotate 70s linear infinite;
  will-change: transform;
}

.banner > header { position: relative; z-index: 2; }

@keyframes bg-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  to   { transform: translate(-50%, -50%) rotate(360deg) scale(1); }
}

/* Animation for the header and banner */
@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-down {
  /* animation: slideDownFade 1s ease-out forwards; */
}

.animate-slide-up {
  /* animation: slideUpFade 1s ease-out forwards; */
}

:root {
  --color-primary: #f6aca2;
  --color-secondary: #f49b90;
  --color-tertiary: #f28b7d;
  --color-quaternary: #f07a6a;
  --color-quinary: #ee6352;
}

.who-we-head {
  line-height: 80px;
}

.who-we-head2 {
  line-height: 72px;
}

/* .text-shadows {
  text-shadow:  15px 16px 0 rgba(0, 0, 0, 0.15), 
                0 0 0 #000, 
                4px 4px 0 #000, 
                6px 6px 0 #000, 
                8px 8px 0 #000, 
                10px 10px 0 #FFF;

                
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-style: oblique;
  margin: 0;
  color: #fff;
  letter-spacing: 0px;
  line-height: 76px;
  -webkit-text-stroke: 2px #1e1e1e;   
          text-stroke: 2px #1e1e1e;
} */


.text-shadows {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-style: oblique;
  letter-spacing: 0px;
  line-height: 76px;
  margin: 0;

    text-shadow:
    -4px -4px 0 #000,
     4px -4px 0 #000,
    -4px  4px 0 #000,
     4px  4px 0 #000,

     4px 4px 0 #000,
     5px 5px 0 #000,
     7px 7px 0 #000,
     9px 9px 0 #000,
     11px 11px 0 #fff,
    13px 14px 0 rgba(0,0,0,0.35);
}

.text-shadows-bgfff {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-style: oblique;
  letter-spacing: 3px;
  line-height: 62px !important;
  margin: 0;

  text-shadow:
    -4px -4px 0 #000,
     4px -4px 0 #000,
    -4px  4px 0 #000,
     4px  4px 0 #000,

     4px 4px 0 #000,
     5px 5px 0 #000,
     7px 7px 0 #000,
     9px 9px 0 #000,
     /* 8px 8px 0 #fff, */
    13px 14px 0 rgba(0,0,0,0.35);
}


.who-text-stroke {
  font-family: "nickel-gothic-variable",sans-serif;
  font-style: oblique;
  fill: none;
  stroke: #1e1e1e;
  stroke-width: 10px;
  stroke-linejoin: round;
}

.who-text-fill {
  font-family: "nickel-gothic-variable",sans-serif;
  font-style: oblique;
  fill: #fff;
  filter: drop-shadow(4px 4px 0 #000)
          drop-shadow(6px 6px 0 #000)
          drop-shadow(2px 2px 0 #fff)
          drop-shadow(15px 16px 0 rgba(0,0,0,0.15));
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    transform: translate(-3px, -3px);
    text-shadow: 3px 3px 0 #1e1e1e;
  }
  20% {
    transform: translate(-6px, -6px);
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e;
  }
  30% {
    transform: translate(-9px, -9px);
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e, 9px 9px #1e1e1e;
  }
  40% {
    transform: translate(-12px, -12px);
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e, 9px 9px #1e1e1e,
      12px 12px 0 var(--color-quinary);
  }
  50% {
    transform: translate(-12px, -12px);
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e, 9px 9px #1e1e1e,
      12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e, 9px 9px #1e1e1e,
      12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e, 9px 9px #1e1e1e;
  }
  80% {
    text-shadow: 3px 3px 0 #1e1e1e,
      6px 6px 0 #1e1e1e;
  }
  90% {
    text-shadow: 3px 3px 0 #1e1e1e;
  }
  100% {
    text-shadow: none;
  }
}


/* ANimate spin */

.animate-spin-slow {
    animation: spin 12s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}


/* CLOUD FULL WIDTH + FULL HEIGHT */
.cloud-container {
  width: 100%;
  background-image: url("/assets/images/banner/Cloud-bg1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;     
  aspect-ratio: 9 / 9;           
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.notepad {
  position: relative;
  width: 780px;                   
  min-height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;  
}

.notepad::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/banner/notepad.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.notepad ul {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 24px;
}


/* Bubble Messages */


    .bubble {
        position: absolute;
        max-width: 100%;
        width: 320px;
        height: auto;
        padding: 25px 20px;   
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        font-weight: 700;
        color: #d40000;         
        text-align: center;
        line-height: 1.2;
    }

    
    .bubble:nth-child(2) { background-image: url('/assets/images/icon/4.png'); }
    .bubble:nth-child(3) { background-image: url('/assets/images/icon/1.png'); }
    .bubble:nth-child(4) { background-image: url('/assets/images/icon/3.png'); }
    .bubble:nth-child(5) { background-image: url('/assets/images/icon/2.png'); }


    @media (max-width: 767px) {
      .bubble:nth-child(2) { background-image: url('/assets/images/icon/Rectangle.png'); }
      .bubble:nth-child(3) { background-image: url('/assets/images/icon/Rectangle.png'); }
      .bubble:nth-child(4) { background-image: url('/assets/images/icon/Rectangle.png'); }
      .bubble:nth-child(5) { background-image: url('/assets/images/icon/Rectangle.png'); }

      .bubble {
        position: static;        /* KEY FIX */
        width: 100%;
        max-width: 100%;
        margin: 0px !important;       /* center + spacing */
        height: auto !important;
        /* padding: 10px; */
      }
    }


    /* Content Slider */

    /* .slider {
      padding-block: 12px;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      position: relative;
    }

    .list {
      display: flex;
      width: calc(
        var(--width) * var(--imageQuantity) * 2
      ); 
      gap: calc(var(--width) / 4);
      animation: autoScroll 20s linear infinite;
    }

    .list:hover {
      animation-play-state: paused !important;
    }

    .item {
      width: var(--width);
      height: var(--height);
      flex-shrink: 0;
    }

    .item img {
      width: 100%;
      height: 100%;
      transition: filter 0.5s ease-in-out;
    }

    @keyframes autoScroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
      }
    }

    .slider[reverse="true"] .list {
      animation: reverseScroll 20s linear infinite;
    }

    @keyframes reverseScroll {
      0% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
      }
      100% {
        transform: translateX(0);
      }
    }

    .slider:hover .item img {
      filter: grayscale(1);
    }

    .slider .item:hover img {
      filter: grayscale(0);
    }


    .item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding-right: 40px;
    }

    .item::after {
      content: "";
      width: 24px;
      height: 24px;
      background-image: url('/assets/images/icon/Star 6.svg');
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: -10px; 
      top: 50%;
      transform: translateY(-50%);
    } */


    .slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.list {
  display: flex;
  width: max-content;
  gap: 60px;
  animation: marquee 25s linear infinite;
}

.slider[reverse="true"] .list {
  animation-direction: reverse;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  padding-right: 40px;
  position: relative;
}

.item::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/assets/images/icon/Star 6.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}


/* Red color top and bottom red part */

        .marquee-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .marquee-track {
            display: flex;
            gap: 50px;
            /* width: max-content; */
            white-space: nowrap;
        }

        .marquee-track .slide {
    flex: 0 0 calc((100vw - (50px * 2)) / 3); 
    height: 325px;                          
    min-height: 300px;                      
    max-height: 300px;                      
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .marquee-track .slide {
        flex-basis: calc((100vw - 50px) / 2);
        height: 100px;                        
    min-height: 100px;                      
    max-height: 100px; 
    }
}



        .marquee-top {
            animation: marquee-left 20s linear infinite;
        }

        .marquee-bottom {
            animation: marquee-right 20s linear infinite;
        }

        @keyframes marquee-left {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        @keyframes marquee-right {
            from { transform: translateX(-50%); }
            to { transform: translateX(0); }
        }




/* ============= SERVICE PAGE ================== */

.banner-service {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: #fff;
}

/* Video full cover */
.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Remove iOS / WebKit play button */
.banner-video::-webkit-media-controls,
.banner-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* Soft white overlay like your image */
.banner-overlay {
    position: absolute;
    inset: 0;
    /* background:
        radial-gradient(
            ellipse 55% 80% at 55% 50%,
            rgba(255,255,255,0.85) 0%,
            rgba(255,255,255,1) 70%
        ); */
    z-index: 1;
}


/* Swiper Case Study */

.mySwipercase .swiper-pagination {
    position: relative;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mySwipercase .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #C61717;
    opacity: 1;
    transition: all 0.3s ease;
}

.mySwipercase .swiper-pagination-bullet-active {
    background: #ffffff;
}


/* Swiper pagination review for mobile view */

.review-swiper {
  padding-bottom: 24px;
}

.review-swiper .swiper-slide {
  width: 85%; /* mobile scroll card width */
}

@media (min-width: 768px) {
  .review-swiper .swiper-slide {
    width: auto;
  }
}

/* scrollbar styling */
.swiper-scrollbar {
  height: 4px;
  background: transparent !important;
}

.swiper-scrollbar-drag {
  background: #CECECE;
  border-radius: 10px;
}


.leading-brand {
  line-height: 72px !important;
}

@media (max-width: 767px) {
  .leading-brand {
    line-height: 36px !important;
  }

  .notepad {
     width: fit-content;   
  }
}

 .marquee-track .slide {
    /* max-width: 536px !important;
    width: 536px !important; */
    height: 300px !important;
    max-height: 300px !important;
  }


/* MOBILE PROGRESS BAR ONLY */
@media (max-width: 767px) {

    /* MOBILE SCROLLBAR */
  .mySwipercase .swiper-scrollbar {
      background: rgba(255, 255, 255, 0.25);
      height: 5px;
      border-radius: 10px;
  }

  .mySwipercase .swiper-scrollbar-drag {
      background: #C61717;
      border-radius: 10px;
  }

  .marquee-track .slide {
    /* max-width: 137px !important;
    width: 137px !important; */
    height: 83px !important;
    max-height: 83px !important;
  }

  .mobile-top {
    top: 110px;
    position: relative;
  }

  .cloud-container {
    top: -140px;
    height: 650px;
  }

  .notepad {
    min-height: auto;
    max-width: 500px;
    width: 400px;
  }

  .notepad::before {
    height: 500px;
  }

  .notepad ul {
    top: 108px;
  }

}



@media (min-width:768px) {
  .desktop-align {
    margin-top: -50px;
    position: relative;
  }

  .cloud-container {
    margin-top: -300px;
  }
}

@media (min-width:1500px) {
  .cloud-container {
    margin-top: -400px;
  }
}

@media (min-width:1600px) {
  .mobile-top {
    top: -100px;
    position: relative;
  }
}

@media (min-width:1800px) {
  .mobile-top {
    top: -200px;
    position: relative;
  }
}

@media (max-width:1025px){
  .notepad{
    width: 500px;
    height: 500px;
    min-height: 780px;
}
.our-process-section{
    position: relative;
    top: 215px;
}
.our-process-left {
    position: relative;
    left: 60px;
}
.our-process-right{
position:relative;
right:95px;
}
.curveline-anim {
    height: 120px;
}

.process-img-anim {
    height: 330px;
}
}

.showafter-1320{
display:block !important;
}
.hideafter-1320{
display:none !important;
}
@media (max-width:1320px) {
.showafter-1320{
display:none !important;
}
.hideafter-1320{
display:block !important;
}
}

@media (max-width:1280px) {
.notepad::before {
    background-size: 590px;
    background-position: center 110px;
}
}

@media (max-width:1024px) {
.notepad::before {
    background-size: 420px;
    background-position: center 184px;
}
}
@media (max-width:767px) {
.notepad::before {
    background-size: 420px;
    background-position: center;
    transform: rotate(5deg);
}
.notepad ul {
    transform: rotate(0deg);
    top: 144px;
    left: -40px;
}
.process-img-anim {
    position: absolute;
    top: calc(100% + 250px);
    height: 155px;
    z-index: 10;
    transform: unset !important;
    opacity: unset !important;
}
.process-heading, .solution-stack{
line-height: 40px !important;}
.marquee-track {
    gap: 5px;
}

.case-study-slider .h-\[526px\]{
    height: 350px;
}

.our-process-left {
      left: 0px;
    }

    .notepad {
      min-height: auto;
    }

    .our-process-section {
      top: 270px;
    }
.featured-work-txt{
width:70%;
}
}
@media (max-width:480px) {
.process-img-anim {
    right: -70px;
}
.service-card .nikel-font {
    font-size: 26px !important;
    line-height: 26px !important;
    text-shadow: -1px -3px 0 #000, 4px -1px 0 #000, -3px 4px 0 #000, 5px 4px 0 #000, 4px 4px 0 #000, 5px 5px 0 #000, 7px 7px 0 #000, -4px 4px 0 #000, 5px 4px 0 #fff, 6px 12px 0 rgba(0, 0, 0, 0.35) !important;
}
.service-card .max-w-fit {
    min-width: 130px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}
@media (max-width:400px) {
    .notepad::before {
        background-size: 320px;
        background-position: -10px;
        transform: rotate(5deg);
    }
.notepad ul{
        padding-left: 24px;
}
.notepad div{
font-size:14px;
font-weight: 600;
}
.notepad li{
font-size:14px;
}
.notepad .t-1{top: 17px;}
.notepad .t-2{top: 7px;}
.notepad .t-3{top: -1px;}
.notepad .t-4{top: -10px;}
.notepad .l-1{top: 12px;}
.notepad .l-2{top: 3px;}
.notepad .l-3{top: -6px;}
.notepad .l-4{top: -13px;}
.process-img-anim {
        right: -92px;
        height: 160px;
    }
.process-heading {
    position: relative;
    left: 33x;
    top: 35px;
}
}
@media (max-width:375px) {
.process-heading {
    position: relative;
    left: 54px;
    top: 35px;
}
    .notepad ul {
        padding-left: 36px;
left: -30px;
    }
.process-img-anim {
        right: -88x;
        height: 120px;
    }
}
@media (max-width:340px) {
.notepad ul {
        padding-left: 77px;
        top: 147px;
        left: -40px;
    }
.process-img-anim {
        right: -115px;
        height: 120px;
    }
.process-heading {
    position: relative;
    left: 66x;
    top: 35px;
}
.service-card .nikel-font {
    font-size: 22px !important;
    line-height: 22px !important;
}
.service-card .max-w-fit {
    min-width: 100px !important;
    font-size: 16px;
    line-height: 18px;
}
}


@media (max-width: 1024px) {
    .marquee-track .slide {
        flex-basis: 90vw;

        height: 100px;                        
    min-height: 100px;                     
    max-height: 100px; 
    }

    .marquee-track .slide {
    /* max-width: 400px !important;
    width: 400px !important; */
    height: 300px !important;
    max-height: 300px !important;
}

 
}

@media (max-width: 768px) {
  .marquee-track .slide {
    /* max-width: 300px !important;
    width: 300px !important;
    height: 200px !important;
    max-height: 200px !important; */
  }
}

@media (max-width: 1280px) {
  .marquee-track {
    gap: 20px;
  }
}
