/*--------------------------------------------------------------
    Global Styles   
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px * 0.625 = 10px;*/
}

body {
  font-family: "dejanire-text", sans-serif;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
  background-color: #fffff3;
  scroll-behavior: smooth;
  /* background-color: $yellow; */
}

.bg-primary {
  background-color: #ffd60d !important;
}

.logo-in img {
  margin-top: -65px;
  width: 13.5%;
}

button:focus {
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.form-control {
  font-weight: 600;
  font-weight: "degular-mono", sans-serif;
  padding-left: 0 !important;
}

.form-label {
  padding-left: 0;
  color: #000 !important;
  position: relative;
  left: 0px !important;
}

.txt-italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

a:hover {
  text-decoration: underline;
}

.hover-none,
.hover-none:hover {
  text-decoration: none !important;
}

.hover {
  position: relative;
}

.hover:hover,
.folder-pos a:hover {
  text-decoration: none !important;
}

.folder-pos a:hover span:after,
.folder-pos a:hover span:after,
.folder-pos a:hover span.hover::after {
  background-color: #fff !important;
}

.hover::after,
.main-underline:hover p:after,
.main-underline:hover h4:after,
.main-underline:hover h3:after,
.folder-pos a:hover span:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover:hover::after,
.main-underline:hover:hover p:after,
.main-underline:hover:hover h4:after,
.main-underline:hover:hover h3:after,
.folder-pos a:hover:hover span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

button.btn,
a.btn {
  font-size: 1.8rem;
  padding: 8px 24px;
  border: 1.5px solid #000;
  border-radius: 23px;
  margin-top: 20px;
}

.link-btn {
  font-size: 1.8rem;
  padding: 2px 24px;
  border: 1.5px solid #ffd60d;
  border-radius: 16px;
  font-family: "dejanire-text", sans-serif;
  color: #fffff3;
  text-decoration: none;
  display: inline-block !important;
  font-style: italic;
  width: auto;
}

.link-btn:hover {
  text-decoration: none;
  color: #000 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.txt-obviously-narrow {
  font-family: "obviously-narrow", sans-serif;
}

.txt-dejanire-text {
  font-family: "dejanire-text", sans-serif;
}

.txt-degular-mono {
  font-family: "degular-mono", sans-serif;
}

.w-90 {
  width: 90%;
}

.fs-90 {
  font-size: 90px;
}

.fs-70 {
  font-size: 70px;
}

.fs-50 {
  font-size: 50px;
}

.fs-32 {
  font-size: 32px;
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.fs-14 {
  font-size: 14px;
}

.vh-100 {
  height: 100vh;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.pointer-normal {
  cursor: auto;
}

.white-text {
  color: white !important;
}

.white-text p {
  color: white !important;
}

.underline-none {
  text-decoration: none;
}

.m-lr-45 {
  margin-left: 35px;
  margin-right: 35px;
}

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-45 {
  margin-bottom: 45px;
}

.p-lr-45 {
  padding-left: 35px;
  padding-right: 35px;
}

/* .container-fluid{padding: 0;} */
@media (max-width: 767px) {
  .m-fs-60 {
    font-size: 6rem;
  }
  .logo-in img {
    width: 30%;
  }
  .logo-in img {
    margin-top: -22px;
    margin-left: 10px;
  }
  #navMenu.expanded {
    padding-top: 30px !important;
  }
  #lottie-trigger {
    width: 66px !important;
  }
  #lottie-trigger svg {
    position: relative;
    top: -10px;
    right: -10px;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  .heading-block p {
    line-height: 24px;
  }
  .pingpong_draw {
    display: none;
  }
  .mb-w-80 {
    width: 80% !important;
  }
}

.form-input {
  position: relative;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #777;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.form-label.hidden {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#icon {
  width: 65px;
  cursor: pointer;
  right: 50px;
  z-index: 10;
}

#icon-container {
  position: fixed;
  /* Important: allows positioning inside this container */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  z-index: 999;
}

.duplicate-icon {
  position: absolute;
  width: 60px;
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
          transform: scale(0.8) translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  z-index: 9999;
}

.show {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.fade-out {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
          transform: scale(0.8) translateY(20px);
}

.gif-video::-webkit-media-controls {
  display: none !important;
}

.gif-video {
  pointer-events: none;
  /* Prevent click-based controls */
  margin: auto;
}

.cust-nav {
  padding: 10px 54px;
  position: absolute;
  width: 100%;
  top: 0;
}

.navbar .collapsed {
  background-image: url("../images/right-bat.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 45px;
  background-size: 43px;
}

.navbar .collapsed img {
  display: none;
}

.left-nav-c.collapsed {
  background-image: url("../images/left-bat.svg");
}

.nav-l-menu li {
  overflow: hidden;
}

.nav-l-menu li a {
  z-index: 5;
  position: relative;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-l-menu li a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 750ms ease;
  transition: -webkit-transform 750ms ease;
  transition: transform 750ms ease;
  transition: transform 750ms ease, -webkit-transform 750ms ease;
}

.nav-l-menu li a::after, .nav-l-menu li aa::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffd60d;
  z-index: -1;
}

.nav-l-menu li a.h-bg-blue:hover span {
  color: #fff !important;
}

.nav-l-menu li a.h-bg-blue::after, .nav-l-menu li a.h-bg-blue::before {
  background: #535bf0;
}

.nav-l-menu li a::before {
  /*   background: blue; */
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}

.nav-l-menu li a::after {
  z-index: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: none;
  transition: none;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.nav-l-menu li a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 260ms 260ms ease;
  transition: -webkit-transform 260ms 260ms ease;
  transition: transform 260ms 260ms ease;
  transition: transform 260ms 260ms ease, -webkit-transform 260ms 260ms ease;
}

.navbar.nav-active {
  height: 100vh;
  background-color: #fffff3;
}

.navbar .nav-l-menu {
  padding: 0 0px;
  width: 100%;
}

.navbar .nav-l-menu li {
  border-bottom: 0.5px solid #000;
  display: block;
}

.navbar .nav-l-menu li a:hover .circle-active {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .nav-l-menu li a {
  font-family: "obviously-narrow", sans-serif;
  font-size: 7rem;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0 !important;
  margin: 5px 0px;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-bottom: 5px solid #fffff3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .nav-l-menu li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none !important;
}

.navbar .nav-l-menu li a:hover div {
  background-color: #fffff3;
}

.navbar .nav-l-menu li a.h-bg-yellow:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.navbar .nav-l-menu li a.h-bg-blue:hover, .navbar .nav-l-menu li a.h-bg-yellow:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.navbar .nav-l-menu li a div {
  padding-right: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  z-index: 99;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  padding-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .nav-l-menu li a div:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .nav-l-menu li a span {
  font-size: 1.8rem;
  font-family: "dejanire-text", sans-serif;
  font-style: italic;
  font-weight: 400;
  padding-right: 20px;
  text-transform: none;
  text-align: right;
  z-index: 5;
  position: relative;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.navbar .nav-l-menu li a .circle-active {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 7.2rem;
  display: inline-block;
  margin-right: 20px;
  display: none;
  -webkit-animation: bounce 0.9s;
          animation: bounce 0.9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -8px;
}

.navbar .nav-l-menu li a .c-a-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd60d));
  background: linear-gradient(#ffd60d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .nav-l-menu li a .c-a-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#535bf0));
  background: linear-gradient(#535bf0);
}

.menu-footer {
  margin-top: 50px;
  margin-bottom: 20px;
}

.menu-footer .menu-f-left h6 {
  font-family: "dejanire-text", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
}

.menu-footer .menu-f-left p {
  font-family: "degular-mono", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.menu-footer .menu-footer-end ul li {
  margin-left: 30px;
}

.menu-footer .menu-footer-end ul li a {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3.3rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 450;
}

.menu-footer .menu-footer-end ul li a small {
  text-transform: none;
}

.footer {
  background-color: #fffff3;
  margin-top: 40px;
  overflow: hidden;
}

.footer .social-media ul {
  margin-top: 9px;
}

.footer .foo-m-blk {
  padding: 30px;
  border-bottom: 1px solid #000;
}

.footer .foo-m-blk .music-img {
  width: 80%;
  margin: auto;
}

.footer .foo-m-blk .foonote {
  margin-bottom: 30px;
}

.footer .foo-m-blk .foonote img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer .foo-m-blk .loc-bang,
.footer .foo-m-blk .loc-kol {
  margin: 15px 0px;
}

.footer .foo-m-blk .loc-bang span,
.footer .foo-m-blk .loc-kol span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  font-style: italic;
  font-family: "dejanire-text", sans-serif;
  color: #000;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer .foo-m-blk .thank-stop {
  min-height: calc(100% - 33px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .foo-m-blk .thank-stop h5 {
  font-style: italic;
  font-family: "dejanire-text", sans-serif;
  font-size: 3rem;
  margin-bottom: 30px;
}

.footer .foo-m-blk .thank-stop p {
  font-family: "degular-mono", sans-serif;
  font-size: 14px;
}

.footer .foo-m-blk .thank-stop p a {
  color: #000;
  font-weight: 500;
}

.footer .typo-dev {
  margin: 20px;
  padding: 0px 20px;
}

.footer .typo-dev p {
  font-size: 20px;
  font-family: "obviously-narrow", sans-serif;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0px !important;
}

.footer .end-footer {
  padding: 20px;
  background: #ffd60d;
}

.footer .end-footer .v-text1 p {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3rem;
  -webkit-transform: rotate(269deg);
          transform: rotate(269deg);
  width: 10px;
  color: #000;
  position: relative;
  top: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer .end-footer .v-text2 {
  text-align: right;
  text-align: -webkit-right;
}

.footer .end-footer .v-text2 p {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3rem;
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
  width: 10px;
  color: #000;
  position: relative;
  top: -22px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer .end-footer .letsplay {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.footer .end-footer .letsplay:hover {
  color: #fff;
}

.footer .end-footer .letsplay::after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 20px;
  }
  .footer .foo-m-blk {
    border: 0;
    padding: 0px 10px;
  }
  .footer .foo-m-blk span {
    font-size: 2rem !important;
  }
  .footer .typo-dev {
    margin: 20px 20px 32px 20px;
    padding: 0px 20px;
  }
  .footer .typo-dev .social-media {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .footer .typo-dev p {
    font-size: 18px !important;
    margin: auto;
    line-height: 26px !important;
    margin-bottom: 15px !important;
  }
}

.popover {
  border: 0;
  border-radius: 0;
  min-width: 320px !important;
}

.popover button.closePopoverBtn {
  float: right;
  background: transparent;
  border: 0;
}

.popover .popover-arrow {
  display: none !important;
}

.popover .popover-body {
  padding: 15px 20px;
  background: #ffd60d;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popover .popover-body h6 {
  font-size: 1.8rem;
  margin-bottom: 10px !important;
  position: relative;
  font-family: "degular-mono", sans-serif;
  font-weight: 600;
}

.popover .popover-body h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 168px;
  background-color: #000;
}

.popover .popover-body button img {
  width: 12px;
}

.popover .popover-body p {
  font-family: "degular-mono", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .popover {
    min-width: calc(100% - 30px) !important;
    margin: 15px !important;
    -webkit-transform: translate3d(0px, 635.333px, 0px) !important;
            transform: translate3d(0px, 635.333px, 0px) !important;
  }
}

#customPopoverBtn img {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#customPopoverBtn img:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
}

.proj-hero-img {
  position: relative;
}

.proj-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

@media (min-width: 769px) {
  .proj-hero-img video {
    background-color: #000;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#customPopoverBtn {
  position: absolute;
  bottom: -49px;
  right: 45px;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  #customPopoverBtn {
    right: 15px;
  }
  #customPopoverBtn img {
    width: 75px;
  }
}

.third-coffee {
  margin: 100px auto;
}

.third-coffee h1 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}

.third-coffee h6 {
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #504823;
}

.third-coffee p {
  font-family: "dejanire-text", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.third-coffee a {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .third-coffee {
    margin: 50px auto;
  }
  .third-coffee h1 {
    margin-bottom: 8px;
  }
  .third-coffee p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.coffee-roasters {
  margin-bottom: 25px;
  margin: 0px 22px 30px 22px;
}

.coffee-roasters p {
  font-family: "dejanire-text", sans-serif;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .coffee-roasters {
    margin: 0px 10px 15px 10px;
  }
  .coffee-roasters img {
    margin-bottom: 15px;
  }
}

.coffee-bags {
  background-color: #e3dada;
  padding: 145px 115px;
  margin: auto 32px;
  margin-bottom: 32px !important;
}

@media (max-width: 767px) {
  .coffee-bags {
    margin: 0px 15px 15px;
  }
}

.discover-blks {
  margin: 145px auto;
}

.discover-blks h4 {
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffd60d;
  font-weight: 600;
}

.discover-blks p {
  font-size: 1.6rem;
}

.discover-blks .col-md-4 {
  padding: 0px 40px;
}

@media (max-width: 767px) {
  .discover-blks {
    margin: 0px;
  }
  .discover-blks h4 {
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .discover-blks .col-md-4 {
    margin-bottom: 30px;
  }
}

.coffee-hero-img {
  margin: 0px 20px 30px 20px;
}

@media (max-width: 767px) {
  .coffee-hero-img {
    margin: 0px 10px 30px;
  }
}

.coffee-img-blks {
  margin: 0px 17px 30px 17px;
}

.coffee-img-blks .col-md-6 {
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .coffee-img-blks {
    padding: 0px 8px;
    margin: 0px 5px !important;
  }
  .coffee-img-blks .col-md-6 {
    padding: 0px 5px;
  }
  .coffee-img-blks img {
    margin-bottom: 15px;
  }
}

.img-blk-behind {
  margin: 0px 17px 30px 17px;
}

.img-blk-behind .col-md-8,
.img-blk-behind .col-md-4 {
  padding: 0px 15px;
}

.img-blk-behind .bg-place {
  background-color: #162531;
}

@media (max-width: 767px) {
  .img-blk-behind {
    margin: 0px 15px 30px 15px;
  }
  .img-blk-behind .col-md-8,
  .img-blk-behind .col-md-4 {
    padding: 0px;
  }
}

.behind-scenes {
  margin: 32px;
}

.behind-scenes h2 {
  font-family: "degular-mono", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.behind-scenes .row {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.behind-scenes .col-md-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-bottom;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffd60d;
  padding: 10px;
}

.behind-scenes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "degular-mono", sans-serif;
  padding: 0px 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.all-roads-lead {
  margin: 25px;
}

.all-roads-lead a:hover {
  text-decoration: none !important;
}

.all-roads-lead .col-6.col-md-3 a {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}

.all-roads-lead .proj-right-img,
.all-roads-lead .proj-left-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.all-roads-lead .col-md-6.align-content-center.text-center.mb-25 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.all-roads-lead h5 {
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 10px;
}

.all-roads-lead h6 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.all-roads-lead p {
  font-size: 1.8rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .all-roads-lead {
    margin: 8px;
  }
}

@media (max-width: 767px) {
  .behind-scenes {
    margin: 0px 15px 15px;
  }
  .behind-scenes p {
    text-align: left;
    padding-left: 0;
  }
  .m-lr-45 {
    margin-left: 0;
    margin-right: 0;
  }
  .p-lr-45 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .coffee-bags {
    padding: 30px;
    margin-bottom: 15px !important;
  }
  .nav-l-menu li a {
    display: -ms-grid;
    display: grid;
    padding: 0 !important;
  }
  .circle-active {
    display: none !important;
  }
  .nav-l-menu li a div {
    background-color: transparent;
    padding-left: 0 !important;
  }
  .nav-l-menu li a {
    font-size: 4rem !important;
  }
  .nav-l-menu li a span {
    text-align: left;
  }
  .menu-footer .menu-footer-end ul li {
    margin-left: 0px;
  }
  #navbarTogglerDemo02 {
    max-height: calc(100vh - 100px);
    overflow: auto;
    margin-top: -73px;
    padding-top: 40px !important;
  }
  button.navbar-toggler {
    position: relative;
    z-index: 99;
  }
  .menu-footer {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
  }
  .menu-footer .menu-footer-end ul {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  .menu-footer .menu-footer-end ul li a {
    font-size: 2.2rem;
  }
  .cust-nav {
    padding: 15px 0px;
  }
  .nav-l-menu,
  .navbar-collapse {
    padding: 0 !important;
  }
  .nav-item a {
    padding: 0px 15px !important;
  }
  .nav-link div {
    background-color: transparent !important;
  }
  .nav-link span {
    text-align: left !important;
  }
  .third-coffee h6 {
    margin-bottom: 3rem;
  }
  .container.logo-in {
    margin-left: 10px;
  }
  .container.logo-in img {
    margin-top: 0 !important;
  }
  .behind-scenes img {
    width: 100%;
  }
  .foonote {
    margin-bottom: 10px !important;
  }
  .foonote img {
    width: 100% !important;
    padding: 0px 5px;
    margin-bottom: 0px !important;
  }
  .typo-dev {
    text-align: center;
  }
  .footer .end-footer {
    padding: 20px 8px;
  }
  .music-img {
    width: 230px !important;
    margin: auto;
    margin-bottom: 25px !important;
  }
  .mail-btn {
    margin-top: 25px !important;
    min-height: 250px !important;
  }
  .footer .foo-m-blk .thank-stop {
    margin-left: 0;
    margin-right: 0;
  }
  .gif-video {
    width: 100% !important;
    margin-top: -2px;
  }
  .hero-section .h-bottom {
    min-height: auto !important;
  }
  #icon {
    position: relative;
    right: auto;
    margin-bottom: 15px;
  }
  #right_faq,
  #right_faqt {
    padding: 0;
  }
}

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 9s linear infinite;
  animation: rotating 9s linear infinite;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 10px, 0px);
            transform: translate3d(0px, 10px, 0px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 10px, 0px);
            transform: translate3d(0px, 10px, 0px);
  }
}

/* -------------------------------------------------------------
    Home Page Styles
------------------------------------------------------------- */
.hero-section {
  background-color: #ffd60d;
}

.hero-section .h-top {
  min-height: 100dvh;
}

.hero-section .h-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100dvh - 60px);
  background-color: #fffff3;
  position: relative;
  margin: 0px 25px;
  margin-bottom: 0;
  border-bottom: 30px solid #ffd60d;
  border-top: 30px solid #ffd60d;
  height: calc(100vh - 0px);
}

.hero-section .h-bottom .h-txt {
  text-align: center;
}

.hero-section .h-bottom .h-txt h2 {
  margin-bottom: 0;
  line-height: normal;
}

.hero-section .h-bottom .h-txt .h2 {
  font-size: 7.8rem;
  font-family: "dejanire-text", sans-serif;
  line-height: 0.8;
  margin-bottom: 15px;
}

.hero-section .h-bottom .h-txt .h3 {
  font-size: 5.8rem;
  font-family: "dejanire-text", sans-serif;
  line-height: 1.2;
}

.hero-section .h-bottom .h-txt .h4 {
  font-size: 4.2rem;
  font-family: "dejanire-text", sans-serif;
  line-height: 1.4;
}

.hero-section .h-bottom .h-txt .h5 {
  font-size: 3.2rem;
  font-family: "dejanire-text", sans-serif;
  line-height: 1.4;
}

.hero-section .h-bottom .h-bottom-footer {
  position: absolute;
  bottom: 24px;
}

.hero-section .h-bottom .h-bottom-footer p {
  font-size: 1.4rem;
  font-family: "degular-mono", sans-serif;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 0px;
  }
  .hero-section .h-top {
    min-height: calc(100dvh - 85px);
  }
  .hero-section .h-bottom {
    border-bottom: 25px solid #ffd60d;
    border-top: 25px solid #ffd60d;
    height: calc(100vh - 0px);
  }
  .hero-section .h-bottom .h-txt {
    padding: 60px 38px;
  }
  .hero-section .h-bottom .h-txt h2 {
    text-wrap: balance;
  }
  .hero-section .h-bottom .h-txt .h5 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
  .hero-section .h-bottom .h-txt .h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .hero-section .h-bottom .h-txt .h3 {
    font-size: 4rem;
    line-height: 4.3rem;
    margin-top: 30px;
  }
  .hero-section .h-bottom .h-txt .h2 {
    font-size: 4rem;
    line-height: 4.3rem;
    margin-bottom: 30px;
  }
  .hero-section .h-bottom .h-bottom-footer {
    display: none;
  }
}

.all-work-section {
  padding: 60px 50px;
}

.all-work-section .work-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.all-work-section .work-flow .ping-work-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 150px;
  background-color: #fffff3;
  font-size: 1.8rem;
  text-transform: uppercase;
  z-index: 99;
}

.all-work-section .work-flow .ping-work-play span {
  background-color: #ffd60d;
  padding: 27px 17px;
  border-radius: 50%;
  font-family: "degular-mono", sans-serif;
}

@media (max-width: 768px) {
  .all-work-section .work-flow .ping-work-play {
    width: 80px;
  }
  .all-work-section .work-flow .ping-work-play span {
    padding: 16px 10px;
    font-size: 1.4rem;
  }
}

.all-work-section .work-flow span.txt-obviously-narrow {
  font-size: 5rem;
  font-weight: 500;
  line-height: normal;
}

.all-work-section .work-flow ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-work-section .work-flow ul li {
  line-height: 0.8;
  font-family: "degular-mono", sans-serif;
  font-size: 2.2rem;
  width: auto;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-transform: uppercase;
}

.all-work-section .all-work-product .work-item, .all-work-section .all-work-product .work-first-proj {
  position: relative;
  width: 100%;
}

.all-work-section .all-work-product .work-item img, .all-work-section .all-work-product .work-first-proj img {
  width: 100%;
}

.all-work-section .all-work-product .work-item .work-description, .all-work-section .all-work-product .work-first-proj .work-description {
  font-size: 2.2rem;
  padding-top: 5px;
}

.all-work-section .all-work-product .work-item .worked-on, .all-work-section .all-work-product .work-first-proj .worked-on {
  display: none;
}

@media (max-width: 768px) {
  .all-work-section .all-work-product .work-item .worked-on, .all-work-section .all-work-product .work-first-proj .worked-on {
    display: none !important;
  }
}

.all-work-section .all-work-product .work-item:hover .worked-on, .all-work-section .all-work-product .work-first-proj:hover .worked-on {
  display: block;
  position: absolute;
  top: calc(50% - 32px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background-color: #fd9211;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: normal;
  border: 1px solid #000;
}

.all-work-section .all-work-product .work-item .w-tag, .all-work-section .all-work-product .work-first-proj .w-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 1.4rem;
  font-family: "degular-mono", sans-serif;
  font-weight: normal;
  background-color: #fffff3;
  padding: 4px 12px;
  line-height: normal;
  border-radius: 14px;
  white-space: nowrap;
}

.all-work-section .all-work-product .work-item.w-item2, .all-work-section .all-work-product .work-first-proj.w-item2 {
  margin-top: 130px;
}

.all-work-section .all-work-product .work-item.w-item4, .all-work-section .all-work-product .work-first-proj.w-item4 {
  margin-top: 380px;
}

.all-work-section .all-work-product .work-item.w-item5, .all-work-section .all-work-product .work-first-proj.w-item5 {
  margin-top: -100px;
}

@media (max-width: 1599px) {
  .all-work-section .all-work-product .work-item.w-item4 {
    margin-top: 160px;
  }
  .all-work-section .all-work-product .work-item.w-item5 {
    margin-top: -100px;
  }
}

@media (max-width: 1199px) {
  .all-work-section .work-flow {
    margin-bottom: 60px;
  }
  .all-work-section .work-flow span.txt-obviously-narrow {
    font-size: 4.2rem;
  }
  .all-work-section .work-flow ul li {
    font-size: 1.6rem;
  }
  .all-work-section .all-work-product .work-item.w-item2 {
    margin-top: 100px;
  }
  .all-work-section .all-work-product .work-item.w-item3 {
    margin-top: -180px;
  }
  .all-work-section .all-work-product .work-item.w-item4 {
    margin-top: 150px;
  }
  .all-work-section .all-work-product .work-item.w-item5 {
    margin-top: -200px;
  }
}

@media (max-width: 991px) {
  .all-work-section .all-work-product .work-item {
    margin-bottom: 20px;
  }
  .all-work-section .all-work-product .work-item.w-item2 {
    margin-top: 0px;
  }
  .all-work-section .all-work-product .work-item.w-item3 {
    margin-top: 0px;
  }
  .all-work-section .all-work-product .work-item.w-item4 {
    margin-top: 0px;
  }
  .all-work-section .all-work-product .work-item.w-item5 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .all-work-section {
    padding: 15px;
    padding-top: 30px;
  }
  .all-work-section .container-fluid {
    padding: 0;
  }
  .all-work-section .work-flow {
    margin-bottom: 28px;
  }
  .all-work-section .work-flow span.txt-obviously-narrow {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .all-work-section .work-flow ul {
    gap: 5px;
    margin-top: 3px;
  }
  .all-work-section .work-flow ul li {
    font-size: 1.4rem;
  }
  .all-work-section .work-flow ul li img {
    width: 15px;
  }
}

.some-play-section,
.someplay-block {
  padding: 0px !important;
}

.some-play-section .container-fluid,
.someplay-block .container-fluid {
  padding: 0 !important;
}

.some-play-section .some-title,
.someplay-block .some-title {
  padding: 0px 30px !important;
}

.some-play-section a,
.someplay-block a {
  color: inherit;
}

.some-play-section .sp-currently,
.someplay-block .sp-currently {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 14px 0;
}

.some-play-section .some-play,
.someplay-block .some-play {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  margin-bottom: 0px;
}

.some-play-section .some-play span,
.someplay-block .some-play span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #ffd60d;
  font-family: "degular-mono", sans-serif;
  position: relative;
  top: 5px;
}

.some-play-section .sp-review-box,
.someplay-block .sp-review-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100dvh - 215px);
  padding: 60px 0;
  height: 100vh;
}

.some-play-section .sp-review-box h2,
.someplay-block .sp-review-box h2 {
  max-width: 805px;
  font-size: 7rem;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}

.some-play-section .sp-review-box h2 a:hover,
.someplay-block .sp-review-box h2 a:hover {
  text-decoration: none !important;
}

.some-play-section .sp-review-box h2 .sp-img-hover img,
.someplay-block .sp-review-box h2 .sp-img-hover img {
  width: 95px;
}

.some-play-section .sp-review-box .sp-box,
.someplay-block .sp-review-box .sp-box {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffd60d;
  z-index: -1;
}

.some-play-section .sp-review-box .sp-box img,
.someplay-block .sp-review-box .sp-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .some-play-section,
  .someplay-block {
    padding: 0 0px;
  }
  .some-play-section .container-fluid,
  .someplay-block .container-fluid {
    padding: 0px;
  }
  .some-play-section .some-title,
  .someplay-block .some-title {
    padding: 0px 15px !important;
  }
  .some-play-section .some-play,
  .someplay-block .some-play {
    font-weight: 500;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 26px;
  }
  .some-play-section .some-play span,
  .someplay-block .some-play span {
    font-size: 2rem;
    font-weight: normal;
    margin-left: -10px;
  }
  .some-play-section .sp-review-box h2,
  .someplay-block .sp-review-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.5rem;
    font-weight: 600;
    gap: 8px;
  }
  .some-play-section .sp-review-box h2 span,
  .someplay-block .sp-review-box h2 span {
    display: contents;
  }
  .some-play-section .sp-review-box h2 span img,
  .someplay-block .sp-review-box h2 span img {
    width: 90px;
    left: 50%;
    right: 50%;
    /* top: 60%; */
    position: relative;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .some-play-section .sp-review-box h2 p,
  .someplay-block .sp-review-box h2 p {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    margin-bottom: 25px;
  }
}

.people-pingpong {
  position: relative;
  background-image: url(../images/people-pingpong-bg-img.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 30px 0;
  height: 100vh;
}

.people-pingpong h2 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 9rem;
  color: #fff;
}

.people-pingpong .pp-txt {
  max-width: 274px;
  line-height: 1.4;
  color: #fff;
  text-wrap: balance;
}

.people-pingpong .pp-txt p {
  font-family: "dejanire-text", sans-serif;
  font-style: italic;
  font-size: 2.2rem;
}

.people-pingpong .pp-txt a {
  border: 1.5px solid #ffd60d;
  padding: 5px 16px;
  border-radius: 20px;
  font-family: "dejanire-text", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
}

.people-pingpong .pp-dots {
  display: none;
}

@media (min-width: 992px) {
  .people-pingpong {
    min-height: 900px;
  }
  .people-pingpong .pp-wrapper {
    min-height: calc(100dvh - 145px);
  }
  .people-pingpong h2 {
    position: relative;
    height: 526px;
    z-index: 2;
    margin-top: 20px;
  }
  .people-pingpong h2 span {
    display: inline-block;
    position: absolute;
  }
  .people-pingpong h2 span:nth-child(1) {
    left: 5%;
    top: 0;
  }
  .people-pingpong h2 span:nth-child(2) {
    left: 74%;
    top: 70px;
  }
  .people-pingpong h2 span:nth-child(3) {
    bottom: 25%;
    right: 15%;
  }
  .people-pingpong .pp-txt {
    position: absolute;
    top: 21%;
    left: 26%;
    z-index: 3;
  }
  .people-pingpong .pp-dots {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .people-pingpong .pp-dots span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #ffd60d;
    position: absolute;
  }
  .people-pingpong .pp-dots span:nth-child(1) {
    top: 7%;
    left: 49%;
  }
  .people-pingpong .pp-dots span:nth-child(2) {
    top: 12.5%;
    left: 90%;
  }
  .people-pingpong .pp-dots span:nth-child(3) {
    top: 46%;
    left: 10%;
  }
  .people-pingpong .pp-dots span:nth-child(4) {
    top: 50%;
    left: 70%;
  }
  .people-pingpong .pp-dots span:nth-child(5) {
    top: 75%;
    left: 92%;
  }
  .people-pingpong .pp-dots span:nth-child(6) {
    top: 77%;
    left: 26%;
  }
}

@media (max-width: 991px) {
  .people-pingpong h2 {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 24px;
    font-weight: 600;
  }
  .people-pingpong .pp-wrapper {
    text-align: center;
  }
  .people-pingpong .pp-txt {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .people-pingpong {
    background-image: url(../images/people-pingpong-mob-bg-img.jpg);
    background-position: top center;
    padding-top: 10vh;
    padding-bottom: 90vh;
  }
}

.pong-shop-section {
  padding: 100px 0;
  background-color: #206fed;
  color: #fffff3;
}

.pong-shop-section .ps-galary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 80px;
}

.pong-shop-section .ps-galary .ps-txt {
  font-size: 1.8rem;
  font-family: "degular-mono", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.pong-shop-section .ps-galary .ps-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pong-shop-section .ps-galary .ps-img img {
  display: inline-block;
}

.pong-shop-section .ps-galary .ps-img img:nth-child(1) {
  position: relative;
  z-index: 2;
  margin-right: -55px;
}

.pong-shop-section .ps-galary .ps-img img:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}

.pong-shop-section .ps-galary .ps-img img:nth-child(3) {
  position: relative;
  z-index: 2;
  margin-left: -25px;
  margin-top: 65px;
}

@media (max-width: 1299px) {
  .pong-shop-section .ps-galary .ps-img img:nth-child(1) {
    height: 300px;
    margin-right: -36px;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(2) {
    height: 276px;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(3) {
    height: 268px;
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
  .pong-shop-section .ps-galary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pong-shop-section .ps-galary .ps-txt {
    margin-top: 40px;
  }
  .pong-shop-section .ps-galary .ps-txt.text-decoration-line-through {
    display: none;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(1) {
    height: 300px;
    margin-right: -36px;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(2) {
    height: 276px;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(3) {
    height: 268px;
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .pong-shop-section {
    padding: 60px 0px;
  }
  .pong-shop-section .ps-galary .ps-img {
    height: 388px;
    width: 334px;
  }
  .pong-shop-section .ps-galary .ps-img img {
    position: absolute !important;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(1) {
    height: auto;
    margin: 0;
    z-index: 3;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(2) {
    height: auto;
    margin: 0;
    z-index: 2;
  }
  .pong-shop-section .ps-galary .ps-img img:nth-child(3) {
    height: auto;
    margin: 0;
    z-index: 1;
    display: none;
  }
}

.reasons-section {
  background-color: #e9e9e9;
  padding: 64px 68px;
}

.reasons-section #reasonsTabContent {
  background-color: #fffff3;
}

.reasons-section ul {
  overflow: hidden;
}

.reasons-section ul li.nav-item.active-tab-item {
  position: relative;
  z-index: 99;
}

.reasons-section .tab-content {
  margin-top: -2px;
}

.reasons-section .nav.nav-pills {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reasons-section .nav.nav-pills .nav-item .nav-link {
  color: #000;
  font-family: "degular-mono", sans-serif;
  font-size: 3rem;
  padding: 0px 20px 0px 20px;
  border-radius: 0px;
  line-height: 5rem;
  text-transform: uppercase;
}

.reasons-section .nav.nav-pills .nav-item .nav-link.active {
  z-index: 999;
  position: relative;
  border-color: transparent !important;
}

.reasons-section .nav.nav-pills .nav-item .nav-link.active span.brdr-active {
  border-bottom: 1px solid #000;
  height: 42px !important;
  display: inline-block;
}

.reasons-section .nav.nav-pills .nav-item .nav-link:hover, .reasons-section .nav.nav-pills .nav-item .nav-link:focus {
  border-color: transparent !important;
}

@media (max-width: 1023px) {
  .reasons-section .nav.nav-pills .nav-item .nav-link {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .reasons-section .nav.nav-pills .nav-item:first-child {
    width: 62%;
    margin-right: -30px;
    position: relative;
  }
  .reasons-section .nav.nav-pills .nav-item:first-child::before {
    background-size: 100%;
    background-image: url("../images/99-Left.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -11px;
    content: "";
    height: 52px;
    width: 100px;
  }
  .reasons-section .nav.nav-pills .nav-item:first-child::after {
    background-size: 100%;
    background-image: url("../images/99-right.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    content: "";
    height: 52px;
    width: 100px;
    top: 0;
  }
  .reasons-section .nav.nav-pills .nav-item:first-child .nav-link {
    width: calc(100% - 140px);
    margin: 0px 70px;
    background-color: #ffd60d;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child {
    position: relative;
    width: 43%;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child::before {
    background-size: 100%;
    background-image: url("../images/one-left.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -11px;
    content: "";
    height: 52px;
    width: 100px;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child::after {
    background-size: 100%;
    background-image: url("../images/one-right.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    content: "";
    height: 52px;
    width: 100px;
    top: 0;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child .nav-link {
    width: calc(100% - 140px);
    margin: 0px 70px;
    background-color: #fffff3;
  }
}

.reasons-section .tab-content .nav-link.active span {
  border-bottom: 1px solid #000;
}

.reasons-section .tab-content .tab-pane:first-child {
  padding: 60px 30px;
  background-color: #ffd60d;
  min-height: calc(100dvh - 100px);
  padding: 100px 0px 100px 100px;
}

.reasons-section .tab-content .reasons-list {
  font-size: 1.8rem;
  font-family: "degular-mono", sans-serif;
}

.reasons-section .tab-content .reasons-list .reasons-bullets {
  padding-left: 45px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}

@media (max-width: 767px) {
  .reasons-section .tab-content .reasons-list .reasons-bullets {
    padding-left: 44 !important;
  }
}

.reasons-section .tab-content .one-reason {
  padding: 100px;
}

.reasons-section .tab-content .one-reason h3 {
  font-size: 2.2rem;
  font-family: "dejanire-text", sans-serif;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.reasons-section .tab-content .one-reason h3 span {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffd60d;
  display: inline-block;
  margin-right: 14px;
}

@media (max-width: 991px) {
  .reasons-section .nav.nav-pills {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reasons-section .nav.nav-pills li.nav-item.nav-start1 {
    background-color: #ffd60d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .reasons-section .nav.nav-pills .nav-item button.nav-link.active.first-tab.first-reasons {
    background-color: #ffd60d !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
  }
  .reasons-section .nav.nav-pills .nav-item button.nav-link.active.first-tab.first-one-reason {
    background-color: #fffff3 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
  }
  .reasons-section .nav.nav-pills .nav-item .nav-link {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 8px 20px 10px 20px;
  }
  .reasons-section .nav.nav-pills .nav-item .nav-link span {
    position: relative;
  }
  .reasons-section .nav.nav-pills .nav-item:first-child {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    margin: 0;
  }
  .reasons-section .nav.nav-pills .nav-item:first-child .nav-link {
    padding: 15px 0px;
    background-image: none !important;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child {
    width: 100%;
    margin: 0;
    background-image: none !important;
  }
  .reasons-section .nav.nav-pills .nav-item:last-child .nav-link {
    padding: 15px 0px;
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .reasons-section {
    padding: 15px 0px;
  }
  .reasons-section .tab-content .tab-pane:first-child {
    padding: 30px 15px;
  }
  .reasons-section .tab-content .one-reason {
    padding: 80px 15px;
  }
}

.form-group {
  margin-bottom: 30px;
}

.form-group .form-input {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000;
}

.form-group .form-input label {
  font-size: 2rem;
  font-family: "degular-mono", sans-serif;
  margin-bottom: 0;
  white-space: nowrap;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
}

.form-group .form-input .form-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.8rem;
  font-family: "degular-mono", sans-serif;
  background-color: transparent;
}

.form-group .form-input textarea {
  resize: none;
}

.form-group .form-input input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.form-group .form-input input[type="file"] + .file-name {
  position: absolute;
  left: 0;
  top: 6px;
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .form-group .form-input label {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------------------------
    About Page Styles
------------------------------------------------------------- */
.about-hero-section {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
}

.about-hero-section .time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  font-size: 1.4rem;
  font-family: "dejanire-text", sans-serif;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.about-hero-section .time-line .arrow-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 8px 10px 10px 10px;
  padding-right: 10px;
}

.about-hero-section .time-line .arrow-bar::after {
  content: "";
  background-image: url(../images/ic_right-arrow.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 56px;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-hero-section .ah-card {
  padding: 30px 30px 5px;
  height: 100vh;
}

.about-hero-section .ah-card .abt-img {
  display: block;
  width: 100%;
  height: calc(100% - 35px);
}

.about-hero-section .ah-card .abt-img > img {
  width: 100%;
  height: calc(100% - 0px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

@media (max-width: 768px) {
  .about-hero-section .ah-card .abt-img > img {
    min-height: 100% !important;
  }
}

.about-hero-section .ah-card.yellow-card {
  background-color: #ffd60d;
}

.about-hero-section .ah-card.green-card {
  background-color: #068456;
}

@media (max-width: 767px) {
  .about-hero-section .col-12 {
    height: 50vh;
  }
  .about-hero-section .ah-card {
    height: calc(100vh - 50vh);
    padding: 15px 15px 5px;
  }
  .about-hero-section .ah-card .py-2 {
    padding-bottom: 5px !important;
  }
  .about-hero-section .ah-card.green-card {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
  }
}

.everything-section {
  background-color: #fffff3;
  padding: 78px 0;
}

.everything-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "dejanire-text", sans-serif;
  font-style: italic;
  text-decoration: underline;
  font-size: 5rem;
  letter-spacing: 0.4em;
  gap: 20px;
  font-weight: normal;
}

.everything-section h2 span {
  display: inline-block;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffd60d;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.everything-section .all-at-once {
  min-height: calc(100dvh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .everything-section {
    padding-top: 0;
  }
  .everything-section h2 {
    margin-top: 40px;
    font-size: 4.4rem;
    letter-spacing: 0.2em;
    gap: 12px;
    background-color: #fffff3;
    margin-bottom: 30px;
  }
  .everything-section h2 span {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .everything-section #everywhere {
    margin-top: 60px;
  }
}

.clients-section {
  padding: 60px 0;
  background-color: #ffd60d;
}

.clients-section .clients-title-pills .c-title {
  font-size: clamp(30px, 12vw, 205px);
  line-height: clamp(30px, 12vw, 205px);
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.clients-section .clients-title-pills .c-pills span {
  position: absolute;
  top: 0;
  background-color: #fffff3;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 25px;
  font-family: "degular-mono", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  text-align: center;
}

.clients-section .clients-title-pills .c-pills span:hover {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.clients-section .clients-title-pills .c-pills span:nth-child(1) {
  top: 7%;
  left: 10%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(2) {
  top: 9%;
  right: 45%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(3) {
  top: 6%;
  left: 86%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(4) {
  top: 23%;
  left: 3%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(5) {
  top: 27%;
  right: 47%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(6) {
  top: 33%;
  right: 13%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(7) {
  top: 43%;
  left: 16%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(8) {
  top: 44%;
  left: 60%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(9) {
  top: 56%;
  left: 42%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(10) {
  top: 63%;
  right: 8%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(11) {
  top: 63%;
  left: 23%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(12) {
  top: 74%;
  left: 53%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(13) {
  top: 75%;
  right: 76%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(14) {
  top: 73%;
  right: 6%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(15) {
  top: 84%;
  right: 31%;
}

.clients-section .clients-title-pills .c-pills span:nth-child(16) {
  top: 45%;
  right: 63%;
}

@media (max-width: 768px) {
  .clients-section .clients-title-pills .c-pills span {
    position: relative !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }
}

.clients-section .clients-title-pills .wishlist {
  font-size: 1.4rem;
  position: relative;
  bottom: 12rem;
  right: 20rem;
  width: 300px;
  font-family: "dejanire-text", sans-serif !important;
  text-transform: none;
}

.clients-section .clients-title-pills .wishlist ul li,
.clients-section .clients-title-pills .wishlist h4 {
  line-height: normal;
  padding: 1px 0;
  font-family: "dejanire-text", sans-serif !important;
  text-align: left;
  font-weight: 400 !important;
}

@media (max-width: 1400px) {
  .clients-section .clients-title-pills .wishlist {
    bottom: 12rem;
    right: 8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .clients-section .clients-title-pills .wishlist {
    top: -12rem !important;
    left: 84rem !important;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .clients-section .clients-title-pills .wishlist {
    bottom: 13rem;
    left: 96rem;
  }
}

@media (min-width: 1601px) and (max-width: 1801px) {
  .clients-section .clients-title-pills .wishlist {
    top: -15rem;
    left: 100rem;
  }
}

@media (min-width: 1801px) and (max-width: 2001px) {
  .clients-section .clients-title-pills .wishlist {
    top: -15rem;
    left: 102rem;
  }
}

@media (min-width: 2002px) and (max-width: 2500px) {
  .clients-section .clients-title-pills .wishlist {
    top: -15rem;
    left: 102rem;
  }
}

.clients-section .moments {
  margin-top: 120px;
}

.clients-section .moments .m-title {
  font-family: "obviously-narrow", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.clients-section .moments .m-title + P {
  font-size: 1.8rem;
  line-height: normal;
  font-style: italic;
  margin-bottom: 0;
}

.clients-section .moments .clap-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fffff3;
}

.clients-section .moments .clap-link img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.clients-section .moments .moments-table {
  width: 100%;
  margin-top: 70px;
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
}

.clients-section .moments .moments-table tr {
  cursor: default;
}

.clients-section .moments .moments-table tr:hover {
  background-color: #fffff3;
  cursor: pointer;
}

.clients-section .moments .moments-table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}

.clients-section .moments .moments-table tr a {
  display: inline-block;
  text-decoration: none !important;
}

.clients-section .moments .moments-table tr a:hover {
  text-decoration: none !important;
}

.clients-section .moments .moments-table tr th,
.clients-section .moments .moments-table tr td {
  padding: 6px 16px;
}

.clients-section .moments .moments-table tr td:last-child {
  text-align: center;
}

@media (max-width: 767px) {
  .clients-section .moments .moments-table th,
  .clients-section .moments .moments-table td {
    padding: 0px 10px !important;
  }
  .clients-section .moments .moments-table tr:hover {
    background-color: transparent !important;
  }
}

@media (max-width: 1199px) {
  .clients-section .clients-title-pills .c-pills span {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 1.6rem;
    text-align: center;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(1) {
    top: 8%;
    left: 8%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(2) {
    top: 7%;
    right: 45%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(3) {
    top: 6%;
    left: 77%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(4) {
    left: 10%;
    top: 19%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(5) {
    top: 21%;
    right: 47%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(6) {
    top: 27%;
    right: 12%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(7) {
    top: 33%;
    left: 16%;
  }
  .clients-section .clients-title-pills .c-pills span:nth-child(8) {
    top: 9%;
    right: 75%;
  }
  .clients-section .clients-title-pills .wishlist {
    font-size: 1.2rem;
    margin-bottom: -20px;
    bottom: 58%;
    right: 18%;
  }
}

@media (max-width: 991px) {
  .clients-section .clients-title-pills .wishlist {
    position: static;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0px;
  }
  .clients-section .clients-title-pills .wishlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 10px;
  }
  .clients-section .clients-title-pills .wishlist ul li:not(:last-child)::after {
    content: "|";
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .clients-section {
    padding: 10px 0px;
  }
  .clients-section .moments {
    margin-top: 60px;
    padding: 0px 10px;
  }
  .clients-section .moments .m-title {
    font-size: 3.2rem;
    white-space: nowrap;
    margin-left: 10px;
  }
  .clients-section .moments .m-title + P {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .clients-section .moments .clap-link {
    width: 45px;
    height: 45px;
  }
  .clients-section .moments .clap-link img {
    width: 60%;
    height: 60%;
  }
  .clients-section .moments .moments-table {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .clients-section .moments .moments-table,
  .clients-section .moments .moments-table tbody,
  .clients-section .moments .moments-table tr {
    display: block;
  }
  .clients-section .moments .moments-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        grid-template-areas: "label year" "content content";
  }
  .clients-section .moments .moments-table td,
  .clients-section .moments .moments-table th {
    padding-left: 10px !important;
  }
  .clients-section .moments .moments-table td {
    font-weight: 500;
  }
  .clients-section .moments .moments-table th {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: label;
    padding: 0px 0;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .clients-section .moments .moments-table td:nth-of-type(1) {
    margin-bottom: 20px !important;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: content;
  }
  .clients-section .moments .moments-table td:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: year;
    text-align: right;
    font-size: 1.8rem;
    margin-top: 20px !important;
    font-weight: 600;
  }
}

.pingpon-people-section {
  padding: 25px 30px 80px;
}

.pingpon-people-section h2 {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "degular-mono", sans-serif;
}

.pingpon-people-section .gallery-carousel .gc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.pingpon-people-section .gallery-carousel .gc-item .gc-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100dvh - 350px);
  width: 70%;
}

.pingpon-people-section .gallery-carousel .gc-item .gc-img img {
  max-height: 100%;
  max-width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pingpon-people-section .gallery-carousel .gc-item .gc-lf-txt,
.pingpon-people-section .gallery-carousel .gc-item .gc-rt-txt {
  font-size: 1.8rem;
  font-family: "degular-mono", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 15%;
  background-color: #fffff3;
}

.pingpon-people-section .gallery-carousel .gc-item .gc-lf-txt p,
.pingpon-people-section .gallery-carousel .gc-item .gc-rt-txt p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}

.pingpon-people-section .gallery-carousel .carousel-indicators {
  position: static;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
}

.pingpon-people-section .gallery-carousel .carousel-indicators [data-bs-target] {
  all: unset;
  height: 27px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.pingpon-people-section .gallery-carousel .carousel-indicators [data-bs-target].active::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffd60d;
  position: absolute;
  top: -10px;
  left: 0;
}

.pingpon-people-section .gallery-carousel .carousel-indicators [data-bs-target] img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pingpon-people-section .burst-our-balloons {
  padding-top: 80px;
}

.pingpon-people-section .team-cards .g-50 {
  --bs-gutter-y: 5rem;
  --bs-gutter-x: 5rem;
}

.pingpon-people-section .team-cards .team-card .tema-icon {
  text-align: center;
  height: 59px;
  width: 67px;
  margin: 0 auto 14px;
}

.pingpon-people-section .team-cards .team-card .tema-icon img {
  height: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: bottom;
     object-position: bottom;
}

.pingpon-people-section .team-cards .team-card .team-img {
  width: 100%;
}

.pingpon-people-section .team-cards .team-card .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pingpon-people-section .team-cards .team-card .team-img img.img-hover {
  display: none;
}

.pingpon-people-section .team-cards .team-card .team-img:hover img.img-hover {
  display: block;
}

.pingpon-people-section .team-cards .team-card .team-img:hover img:not(.img-hover) {
  display: none;
}

.pingpon-people-section .team-cards .team-card .team-txt {
  padding-top: 10px;
}

.pingpon-people-section .team-cards .team-card .team-txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}

.pingpon-people-section .team-cards .team-card .team-txt > div:not(:last-child) {
  border-bottom: 1px solid #000;
}

.pingpon-people-section .team-cards .team-card .team-txt > div h3 {
  font-size: 1.4rem;
  font-family: "degular-mono", sans-serif;
  margin-bottom: 0;
}

.pingpon-people-section .team-cards .team-card .team-txt > div p {
  font-size: 1.4rem;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .pingpon-people-section h2 {
    font-size: 3rem;
  }
  .pingpon-people-section .gallery-carousel .gc-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    height: auto;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-img img {
    width: 100%;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-lf-txt,
  .pingpon-people-section .gallery-carousel .gc-item .gc-rt-txt {
    width: calc(100%);
    text-align: center;
    font-size: 1.4rem;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-lf-txt br,
  .pingpon-people-section .gallery-carousel .gc-item .gc-rt-txt br {
    display: none;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-lf-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    margin-bottom: -5px;
  }
  .pingpon-people-section .gallery-carousel .gc-item .gc-rt-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  .pingpon-people-section .gallery-carousel .carousel-indicators {
    margin-top: 20px;
  }
  .pingpon-people-section .gallery-carousel .carousel-indicators [data-bs-target] {
    height: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .pingpon-people-section {
    padding: 0 0px 60px;
  }
  .pingpon-people-section .d-flex.justify-content-md-between {
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pingpon-people-section .container {
    padding: 0;
  }
  .pingpon-people-section .team-cards {
    padding: 0px 15px;
  }
  .pingpon-people-section .team-cards .g-50 {
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
  }
}

.career-section {
  background-color: #ffd60d;
  padding: 48px 30px;
}

.career-section .career-txt-box {
  max-width: 380px;
}

.career-section .career-txt-box a {
  text-decoration: underline !important;
}

.career-section .career-txt-box h2 {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "obviously-narrow", sans-serif;
  line-height: 4rem;
  margin-bottom: 16px;
}

.career-section .career-txt-box p {
  font-size: 1.8rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .career-section .career-txt-box {
    max-width: 100%;
  }
}

.career-section .video-txt {
  position: absolute;
  z-index: 999;
  bottom: 25%;
  left: 5%;
  background: #fffff3;
  padding: 30px;
  width: 440px;
}

@media (max-width: 768px) {
  .career-section .video-txt {
    padding: 30px 20px;
  }
}

.career-section .video-txt h4 {
  border-bottom: 1px solid;
}

.career-section .video-txt ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.career-section .video-txt ul li {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #000;
}

@media (max-width: 768px) {
  .career-section .video-txt ul li {
    font-size: 2.8vw !important;
  }
}

.career-section .career-form .form-group {
  margin-bottom: 10px;
}

.career-section .career-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffd60d inset !important;
  box-shadow: 0 0 0 1000px #ffd60d inset !important;
  -webkit-text-fill-color: #000 !important;
}

.career-section .career-form .btn {
  font-size: 1.8rem;
  border: 1.5px solid #000;
  padding: 4px 24px;
  margin-top: 15px;
  border-radius: 20px;
}

.career-section .vid-box {
  position: relative;
  width: 100%;
  padding-top: calc(560 / 1300 * 100%);
  /* 1300:560 aspect ratio */
  overflow: hidden;
  margin: 60px 0;
}

.career-section .vid-box iframe,
.career-section .vid-box video,
.career-section .vid-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .career-section {
    padding: 48px 15px;
  }
  .career-section .container,
  .career-section .container-fluid {
    padding: 0;
  }
  .career-section .career-form {
    margin-top: 40px;
  }
  .career-section .vid-box {
    margin: 40px 0;
    padding-top: 10px;
  }
  .career-section .vid-box img {
    position: initial;
  }
  .career-section .vid-box video {
    position: relative;
  }
  .career-section .video-txt {
    width: 100%;
    position: inherit;
    left: 0;
    z-index: 0;
  }
}

.faq .faq-hero-head {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 0;
  background-color: #ffd60d;
}

@media (max-width: 767px) {
  .faq .faq-hero-head {
    top: 0;
    background-color: #ffd60d;
    z-index: 1;
    padding: 20px 0 !important;
  }
  .faq .faq-hero-head h1 {
    font-size: 4rem;
  }
}

.faq .faq-content {
  background-color: #ffd60d;
}

.faq .faq-content .image-layer,
.faq .faq-content .image-layer1 {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.faq .faq-content .image-layer.active,
.faq .faq-content .image-layer1.active {
  display: block;
  opacity: 1;
}

.faq .faq-content .faq-l-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 80vh);
  height: 100vh;
}

.faq .faq-content .faq-l-fixed .image-layer,
.faq .faq-content .faq-l-fixed .image-layer1 {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.faq .faq-content .faq-l-fixed .image-layer.active,
.faq .faq-content .faq-l-fixed .image-layer1.active {
  opacity: 1;
  z-index: 2;
}

.faq .faq-content #right_faq {
  margin-top: 300px;
  padding-bottom: 300px;
}

.faq .faq-content h4 {
  margin-bottom: 15px;
}

.faq .faq-content button {
  background-color: transparent !important;
  font-weight: 500;
  position: relative;
  border: 1px solid #000 !important;
  border-radius: 20px;
  margin-right: 12px;
  line-height: 24px;
  color: #000;
  padding: 4px 15px 8px 15px;
  margin-bottom: 30px;
  cursor: auto;
}

.faq .faq-content button.active {
  color: #000;
  background-color: #fffff3 !important;
  border: 1px solid #fffff3 !important;
}

.faq .faq-content .heading-block,
.faq .faq-content .heading-block1 {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  margin-bottom: 35px;
}

.faq .faq-content .ani-fqcircle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fffff3;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  .faq .nav-tabs {
    margin-bottom: 55px;
    padding: 20px 0px !important;
  }
  .faq button:last-child::after {
    display: none;
  }
  .faq .faq-hero-head {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .faq .faq-content h4 {
    display: -ms-grid;
    display: grid;
  }
  .faq .faq-content h4 span {
    margin-bottom: 25px;
  }
  .faq .faq-blk-img {
    margin-bottom: 16px;
  }
  .faq #right_faq {
    margin-top: 45px !important;
    padding-bottom: 50px !important;
  }
}

.work .work-hero-head {
  margin-bottom: 150px;
}

.work .work-hero-head img {
  width: 65px;
}

@media (max-width: 767px) {
  .work .work-hero-head {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .work .work-hero-head h1 {
    font-size: 4rem;
    font-weight: 500;
    margin: 20px;
  }
  .work .work-hero-head h1 img {
    width: 55px;
    margin-top: -10px;
  }
}

.work span.filter-main img {
  margin-right: 13px;
}

.work span.text-end.un-filter img {
  margin-left: 16px;
}

.work .c-a-yellow {
  width: 22px;
  height: 22px;
  background: #ffd60d;
  border-radius: 15px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 4px;
}

.work .accordion-button::after {
  display: none;
}

.work .work-filter {
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .work .work-filter {
    margin-bottom: 18px;
  }
  .work .work-filter button span {
    font-size: 16px !important;
    line-height: 26px;
  }
}

.work .work-filter img.close-filter, .work .work-filter img.close-filter:hover {
  position: absolute;
  z-index: 9999;
  top: 14px;
  cursor: pointer;
}

.work .work-filter .accordion-flush {
  position: relative;
}

.work .work-filter .un-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -5px;
  z-index: 99;
  right: 0;
  cursor: pointer;
  height: 51px;
  padding-top: 16px;
  position: absolute;
}

.work .work-filter .un-filter img {
  display: none;
}

.work .work-filter .un-filter span {
  margin-right: 0 !important;
  margin-right: 0 !important;
  font-size: 2.2rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .work .work-filter .un-filter span {
    font-size: 16px !important;
    line-height: 23px;
  }
}

.work .work-filter .un-filter.icon-active img {
  display: block;
  width: 16px;
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: 6px !important;
}

.work .work-filter .un-filter.icon-active .c-a-yellow {
  visibility: hidden;
}

.work .work-filter .accordion-button {
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  background-color: #fffff3 !important;
  color: #000;
}

.work .work-filter .accordion-body {
  background-color: #fffff3 !important;
}

.work .work-filter .filter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work .work-filter .filter-main img {
  display: none;
}

.work .work-filter .filter-main.label-active img {
  display: block;
}

.work .work-filter .filter-main.label-active .c-a-yellow {
  visibility: hidden;
}

.work .work-filter .c-a-yellow {
  width: 18px;
  height: 18px;
}

.work .work-filter .filter-list ul li a {
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-left: 17px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.work .work-filter .filter-list ul li a:hover {
  margin-left: 25px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media (max-width: 767px) {
  .work .work-filter .filter-list ul li a {
    font-size: 16px !important;
  }
}

.work .work-filter .filter-list ul li a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.work .work-filter .filter-list ul li a span:hover {
  -webkit-transform: translate3d(1rem, 0, 0);
          transform: translate3d(1rem, 0, 0);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  top: 0px;
  left: 0px;
}

.work .work-filter .filter-list ul li a img {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.work .work-filter .filter-list ul li a:hover img {
  opacity: 1;
  right: 15px;
  top: 0px;
}

.work .filter-items .tiny-might-gif {
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 50%;
}

.work .filter-items .tiny-might-gif img {
  width: 100px;
}

@media (max-width: 768px) {
  .work .filter-items .tiny-might-gif {
    display: none;
  }
}

.work .filter-items .work-item .worked-on {
  display: none;
}

@media (max-width: 768px) {
  .work .filter-items .work-item .worked-on {
    display: none !important;
  }
}

.work .filter-items .work-item:hover .worked-on {
  display: block;
  position: absolute;
  top: calc(50% - 32px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background-color: #fd9211;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: normal;
  border: 1px solid #000;
}

.work .filter-items .filter-item-details {
  position: relative;
  margin-bottom: 70px;
}

.work .filter-items .filter-item-details a {
  display: -ms-grid;
  display: grid;
}

.work .filter-items .filter-item-details a:hover {
  text-decoration: none;
}

.work .filter-items .filter-item-details h4 {
  margin-top: 20px !important;
  margin-bottom: 2px !important;
}

.work .filter-items .filter-item-details h3 {
  margin-top: 0px !important;
  font-weight: 400 !important;
}

.work .filter-items .filter-item-details h4:hover,
.work .filter-items .filter-item-details h3:hover {
  text-decoration: none;
}

.work .filter-items .filter-item-details .f-i-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 1.4rem;
  font-family: "degular-mono", sans-serif;
  font-weight: normal;
  background-color: #fffff3;
  padding: 4px 12px;
  line-height: normal;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .work .filter-items .filter-item-details {
    margin-bottom: 24px;
  }
  .work .filter-items .filter-item-details h4 {
    margin-top: 10px !important;
  }
}

.pong-page .main-slider .slick-dots {
  bottom: 50px !important;
}

.pong-page .main-slider .slick-dots li.slick-active button:before {
  color: #ffd60d;
}

.pong-page .main-slider .slick-dots li button:before {
  color: #fff;
}

.pong-page .main-slider .slick-next {
  right: 10px;
}

.pong-page .main-slider .slick-prev {
  left: 10px;
  z-index: 99;
}

.pong-page h1 {
  margin-bottom: 100px;
}

.pong-page .h-slider-blk .scroll-space {
  height: 300vh;
  position: relative;
}

.pong-page .h-slider-blk #sketch-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}

.pong-page .h-slider-blk .slide-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 300vw;
  /* 2 slides */
  z-index: 2;
  pointer-events: none;
}

.pong-page .h-slider-blk .slide {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}

.pong-page .h-slider-blk .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pong-page .h-slider-blk .slide-content .slide-year {
  width: 18%;
}

.pong-page .h-slider-blk .slide-content span.p-b-width {
  width: 150px;
  display: block;
  margin: auto;
}

.pong-page .h-slider-blk .slide-content .slide-img {
  width: 84%;
}

.pong-page .h-slider-blk .slide-content .slide-img img {
  height: calc(100vh - 25vh);
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.pong-page .h-slider-blk .slide-content .slide-desc {
  width: 18%;
}

.pong-page .h-slider-blk .slide1-content {
  background-color: #041602;
}

.pong-page .h-slider-blk .slide2-content {
  background-color: #e1b51c;
}

.pong-page .h-slider-blk .slide3-content {
  background-color: #083c23;
}

@media (max-width: 767px) {
  .pong-page .h-slider-blk .slide-content {
    display: block;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pong-page .h-slider-blk .slide-content .slide-year {
    width: 100%;
    margin-bottom: 7%;
  }
  .pong-page .h-slider-blk .slide-content span.p-b-width {
    width: 100%;
    display: block;
    margin: auto;
  }
  .pong-page .h-slider-blk .slide-content .slide-img {
    width: 100%;
  }
  .pong-page .h-slider-blk .slide-content .slide-img img {
    aspect-ratio: 1 / 1;
    -o-object-fit: contain;
    object-fit: cover;
    height: calc(100vh - 25vh);
    min-height: calc(100vh - 22vh);
    width: 80% !important;
    margin: auto;
  }
  .pong-page .h-slider-blk .slide-content .slide-desc {
    width: 100%;
    margin-top: 5%;
  }
  .pong-page .h-slider-blk .slick-dots {
    bottom: 20px !important;
  }
}

.pong-page .our-blog {
  margin-bottom: 28px;
}

.pong-page .our-blog h4 {
  margin-bottom: 30px;
}

.pong-page .our-blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1.5px solid #3bb7e5;
  padding: 0px 0px 1rem 0px;
}

.pong-page .our-blog ul li a {
  color: #000;
  /* fallback color */
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#3bb7e5), color-stop(50%, #3bb7e5), color-stop(50%, #000), to(#000));
  background-image: linear-gradient(to right, #3bb7e5 0%, #3bb7e5 50%, #000 50%, #000 100%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 0.6s ease;
  transition: background-position 0.6s ease;
  -webkit-text-fill-color: transparent;
  /* necessary for WebKit */
}

.pong-page .our-blog ul li a:hover {
  color: #3bb7e5;
  background-position: left bottom;
}

.pong-page .our-blog ul li a::after {
  background: #3bb7e5 !important;
}

.pong-page .mighty-blog {
  padding: 24px 35px;
}

.pong-page .mighty-blog .mighty-head {
  margin-bottom: 80px;
}

.pong-page .tiny-mighty {
  position: relative;
  margin-bottom: 40px;
}

.pong-page .tiny-mighty h2 {
  font-size: 29vw;
  font-weight: 400;
}

.pong-page .tiny-mighty .tiny-pos {
  position: absolute;
  top: 27%;
  left: 12%;
}

.pong-page .tiny-mighty .proj-pos {
  position: absolute;
  right: 18%;
  bottom: 6%;
}

.pong-page .tiny-mighty .long-txt-pos {
  position: absolute;
  bottom: -3%;
  width: 25%;
  left: 1%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .pong-page .tiny-mighty h2 {
    font-size: 26vw;
  }
  .pong-page .tiny-mighty .tiny-pos {
    top: 27%;
    left: 11%;
    font-size: 24px;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -16%;
    width: 39%;
    font-size: 13px !important;
    line-height: 18px;
  }
  .pong-page .tiny-mighty .proj-pos {
    right: 22%;
    bottom: 2%;
    font-size: 28px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .pong-page .tiny-mighty .tiny-pos {
    top: 27%;
    left: 12%;
    font-size: 24px;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -13%;
    width: 39%;
    font-size: 15px !important;
  }
  .pong-page .tiny-mighty .proj-pos {
    right: 15%;
    bottom: 2%;
    font-size: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .pong-page .tiny-mighty .tiny-pos {
    position: absolute;
    top: 27%;
    font-size: 35px;
    left: 11%;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -13%;
    width: 41%;
  }
  .pong-page .tiny-mighty .proj-pos {
    right: 18%;
    bottom: -1%;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .pong-page .tiny-mighty .tiny-pos {
    top: 25%;
    left: 11%;
    font-size: 45px;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -11%;
    width: 35%;
  }
  .pong-page .tiny-mighty .proj-pos {
    right: 18%;
    bottom: 0%;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .pong-page .tiny-mighty .tiny-pos {
    top: 27%;
    left: 11%;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -9%;
    width: 30%;
  }
  .pong-page .tiny-mighty .tiny-pos {
    left: 11%;
  }
}

@media (min-width: 1601px) and (max-width: 1800px) {
  .pong-page .tiny-mighty .tiny-pos {
    top: 27%;
    left: 11%;
  }
}

.pong-page .pong-proj {
  background-color: #141414;
  padding: 150px 60px 0px 60px !important;
  text-align: center;
}

.pong-page .pong-proj .col-6 {
  cursor: pointer;
  margin-bottom: 109px;
}

.pong-page .pong-proj .col-6 img {
  width: 70%;
}

.pong-page .pong-proj .col-6 p {
  color: #fff;
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.pong-page .multiple-items {
  /* the parent */
}

.pong-page .multiple-items .slick-slide {
  margin: 0 12px;
}

.pong-page .multiple-items .slick-list {
  margin: 0 -12px;
}

.pong-page .multiple-items .slick-slide img {
  width: 100%;
}

.pong-page .offcanvas {
  background-color: #f2f2f2 !important;
}

.pong-page .offcanvas .btn-close {
  color: #000;
  margin: 35px 48px 30px auto !important;
}

.pong-page .offcanvas .offcanvas-body {
  padding: 30px;
}

.pong-page .offcanvas .pong-slider-txt {
  margin-top: 60px;
  color: #323232;
}

@media (max-width: 767px) {
  .pong-page h1 {
    margin-bottom: 26px;
    font-size: 4rem;
    font-weight: 500;
    margin: 20px;
  }
  .pong-page h1 img {
    width: 55px;
    margin-top: -10px;
  }
  .pong-page .pong-mob-slide .slide-content-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pong-page .pong-mob-slide .slide-content-wrapper .slide-year,
  .pong-page .pong-mob-slide .slide-content-wrapper .slide-desc {
    color: #fff;
  }
  .pong-page .pong-mob-slide .slide-content-wrapper .slide1-content {
    background-color: #041602;
    height: 100vh;
  }
  .pong-page .pong-mob-slide .slide-content-wrapper .slide2-content {
    background-color: #e1b51c;
    height: 100vh;
  }
  .pong-page .pong-mob-slide .slide-content-wrapper .slide3-content {
    background-color: #083c23;
    height: 100vh;
  }
  .pong-page .pong-mob-slide .slide-content {
    padding: 5% 10% 37% 10%;
    overflow: hidden;
    height: 100vh;
  }
  .pong-page .pong-mob-slide .slide-content .slide-year {
    margin-top: 15px;
  }
  .pong-page .pong-mob-slide .slide-content .slide-desc {
    margin-bottom: 25px;
  }
  .pong-page .pong-mob-slide .slide-img {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .pong-page .pong-mob-slide .slide-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pong-page .mighty-blog {
    padding: 15px;
  }
  .pong-page .mighty-blog .mighty-head {
    gap: 15px;
    margin-bottom: 40px;
  }
  .pong-page .mighty-blog .mighty-head h2 {
    font-size: 3rem !important;
  }
  .pong-page .mighty-blog .our-blog {
    margin-bottom: 85px;
  }
  .pong-page .mighty-blog .our-blog h4 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .pong-page .mighty-blog .our-blog ul {
    padding-top: 15px;
    display: -ms-grid;
    display: grid;
  }
  .pong-page .mighty-blog .our-blog ul li {
    margin-bottom: 5px;
  }
  .pong-page .mighty-blog .our-blog ul li a {
    line-height: 28px;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    position: relative;
    bottom: 0%;
    width: 100%;
    margin-top: 15px;
    min-height: 120px;
  }
  .pong-page .tiny-mighty h2 {
    font-size: 26vw;
  }
  .pong-page .tiny-mighty .tiny-pos {
    position: absolute;
    top: 7%;
    left: 36%;
    font-size: 2rem;
  }
  .pong-page .tiny-mighty .proj-pos {
    position: absolute;
    right: 26%;
    bottom: 34%;
    font-size: 2rem;
  }
  .pong-page .pong-proj {
    padding: 60px 15px !important;
  }
  .pong-page .pong-proj .col-6 {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pong-page .pong-proj .col-6 img {
    width: 75%;
    margin: auto;
  }
  .pong-page .pong-proj .col-6 p {
    margin-top: auto;
    padding-top: 25px;
  }
  .pong-page div#imageCanvas {
    width: 100% !important;
  }
  .pong-page div#imageCanvas .btn-close {
    margin: 0 !important;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 2rem;
    opacity: 1;
    font-size: 16px;
    z-index: 999;
  }
  .pong-page div#imageCanvas h2 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .pong-page div#imageCanvas .slick-slide {
    margin-right: 30px;
  }
  .pong-page div#imageCanvas .slick-slide img {
    width: 100%;
  }
}

@media (max-width: 553px) {
  .pong-page .proj-pos {
    bottom: 45% !important;
  }
}

@media (max-width: 432px) {
  .pong-page .proj-pos {
    bottom: 47% !important;
  }
}

@media (max-width: 420px) {
  .pong-page .proj-pos {
    bottom: 53% !important;
  }
}

/* Base navbar */
#navMenu {
  background-color: transparent;
  height: 65px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#navMenu.expanded {
  height: 100vh;
  background-color: #fffff3 !important;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 999999;
}

.nav-header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
  padding: 0 1rem;
  width: 100%;
}

#navMenu.expanded .nav-header {
  display: none;
}

#navMenu.expanded .nav-item div {
  background-color: #fffff3;
}

.nav-menu-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0rem 1.5rem;
  width: 100%;
}

#navMenu.expanded .nav-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  height: calc(100vh - 70px);
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-menu-content a {
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.logo {
  height: 20px;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 24px !important;
  margin-top: -7px;
}

button#closeMenuBtn:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#closeMenuBtn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lottie-icon {
  width: 65px;
  /* increased width */
  height: 40px;
  /* adjusted for aspect ratio */
  cursor: pointer;
  display: inline-block;
}

.lottie-icon {
  background-color: rgba(0, 0, 0, 0.1);
  /* optional */
}

#mailBtn,
.clicked {
  font-family: "Pixelify Sans", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: none;
  border: 3px solid #000;
  padding: 8px 20px;
  -webkit-box-shadow: 6px 8px #000;
          box-shadow: 6px 8px #000;
  -webkit-transition-property: outline-offset, -webkit-transform, -webkit-box-shadow;
  transition-property: outline-offset, -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow, outline-offset;
  transition-property: transform, box-shadow, outline-offset, -webkit-transform, -webkit-box-shadow;
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 33px);
  margin-top: 15px;
}

.clicked:hover {
  cursor: pointer;
}

.clicked:focus-visible {
  outline-offset: 12px;
  outline: 0px dotted #000;
}

.clicked:active, .clicked:focus {
  -webkit-box-shadow: 2px 2px #000 !important;
          box-shadow: 2px 2px #000 !important;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.full-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fffff3;
  /* bg-gray-100 */
}

@media (max-width: 768px) {
  .full-section {
    text-align: center;
  }
}

.pingpong_everything {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 0, 0, 0);
  /* bg-red-500/20 */
}

.button-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.everything-btn,
.my-button {
  top: 10%;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  scale: 1;
}

.everything-btn:hover h2,
.everywhere-btn:hover h2 {
  letter-spacing: 1em;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.everywhere-btn {
  bottom: 10%;
}

.my-button {
  padding: 10px 20px;
  color: #000;
  /* text-black */
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.pingpong_draw_p5 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.pingpong_draw {
  width: 100%;
  height: 100vh;
  position: relative;
}

.text-block-4 {
  text-align: center;
  font-family: DM Mono, Arial, sans-serif;
  display: block;
  position: absolute;
  inset: 6% 0% auto;
}

.text-block-4-copy {
  text-align: center;
  font-family: Baskerville, Arial, sans-serif;
  font-size: 1.5vmax;
  display: block;
  position: absolute;
  inset: 75% 0% auto;
}

.pingpong_button_container {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  text-align: center;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 80% 0% auto;
}

.btnhover {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 99;
}

.btnhover-bg-black {
  border: 1.5px solid #000;
}

.link-btn.btnhover-bg-black {
  color: #000;
}

.link-btn.btnhover-bg-black:hover {
  color: #fff !important;
}

.link-btn.btnhover-bg-black span {
  background-color: #000 !important;
}

.btnhover span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffd60d;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.btnhover:hover {
  color: #000;
}

.btnhover:hover span {
  width: 225%;
  height: 562.5px;
}

.btnhover:active {
  background-color: #ffd60d;
}

.animated-block {
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.split-line {
  display: block;
}

.pill {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.pills {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .pills {
    width: 85%;
  }
}

.pills span {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
            transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(3deg);
            transform: translate(-50%, -50%) scale(1.2) rotate(3deg);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(0.95) rotate(-2deg);
            transform: translate(-50%, -50%) scale(0.95) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
            transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(3deg);
            transform: translate(-50%, -50%) scale(1.2) rotate(3deg);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(0.95) rotate(-2deg);
            transform: translate(-50%, -50%) scale(0.95) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

.blink-ball-y,
.blink-ball-w {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
}

.blink-ball-y {
  background-color: #ffd60d;
}

.blink-ball-w {
  background-color: #fffff3;
}

/* Blink animation only when tab is active */
.nav-link.active .blink-ball-y,
.nav-link.active .blink-ball-w {
  -webkit-animation: blink 0.3s steps(1) 5;
          animation: blink 0.3s steps(1) 5;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 1024px) {
  .sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.pingpong_draw_p5 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  cursor: none;
}

.pingpong_draw {
  width: 100%;
  height: 100vh;
}

.text-block-4 {
  text-align: center;
  font-family: "degular-mono", sans-serif;
  font-size: 1.8rem;
  display: block;
  position: absolute;
  inset: 8% 0% auto;
}

.text-block-4-copy {
  text-align: center;
  font-family: "dejanire-text", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  position: absolute;
  inset: 80% 0% auto;
}

.pingpong_button_container {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  text-align: center;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 85% 0% auto;
}

.pong-proj .image-thumb:hover {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(5deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.eye {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px none black;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0px 5px;
}

.pupil {
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 10px;
  bottom: 10px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
}

.y-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffd60d;
  border-radius: 50%;
  margin-right: 8px;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
    border: 0.5px solid #ccc;
  }
  50% {
    opacity: 0;
  }
}

.blinking {
  -webkit-animation: blink 0.4s linear 10;
          animation: blink 0.4s linear 10;
}

.c-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  /* below pills */
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  margin-top: 60px !important;
}

@media (max-width: 767px) {
  .c-title {
    margin-top: 0 !important;
  }
}

.pills-d {
  position: relative;
  height: 200vh;
  /* 2 groups of pills */
  z-index: 2;
  /* ABOVE heading */
  margin-top: -100vh;
  /* Move pills upward to flow over sticky heading */
  pointer-events: none;
}

.pill {
  position: absolute;
  white-space: nowrap;
  mix-blend-mode: difference;
}

.categories-marquee {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* prevents vertical stacking */
  -webkit-animation: marqueeAnim 20s linear infinite;
          animation: marqueeAnim 20s linear infinite;
  will-change: transform;
}

.work-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* prevent squishing */
  list-style: none;
  padding: 1rem 0;
  margin: 0;
  gap: 2rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  /* ensures full width of content */
}

.work-categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  white-space: nowrap;
}

.work-categories li:first-child {
  margin-left: 15px;
}

/* Optional: scale for smaller screens */
@media (max-width: 576px) {
  .work-categories li {
    font-size: 0.85rem;
  }
  .marquee-track {
    -webkit-animation: marqueeAnim 8s linear infinite;
            animation: marqueeAnim 8s linear infinite;
  }
}

@-webkit-keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

section.not-found {
  height: 100vh;
  background-image: url("../images/404-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.not-found .weels {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
  text-align: center;
  background: #d9d9d9;
  padding: 40px 80px;
  border-radius: 25px;
}

section.not-found .weels p {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  max-width: 200px;
  margin: auto;
}

@media (max-width: 767px) {
  section.not-found .weels {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

section.not-found .folder-pos .folder-pos1 {
  position: absolute;
  top: 15vh;
  left: 10vw;
  text-align: center;
}

section.not-found .folder-pos .folder-pos2 {
  position: absolute;
  top: 45vh;
  left: 1vw;
  text-align: center;
}

section.not-found .folder-pos .folder-pos3 {
  position: absolute;
  top: 75vh;
  left: 11vw;
  text-align: center;
}

section.not-found .folder-pos .folder-pos4 {
  position: absolute;
  top: 15vh;
  right: 10vw;
  text-align: center;
}

section.not-found .folder-pos .folder-pos6 {
  position: absolute;
  top: 45vh;
  right: 30vw;
  text-align: center;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 3px 5px 0px #3f3f3f;
          box-shadow: 0px 3px 5px 0px #3f3f3f;
  border-radius: 100px;
}

section.not-found .folder-pos .folder-pos6 img {
  width: 100px;
  height: 100px;
}

section.not-found .folder-pos .folder-pos5 {
  position: absolute;
  top: 75vh;
  right: 10vw;
  text-align: center;
}

section.not-found .folder-pos a {
  /* position: absolute; */
  display: -ms-grid;
  display: grid;
  font-family: "degular-mono", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 220px;
}

section.not-found .folder-pos a img {
  margin: auto;
}

section.not-found .folder-pos a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 768px) {
  section.not-found .weels {
    padding: 30px 40px;
    width: 80%;
    top: 55% !important;
  }
  section.not-found .weels p {
    max-width: auto;
    font-size: 20px;
  }
  section.not-found .weels img {
    width: 85px;
  }
  section.not-found .folder-pos img {
    width: 86px;
  }
  section.not-found .folder-pos span {
    font-size: 14px;
  }
  section.not-found .folder-pos a {
    width: auto;
  }
  section.not-found .folder-pos .folder-pos1 {
    top: 5vh;
    left: 14vw;
    width: 90px;
  }
  section.not-found .folder-pos .folder-pos2 {
    position: absolute;
    top: 72vh;
    left: 9vw;
    text-align: center;
  }
  section.not-found .folder-pos .folder-pos3 {
    position: absolute;
    top: 87vh;
    left: 31vw;
    text-align: center;
  }
  section.not-found .folder-pos .folder-pos4 {
    position: absolute;
    top: 8vh;
    right: 13vw;
    text-align: center;
  }
  section.not-found .folder-pos .folder-pos6 {
    position: absolute;
    top: 23vh;
    right: 44vw;
    text-align: center;
    height: 60px;
    width: 60px;
  }
  section.not-found .folder-pos .folder-pos6 img {
    width: 60px;
    height: 60px;
  }
  section.not-found .folder-pos .folder-pos5 {
    position: absolute;
    top: 75vh;
    right: 15vw;
    text-align: center;
  }
}

main canvas {
  display: block;
}

main .buttons-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*   gap: 16px; */
  top: 50%;
  left: calc(100vw - 135px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #4A4949;
  /*   padding: 10px 4px; */
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
}

@media (max-width: 767px) {
  main .buttons-wrapper {
    left: calc(100vw - 60px);
  }
}

main .tool-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #262424;
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

main .circ-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
}

main .circ {
  background-color: #D9D9D9;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main .cross {
  /*   width: 3px;
  height: 3px; */
  /*   background-color: red; */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 5px;
  color: #d9d9d9;
}

main button {
  border: none;
  background-color: transparent;
  padding: 8px;
  margin: 4px;
  border-radius: 6px;
}

main button > img {
  width: 3vh;
  height: auto;
}

.take-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  float: right;
}

@media (max-width: 767px) {
  .take-right {
    margin-top: 5px;
  }
}

.arrow-in {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 0;
}

/* ARROW OUT (right side) */
.arrow-out {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}

@media (max-width: 767px) {
  .arrow-out svg {
    width: 50px;
  }
}

.right-text {
  font-family: "degular-mono", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}

/* HOVER EFFECTS */
.take-right:hover .right-text, .all-roads-lead .col-6.col-md-3 a:hover .right-text {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  /* moves text toward right arrow's space */
}

.take-right:hover .arrow-out, .all-roads-lead .col-6.col-md-3 a:hover .arrow-out {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  /* opacity: 0; */
}

.take-right:hover .arrow-in, .all-roads-lead .col-6.col-md-3 a:hover .arrow-in {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.take-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* Makes the arrow appear on the left side */
  margin-top: 10px;
}

/* Arrow enters from the right, goes to the left */
.arrow-in-left {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 0;
}

/* Arrow visible initially */
.arrow-out-left {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}

@media (max-width: 767px) {
  .arrow-out-left svg {
    width: 50px;
  }
}

.left-text {
  font-family: "degular-mono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}

/* Hover Effects */
.take-left:hover .left-text, .all-roads-lead .col-6.col-md-3 a:hover .left-text {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  /* moves text toward left arrow's space */
}

.take-left:hover .arrow-out-left, .all-roads-lead .col-6.col-md-3 a:hover .arrow-out-left {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.take-left:hover .arrow-in-left, .all-roads-lead .col-6.col-md-3 a:hover .arrow-in-left {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.wpcf7-spinner {
  left: 0px;
  bottom: -18px;
}

.one-reason .wpcf7-spinner {
  left: 0px;
  bottom: -32px;
}

.submit-cls input:hover {
  background-color: #FFD60D;
  border: 1px solid #FFD60D;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  position: absolute;
  bottom: 3px;
  margin: 0;
  left: 250px !important;
  font-size: 18px;
  font-style: italic;
  border: 0;
  font-family: "dejanire-text", sans-serif;
  color: #767676 !important;
}

form p {
  margin: 0 !important;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.btnhover-bg-black:hover {
  background-color: #000;
}

input#resume {
  width: 100%;
  z-index: 99;
  position: relative;
}

span.file-name {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  font-size: 1.8rem;
  font-family: "degular-mono", sans-serif;
  background-color: transparent;
  font-weight: 600;
}

form.wpcf7-form {
  position: relative;
}

.footer .social-media ul li img {
  height: 24px;
}

.all-work-product a:hover {
  text-decoration: none !important;
}

.one-reason .wpcf7-submit {
  font-size: 1.8rem;
  padding: 8px 24px;
  border: 1.5px solid #000;
  border-radius: 23px;
  margin-top: 7px;
}

.one-reason .wpcf7-submit:hover {
  background-color: #ffd60d;
  border: 1px solid #ffd60d;
}

.one-reason .wpcf7-submit {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 99;
}

.one-reason .wpcf7 form.sent .wpcf7-response-output {
  bottom: 4px;
  padding-left: 0px;
  margin-left: -65px;
}

@media (min-width: 768px) {
  .one-reason .submit-cls p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .one-reason .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    text-align: left;
    padding-left: 0;
    margin-top: -20px !important;
    left: 0px !important;
    bottom: 5px !important;
    margin-left: 0;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    position: relative !important;
    text-align: left;
    padding-left: 0;
    margin-top: -20px !important;
  }
  .one-reason .wpcf7-spinner {
    left: 42px;
    bottom: -10px;
  }
  .reasons-section .nav.nav-pills .nav-item .nav-link.active span.brdr-active {
    height: 30px !important;
  }
  .pong-page .offcanvas {
    width: 100% !important;
  }
  .pong-page .offcanvas .btn-close {
    margin: 15px 15px 0px auto !important;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

.arrow-dwn {
  stroke: #000;
}

#scrollSvg {
  cursor: pointer;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background-color: #ffd60d;
  top: 0;
}

.loader img {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.all-work-section .worked-on {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section .h-bottom {
    padding: 0px 20px;
  }
  .all-work-section {
    padding: 30px 20px;
  }
  .work-item.w-item2 {
    margin-left: 70px;
  }
  .all-work-section .all-work-product .work-item.w-item3, .all-work-section .all-work-product .work-item.w-item4, .all-work-section .all-work-product .work-item.w-item5 {
    margin-top: 60px;
  }
  .some-play-section .sp-review-box h2, .someplay-block .sp-review-box h2 p span {
    display: -ms-grid;
    display: grid;
    text-align: center !important;
  }
  .some-play-section .sp-review-box h2 .sp-img-hover img, .someplay-block .sp-review-box h2 .sp-img-hover img {
    margin: auto;
    margin-top: 20px;
  }
  .take-right.d-none.d-lg-flex, .take-left.d-none.d-lg-flex {
    display: block !important;
  }
  .foonote.text-center img.d-none.d-lg-block.w-90 {
    display: none;
  }
  .pong-page .h-slider-blk .slide-content {
    width: 90%;
  }
  div#imageCanvas_2 {
    width: 100% !important;
  }
  .people-pingpong .pp-wrapper {
    margin-top: 100px;
  }
  .reasons-section {
    padding: 30px 20px;
  }
  .footer .foo-m-blk .music-img {
    width: 50%;
  }
  .footer .typo-dev {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .work .work-hero-head {
    margin-bottom: 50px;
  }
  .filter-items.p-lr-45 .col-md-4 {
    width: 50%;
  }
  .p-lr-45 {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.behind-scenes .col-md-2 {
    width: 50%;
  }
  .col-12.order-4.d-lg-none.text-end.mt-4 {
    display: none;
  }
  .col-12.order-2.d-lg-none.mb-4 {
    display: none;
  }
  .col-6.col-md-3.order-2.order-md-1, .col-12.order-1.order-md-2.col-md-6.align-content-center.text-center.mb-25, .col-6.col-md-3.order-3.order-md-3.text-end {
    width: 33%;
  }
  .pong-page .tiny-mighty .tiny-pos {
    top: 26%;
    left: 10%;
    font-size: 24px;
  }
  .pong-page .tiny-mighty .long-txt-pos {
    bottom: -25%;
    width: 34%;
  }
  div#imageCanvas {
    width: 100% !important;
  }
  .pong-page h1 {
    margin-bottom: 20px;
  }
  .pong-page .mighty-blog .mighty-head {
    margin-bottom: 40px;
  }
  .about-hero-section .ah-card {
    height: 50vh;
  }
  section.about-hero-section .col-md-6 {
    height: 50vh;
    width: 100%;
  }
  .about-hero-section .ah-card .abt-img > img {
    height: calc(100% - 10px);
  }
  h2#everywhere {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .full-section.everywhere-box.everything-section.full-section img {
    width: 80% !important;
  }
  .career-section .video-txt {
    position: relative;
    z-index: 999;
    bottom: 0%;
    left: 0%;
    background: #fffff3;
    padding: 30px;
    width: 100%;
  }
  .career-section .vid-box {
    padding-top: 0;
  }
  .career-section .vid-box iframe, .career-section .vid-box video, .career-section .vid-box img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .career-section .video-txt {
    position: relative;
    z-index: 999;
    bottom: 0%;
    left: 0%;
    background: #fffff3;
    padding: 30px;
    width: 100%;
  }
  .col-md-6.menu-f-left, .col-md-6.menu-footer-end {
    width: 100%;
    text-align: left !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }
  .col-md-6.menu-footer-end ul li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .all-work-section .all-work-product .work-item.w-item2 {
    margin-top: 100px;
    margin: 0;
  }
  .all-work-section .all-work-product .work-item.w-item3 {
    margin-top: -70px;
  }
  .reasons-section .nav.nav-pills .nav-item .nav-link {
    font-size: 2rem;
  }
  .footer .typo-dev p {
    font-size: 18px !important;
  }
  .reasons-section {
    background-color: #e9e9e9;
    padding: 40px 40px;
  }
  .clients-section .clients-title-pills .wishlist {
    top: -10rem !important;
    left: 67rem !important;
    width: 200px !important;
  }
  .faq .faq-content #right_faq {
    margin-top: 300px;
    padding-bottom: 300px;
    width: 59%;
    margin-left: 6%;
  }
}
/*# sourceMappingURL=styles.css.map */