@charset "UTF-8";
/* ===== HERO SECTION UNIQUE SCSS ===== */
body {
  font-family: Work Sans;
  background-color: #f9f5f2;
  color: #111;
  overflow-x: hidden;
}

input::placeholder {
  color: #bdbdbd; /* change to any color you want */
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}

img.mobile-arrow {
  display: none;
}

/* Remove focus border / outline */
.right-form input[type=email]:focus,
.right-form input[type=email]:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

div#video-outer {
  padding-bottom: 100px !important;
}

p.animate-text-unique {
  max-width: 407px;
}

.hero-section-unique {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 60px;
  height: 100vh;
}
.hero-section-unique .outer-unique {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.hero-section-unique .outer-unique .inner-unique h1.animate-text-unique {
  font-size: 87px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 1rem;
  color: #1e1e1e;
  max-width: 670px;
}
.hero-section-unique .outer-unique .inner-unique .banner-inner-unique {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.hero-section-unique .outer-unique .inner-unique .banner-inner-unique p.animate-text-unique {
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.hero-section-unique .outer-unique .inner-unique .banner-inner-unique p.animate-text-unique:first-child {
  max-width: 330px;
}
.hero-section-unique .outer-unique .image-container-unique {
  max-width: 500px;
  position: relative;
  top: 15px;
}
.hero-section-unique .outer-unique .image-container-unique img {
  max-width: 634px;
  mix-blend-mode: multiply;
}
.hero-section-unique .outer-unique .image-container-unique .label-group-unique {
  position: absolute;
  left: 0%;
  bottom: 95px;
}
.hero-section-unique .outer-unique .image-container-unique .label-group-unique span {
  font-size: 16px;
  color: #bdbdbd;
  font-weight: 600;
}

.inner-unique {
  max-width: 716px;
}

#vidio-outer {
  width: 100%;
  height: 400px;
  background-color: #000;
}

#vidio-outer img {
  width: 100%;
  height: auto;
}

.services {
  position: relative;
  margin-block: 60px;
  display: flex;
  gap: 134px;
}
.services__label {
  margin-top: 14px;
  letter-spacing: 0.08em;
  color: #b5b5b5;
  display: flex;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.services__label img {
  position: absolute;
  top: 35px;
  left: 30px;
}
.services__label .arrow {
  font-size: 12px;
  transform: translateY(-1px);
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.services__grid .services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services__grid .services__list li {
  letter-spacing: -0.01em;
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  align-items: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
}
.services__grid .services__list li span {
  color: #1e1e1e;
  min-width: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
}
.services__cta {
  position: absolute;
  right: 50px;
  bottom: 0px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: right center;
}
.services__cta span {
  letter-spacing: 0.12em;
  color: #ff2d2d;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.services__note {
  position: absolute;
  right: 40px;
  bottom: 0px;
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
}

.text-tab {
  transform: rotate(90deg) translateY(-50%) !important;
}

.text-tab {
  transform: rotate(90deg) translateY(-50%) !important;
  bottom: -80px;
}

.click-path {
  top: 45px !important;
  left: -56px;
}

.desktop-logo {
  width: 220px;
}

ul.services__list span:hover {
  color: #ff0004;
}

ul.services__list li:hover span {
  color: #ff0004;
}

ul.services__list li:hover {
  color: #ff0004;
}

.card:hover {
  color: #ff0004;
}

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

.how-outer {
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 140px;
  padding-inline: 40px;
}
.how-outer .iconic-flex {
  padding-block: 40px;
}
.how-outer .headline1 {
  width: 76%;
}
.how-outer .headline1 .line-1,
.how-outer .headline1 .line-2,
.how-outer .headline1 .line-3 {
  font-size: 88px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #1a1a1a;
  line-height: 1.05;
}
.how-outer .headline1 .line-1 {
  justify-self: start;
}
.how-outer .headline1 .line-2 {
  justify-self: end;
}
.how-outer .headline1 .line-3 {
  justify-self: start;
  position: relative;
}
.how-outer .headline1 .line-3::after {
  content: "";
  position: absolute;
  left: 86px;
  bottom: 0px;
  width: 300px;
  height: 80px;
  border: 1px solid #d94a3a;
  border-radius: 50%;
  transform: rotate(-3deg);
  pointer-events: none;
}
.how-outer .small-text {
  margin-top: 10px;
  font-size: 16px;
  color: #bdbdbd;
  font-weight: 600;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.iconic-scroll-container {
  position: relative;
  height: 300vh;
  overflow: hidden;
}

.top-text h5 {
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.iconic-outer {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100vh;
}

.iconic-third img {
  width: 300px;
}

.iconic-flex {
  max-width: 955px;
  margin-left: auto;
}

.card:hover div {
  color: #ff0004;
}

.iconic-inner {
  background-color: #f9f5f1;
}

.iconic-sections {
  margin-bottom: 150px;
  margin-top: 90px;
}

.create-outer .outer-btn {
  margin-left: 200px;
  margin-top: 50px;
}

.border-bottom {
  display: flex;
  justify-content: center;
}

.iconic-flex {
  gap: 2rem;
}

.iconic-content {
  max-width: 500px;
}

.card.blur img {
  filter: blur(4px);
  transition: filter 0.3s;
}

@media (max-width: 768px) {
  .iconic-flex {
    flex-direction: column;
    align-items: center;
  }
  .iconic-image img {
    width: 200px;
  }
}
.iconic-image img {
  width: 350px;
}

.iconic-first img {
  width: 445px;
}

.iconic-outer {
  padding-inline: 40px;
}
.iconic-outer .iconic-inner .iconic-image {
  text-align: end;
  position: relative;
  right: 115px;
}
.iconic-outer .iconic-inner .iconic-content h2 {
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  color: #1e1e1e;
}
.iconic-outer .iconic-inner .iconic-content p {
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  margin-top: 20px;
  max-width: 580px;
}

.allimages {
  gap: 52px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.section-clients {
  padding-block: 100px;
}

p.section-title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #bdbdbd;
  padding-bottom: 20px;
}

.clients-logos {
  margin-inline: 16px;
}

.slider-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.card .title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 20px;
  max-width: 76%;
  color: #1e1e1e;
}
.card .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding-top: 6px;
  color: #1e1e1e;
}

.image-card1,
.image-card2,
.image-card3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.image-card1 img,
.image-card2 img,
.image-card3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.1s ease-in-out;
  border-radius: 20px;
}

.image-card1 {
  height: 299px;
}

.image-card2 {
  width: 525px;
  height: 415px;
}

.image-card3 {
  width: 345px;
  height: 202px;
}

.myth-title h3 {
  font-weight: 600;
  font-size: 16px;
  color: #bdbdbd;
  margin-bottom: 20px;
}

.create-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 70px;
  position: relative;
}

.image-create-overlay {
  position: absolute;
  right: 110px;
  top: -80px;
}

.create-outer {
  padding-top: 80px;
  position: relative;
}

.create-item {
  width: 20%;
}
.create-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #bdbdbd;
}
.create-item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e;
}

.create-btn {
  text-align: center;
  margin-block: 60px;
  margin-left: 40px;
  position: relative;
}
.create-btn .over-circle {
  position: absolute;
  top: -38px;
  right: 40%;
}
.create-btn button {
  background: none;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ff0004;
}

.create-item-inner {
  display: flex;
  align-items: center;
  margin-left: 143px;
  width: 60%;
  justify-content: space-around;
}
.create-item-inner .create-item-int p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e;
}

.fate-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 24px;
}
.fate-wrap .fate-oval__text {
  font-size: 16px;
  font-weight: 600;
  color: red;
  position: relative;
  z-index: 2;
}
.fate-wrap .fate-oval__svg {
  position: absolute;
  width: 250px;
  height: 120px;
  pointer-events: none;
}
.fate-wrap .fate-oval__path {
  fill: none;
  stroke: red;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .fate-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 24px;
  position: absolute;
  right: -26px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-line-image {
  position: absolute;
  bottom: -25px;
  left: -108px;
}

.left-text {
  color: #e30613;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  position: relative;
  right: 10px;
  bottom: -30px;
}
.left-text span {
  display: block;
}

.right-form {
  flex: 1 1 40%;
  max-width: 50%;
  font-size: 0.9rem;
}
.right-form h1 {
  margin-bottom: 0.5rem;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1e1e1e;
}
.right-form p {
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 8px;
}
.right-form input[type=email] {
  width: 345px;
  border: none;
  border-bottom: 1px solid #1e1e1e;
  background: transparent;
  padding-block: 10px;
  color: #bdbdbd;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.right-form button {
  padding: 0;
  background: none;
  border: none;
  color: #e30613;
  font-weight: 700;
  cursor: pointer;
  padding-bottom: 4px;
  padding-inline: 20px;
}

.email-flex {
  display: flex;
  align-items: center;
  gap: 45px;
}

.footer-btn-flex {
  display: flex;
  flex-direction: column;
}

.social-icons-footer {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 7rem;
}
.social-icons-footer a {
  color: #e30613;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}

.footer {
  margin-top: 2rem;
  font-size: 0.7rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 160px;
}
.footer a {
  font-family: Work Sans;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #828282;
  cursor: pointer;
}

.footer-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
  font-family: sans-serif;
}
.footer-wrap:hover .footer-oval__path {
  stroke-dashoffset: 0;
}

.footer-oval__text {
  font-size: 16px;
  font-weight: 600;
  color: #ff0004;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.footer-oval__svg {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: auto;
  pointer-events: none;
}
.footer-oval__svg .footer-oval__path {
  fill: none;
  stroke: red;
  stroke-width: 0.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: stroke-dashoffset 0.6s ease;
}

img.desktop-arrow {
  display: block;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .left-text {
    transform: rotate(-5deg);
    font-size: clamp(2rem, 8vw, 5rem);
  }
  .right-form button {
    margin-bottom: 30px;
  }
  .right-form {
    width: 100%;
    max-width: 100%;
  }
  .border-bottom svg {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .right-form input[type=email] {
    width: 260px;
  }
  .email-flex {
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .right-form input[type=email] {
    width: 200px;
  }
  .create-flex {
    padding-inline: 20px;
  }
  .services__grid .services__list li {
    font-size: 26px;
  }
  .container {
    overflow: hidden;
  }
  .services__note {
    right: 80px;
    bottom: -32px;
  }
  .services .fate-wrap {
    right: 10px;
  }
  .how-outer {
    padding-inline: 20px !important;
  }
  .outer-unique {
    padding-inline: 20px;
  }
  p.section-title {
    padding-inline: 20px;
  }
  .services {
    padding-inline: 20px;
  }
  .email-flex {
    gap: 8px;
  }
  .how-outer {
    gap: 60px;
    padding-inline: 40px;
  }
  .services {
    gap: 30px;
  }
  .slider-flex {
    flex-wrap: wrap;
    width: 85%;
    padding-inline: 20px;
  }
  section.vertical-slider {
    margin-inline: 20px !important;
  }
  .how-outer {
    padding-inline: 20px !important;
  }
  .iconic-flex {
    padding-inline: 20px;
  }
  .hero-section-unique .outer-unique .inner-unique h1.animate-text-unique {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .card {
    width: 90%;
  }
}
/* Responsive */
@media (max-width: 768px) {
  #curveDot {
    r: 16px;
  }
  .container img {
    width: 100%;
  }
  .slider-flex {
    width: 100%;
  }
  .create-item-inner {
    width: 95%;
  }
  .services .fate-wrap {
    right: 10px;
  }
  .hero-section-unique .outer-unique .inner-unique .banner-inner-unique p.animate-text-unique:first-child {
    max-width: 100%;
  }
  .iconic-outer {
    height: 100%;
  }
  .how-outer .headline1 .line-1,
  .how-outer .headline1 .line-2,
  .how-outer .headline1 .line-3 {
    font-size: 45px;
  }
  .create-item-int br {
    display: none;
  }
  .create-item-inner .create-item-int:nth-child(1) p {
    max-width: 146px;
  }
  .hero-section-unique .outer-unique {
    flex-direction: column-reverse;
  }
  img.mobile-arrow {
    width: 50%;
  }
  .create-flex {
    position: relative;
  }
  .create-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .mobile-int-inner {
    position: relative;
    top: -110px;
    left: 20px;
  }
  .create-item-inner {
    align-items: start;
    gap: 160px;
    margin-left: 0px;
    flex-direction: column;
  }
  .services__label img {
    top: -110px;
    right: -30px;
    left: auto;
  }
  .create-img img {
    width: 50%;
    height: 190px;
    object-fit: cover;
  }
  .image-create-overlay {
    right: 0;
    top: 38px;
  }
  .footer-oval__svg {
    width: 110px;
  }
  .create-outer {
    padding-top: 0px;
  }
  .hero-section-unique .outer-unique .inner-unique h1.animate-text-unique {
    font-size: 48px;
  }
  .services__note {
    right: 50px;
    bottom: 0px;
    max-width: 160px;
  }
  .container {
    overflow: hidden;
  }
  .how-outer .headline1 .line-3::after {
    left: -24px;
    bottom: -15px;
  }
  .hero-section-unique .outer-unique .inner-unique .banner-inner-unique {
    flex-direction: column;
  }
  .hero-section-unique .outer-unique .image-container-unique img {
    max-width: 100%;
  }
  .services__grid .services__list li {
    font-size: 20px;
  }
  .how-outer .headline1 {
    width: 100%;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
  .services {
    flex-direction: column;
    gap: 30px;
  }
  img.desktop-arrow {
    display: none;
  }
  .slider-flex {
    flex-direction: column;
  }
  .image-card2 {
    width: 100%;
  }
  .email-flex {
    flex-direction: column;
  }
  .footer-flex {
    flex-direction: column-reverse;
  }
  .footer-flex {
    padding: 20px;
  }
  .email-flex {
    align-items: self-start;
    gap: 10px;
    flex-direction: column;
  }
  .social-icons-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .iconic-outer .iconic-inner .iconic-content h2 {
    font-size: 32px;
  }
  .image-wrapper img {
    width: 85px;
  }
  .allimages1 {
    flex-wrap: wrap;
  }
  .image-wrapper1 img {
    width: 115px;
  }
  .services__note {
    bottom: 0px;
    right: 110px;
  }
  .iconic-outer {
    padding-inline: 0px;
  }
  .iconic-image img {
    width: 390px;
    padding-block: 60px;
    position: relative;
    left: 100px;
  }
  .outer {
    padding: 20px;
  }
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .right-section {
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }
  .click-me {
    writing-mode: horizontal-tb;
  }
  .small-note {
    position: static;
  }
  .left-section li {
    font-size: 22px;
  }
  .create-item {
    width: 95%;
  }
  .main-myth-creation {
    padding-inline: 20px;
  }
  .text-tab {
    bottom: 0;
  }
  .click-path {
    top: -30px !important;
    left: -56px;
  }
}
@media (max-width: 600px) {
  .hero-section-unique .outer-unique .image-container-unique {
    right: -100px;
  }
  .allimages {
    gap: 20px;
  }
  .iconic-sections {
    margin-bottom: 30px;
  }
  .curve-wrapper {
    padding-block: 30px;
  }
  .create-outer .outer-btn {
    margin-left: 130px !important;
  }
  .create-outer .fate-wrap .fate-oval__svg {
    position: absolute;
    width: 148px !important;
    height: 62px !important;
    pointer-events: none;
  }
  .image-wrapper {
    width: 26%;
  }
  .image-wrapper img {
    width: 100px;
  }
  .hero-section-unique .outer-unique .inner-unique h1.animate-text-unique {
    font-size: 48px;
    max-width: 80%;
  }
  .inner-unique {
    position: relative;
  }
  .services__label {
    font-size: 14px;
  }
  .right-form input[type=email] {
    width: 97%;
  }
  img.mobile-arrow {
    display: block;
  }
  .section-clients {
    padding-block: 45px !important;
  }
}
/* ===== HERO SECTION UNIQUE SCSS ===== */
body {
  font-family: Work Sans;
  background-color: #f8f5f1 !important;
  color: #111;
  overflow-x: hidden;
}

.machine {
  width: 100%;
  background: #424242;
  border-radius: 12px;
  box-shadow: 0 0 30px #424242;
  padding: 10px;
  margin-top: 100px !important;
  margin: 0 auto;
}
.machine .screen {
  border: 4px solid #333;
  border-radius: 8px;
  overflow: hidden;
}
.machine .screen video {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.machine .panel .counter-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
  gap: 25px;
}
.machine .panel .counter-row .counter-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}
.machine .panel .counter-row .counter-container .label {
  color: #bdbdbd;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.machine .panel .counter-row .counter-container .counter {
  display: flex;
  overflow: hidden;
  font-family: "DS-Digital", "Orbitron", monospace;
  background: #000000;
  color: #ff0000;
  padding: 4px 12px;
  font-size: 74px;
  font-weight: normal;
  border-radius: 0;
  height: auto;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  box-shadow: none;
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeSpeed;
}
.machine .panel .counter-row .counter-container .counter.big {
  font-size: 48px;
  padding: 2px 10px;
  min-height: 56px;
}
.machine .panel .counter-row .counter-container .counter .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 1ch;
}
.machine .panel .counter-row .counter-container .counter .column .number {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.machine .panel .counter-row .counter-container .counter .column.animate {
  animation: roll 0.8s forwards cubic-bezier(0.25, -0.1, 0.75, 1.1);
}

@keyframes roll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--offset));
  }
}
.team-container {
  max-width: 1200px;
  margin: auto;
}

.team-flex {
  display: flex;
  justify-content: space-between;
}

.team-header {
  margin-bottom: 50px;
  color: #333;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  font-family: Work Sans;
  max-width: 710px;
}

.team-header p {
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

.team-inner h6 {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #bdbdbd;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
}
@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.team-outer {
  padding-block: 100px;
}

span.inner-dot {
  font-size: 64px !important;
}

span.inner-dot svg {
  fill: white;
  filter: brightness(0) invert(1);
}

.team-card {
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.team-card:hover {
  transform: translateY(-5px);
}
.team-card img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 20px;
}
.team-card h3 {
  color: #1e1e1e;
  margin-top: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.team-card p {
  color: #1e1e1e;
  margin: 0;
  padding-top: 8px;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.team-card.add-card {
  background: #ff0004;
  color: #fff;
  align-items: center;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  gap: 30px;
  padding: 10px 10px;
  height: 265px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.team-card.add-card span {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.team-card.empty {
  border-radius: 20px;
  min-height: 266px;
  transition: none;
}

.info-wrapper {
  width: 100%;
  padding: 40px 20px;
}

.info-container {
  max-width: 1220px;
  margin: 0 auto;
}

.value.value1 p:nth-child(2) {
  color: #828282;
}

.info-flex {
  display: flex;
  justify-content: end;
  gap: 190px;
  /* max-width: 1073px; */
  margin-left: auto;
  padding-inline: 50px;
}

.info-block {
  display: flex;
  gap: 60px;
}

.label1 {
  color: #1e1e1e !important;
  min-width: 70px;
  font-size: 14px !important;
  font-family: Work Sans;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}

.value p:hover {
  color: #ff0004;
}

.value p {
  letter-spacing: 0.04em;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0px;
  cursor: pointer;
}

.hero-wrap {
  position: relative;
  display: inline-flex;
  align-items: start;
  justify-content: start;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}
.hero-wrap .hero-oval__text {
  font-size: 18px;
  font-weight: 600;
  color: red;
  position: relative;
  z-index: 2;
}
.hero-wrap .hero-oval__svg {
  position: absolute;
  width: 280px;
  height: 120px;
  pointer-events: none;
  top: -50px;
  left: -25px;
}
.hero-wrap .hero-oval__path {
  fill: none;
  stroke: red;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.hero-absolute-img {
  position: absolute;
  top: 11px;
  left: 53%;
}

.hero {
  padding: 80px 0px;
  text-align: left;
  position: relative;
}
.hero .hero-container {
  max-width: 1200px;
  margin: 0 auto;
}
.hero .hero-subtitle {
  display: block;
  color: #bdbdbd;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.hero .hero-title {
  margin: 0;
  margin-bottom: 40px;
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 300;
  font-size: 88px;
  line-height: 100%;
  text-transform: uppercase;
}
.hero .hero-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}
.hero .hero-description {
  font-size: 16px;
  color: #1e1e1e;
  max-width: 800px;
  margin-bottom: 40px;
  font-family: Work Sans;
  font-weight: 400;
  line-height: 100%;
}
.hero .hero-cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
  text-decoration: none;
  border: 2px solid #ff0000;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.hero .hero-cta:hover {
  background-color: #ff0000;
  color: #fff;
}
@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 48px;
  }
  .hero .hero-description {
    font-size: 14px;
  }
  .hero .hero-cta {
    padding: 10px 20px;
  }
}
.hero .team-inner h6 {
  padding-bottom: 25px;
}

.screen img {
  width: 100%;
}

.team-card:hover h3 {
  color: #ff0004;
}

.team-card:hover p {
  color: #ff0004;
}

.team-img {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
}

.team-img img {
  transition: transform 0.3s ease;
  display: block;
  border-radius: 20px;
}

.team-img img:hover {
  transform: scale(1.1);
}

.hero-image {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
}

.hero-image img {
  transition: transform 0.3s ease;
  display: block;
  border-radius: 20px;
}

.hero-image img:hover {
  transform: scale(1.1);
}

.counter {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  font-size: 74px;
  font-weight: normal;
  font-family: "DS-Digital", "Orbitron", monospace;
  color: #ff0000;
  letter-spacing: 3px;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeSpeed;
  border: 1px solid #bdbdbd;
}

.digit {
  position: relative;
  width: 0.6em;
  height: 1em;
  overflow: hidden;
  color: #ff0000;
  font-family: "DS-Digital", "Orbitron", monospace;
  font-weight: normal;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
}

.digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DS-Digital", "Orbitron", monospace;
  font-weight: normal;
  color: #ff0000;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
}

.digit-inner span {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-family: "DS-Digital", "Orbitron", monospace;
  font-weight: normal;
  color: #ff0000;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
}

.counter-suffix {
  margin-left: 6px;
  font-size: 0.8em;
  font-family: "DS-Digital", "Orbitron", monospace;
  font-weight: normal;
  color: #ff0000;
  text-shadow: 0 0 4px #ff0000, 0 0 8px rgba(255, 0, 0, 0.8), 0 0 12px rgba(255, 0, 0, 0.6);
  font-style: normal;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
}

/* Responsive */
@media (max-width: 1220px) {
  .main-about-outer {
    padding-inline: 20px;
  }
}
@media (max-width: 1190px) {
  .machine .panel .counter-row {
    flex-wrap: wrap;
  }
  .hero-absolute-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-flex {
    flex-direction: column;
  }
  .main-responsive-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero .hero-subtitle {
    color: #1e1e1e;
    font-weight: 400;
  }
  .hero .hero-image img {
    height: 232px;
  }
  .team-header p {
    font-size: 20px;
  }
  .info-block {
    gap: 16px;
    flex-direction: column;
  }
  .info-flex {
    display: flex;
    justify-content: end;
    gap: 90px;
    padding-inline: 0px;
  }
  .info-wrapper {
    padding: 0px;
  }
  .team-flex {
    flex-direction: column;
  }
  .team-header {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .team-card img {
    width: 172px;
    height: 208px;
  }
  .team-outer {
    padding-block: 45px;
  }
  .team-inner h6 {
    padding-bottom: 20px;
  }
  .main-about-outer {
    padding-inline: 20px;
  }
  .team-card.empty {
    display: none;
  }
  .team-card.add-card {
    height: 208px;
  }
  .machine .panel .counter-row .counter-container .counter {
    font-size: 48px;
  }
  .team-card.add-card {
    gap: 10px;
  }
  .machine .panel .counter-row {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 380px) {
  .info-flex {
    gap: 40px;
  }
}
a {
  text-decoration: none;
}

:root {
  --bg: #f6f2ee;
  --text: #6b6b6b;
  --dark: #0e1238;
  --accent: #ff0004;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}

body {
  background: var(--bg);
  font-family: Work Sans;
  color: var(--text);
}

.work-outer {
  margin-top: 240px;
}

.category-links .category {
  display: inline-block;
}

.absolute-image {
  position: absolute;
  top: -82px;
  left: -62px;
  z-index: -1;
}

.work-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

/* Toggle Buttons */
.toggle {
  display: inline-flex;
  border: 2px solid var(--accent);
  border-radius: 40px;
  padding: 4px;
  margin-top: 18px;
}

.toggle button {
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #828282;
  background: transparent;
}

.toggle button.active {
  background: var(--accent);
  color: white;
}

/* Categories */
.category-links {
  max-width: 822px;
  position: relative;
  color: #828282;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
}

.category-links span {
  cursor: pointer;
  color: #828282;
  transition: color 0.3s ease;
}

.category-links span.active {
  color: var(--accent);
  font-weight: 500;
}

.category-links .count {
  font-size: 0.7em;
  vertical-align: super;
}

/* Grid View */
.grid {
  margin-top: 60px;
  display: none;
}

.grid.active {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px 30px;
  align-items: start;
}

.grid .card {
  overflow: hidden;
  width: 100%;
}

/* Grid column positioning - cards span 2 columns, gap is 1 column */
/* Row 1: card1 (cols 1-2), card2 (cols 3-4), gap (col 5) */
.grid .card.col-1 {
  grid-column: 1/3;
}

.grid .card.col-3 {
  grid-column: 3/5;
}

/* Row 2: card1 (cols 1-2), gap (col 3), card2 (cols 4-5) */
.grid .card.col-4 {
  grid-column: 4/6;
}

/* Row 3: gap (col 1), card1 (cols 2-3), card2 (cols 4-5) */
.grid .card.col-5 {
  grid-column: 2/4;
}

.grid img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.dark-1 img {
  width: auto;
}

.grid .card-title {
  margin-top: 20px;
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.grid .card-desc {
  font-family: Work Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e;
  padding-top: 5px;
  max-width: 460px;
}

.dark-img {
  width: 470px;
  height: 358px;
  background: #11123d;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* List View */
.list {
  display: none;
  height: 130vh;
  margin-top: 60px;
}

.list.active {
  display: block;
}

#listView .canvas {
  position: relative;
  min-height: 900px;
}

.text {
  position: absolute;
  font-size: 88px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e1e1e;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card {
  width: 100%;
}

.text.active {
  color: #ff0004;
  z-index: 9999;
}

.text.blur {
  filter: blur(2px);
  opacity: 0.4;
  color: #828282;
  transform: scale(0.97);
}

/* Image Preview */
.last-image {
  background: #c4c4c4;
  width: 450px;
  height: 224px;
  opacity: 1;
  border-radius: 20px;
}

#imagePreview {
  position: fixed;
  width: 600px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.main-work-outer {
  margin-bottom: 100px;
}

/* Responsive */
@media (max-width: 1100px) {
  .category-links {
    max-width: 718px;
  }
  .work-outer {
    padding-inline: 20px;
  }
}
@media (max-width: 970px) {
  .work-flex {
    flex-direction: column;
    gap: 100px;
  }
  .absolute-image {
    top: -82px;
    left: -20px;
  }
  .right-form input[type=email] {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .card {
    width: 100%;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .grid .card {
    grid-column: 1 !important;
  }
  .grid img {
    width: 100%;
  }
  .dark-img img {
    width: auto;
  }
  .dark-img {
    width: 100%;
  }
  .toggle {
    display: none;
  }
  .category-links {
    font-size: 23px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .absolute-image img {
    width: 80%;
  }
  .absolute-image {
    top: -63px;
    left: -4px;
  }
  .create-outer .outer-btn {
    margin-left: 0px;
  }
  .work-outer {
    margin-top: 180px;
  }
}
@media (max-width: 600px) {
  .category-links {
    font-size: 20px;
    width: 366px;
  }
}
/* ==============================
   Benji Bistro – Scoped Styles
   ============================== */
body {
  background: #ffffff;
  font-family: Work Sans;
}

.ist-photo-banner p {
  max-width: 49% !important;
  font-family: Work Sans;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  color: #1e1e1e !important;
}

.ist-photo-banner1 p {
  font-family: Work Sans;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  color: #1e1e1e !important;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}

.logo-container.fixed {
  position: fixed;
  top: 0px !important;
  left: 50% !important;
  z-index: 999;
  transform: translateX(-50%) !important;
  padding-bottom: 15px;
}

.benji-wrapper {
  font-family: "Inter", sans-serif;
  color: #111;
  padding-top: 120px;
}
.benji-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main layout */
.benji-hero {
  display: flex;
  gap: 101px;
  align-items: center;
  margin-block: 30px;
  justify-content: space-between;
}

.benji-content {
  width: 70%;
}

/* Image */
.benji-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Title */
.benji-title {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  margin: 0;
  padding-bottom: 10px;
}

/* Description */
.benji-description {
  margin-bottom: 36px;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e;
}

.benji-services {
  position: relative;
}
.benji-services p {
  color: #1e1e1e;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.benji-absolute {
  position: absolute;
  top: -48px;
  left: 0;
}

.benji-flex {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.left,
.right {
  min-width: 280px;
}

/* Left column */
.left div {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e;
  margin-top: 25px;
}
.left .label {
  color: #686868;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
}

/* Right column */
.right h2 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1e1e1e;
}
.right p {
  margin-bottom: 15px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  max-width: 583px;
}

.bistro-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 574px;
  margin-block: 50px;
}
.bistro-banner img {
  border-radius: 20px;
}

.bistro-flex {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.photo-banner img {
  margin-top: 25px;
}

.bistro-item img {
  border-radius: 20px;
  width: 595px;
  height: 574px;
}

.photo-right {
  max-width: 590px;
  margin-left: auto;
}

.bistro-inner-item {
  max-width: 569px;
  margin-left: auto;
  margin-top: 15px;
}
.bistro-inner-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #828282;
}

/* Photo Section */
.photo-banner h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1e1e1e;
  margin: 0;
  margin-top: 35px;
}
.photo-banner p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #828282;
}
.photo-banner img {
  width: 100%;
  border-radius: 20px;
}

.photo-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.photo-flex .photo-item img {
  border-radius: 20px;
}

.create-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.creative-banner {
  padding-block: 35px;
}

.create-item-grid img {
  border-radius: 20px;
}

.create-inner-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.creative-banner h3 {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1e1e1e;
  margin: 0;
}
.creative-banner p {
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e;
  max-width: 485px;
}

.creater-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.create-item-int {
  width: 40%;
}
.create-item-int img {
  border-radius: 20px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.event-grid img {
  border-radius: 20px;
}

.event-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.related-projects {
  margin: 80px auto;
}
.related-projects h2 {
  margin-bottom: 60px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
}

/* GRID */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 284px;
  align-items: start;
}

/* Center top card */
.project.center {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project p {
  margin-top: 12px;
  letter-spacing: 0.5px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

/* CARD */
.project-card {
  width: 100%;
  max-width: 470px;
  height: 220px;
  background: #c4c4c4;
  border-radius: 16px;
}

.project-center {
  width: 60%;
  margin-left: auto;
}

.photo-item img {
  width: 595px !important;
  height: 574px !important;
}

.event-layout-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-gallery-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-column-new.event-single-image-new {
  width: 19%;
}

.event-gallery-new {
  width: 71%;
}

.event-image-box-new img,
.event-single-image-new img {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .benji-services p:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .benji-services p:nth-child(4)::after {
    content: "+";
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #ff0004;
  }
}

/* Progress bar wrapper at the top */
.progress-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
  background: #bdbdbd;
}

/* The actual filling bar */
.progress-bar {
  width: 100%;
  height: 100%;
  background: #ff0004;
  transform: scaleX(0);
  transform-origin: left center;
}

/* Media Queries */
@media (max-width: 1100px) {
  .bistro-item img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .open-outer {
    margin-top: 100px;
    padding-inline: 20px;
  }
  .main-portfolio-outer {
    padding-inline: 10px;
  }
  .create-item-grid.create-inner-flex img {
    width: auto;
  }
  .create-item-grid img {
    width: 100%;
  }
  .event-item img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 900px) {
  .create-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .benji-hero {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .right-form input[type=email] {
    width: 100%;
  }
  .benji-hero {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
  .create-item-int {
    width: 100%;
  }
  .create-item-int {
    width: 100%;
  }
  .benji-content {
    width: 100%;
  }
  .benji-image img {
    height: 325px;
    object-fit: cover;
  }
  .benji-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .benji-services p {
    font-size: 12px;
    width: 46%;
  }
  .benji-absolute {
    top: -24px;
    left: 0px;
  }
  .benji-description {
    font-size: 20px;
  }
  .benji-wrapper {
    padding-inline: 8px;
  }
  .benji-title {
    font-size: 40px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .benji-flex {
    flex-direction: column-reverse;
  }
  .right h2 {
    font-size: 20px;
  }
  .left {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .bistro-banner {
    height: auto;
    padding-bottom: 50px;
  }
  .bistro-banner img {
    width: 100%;
  }
  .photo-banner h2 {
    font-size: 20px;
  }
  .photo-flex {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .event-layout-new {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .event-column-new.event-single-image-new {
    width: 100%;
  }
  .event-gallery-new {
    width: 100%;
  }
  .event-gallery-new {
    justify-content: center;
  }
  .event-gallery-new img {
    width: 100%;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .project-center {
    width: 100%;
    margin-left: auto;
  }
  .ist-photo-banner p {
    max-width: 100% !important;
  }
  .project.center {
    justify-content: flex-start;
  }
  .project-card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .event-grid {
    grid-template-columns: 1fr;
  }
  .event-item-grid {
    grid-template-columns: 1fr;
  }
  .create-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .creative-banner h3 {
    font-size: 20px;
  }
  .create-inner-flex {
    align-items: center;
    justify-content: start;
  }
  .create-int img {
    width: 355px !important;
  }
  .create-item-int img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .left div {
    margin-top: 10px;
  }
  .bistro-inner-item p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .bistro-banner {
    padding-block: 50px;
  }
}
body {
  font-family: Work Sans;
}

.open-flex {
  display: flex;
  gap: 130px;
  flex-direction: row-reverse;
}

.grid-inner {
  margin-top: 0px;
}

.card:hover .card-desc {
  color: #FF0004;
}

.card:hover .card-title {
  color: #FF0004;
}

.main-grid-img {
  overflow: hidden; /* Hide anything outside the container */
  display: inline-block;
  border-radius: 20px;
}

.main-grid-img img {
  transition: transform 0.3s ease; /* Smooth hover */
  display: block;
  border-radius: 20px;
}

.main-grid-img img:hover {
  transform: scale(1.1) !important;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding: 0;
}

.studio-main-outer {
  min-height: 100vh;
  overflow: visible;
}

.work-outer.open-outer {
  overflow: visible;
}

.open-outer {
  margin-top: 100px;
}

.inner-grid-open {
  margin: 0px;
}

.page-wrapper {
  background-color: #b0b0b0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}
.page-wrapper .details {
  color: white;
  font-size: clamp(12px, 1.5vw, 16px);
  display: flex;
  gap: 70px;
  margin-bottom: 30px;
}
.page-wrapper .details .details-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.page-wrapper .details .details-item .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: white !important;
}
@media (max-width: 600px) {
  .page-wrapper .details {
    gap: 25px;
    margin-bottom: 20px;
  }
}
.page-wrapper .open-outer {
  margin-top: 0px;
}

@media (max-width: 1000px) {
  .open-flex .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .open-outer {
    margin-top: 10px;
    padding-inline: 20px;
  }
  .open-flex {
    margin-top: 50px;
  }
  .page-wrapper {
    height: 100vw;
  }
}
/* ================= GLOBAL ================= */
body {
  font-family: Work Sans;
  margin: 0;
  background-color: #f9f7f3;
  color: #1a1a1a;
  line-height: 1.6;
}

/* ================= PAGE CONTAINER ================= */
.container {
  max-width: 1200px;
  margin: auto;
}

/* ================= FIXED HEADER ================= */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f9f7f3;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-inner {
  margin-top: 140px;
  padding-bottom: 80px;
}
.header-inner h1 {
  margin: 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  color: #1E1E1E;
}

/* ================= PROGRESS BAR ================= */
.progress-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  width: 100%;
  height: 100%;
  background-color: #ff0004;
  transform-origin: left center;
  transform: scaleX(0);
}

/* ================= TOC ================= */
.toc {
  width: 19%;
  position: sticky;
  top: 20px;
  height: 100%;
}
.toc h2 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1E1E1E;
}
.toc ul {
  list-style: none;
  padding: 0;
}
.toc ul li {
  margin: 6px 0;
  color: #828282;
  cursor: pointer;
}
.toc ul li:hover {
  color: #ff0004;
  font-weight: 600;
}

/* ================= TERMS CONTENT ================= */
.terms-container {
  display: flex;
  gap: 122px;
}

.term-section {
  flex: 1;
}
.term-section h2 {
  font-family: Work Sans;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  padding-bottom: 20px;
  color: #1E1E1E;
}
.term-section p {
  margin-bottom: 20px;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1E1E1E;
}

/* ================= GSAP TEXT ANIMATION ================= */
.animate-text {
  overflow: hidden;
}
.animate-text .line {
  overflow: hidden;
}
.animate-text span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
}

.term-toggle {
  display: none;
  margin-bottom: 20px;
}

.term-toggle button {
  width: 100%;
  font-size: 55px;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #FF0004;
}

@media (max-width: 768px) {
  .term-toggle {
    display: block;
  }
  #termsContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  #termsContent.open {
    max-height: 15000px;
  }
}
@media (min-width: 769px) {
  #termsContent {
    max-height: none;
    overflow: visible;
  }
}
/* ================= MOBILE ACCORDION ================= */
.term-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.term-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  color: #1E1E1E;
}

.toc ul a {
  color: #828282;
  text-decoration: none;
}

.toc ul a:hover {
  color: #FF0004;
  font-weight: 600;
}

/* Mobile only */
@media (max-width: 768px) {
  .term-toggle {
    display: block;
  }
  .term-content {
    display: none;
    padding-bottom: 20px;
  }
  .term-section.active .term-content {
    display: block;
  }
  .term-section.active .term-toggle .icon {
    content: "−";
  }
}
/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .term-outer {
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .terms-container {
    flex-direction: column;
    margin-top: 60px;
    gap: 20px;
  }
  .container {
    padding: 20px;
  }
  .toc {
    width: 100%;
    position: relative;
    top: 0;
  }
  .toc ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .toc ul li {
    margin: 0;
    font-size: 12px;
  }
  .header-inner h1 {
    font-size: 32px;
  }
  .term-section h2 {
    font-size: 22px;
  }
  .header-inner {
    padding-bottom: 0px;
  }
}
button {
  outline: none;
  box-shadow: none;
  font-family: Work Sans;
}

.error-btn {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

button:focus,
button:focus-visible,
button:active {
  outline: none;
  box-shadow: none;
}

body {
  font-family: Work Sans;
  margin: 0;
}

.container {
  max-width: 1220px !important;
  margin: auto !important;
  padding: 0;
}

.logo-container.fixed {
  position: fixed;
  top: 0px;
  left: 50%;
  z-index: 999;
  width: 100%;
}

.wrapper {
  min-height: 100vh;
  background: #ff0004;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero1 {
  text-align: center;
  color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 160px;
  max-width: 1242px;
}

.into-img {
  margin-bottom: 60px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.headline {
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  margin-top: 90px;
}
.headline strong {
  font-weight: 600;
}
.headline p {
  margin: 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}
.actions button {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Work Sans";
}
.actions button:hover {
  background: white;
  border-color: #ffffff;
  color: #ff0004;
}

.hidden {
  display: none;
}

.hero1 .footer-oval__svg {
  bottom: -22px !important;
  left: 55%;
  width: 220px;
}

.chat-area {
  margin-top: 24px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-message {
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 1.4;
}

/* USER message (right side) */
.chat-message.user {
  align-self: flex-end;
  background: #ff0004;
  color: #fff;
}

.journey {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-decoration: none;
  background-color: #ff0004;
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  /* Exact same color as your image */
}
.journey::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  /* Adjust thickness */
  background-color: white;
  /* Color of the line */
  transition: width 0.3s;
}

/* Popup container */
.cookie-popup {
  position: fixed;
  bottom: 0px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1220px;
  background: #f8f5f1;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 98px;
  font-size: 14px;
  opacity: 0;
  animation-delay: 0.5s;
}

/* Text + icon section */
.cookie-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cookie-text img {
  width: 100px;
  height: 100px;
  position: relative;
  left: -32px;
}

.yummy-wrap {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

.yummy-wrap span.accept {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.yummy-wrap svg.pill-outline {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.chat-message.user {
  text-align: right;
  margin: 8px 0;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.chat-message.bot {
  text-align: left;
  margin: 8px 0;
  opacity: 0.85;
}

.cookie-info {
  color: #333;
  max-width: 590px;
}
.cookie-info h5 {
  font-size: 10px;
  color: #c0bfbf;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px !important;
  font-weight: 600;
  margin: 0;
}
.cookie-info p {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  font-weight: 400;
  margin: 0;
}

/* Buttons */
.cookie-buttons {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 60px;
}
.cookie-buttons .accept {
  color: #ff0004;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  margin-block: 8px;
}
.cookie-buttons .accept:hover {
  opacity: 0.8;
}
.cookie-buttons .decline {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
  margin-top: -20px;
}
.cookie-buttons .decline:hover {
  opacity: 0.7;
}

.cookie-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}

.accept {
  position: relative;
  font-weight: 700;
  color: #ff0004;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.decline {
  font-weight: 600;
  color: #7a7a7a;
  cursor: pointer;
}

/* The red animated circle */
.circle-outline {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 122px;
  pointer-events: none;
}

.menu-overlay.hidden {
  display: none;
}

.menu-trigger {
  display: none;
}

.inner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

svg {
  overflow: visible;
}

path {
  stroke: #e60000;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outer {
  background: #ff0004;
  color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.outer .main-container {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.outer .arrow {
  position: absolute;
  top: 40px;
}
.outer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.outer .text-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.outer .text {
  text-align: center;
  transform: translateY(20px);
}
.outer .text h1,
.outer .text h2 {
  letter-spacing: 2px;
  margin: 0;
  font-size: 74px;
  font-weight: 400;
}
.outer .text.left {
  transform: rotateY(20deg);
}
.outer .text.right {
  transform: rotateY(-20deg);
}
.outer .label {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 0.4rem;
  opacity: 0.7;
}
.outer .social {
  position: absolute;
  bottom: 40px;
  display: flex;
  gap: 1.5rem;
}
.outer .social a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.outer .social a:hover {
  transform: scale(1.2);
}

/* Logo trigger */
img.chat-meme {
  width: 342px;
}

.chat-message.thinking {
  opacity: 0.8;
  font-style: italic;
}

.thinking-image {
  max-width: 180px;
  margin-bottom: 8px;
  border-radius: 12px;
}

.hero1 .footer-wrap {
  margin-top: -30px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px !important;
  left: 50%;
  transform: translateX(-50%) !important;
  background-color: #f8f5f1 !important;
}

.logo-trigger {
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-top: 13px;
}

.logo-trigger:hover {
  transform: scale(1.1);
}

/* Overlay style */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  z-index: 9999;
  display: none;
  overflow: hidden;
  color: #fff;
}

.main-container {
  text-align: center;
}

.yummy-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.hover-oval__text {
  font-size: 18px;
  font-weight: 600;
  color: #ff0004;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  padding-top: 8px;
  text-transform: uppercase;
}

.hover-oval__svg {
  position: absolute;
  pointer-events: none;
  width: 164px;
  top: -16px;
}

.hover-oval__path {
  fill: none;
  stroke: red;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.myth-wrapper {
  margin-top: 80px;
  background: #f8f5f1;
  padding: 24px;
  width: 100%;
  margin-bottom: 40px;
}

/* Header */
.myth-header {
  margin-bottom: 12px;
  margin-top: 100px;
}
.myth-header .breadcrumb {
  font-size: 16px;
  color: #b7b3ad;
}
.myth-header .status {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #ff0004;
}

/* Illustration Card */
.myth-card {
  padding: 10px;
}
.myth-card img {
  border-radius: 14px;
  display: block;
}

/* Center loader */
.center-loader {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.center-loader img {
  width: 26px;
  height: 26px;
}

.chat {
  position: absolute;
  top: 20px;
  right: 30px;
}

.chat-input {
  margin-bottom: 50px !important;
}

.myth-text {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-decoration: none;
  z-index: auto;
}

.myth-svg {
  bottom: -10px;
  filter: brightness(0) invert(1);
}

.myth-text a {
  background: none;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

/* Bottom input */
.chat-input {
  width: 100%;
  padding: 0 16px;
  max-width: 82%;
  margin: 0 auto;
  position: relative;
}
.chat-input input {
  width: 100%;
  height: 70px;
  border-radius: 24px;
  border: none;
  padding: 0 18px;
  background: #ffffff;
  color: #bdbdbd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.chat-input input::placeholder {
  color: #c0c0c0;
}
.chat-input input:focus {
  outline: none;
}

:root {
  --bg-color: #ff0004;
  --main-font: Work Sans;
}

.outer {
  margin: 0;
  background-color: #ff0004;
  color: white;
  font-family: var(--main-font);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.outer:active {
  cursor: grabbing;
}

.top-icon {
  position: absolute;
  top: 5%;
}

.stage {
  width: 100%;
  height: 400px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel {
  width: 350px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-out;
}

.item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backface-visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s, opacity 0.5s, filter 0.5s, font-size 0.5s;
}
.item span {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.item.main {
  font-size: 52px;
  font-weight: 400;
  opacity: 1;
  filter: blur(0);
  line-height: 0.9;
}
.item.side {
  font-size: 52px;
  font-weight: 400;
  opacity: 0.6;
  filter: blur(0.3px);
  line-height: 0.9;
}
.item:nth-child(1) {
  transform: rotateY(0deg) translateZ(450px);
}
.item:nth-child(2) {
  transform: rotateY(60deg) translateZ(450px);
}
.item:nth-child(3) {
  transform: rotateY(120deg) translateZ(450px);
}
.item:nth-child(4) {
  transform: rotateY(180deg) translateZ(450px);
}
.item:nth-child(5) {
  transform: rotateY(240deg) translateZ(450px);
}
.item:nth-child(6) {
  transform: rotateY(300deg) translateZ(450px);
}

.social-icons {
  position: absolute;
  bottom: 6%;
  display: flex;
  gap: 20px;
}

img.logo-trigger.logo1 {
  filter: brightness(0) saturate(100%) invert(7%) sepia(97%) saturate(7491%) hue-rotate(356deg) brightness(150%) contrast(101%);
}

.home-page img.logo-trigger.logo1 {
  filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(300%) hue-rotate(0deg) brightness(173%) contrast(100%);
}

.project-name {
  color: #bdbdbd;
  margin-bottom: 1.2rem;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.headline1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #ff0004;
  margin-bottom: 1.8rem;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.btn-row .btn {
  border: 1px solid #ff0004;
  background: transparent;
  color: #ff0004;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-row .btn:hover {
  background: #ff0004;
  color: #fff;
}

.note {
  color: #ff0004;
  font-size: 20px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  max-width: 60%;
}

.chat-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.chat-buttons .chat-btn {
  border: 1px solid #ff0004;
  background: transparent;
  color: #ff0004;
  border-radius: 20px;
  padding: 0.4rem 0.8rem;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.chat-buttons .chat-btn:hover {
  background: #ff0004;
  color: #fff;
}

.loader-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #ff0004;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  /* Arrow */
}
.loader-wrapper .arrow {
  position: absolute;
  top: -50px;
  font-size: 40px;
  color: #ffffff;
  animation: arrowMove 4s infinite linear;
}
.loader-wrapper .arrow img {
  height: auto;
}
.loader-wrapper {
  /* Center text */
}
.loader-wrapper .loader-text {
  color: #ffffff;
  font-size: 16px;
}

/* Arrow animation */
@keyframes arrowMove {
  0% {
    top: -200px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/* Text pulse */
@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.overlay,
.stage,
.carousel,
.carousel .item {
  pointer-events: auto;
  transform-style: preserve-3d;
}

.carousel {
  cursor: grab;
}

.carousel:active {
  cursor: grabbing;
}

.page-404 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-404 .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.page-404 .content {
  position: relative;
}
.page-404 .content .error {
  font-size: 290px;
  font-weight: 300;
  color: #222;
  letter-spacing: 4px;
}
.page-404 .content .message {
  margin-top: -100px;
  font-size: 16px;
  color: #333;
}
.page-404 .content .message a {
  color: #ff0004;
  text-decoration: none;
  font-weight: 500;
}
.page-404 .content .message span.inner-btn {
  display: inline-grid;
  align-items: center;
  justify-content: center;
}
.page-404 .content .doodle-right {
  position: absolute;
  right: -110px;
  top: 25%;
}
.page-404 .content .doodle-right .desktop-img {
  display: block;
}
.page-404 .content .doodle-right .mobile-img {
  display: none;
}
.page-404 .doodle-top {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

div#chat-area button {
  border: 1px solid #ff0004;
  background: #fff;
  color: #ff0004;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 10%;
  display: flex;
  justify-content: center;
}

/* Initially hide mobile image */
.mobile-img {
  display: none;
}

/* Desktop image visible by default */
.desktop-img {
  display: block;
}

.logo-container.fixed {
  background-color: #f8f5f1 !important;
  position: fixed;
  left: 50% !important;
  z-index: 999;
  transform: translateX(-50%) !important;
  padding-bottom: 15px;
}

.int-404-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When screen is 768px or less, hide desktop and show mobile */
@media (max-width: 1024px) {
  div#chat-area button {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .desktop-img {
    display: none !important;
  }
  .mobile-img {
    display: block !important;
  }
  .page-404 .doodle-right {
    position: absolute;
    left: -40px !important;
    top: 90% !important;
    right: auto !important;
  }
  .page-404 {
    overflow: hidden;
    padding-bottom: 120px;
  }
  .mobile-img {
    display: block;
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .cookie-info h5 {
    font-size: 12px;
  }
  .cookie-info p {
    font-size: 14px;
  }
  .page-404 .content .message {
    margin-top: -40px;
  }
  .banner {
    padding: 2rem 1.5rem;
  }
  .banner .banner-right h1 {
    font-size: 1.8rem;
  }
  .banner .text-left,
  .banner .text-right {
    font-size: 0.85rem;
  }
  .hero1 {
    padding: 40px 10px;
  }
  .headline {
    font-size: 24px;
  }
  .cookie-popup {
    align-items: start;
    padding: 20px 20px;
    flex-direction: column;
  }
  .yummy-wrap {
    flex-direction: row;
    align-items: center;
    gap: 58px;
  }
  .hover-oval__text {
    font-size: 16px;
    padding-top: 30px;
  }
  .cookie-buttons {
    text-align: right;
    display: flex !important;
    flex-direction: row !important;
    gap: 60px !important;
    position: relative;
    top: -8px;
  }
  .hover-oval__text {
    left: 14px;
  }
  .hover-oval__svg {
    width: 130px;
    top: 9px;
    left: -15px;
  }
  .cookie-text {
    flex-direction: column;
  }
  .wrapper {
    padding-bottom: 145px;
  }
  .cookie-text img {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: auto;
  }
  .cookie-buttons .decline {
    font-size: 16px;
    margin: 0px;
  }
  .page-404 .content .error {
    font-size: 180px;
  }
  .chat-input {
    max-width: 100%;
    padding: 0px !important;
  }
  .chat-input input {
    width: 100%;
  }
  .item.side {
    font-size: 40px;
  }
  .item.main {
    font-size: 40px;
  }
  .myth-wrapper {
    padding: 15px;
  }
  div#chat-area button {
    width: 35%;
  }
  .stage {
    width: 50%;
  }
  .page-404 .content .doodle-right .mobile-img {
    display: block;
  }
}
@media (max-width: 768px) {
  /* 👇 KEY CHANGE: smaller radius = closer items */
  .item:nth-child(1) {
    transform: rotateY(0deg) translateZ(220px);
  }
  .item:nth-child(2) {
    transform: rotateY(60deg) translateZ(220px);
  }
  .item:nth-child(3) {
    transform: rotateY(120deg) translateZ(220px);
  }
  .item:nth-child(4) {
    transform: rotateY(180deg) translateZ(220px);
  }
  .item:nth-child(5) {
    transform: rotateY(240deg) translateZ(220px);
  }
  .item:nth-child(6) {
    transform: rotateY(300deg) translateZ(220px);
  }
}
@media (max-width: 500px) {
  /* 🔥 VERY CLOSE spacing */
  .item:nth-child(1) {
    transform: rotateY(0deg) translateZ(160px);
  }
  .item:nth-child(2) {
    transform: rotateY(60deg) translateZ(160px);
  }
  .item:nth-child(3) {
    transform: rotateY(120deg) translateZ(160px);
  }
  .item:nth-child(4) {
    transform: rotateY(180deg) translateZ(160px);
  }
  .item:nth-child(5) {
    transform: rotateY(240deg) translateZ(160px);
  }
  .item:nth-child(6) {
    transform: rotateY(300deg) translateZ(160px);
  }
}

/*# sourceMappingURL=main.css.map */
