/** Hash Configs **/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

/* ==================================== Manrope Font ==================================== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {

  /** Font **/
  --font1: "Manrope";
  --font2: 'Playfair Display';
  --font3: ;
  --font4: ;

  --fontSize1: ;
  --fontSize2: ;
  --fontSize3: ;
  --fontSize4: ;
  --fontSize5: ;
  --fontSize6: ;

  /** Colors **/
  --color1: ;
  --color2: ;
  --color3: ;
  --color4: ;
  --color5: ;
  --color6: ;
  --color7: ;

  --xs: 1%;
  --sm: 2.5%;
  --md: 5%;
  --lg: 7.5%;
  --xl: 10%;

  --px-xs: 1%;
  --px-sm: 2.5%;
  --px-md: 5%;
  --px-lg: 7.5%;
  --px-xl: 10%;


}

/** Hash Configs Ends **/

/*** 
====================================================================
	Text - START
====================================================================
***/

body {
  font-family: var(--#);
  font-size: var(--#);
  color: var(--#);
  margin: auto;
}

h1 {
  font-family: var(--#);
  font-size: var(--#);
  font-weight: ;
  color: var(--#);
}

h3 {
  font-family: var(--#);
  font-size: var(--#);
  font-weight: ;
  color: var(--#);
}

h4 {
  font-family: var(--#);
  font-size: var(--#);
  color: var(--#);
}

p {
  font-family: var(--#);
  font-size: var(--#);
  color: var(--#);
  line-height: 1.8;
}



/*** 
====================================================================
	Text - Ends
====================================================================
***/




/*** 
====================================================================
    Common Styling - Start
====================================================================
***/


/* Global viewport unit variables */
:root {
  --vh: 1vh;
  /* Default fallback */
  --vh-real: 1vh;
  /* Enhanced fallback */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font1);
  -webkit-font-smoothing: antialiased;
  /* Smoother text on macOS */
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}







/* Fullscreen overlay - hidden and slid out to the right */
.fullscreen-menu {
  position: fixed;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.9); */
  background: rgba(0, 0, 0);
  color: white;
  display: flex;
  /* Keep display flex always */
  justify-content: center;
  align-items: center;
  z-index: 1001;
  flex-direction: column;
  text-align: center;
  padding: 2rem;

  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Active state: slide in from right */
.fullscreen-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  z-index: 1001;
}

/* Menu layout */
.fullscreen-menu .menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Navigation links grid */
.fullscreen-menu .menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10rem;
  justify-content: center;
}

.fullscreen-menu .menu-content li {
  font-size: 4.4rem;
  list-style: none;
}

.fullscreen-menu .menu-content li a {
  color: white;
  text-decoration: none;
}

.fullscreen-menu .menu-content li a:hover {
  color: #68686F;
}

/* Close button */
.close-menu {
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: none;
  border: none;
  font-size: 4rem;
  color: white;
  cursor: pointer;
}

.close-menu:hover {
  color: #68686F;
}

/* Disable background scroll */
body.menu-open {
  overflow: hidden;
}

body.menu-open #m1 {
  filter: blur(3px);
  opacity: 0.2;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .fullscreen-menu .menu-content ul {
    grid-template-columns: 1fr;
    /* gap: 1.5rem; */
    gap: 5rem;
    font-size: 1.5rem;
  }
}









/* .home header {
  background-color: #111111;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
} */

/* Viewport Height Fallback System */
.home header {
  background-color: #111111;

  /* Modern browsers with CSS var support */
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);

  /* Enhanced fallback system */
  @supports (height: calc(var(--vh-real) * 100)) {
    min-height: calc(var(--vh-real) * 100);
  }
}



.home #h1 {
  padding: 4%;
}



.navbar .n0-i2 i {
  font-size: 4rem;
  color: #ffffff;
  line-height: unset;
  cursor: pointer;
}

.nav-btn {
  font-size: 1.6rem;
  font-family: var(--font1);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 1.5rem 4.6rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #605D5D;
}

h3 {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 4.6rem;
  letter-spacing: 0%;
}

h3>span {
  display: block;
}

ul>li {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
  list-style-type: disc;
}

.para-1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.para-3 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #1E1E20;
}

.bold {
  font-weight: 700;
}

.next-line {
  display: block;
}

.logo {
  width: 50%;
}

main section {
  padding: 4% 10%;
}

.straight-line {
  border: none;
  border-top: 1px solid #9F9B9B;
}

.heading-1 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #000000;
}

header #h1 {
  padding-bottom: 0 !important;
}

/* ==================================== Home Start ==================================== */

.home main section {
  min-height: 100vh;
  align-content: center;
}




.home #h2 .n0-i2 h1 {
  color: white;
  font-size: 13.8rem;
  line-height: 16rem;
  font-weight: 400;
}

.home .scroll-gif {
  width: 3px;
  height: 30px;
}

.home #m1 {
  padding: 0;
}

.home #m1 .n0-i1 {
  padding: 0 10%;
}

.home #m1 .left-text h3 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #1E1E20;
}

.home #m1 .right-text p {
  max-width: 450px;
}


.home .straight-line {
  width: 80%;
  margin: 5% auto;
}

.home #m1 .text-scroll-wrapper {
  padding: 0%;
}

.home #m1 .text-scroll-wrapper span {
  /* font-size: 10vw; */
  font-size: 12.5vw;
  font-weight: 400;
  line-height: 1.05;
  color: #1F1D1D;
  white-space: nowrap;
  display: inline-block;
  font-family: var(--font2);
}


/* Outer container mobile-hides overflow */
.text-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* Track scrolling horizontally with enough repeated content */
.text-scroll-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 60s linear infinite;
}

/* Seamless scroll using transform */
@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Ensure enough content to fill and overflow */
.text-scroll-track span {
  display: inline-block;
}










/* section - m2 start */

.home #m2 {
  background-color: #111111;
  padding: 4% 10% 4% 0;
}

.home #m2 .para-3 {
  color: white;
}

.home #m2 a.para-3:hover {
  color: #68686F
}

.home #m2 .n0-i2 .inner-col {
  padding: 2.5% 0;
  border-bottom: 1px solid #9F9B9B;
}



/* section - m2 end */



/* section - m3 start */

.home #m3 .simpleGrid {
  align-content: center;
}

/* section - m3 end */



/* section - m4 start */
.home #m4 {
  background-image: url("../img/home-11.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home #m4 .left-column {
  background-color: #FBF5E9;
}

.home #m4 .left-column .heading-1,
.home #m4 .left-column .para-3 {
  color: #000000;
  font-weight: 400;
}

.home #m4 .left-column .para-3 {
  max-width: 430px;
}

/* section - m4 end */





/* hero page */

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #111;
  /* Optional: match your theme */
  padding: 40px 0;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-track img {
  max-height: 300px;
  min-width: 400px;
  object-fit: cover;
  display: block;
  margin-right: 60px;
}

/* Smooth horizontal scroll */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .marquee-track img {
    max-height: 200px;
    min-width: 250px;
    margin-right: 40px;
  }
}

@media (max-width: 480px) {
  .marquee-track img {
    max-height: 150px;
    min-width: 200px;
    margin-right: 30px;
  }
} */

header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.diagonal-marquee-wrapper {
  position: absolute;
  left: -50%;
  top: -50%;
  transform: translate(50%, 50%);
  /* width: 200%; */
  /* height: 200%; */
  z-index: 0;
  pointer-events: none;
  /* allow clicks through */
  /* transform: rotate(-30deg); */
  transform: rotate(-25deg);
  overflow: hidden;
  /* border: 1px solid red; */
}

.diagonal-marquee-track {
  display: flex;
  width: max-content;
  animation: diagonal-scroll 60s linear infinite;
  align-items: center;
}

.marquee-image-slot {
  flex: 0 0 auto;
  /* width: 300px;
  height: 200px; */
  /* margin-right: 100px; */
  /* margin-right: 350px; */
  margin-left: 400px;
  border-radius: 16px;
  overflow: hidden;
  /* background-color: #222; */
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); */
}

.marquee-image-slot img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  display: block;
}

@keyframes diagonal-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Ensure text stays above the marquee */
/* .hero,
.navbar,
#h1,
#h2 {
  position: relative;
  z-index: 2;
} */

.navbar {
  position: relative;
  z-index: 2;
}




/* .home #h2 .n0-i2 .blend-text {
  mix-blend-mode: difference;
  position: relative;
  z-index: 1000;
} */

.blend-text {
  mix-blend-mode: difference;
  position: relative;
  /* z-index: 1000; */
  z-index: 999;
}

.home #h2 .n0-i2 h1 {
  color: white;
  /* This will now appear as the inverse of the background */
  font-size: 13.8rem;
  line-height: 16rem;
  font-weight: 400;
  width: 80%;
  justify-self: center;
}





/* hero page */

/* ==================================== Home End ==================================== */



/* ==================================== Services Start ==================================== */

.font-family-1 {
  font-family: 'Manrope' !important;
}

.services #m2,
.services #m3,
.services #m4,
.services #m5 {
  min-height: 100vh;
  align-content: center;
}

/* Section - m1 start */

.services .navbar .n0-i2 i {
  color: #232222;
}

.services .nav-btn {
  background-color: #232222;
  color: white;
}

.services header #h1 {
  background-color: #F1EFEC;
  padding: 4%;
}

.services #m1 {
  background-color: #F1EFEC;
  padding: 4% 0;
}

.services #m1 span {
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.05;
  color: #1F1D1D;
  white-space: nowrap;
  display: inline-block;
  font-family: var(--font2);
}

.services #m1 .n0-i1 {
  width: 80%;
}

/* Section - m1 end */




/* section - m2 start */

.services #m2 {
  background-color: #F1EFEC;
  padding: 3%;
  padding-top: 0;
}

.services #m2 .simpleGrid {
  padding: 4% 7%;
  background-color: #FFFFFF;
}

.services #m2 .para-3 {
  color: #605D5D;
}

.services #m2 h4.para-3 {
  color: #000000;
}

.services .straight-line {
  border-top: 0.5px solid #96948A;
  width: 100%;
  margin: 5% 0;
}

/* Content & Image Visibility */
.service-content-block,
.service-image-block {
  display: none;
}

.service-content-block.active,
.service-image-block.active {
  display: block;
}


/* Make each tab-item relatively positioned */
.service-tab .tab-item {
  position: relative;
}

.service-tab h2 {
  font-size: 1.8rem;
  color: gray;
  cursor: pointer;
  transition: color 0.3s ease;
  font-weight: 400;
  padding-left: 25px;
  /* Make sure no margin messes alignment */
}

/* Active style with dot */
.service-tab h2.active {
  font-size: 4rem;
  line-height: 5.2rem;
  color: black;
  padding-left: 25px;
  /* Only active gets spacing for dot */
}

/* The bullet itself */
.service-tab h2.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #C9E265;
  /* Your dot color */
  border-radius: 50%;
}


/* section - m2 end */


/* section - m3 start */

.services #m3 {
  background-color: #F1EFEC;
}

/* section - m3 end */


/* section - m4 start */

.services #m4 {
  background-color: #000000;
}

.services #m4 .heading-1,
.services #m4 .para-3 {
  color: white;
}

/* section - m4 end */



/* section - m5 start */

.services .projects-section {
  padding: 0;
}

.services .projects-section .n0-i1 {
  padding: 0% 10%;
}

.services .projects-section .heading-1 {
  font-size: 4.4rem;
  line-height: 5.2rem;
  font-weight: 700;
  color: #1F1D1D;
}

/* Scroll Wrapper */
.services .projects-section .project-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

/* Slider */
.services .projects-section .inner-flex {
  display: flex;
  overflow-x: auto;
  /* gap: 20px; */
  gap: 15px;
  /* padding: 0 4%; */
  padding: 0 10%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.services .projects-section .inner-flex::-webkit-scrollbar {
  display: none;
}

.services .projects-section .inner-flex.grabbing {
  cursor: grabbing;
  user-select: none;
}

.services .projects-section .inner-flex>.inner {
  /* flex: 0 0 calc((100% - 40px) / 2.5);
  scroll-snap-align: center; */
  flex: 0 0 calc((100% - 30px) / 3);
  /* 3 cards visible, 2 gaps of 15px = 30px total */
  scroll-snap-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

.services .projects-section .inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Scroll Line Container */
.services .projects-section .scroll-line-track-wrapper {
  display: flex;
  margin: 2.5rem auto 0;
  overflow: hidden;
  height: 5px;
  width: calc((30px * 3) + (15px * 2));
}

.services .projects-section .scroll-line-track {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease;
}

.services .projects-section .scroll-line {
  width: 30px;
  height: 4px;
  background-color: #c9e265;
  border-radius: 12px;
  transition: all 0.3s ease;
  opacity: 0.5;
  cursor: pointer;
}

.services .projects-section .scroll-line.active {
  background-color: #C9E265;
  opacity: 1;
  transform: scaleX(1.2);
  /* transform: translateY(2px); */
}

/* section - m5 end */







/* ==================================== Services End ==================================== */



/* ==================================== Our-Work Start ==================================== */

.ourwork .navbar .n0-i2 i {
  color: #232222;
}

.ourwork .nav-btn {
  background-color: #232222;
  color: white;
}

.ourwork header #h1 {
  background-color: #F1EFEC;
  padding: 4%;
}

.ourwork #m1 {
  background-color: #F1EFEC;
  padding: 4% 0;
}

.ourwork #m1 .text-scroll-track span {
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.05;
  color: #1F1D1D;
  white-space: nowrap;
  display: inline-block;
  font-family: var(--font2);
}





.ourwork #m2 {
  padding: 4% 10%;
}

.ourwork #m2 h4.para-3 {
  color: #000000;
  font-weight: 600;
}

.ourwork #m2 p.para-3 {
  color: #605D5D;
  font-weight: 400;
}


/* ==================================== Our-Work End ==================================== */


/* ==================================== RuachKerala Page Start ==================================== */

/* main.ruach-stack .stack-section {
  height: 100vh;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
} */

/* =============================================================================== */
/* =======================================   header   ======================================== */


/* Initial state: hidden */
/* .fullscreen-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
} */

/* Active state: shown fullscreen with flex layout */
/* .fullscreen-menu.active {
  display: flex;
} */










/* =============================================================================== */
/* =============================================================================== */









.ruach {
  background-color: #111111;
  overflow: hidden;
}

.ruach #h1 {
  padding: 4%;
}

.ruach main section,
.idp main section,
.fof main section {
  padding: 2% 5%;
  /* padding: 4% 10%; */
}




/* .ruach #m1 h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #FFFFFF;
}

.ruach #m1 .n1-i1 p {
  color: white;
}

.ruach #m1 .n1-i2 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
}

.ruach #m1 h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #68686F;
} */

/* .ruach #m1 h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #FFFFFF;
}

.ruach #m1 p{
  color: white;
} */

/* .ruach #m1 .n1-i1 p {
  color: white;
} */

/* .ruach #m1 .n2-i1 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
} */
/* .ruach #m1 .n1-i2 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
} */

/* .ruach #m1 h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #68686F;
} */














/* .project-section h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #FFFFFF;
} */

.project-section p {
  color: white;
}

.project-section .n1-i1 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
}

.project-section h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #68686F;
}







.ruach #m1 .n0-i1 {
  width: 20%;
}

.ruach #m3 .simpleGrid {
  display: grid;
  width: 100%;
  transition: grid-template-columns 0.8s ease-in-out;
}

.ruach .color-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 600px;
  padding: 5rem;
  text-align: center;
}

.ruach #m3 .para-1 {
  color: white;
}

.ruach .color-box1 p,
.ruach .color-box2 p,
.ruach .color-box3 p {
  color: white;
}

.ruach .color-box4 p,
.ruach .color-box5 p {
  color: #000000;
}

.ruach .color-box1 {
  background-color: #BF1E2D;
  justify-content: space-between;
}

.ruach .color-box2 {
  background-color: #000000;
}

.ruach .color-box3 {
  background-color: #212121;
}

.ruach .color-box4 {
  background-color: #EFEFEE;
}

.ruach .color-box5 {
  background-color: #FFFFFF;
}

/* Grid layout changes for each active index */
#animatedGrid.active-0 {
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

#animatedGrid.active-1 {
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr;
}

#animatedGrid.active-2 {
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
}

#animatedGrid.active-3 {
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1fr;
}

#animatedGrid.active-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
}

.color-box {
  transition: all 0.4s ease;
}

.color-box.active {
  z-index: 2;
}





.ruach #m4 .n0-i1 {
  background-color: white;
  min-height: 100vh;
}

.ruach #m4 .n0-i1 .inner-flex-col {
  height: 100%;
}


@keyframes scaleIcon {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.2);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.icon-animate {
  /* animation: scaleIcon 1.5s ease-in-out forwards; */
  animation: scaleIcon 1.5s linear forwards;
}








.ruach #m5 .simpleGrid {
  background-color: #000000;
}

.ruach #m5 h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #FFFFFF;
}

.ruach #m5 p {
  color: #FFFFFF;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* transition: grid-template-columns 0.5s ease; */
  height: 600px;
}

/* Dynamic classes to expand one card at a time */
.card-container.active-0 {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.card-container.active-1 {
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
}

.card-container.active-2 {
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
}

.card-container.active-3 {
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
}

.card {
  background: #1E1E1E;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  padding: 1.5rem;
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
}

/* Show/mobile-hide based on active card */
.card .active-content {
  display: none;
  flex-direction: column;
  height: 100%;
}

.card .inactive-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.card.active .active-content {
  display: flex;
}

.card.active .inactive-content {
  display: none;
}

.card.active {
  background: #BF1E2D;
}








.ruach #m6 .simpleGrid {
  background-color: #3E3D3D;
}

.ruach #m6 h3 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #ffffff;
}

.dual-map-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  /* cursor: col-resize; */
  display: flex;
}

/* Key: both images are stacked on top of each other */
.right-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Initially split in half */
.left-img {
  z-index: 1;
  clip-path: inset(0 50% 0 0);
  /* Show left half */
  pointer-events: none;
}

.right-img {
  z-index: 0;
  clip-path: inset(0 0 0 50%);
  /* Show right half */
  pointer-events: none;
}

.slider-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 100%;
  background-color: white;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.slider-thumb i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  font-size: 2rem;
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ruach #m6 .n0-i3 {
  text-align: center;
  width: 85%;
}

.ruach #m6 .n0-i3 p {
  color: #FFFFFF;
}



.ruach #m7 .simpleGrid {
  background-color: #E5DEDE;
}




/* ==================================== RuachKerala Page End ==================================== */

/* ==================================== IDP Page Start ==================================== */

.idp {
  background-color: #F9FBFF;
}

.idp .navbar .n0-i2 i {
  color: #232222;
}

.idp .nav-btn {
  background-color: #232222;
  color: white;
}

.idp header #h1 {
  background-color: #F9FBFF;
  padding: 4%;
}


/* ====================================================== */

.idp #m1 .n0-i1 {
  width: 20%;
}

.idp .project-section h2 {
  color: #232222;
}

.idp .project-section .n1-i1 p {
  color: #242429;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}

.idp .project-section h3 {
  color: #68686F;
}

.idp ul>li {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #242429;
  list-style-type: disc;
}

/* ====================================================== */


.ellipse-container {
  position: relative;
}

.ellipse-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  width: 20vw;
  /* responsive width */
  max-width: 800px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.idp #m3 .inner-flex {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .ellipse-bg {
    width: 90vw;
    top: 10px;
  }

  /* .inner-flex img {
    width: 90%;
    max-width: 400px;
    height: auto;
  } */
}





/* ==================================== IDP Page End ==================================== */


/* ==================================== Food Over Fuss Page Start ==================================== */

.fof {
  background-color: #F9FBFF;
}

.fof .navbar .n0-i2 i {
  color: #232222;
}

.fof .nav-btn {
  background-color: #232222;
  color: white;
}

.fof header #h1 {
  background-color: #F9FBFF;
  padding: 4%;
}






.fof #m1 .n0-i1 {
  width: 20%;
}

.fof #m1 h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #232222;
}

.fof #m1 .n1-i1 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #242429;
}

.fof ul>li {
  color: #242429;
}


/* ============================================================= */
.project-section h2 {
  font-size: 6.8rem;
  line-height: 7.6rem;
  font-weight: 500;
  color: #FFFFFF;
}

.project-section p {
  color: white;
}

.project-section .n2-i1 p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
}

.project-section h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #68686F;
}

/* ============================================================= */






.fof #m1 {
  position: relative;
}

.fof #m1 .simpleGrid {
  position: relative;
  /* z-index: 1; */
}

.dog-bg-wrapper {
  position: absolute;
  top: 20%;
  right: 0;
  /* z-index: 0; */
  pointer-events: none;
}

.dog-bg {
  width: 50vw;
  opacity: 0.2;
}

.fof #m2 {
  position: relative;
  /* z-index: 1; */
}






/* ==================================== Food Over Fuss Page End ==================================== */




/* ==================================== Geetham Page Start ==================================== */

.geetham {
  background-color: #FFFFFF;
}

.geetham .navbar .n0-i2 i {
  color: #232222;
}

.geetham .nav-btn {
  background-color: #232222;
  color: white;
}

.geetham header #h1 {
  padding: 4%;
}

.geetham #m1 .n0-i1 {
  width: 20%;
}

.geetham #m1 .n1-i1 p {
  color: #242429;
}

.geetham ul>li {
  color: #242429;
}





.geetham main section {
  padding: 0;
}

/* .geetham #m1 {
  padding: 4% 10%;
} */

.geetham #m1 {
  padding: 2% 5%;
}

/* .geetham #m2 {
  margin-top: 4%;
} */




.geetham .navigation-section {
  background-image: url('../img/navigation-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5%;
}

.navigation-section .n0-i1 {
  width: 20%;
}

.navigation-section .n0-i2 .n1-i1 {
  position: relative;
}

.navigation-section .arrow-md {
  position: absolute;
  top: 185px;
  /* width: 325px; */
  width: 55%;
  justify-self: end;
}

.navigation-section .content-img {
  width: 100%;
}

.navigation-section .n0-i2 .n1-i2 .n2-i1 {
  position: relative;
}

.navigation-section .arrow-sm {
  position: absolute;
  /* width: 65px; */
  width: 25%;
  top: 185px;
}

.navigation-section .n0-i2 .n1-i2 .n2-i2 {
  position: relative;
}

/* .navigation-section .arrow-lg{
  position: absolute;
  height: 120px;
  width: 15px;
  left: 50%;
  top: 80%;
} */


.navigation-section .arrow-lg {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 25px;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
}



.navigation-section .n0-i3 .n1-i2 {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.200);
  border-radius: 10px;
}




/* ==================================== Geetham Page End ==================================== */


/* ==================================== Contact Page Start ==================================== */

.contact {
  background-color: #F1EFEC;
}

.contact .navbar .n0-i2 i {
  color: #232222;
}

.contact .nav-btn {
  background-color: #232222;
  color: white;
}

.contact header #h1 {
  padding: 4%;
  padding-bottom: 0;
}

/* .contact main section{
  min-height: 100vh;
  align-content: center;
} */

/* Section - m1 start */

.contact #m1 {
  padding: 0;
  padding-top: 4%;
}

/* .contact #m1 span { */
/* .contact #m1 .text-scroll-track span { */
.contact #m1 .text-scroll-wrapper span {
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.05;
  color: #1F1D1D;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font2);
}

.contact #m1 .n0-i1 {
  padding: 4% 10%;
}

/* Section - m1 end */

/* Section - m2 start */

.contact #m2 .straight-line {
  margin: 5% 0;
}


/* Section - m2 end */









/* Section - m3 start */

.contact input {
  width: 100%;
  padding: 1%;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #0E0D0D;
  border: none;
  outline: none;
  background-color: white;
  border-radius: 2px;
  margin-top: 0.5%;
}

.contact #m3 .para-1 {
  color: #000000;
}

.contact #m3 .n1-i5 button {
  background-color: #000000;
  width: 20%;
  border: none;
  padding: 1%;
  color: white;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

/* Section - m3 end */

.contact .mobile-show {
  display: none;
}


/* ==================================== Contact Page End ==================================== */





/* ==================================== Careers Page Start ==================================== */

.careers .navbar .n0-i2 i {
  color: #ffffff;
}

.careers .nav-btn {
  color: #232222;
  background-color: white;
}

.careers header #h1 {
  padding: 4%;
  background-color: #232222;
}

.careers #m1 {
  background-image: url('../img/careers-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25% 10% 4% 10%;
}

.careers #m1 h2>span {
  display: block;
}

.careers #m1 h2 {
  font-size: 4.4rem;
  line-height: 5.2rem;
  color: white;
  text-transform: uppercase;
}

.careers #m2 h4,
.careers #m2 a {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  font-weight: 400;
}

.careers #m2 .n0-i2 .n1-i2 h4 {
  font-weight: 700;
}

.careers #m2 sup {
  color: #605B5B;
}


/* ==================================== Careers Page End ==================================== */







/* ==================================== About Page Start ==================================== */


.about main section {
  min-height: 100vh;
  align-content: center;
}

.about {
  background-color: #F1EFEC;
}

.about .navbar .n0-i2 i {
  color: #232222;
}

.about .nav-btn {
  background-color: #232222;
  color: white;
}

.about header #h1 {
  background-color: #F1EFEC;
  padding: 4%;
}





/* Section - m1 start */

.about #m1 h1 {
  font-size: 12rem;
  line-height: 12.8rem;
  font-weight: 700;
  border-bottom: 1px solid #1F1D1D;
  position: relative;
  z-index: 2;


  color: transparent;
  -webkit-text-stroke: 1px black;
  background: url('./img/your-image.png') no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}

/* Section - m1 end */



/* Section - m2 start */

.about .content-area-section {
  padding: 4%;
}

.about .content-area-section {
  background-color: #000;
}

.about .content-area-section h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
}

.about .content-area-section h2.tab-heading {
  color: white;
}

/* Content Area */
.about .content-area {
  display: flex;
  flex-direction: column;
}

.about .tab-content {
  text-align: center;
}

.about .tab-heading,
.about .tab-description {
  display: none;
}

.about .tab-description {
  max-width: 550px;
}


.about .tab-description .para-3 {
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
}

.about .tab-heading.active,
.about .tab-description.active {
  display: block;
}

.about .ticket-img {
  width: 30%;
  align-self: end;
}

/* Tab Navigation */
.about .tab-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #9F9B9B;
  border-bottom: 1px solid #9F9B9B;
  padding: 1.5rem 0;
}

.about .tab-item {
  position: relative;
  font-weight: 400;
  color: #9D9898;
  cursor: pointer;
  flex: 1;
  text-align: center;
  border-right: 1px solid #9F9B9B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .tab-item:last-child {
  border: none;
}

.about .tab-item span {
  position: relative;
  display: inline-block;
}

.about .tab-item.active {
  color: #FFFFFF;
  font-weight: 400;
}

.about .tab-item.active span::before {
  content: '';
  position: absolute;
  left: -20px;
  /* Moves the dot to the left of text */
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #C9E265;
  border-radius: 50%;
}


/* Section - m2 end */





/* Section - m3 start */

.about #m3 {
  text-align: center;
}

.about #m3 .n0-i2 .n2-i2 {
  width: 50%;
}

.about #m3 .para-1 {
  color: #000000;
}

.about #m3 .para-3 {
  color: #605D5D;
}



/* Section - m3 end */




/* ==================================== About Page End ==================================== */









/* ==================================== Footer Start ==================================== */

footer {
  background-color: #000000;
  padding: 4% 10%;
}

footer h2 {
  font-size: 5.4rem;
  line-height: 6.2rem;
  font-weight: 600;
  color: #FFFFFF;
}


footer h2>span {
  display: block;
}

#f1 .n0-i1 .n1-i1 i {
  font-size: 5rem;
  color: #FFFFFF;
}

.playground-heading .arrow-icon {
  font-weight: 400;
}

footer .n0-i2 .ss-logo {
  width: 250px;
}

footer .n0-i2 a {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -1%;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

footer a:hover {
  color: #68686F;
}

footer .n0-i2 p,
footer .n0-i3 p {
  color: #BAB7AE;
}

footer .n0-i3 .n1-i2 a {
  text-decoration: underline;
  color: #BAB7AE;
}

footer .n0-i3 .n1-i3 p {
  font-size: 1.4rem;
  color: #6D6D6D;
}


/* ==================================== Footer End ==================================== */




/*** 
====================================================================
    Common Styling - END
====================================================================
***/


/*** 
====================================================================
    Page Styling - Start
====================================================================
***/

/*** START ***/



/*** END ***/

/*** 
====================================================================
    Page Styling - END
====================================================================
***/

/*** 
====================================================================
   Responsive - START
====================================================================
***/

/* large laptop screen*/
@media (min-width: 1440px) {}

/* small laptop screen*/
@media (max-width: 1012px) {}

/* tablet screen*/
@media (max-width: 768px) {
  /* .home #m1 .text-scroll-wrapper span {
    font-size: 14vw;
  } */
}

/* mobile screen*/
@media (max-width: 577px) {


  .fullscreen-menu .menu-content li {
    font-size: 3rem;
    list-style: none;
  }

  .close-menu {
    font-size: 3rem;
    top: 3rem;
    right: 3rem;
  }


  .heading-1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }


  .home #m1 .n0-i1 {
    padding: 0 8%;
  }

  .home #m1 .next-line {
    display: inline-block;
  }

  h3>span {
    display: inline-block;
  }

  .para-3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }




/* ---------------------- */
  /* .home #m1 .simpleGrid hr{
    display: none;
  } */

  .home #m1 .n0-i1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .home #m1 .left-text h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .home #m1 .text-scroll-wrapper span {
    /* font-size: 24vw; */
    font-size: 8rem;
  }

  




 




  .home #m2 {
    background-color: #111111;
    /* padding: 4% 10% 4% 0; */
    padding: unset;
  }

  .home #m2 p {
    font-size: 1.6rem;
  }

  .home #m2 .n0-i1 {
    /* padding: 0 8% 10% 0; */
    padding: 0 8% 16% 0;
  }

  .home #m2 .n0-i2 {
    padding: 16% 8% 8% 8%;
  }

  .home #m2 .n0-i2 .n1-i2 {
    /* border: 1px solid red; */
    margin-top: 8%;
  }

  .home #m2 .next-line {
    display: inline;
  }

  .home #m2 .customGrid {
    display: flex;
    flex-direction: column-reverse;
  }





  .client-logos .heading-1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .client-logos .logo-track {
    display: flex;
    gap: 5rem;
    will-change: transform;
    margin-top: 2.5%;
  }

  .client-logos .logo-slide {
    flex: 0 0 auto;
  }

  .client-logos .logo-slide img {
    height: 60px;
    object-fit: contain;
    display: block;
  }

  .client-logos .n0-i2 {
    overflow: hidden;
    position: relative;
  }

  .client-logos {
    overflow: hidden;
    position: relative;
  }


  .home section#m3 {
    min-height: unset;
    padding: 24% 0;
  }


  .home section#m4 {
    padding: 16% 8%;
  }

  .home #m4 .simpleGrid {
    display: flex;
    flex-direction: column-reverse;
  }

  .home #m4 .simpleGrid .left-column .n1-i1{
    margin-top: 0;
  }

  .home #m4 .left-column {
    padding: 10% 5%;
  }


  .home #m4 .heading-1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .home #m4 .para-3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }






  .navbar .n0-i2 i {
    font-size: 3rem;
  }

  .home .logo,
  .ourwork .logo,
  .services .logo,
  .contact .logo,
  .about .logo {
    width: 180px;
  }

  .home .nav-btn,
  .ourwork .nav-btn,
  .services .nav-btn,
  .contact .nav-btn,
  .about .nav-btn {
    display: none;
  }


  .ourwork #m1,
  .services #m1,
  .contact #m1,
  .about #m1 {
    padding: 8% 0;
  }

  .ourwork #m1 .text-scroll-track span,
  .services #m1 .text-scroll-track span,
  .contact #m1 .text-scroll-track span {
    /* font-size: 24vw; */
    font-size: 8rem;
  }




  .ourwork #m2 {
    padding: 24% 8%;
  }

  .ourwork #m2 .simpleGrid {
    row-gap: 4rem;
  }

  .ourwork #m2 .inner-col {
    gap: 0;
    margin: 0;
    /* row-gap: 2.5rem; */
    row-gap: 4rem;
    /* border: 1px solid red; */
  }


  .ourwork #m2 h4.para-3 {
    font-size: 2rem;
  }

  .ourwork .ow-card {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }






  .services #m2 .inner-col {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }

  .service-tab h2.active {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .service-tab h2 {
    font-size: 1.6rem;
  }






  /* .services #m3 .simpleGrid{
    display: flex;
    flex-direction: column-reverse;
  } */

  .services #m3 .simpleGrid {
    gap: 0;
    row-gap: 5rem;
  }

  .services #m4 {
    text-align: center;
    min-height: unset;
    padding: 24% 8%;
  }

  .services #m4 .inner-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }

  .services section#m5 {
    min-height: unset;
    padding: 24% 0;
  }

  .services .projects-section .inner-flex>.inner {
    flex: 0 0 calc((100% - (15px * 0.25)) / 1.25);
  }

  .services .projects-section .heading-1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }








  .contact #m1 {
    padding: 8% 0;
    padding-bottom: 0;
  }

  .contact #m1 .n0-i1 {
    padding: 8%;
  }

  .contact #m1 .inner-col hr.straight-line {
    margin: 0;
  }

  .contact #m1 .inner-col,
  .contact #m1 .inner-col .n1-i1,
  .contact #m1 .inner-col .n1-i2 {
    display: flex;
    flex-direction: column;
    row-gap: 2.2rem;
  }

  .contact .mobile-show {
    display: block;
  }

  .contact .mobile-hide {
    display: none;
  }






  .contact section#m3 {
    padding: 24% 8%;
  }

  .contact #m3 .n0-i2 {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }

  .contact #m3 .n1-i5 {
    text-align: center;
  }

  .contact #m3 .n1-i5 button {
    width: 50%;
    border-radius: 4rem;
    padding: 2%;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'Manrope';
  }





  .about #m1 {
    min-height: unset;
  }

  /* .about #m1 .layerGrid{
    display: grid;
    grid-template-areas:
      "img1"
      "img2"
      "img3";
  } */


  .about #m1 h1 {
    /* font-size: 6rem;
    line-height: 6.8rem; */
    font-size: 5rem;
    line-height: 5.8rem;
  }

  .about #m1 .n0-i1 .n1-i1 {
    grid-area: img1;
  }

  .about #m1 .n0-i1 .n1-i2 {
    grid-area: img2;
  }

  .about #m1 .n0-i1 .n1-i3 {
    grid-area: img3;
  }

  .about #m1 .n0-i2 {
    display: grid;
    row-gap: 5rem;
  }




  .about #m1 .layerGrid {
    display: grid;
    /* grid-template-areas:
      "text1"
      "img1"  
      "text2"
      "img2"
      "text3"
      "img3"; */
    row-gap: 5rem;
    justify-items: center;
  }

  /* Assign grid areas */
  /* .about #m1 .text1 { grid-area: text1; }
  .about #m1 .img1 { grid-area: img1; }

  .about #m1 .text2 { grid-area: text2; }
  .about #m1 .img2 { grid-area: img2; }

  .about #m1 .text3 { grid-area: text3; }
  .about #m1 .img3 { grid-area: img3; } */

  /* Image styles */

  .about #m1 .inner-flex img {
    width: 100%;
    max-width: 300px;
  }






  .about .content-area-section h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .about .tab-nav h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }









  .about #m3 {
    padding: 24% 8%;
    min-height: unset;
  }

  .about #m3 .customGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "col1"
      "col2"
      "col3";
    gap: 0;
    row-gap: 5rem;
  }

  .about #m3 .customGrid .n0-i1 {
    grid-area: col2;
  }

  .about #m3 .customGrid .n0-i2 {
    grid-area: col1;
  }

  .about #m3 .customGrid .n0-i3 {
    grid-area: col3;
  }




  .about #m3 .customGrid .n1-i2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 3.4rem;
  }

  .about #m3 .n0-i2 .n2-i2 {
    width: 100%;
  }








  footer {
    padding: 16% 8%;
  }

  #f1 .n0-i1,
  #f1 .n0-i2,
  #f1 .n0-i3 {
    display: contents;
  }

  #f1 .n0-i1 .n1-i1 i {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  #f1 .n0-i3 .n1-i2 a {
    display: block;
    margin-top: 2.5%;
  }

  #f1 .simpleGrid {
    display: grid;
    grid-template-areas:
      "logo"
      "heading"
      "email"
      "address"
      "time"
      "description"
      "copyright";
    gap: 0;
    row-gap: 2rem;
  }

  #f1 .n0-i1 .n1-i1 {
    grid-area: heading;
  }

  #f1 .n0-i3 .n1-i2 {
    grid-area: email;
  }

  #f1 .n0-i1 .n1-i2 {
    grid-area: logo;
    /* width: 30%; */
    width: 40%;
  }

  #f1 .n0-i2 .n1-i1 {
    grid-area: address;
    margin-top: 2.5rem;
  }

  #f1 .n0-i3 .n1-i1 {
    grid-area: time;
  }

  #f1 .n0-i2 .n1-i2 {
    grid-area: description;
  }

  #f1 .n0-i3 .n1-i3 {
    grid-area: copyright;
    justify-content: flex-start;
  }

  /* Optional adjustments */
  footer h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  footer .n0-i2 a {
    font-size: 1.8rem;
  }

  footer .n0-i2 .ss-logo {
    width: 180px;
  }
















  .home header {
    min-height: 100vh;
    /* min-height: unset; */
  }

  .home #h1 {
    padding: 4%;
  }

  .home #h2 {
    /* padding: 24% 0; */
    /* min-height: 80vh; */
    align-content: center;
  }

  .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
  }

  .marquee-track img {
    max-height: 300px;
    min-width: 400px;
    object-fit: cover;
    display: block;
    margin-right: 60px;
  }

  /* Smooth horizontal scroll */
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Responsive adjustments */


  

  header {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .diagonal-marquee-wrapper {
    position: absolute;
    /* left: -80%; */
    left: -100%;
    /* top: -50%; */
    top: -35%;
    transform: translate(50%, 50%);
    z-index: 0;
    pointer-events: none;
    /* transform: rotate(-25deg); */
    transform: rotate(-20deg);
    overflow: hidden;
    /* border: 1px solid red; */
  }

  .diagonal-marquee-track {
    display: flex;
    width: max-content;
    animation: diagonal-scroll 60s linear infinite;
    align-items: center;
  }

  .marquee-image-slot {
    flex: 0 0 auto;
    /* margin-left: 400px; */
    margin-left: 300px;
    border-radius: 16px;
    overflow: hidden;
  }

  .marquee-image-slot img {
    object-fit: cover;
    display: block;
    max-width: 300px;
  }

  .marquee-track img {
    max-height: 100px;
    min-width: 200px;
    margin-right: 30px;
  }

  


  .home #h2 .n0-i2 h1 {
    /* font-size: 6.8rem;
    line-height: 7.6rem; */
    font-size: 4.8rem;
    line-height: 5.6rem;
    /* width: 80%; */
    width: 100%;
    justify-self: center;
  }













}



/*** 
====================================================================
   Responsive - END
====================================================================
***/