/** Shopify CDN: Minification failed

Line 1160:9 Expected ":"
Line 1188:9 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Badge';
  src:
    url('/cdn/shop/files/Badge-Regular.woff2') format('woff2'),
    url('/cdn/shop/files/Badge-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Badge';
  src:
    url('/cdn/shop/files/Badge-Bold.woff2') format('woff2'),
    url('/cdn/shop/files/Badge-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}

.jost-font {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.badge-font {
  font-family: 'Badge', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: Badge;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.9px;
  background: linear-gradient(90deg, #FFF 0%, #7E7E7E 126.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

h2,
.h2 {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-family: 'Badge', sans-serif;
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.28em;
}

h4,
.h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.28em;
}

h5,
.h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.28em;
}

h6,
.h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28em;
}

body,
.body {
  font-size: 22px;
  line-height: 1.27em;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

p {
  font-size: 22px;
  line-height: 1.27em;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

body {
  color: #0D1226;
  background-color: #fff;
}

a {
  font-size: 20px;
  font-weight: 500;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.hm-banner h1 {
  margin-bottom: 17px;
}

.white p {
  color: white;
}

.cta {
  display: inline-block;
  font-size: 20px;
  padding: 16px 56px;
  border-radius: 4px;
  border: 1px solid;
  text-decoration: none;
}

.cta-large {
  display: inline-block;
  font-size: 28px;
  padding: 22px 61px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
}

.cta-dark {
  border-color: #ffffff33;
  background: #202020;
  backdrop-filter: blur(8.5px);
  color: white;
}

.cta:hover,
.cta-large:hover {
  background: black;
  color: white;
}

.text-gradient {
  background: linear-gradient(93deg, #FFF 71.36%, rgba(255, 255, 255, 0.00) 111.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white {
  color: white;
}

.pill {
  font-size: 16px;
  padding: 5px 21px;
  width: fit-content;
}

.pill-otline {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
}

.container {
  max-width: 1640px;
  width: 100%;
  margin-inline: auto;
}

.shopify-policy__container {
  padding: 150px 20px 100px 20px;
}

body:has(.shopify-policy__container) .header.header--compact {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000021;
}

body:has(.shopify-policy__container) .header-logo__image {
  width: 80px;
}

body:has(.shopify-policy__container) .header-menu__inner a.menu-list__link {
  color: #0d1226;
}

.cont-contact-form {
  max-width: 1440px;
}

.row {
  display: flex;
}

.col-4 {
  width: 33%;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.text-center {
  width: 100%;
  text-align: center;
}

.px-20 {
  padding-inline: 20px;
}

.font-medium {
  font-weight: 500;
}

.sec-margin {
  margin: 150px 0;
}

footer h2,
footer p {
  color: #fff;
}

.sec-padding {
  padding: 100px 0;
}

.sec-padding-l {
  padding: 150px 0;
}

.sec-padding-lb {
  padding-bottom: 150px;
}

.description {
  margin-top: 25px;
}

.heading-margin-bottom {
  margin-bottom: 73px;
}

.img-box>img {
  width: 100%;
  display: block;
}

.paras p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.paras p:last-child {
  margin-bottom: 0;
}

.not-just-game h2 {
  margin-bottom: 25px;
}


/* <--- Not just a Game ---> */
.not-just-game {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.not-just-game .content {
  max-width: 648px;
}

.not-just-game .cta-large {
  margin-top: 140px;
}

/* <--- Simple To Start ---> */
.simple-to-start {
  background-color: #150404;
  background-image: url("/cdn/shop/files/bg-red.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.simple-to-start .card {
  border-radius: 10px;
  background: rgba(255, 123, 123, 0.05);
  padding: 65px 43px 43px 43px;
  position: relative;
  height: 100%;
}

.simple-to-start h2 {
  max-width: 840px;
  margin-inline: auto;
}

.simple-to-start .card .content {
  max-width: 336px;
  margin-inline: auto;
  margin-top: 27px;
}

.simple-to-start .card .pill {
  position: absolute;
  top: 15px;
  left: 15px;
}

.simp--to-start-btn {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.simp--to-start-btn a {
  margin-inline: auto;
  display: inline-block;
}

/* <--- Every Card Hits ---> */
.every-card-hits-different .header-arrow {
  display: flex;
  justify-content: space-between;
}

.every-card-hits-different .arrow {
  display: flex !important;
  align-items: center;
  gap: 15px;
}

.every-card-hits-different .arrow .every-card-button-next,
.every-card-hits-different .arrow .every-card-button-prev {
  border: 2px solid #0D1226;
  border-radius: 100%;
  height: 70px;
  aspect-ratio: 1;
  flex-shrink: 0;
}


/* <--- Game Night ---> */
.game-night {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.game-night .spacer {
  height: 698px;
}

.game-night .content {
  max-width: 656px;
  margin-top: 1em;
  margin-left: auto;
}

/* <--- testimonials ---> */
.testimonials-sec {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 20px 120px;
}

.testimonials-sec h2 {
  margin-bottom: 55px;
}

.testimonial-card {
  border-radius: 30px;
  border: 0.874px solid #ffffff4d;
  background: #ffffff1a;
  backdrop-filter: blur(25px);
  padding: 38px 48px;
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 23px;
  padding-top: 15px;
  border-top: 1px solid #ffffff1a;
}

/* <--- Perfect For Any Party ---> */
.perfect-for-any-party .card {
  border-radius: 10px;
  background: #E9EDF0;
  height: 100%;
  padding: 53px 20px 24px 40px;
}

.perfect-for-any-party .card .icon {
  margin-bottom: 110px;
  min-height: 66px;
}

.perfect-for-any-party .heading-margin-bottom {
  margin-bottom: 34px;
  margin-top: 20px;
}

.perfect-for-any-party .card .icon>svg {
  height: 66px;
}

.perfect-for-any-party .card .icon img {
  width: auto;
}

/* <--- Quick Questions ---> */
.quick-questions .faq-accordion {
  max-width: 980px;
  margin-inline: auto;
}

.quick-questions h2 {
  margin-bottom: 30px;
}

.quick-questions .accordion {
  padding: 17.5px 28px 18px 38px;
  border: 1px solid #EEE;
  border-radius: 10px;
  margin: 12px 0;
  cursor: pointer;
}

.quick-questions .accordion.active {
  padding: 30px 28px 30px 38px;
  background-color: rgba(237, 31, 36, 0.8);
  color: white;
  border-radius: 12px;
  border-color: rgba(237, 31, 36, 0.8);
}

.quick-questions .accordion-item-header {
  position: relative;
}

.quick-questions .accordion-item-header::after {
  content: "";
  width: 41px;
  aspect-ratio: 1;
  background-image: url("/cdn/shop/files/arrow-down.svg");
  /* background-image: url("/cdn/shop/files/arrow.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0px;
  top: -4px;
  border-radius: 100%;
  background-color: white;
  rotate: 0deg;
}

.quick-questions .accordion.active .accordion-item-header::after {
  rotate: 0deg;
  background-image: url("/cdn/shop/files/arrow.svg");
}

.quick-questions .accordion-item-body {
  max-height: 0;
  overflow: hidden;
}

.simple-to-start img {
  width: auto;
  margin-inline: auto;
  max-width: 100%;
}

.testimonial-card .test-text {
  min-height: 123px;
}

button {
  outline: none;
  border: none;
}

.block {
  display: block;
  visibility: visible;
}

.col-5 {
  width: 41.667%;
}

.col-7 {
  width: 58.33%;
}

.p-20 {
  padding: 20px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.bg-grey {
  background-color: #E9EDF0;
}

.align-items-center {
  align-items: center;
}

.h-fit-content {
  height: fit-content;
}

.border-10 {
  border-radius: 10px;
}

.the-ultimate-party-card-game .content>p,
.about-match-and-drink .content>p,
.about-match-and-drink .content>a,
.how-it-started .content>p {
  margin-top: 25px;
}

.the-ultimate-party-card-game .content>h5 {
  max-width: 520px;
}

.the-ultimate-party-card-game .img-box {
  padding-left: 30px;
}

.how-it-started .content {
  padding-left: 80px;
  max-width: 710px;
}

.every-card-hits-different .arrow .every-card-button-next,
.every-card-hits-different .arrow .every-card-button-prev {
  background-color: #fff;
}

.every-card-hits-different .arrow .every-card-button-next:hover,
.every-card-hits-different .arrow .every-card-button-prev:hover {
  background-color: #0D1226;
}

.every-card-hits-different .arrow .every-card-button-next path,
.every-card-hits-different .arrow .every-card-button-prev path {
  stroke: #0D1226;
}

.every-card-hits-different .arrow .every-card-button-next:hover path,
.every-card-hits-different .arrow .every-card-button-prev:hover path {
  stroke: #fff;
}

.every-card-hits-different .owl-item .item {
  padding: 50px 60px;
  border-radius: 10px;
  height: 542px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: clip;
}

.every-card-hits-different .animate {
  position: absolute;
  display: block;
  transition: all 0.5s ease-in-out;
}

.every-card-hits-different .animate-img-top {
  width: 282px !important;
  height: auto;
  top: -15em;
  right: 20em;
  transform: rotate(20.851deg);
  box-shadow: 0 50px 114px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.every-card-hits-different .animate-img-bottom {
  width: 322px !important;
  height: auto;
  bottom: -14.4em;
  right: 1.7em;
  transform: rotate(-9deg);
  box-shadow: -38px 69px 124px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.every-card-hits-different .owl-item.active.center .animate-img-top {
  top: -5em;
}

.every-card-hits-different .owl-item.active.center .animate-img-bottom {
  bottom: -4.4em;
}

.para-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.every-card-hits-different .owl-item .item>p {
  max-width: 300px;
}

.hm-banner {
  position: relative;
}

.hm-banner .container {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}


.hm-banner .row {
  align-items: end;
  justify-content: space-between;
}

.hm-banner .row .content {
  max-width: 785px;
}

.hm-banner .row .right-content {
  max-width: 422px;
  margin-left: auto;
}

.hm-banner .row .right-content p {
  font-size: 26.03px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27em;
  /* 127.273% */
}

.hm-banner .row .right-content .btn-wrap {
  margin-top: 37px;
}

.btn-normal {
  padding: 15px 35px 15px 35px;
  border-radius: 4px;
  border: 1px solid #FFF;
  backdrop-filter: blur(6px);
  color: #FFF;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.btn-red {
  padding: 15px 35px 15px 35px;
  border-radius: 4px;
  border: 1px solid #ED1F24;
  backdrop-filter: blur(6px);
  background: #ED1F24;
  color: #FFF;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.btn-wrap {
  display: flex;
  gap: 13px;
}

.btn-normal:hover,
.btn-red:hover {
  border: 1px solid #fff;
  background: #ffffff;
  color: #ED1F24;
}

.header-menu__inner a.menu-list__link {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
  color: #fff;
}

.header-menu__inner a.menu-list__link:hover {
  color: #ed1f24 !important;
}

header header-actions .header-actions__action {
  display: none;
}

.header-btn-right .btn-normal {
  padding: 15px 55.8px;
}

.policy-page .header-btn-right .btn-normal,
header.header-section.sticky-header .btn-normal {
  border: 1px solid #ED1F24;
  background: #ED1F24;
  color: #FFF;
}

.policy-page .header-btn-right .btn-normal:hover,
header.header-section.sticky-header .btn-normal:hover {
  border: 1px solid #ED1F24;
  background: #ffffff;
  color: #ED1F24;
}

.header__underlay-closed {
  background: #ffffff00 !important;
}


header.header-section.sticky-header .header-menu__inner a.menu-list__link {
  color: #0d1226;
}

.header.header--compact {
  padding-top: 10px;
}

header.header-section.sticky-header .header.header--compact {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000021;
}

header.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s ease, background 0.3s ease;
}

/* Default visible on top */
header.header-section.initial-header {
  transform: translateY(0);
}

/* Sticky state */
header.header-section.sticky-header {
  transform: translateY(0);
}

.header__column--left .header__drawer {
  display: none !important;
}

.header__column--center header-menu.header-menu {
  display: block !important;
}

.header__column.header__column--left {
  order: 1;
  flex: 0 0 25%;
  display: block !important;
}

.header__column--center {
  order: 2;
  flex: 0 0 50%;
  max-width: 50%;
  display: block !important;
}

.header__column.header__column--right {
  order: 3;
  flex: 0 0 25%;
  display: block !important;
}

header.header-section .header__columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px !important;
  gap: 0 !important;
  margin-inline: auto;
  align-items: center !important;
}

.header-btn-right {
  text-align: right;
}

.header__column.header__column--left .header-logo {
  margin-left: 0;
  margin-right: auto;
  justify-content: start;
}

.header-menu__inner .menu-list__list-item {
  margin-inline: 18px;
}

.every-card-hits-different .badge-font {
  margin-bottom: 10px;
}

.every-card-hits-different .arrow button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.boxes-slider-main {
  padding-left: 20px;
}

.boxes-sec-btm-p {
  max-width: 375px;
  margin-inline: auto;
}

.icon-boxes-slider .card {
  background-color: #E9EDF0;
  border-radius: 10px;
  padding: 57px 33px 33px 30px;
  height: 100%;
}

.icon-boxes-slider .card img {
  width: auto;
  height: auto;
}

.icon-boxes-slider .card .icon {
  min-height: 76px;
}

.icon-boxes-slider .card h3 {
  margin-top: 160px;
}

.icon-boxes-slider .owl-stage {
  display: flex;
}

.icon-boxes-slider .item {
  height: 100%;
}

.icon-boxes-slider .card:hover {
  background-color: #F14C50;
}

.icon-boxes-slider .card:hover h3 {
  color: #fff;
}

.icon-boxes-slider .card:hover img {
  filter: brightness(0) invert(1);
}

.icon-boxes-slider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.boxes-slider-main {
  padding-left: calc(((100vw - 1640px) / 2) + 14px);
  margin-left: auto;
}

.boxes-slider-sec {
  overflow: hidden;
}

.boxes-grid-style1 .card {
  background-color: #E9EDF0;
  border-radius: 10px;
  padding: 52px 33px 54px 33px;
  height: 100%;
}

.boxes-grid-style1 .card img {
  width: auto;
  height: auto;
}

.boxes-grid-style1 .card .icon {
  min-height: 76px;
}

.boxes-grid-style1 .card h3 {
  margin-top: 160px;
}

.boxes-grid-style1 .item {
  height: 100%;
}

.boxes-grid-style1 .card:hover {
  background-color: #F14C50;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.boxes-grid-style1 .card:hover h3 {
  color: #fff;
}

.boxes-grid-style1 .card:hover img {
  filter: brightness(0) invert(1);
}

.boxes-grid-style1 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.inner-banner .hero__content-wrapper {
  display: flex;
  width: 100% !important;
  max-width: 1640px;
  width: 100%;
  margin-inline: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 90px;
  padding-inline: 20px;
  position: relative !important;
  z-index: 999 !important;
}

.inner-banner .hero__container {
  display: flex;
}

footer {
  background-color: #150404;
  position: relative;
}

footer:after {
  content: "";
  background-image: url(/cdn/shop/files/foot-grill.png);
  width: 645px;
  height: 346px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 67px;
  background-size: contain;
  background-repeat: no-repeat;
}


.foot-menu a {
  font-size: 22px;
  line-height: 1.27em;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.btn-wrap {
  margin-left: 0;
  justify-content: start;
  align-items: start;
  margin-right: auto;
  margin-top: 48px;
}

.footer-content {
  gap: 0;
}

footer .footer-top-content {
  padding-top: 114px;
  padding-bottom: 106px;
}

footer hr {
  opacity: 0.3;
  background: #ffffffe6;
}

.footer-bottom {
  padding: 34px 0px 35px 0px;
}

.foot-menu a:hover {
  color: #ed1f24;
}

.foot-menu a:after {
  content: "|";
  display: inline-block;
  margin-inline: 4px;
  pointer-events: none;
}

.foot-menu a:hover:after {
  color: #fff;
}

.foot-menu a:last-child:after {
  display: none;
}

.about-sec2 .img-box img {
  width: auto;
  margin-left: auto;
}

.full-height {
  min-height: 100vh;
}

.cards-animation-section {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  min-height: 100vh;
  padding: 120px 0;
}

.cards-wrapper {
  position: relative;
}

/* Common Card Style */
.floating-card {
  position: absolute;
}

.floating-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* =========================
  TOP RIGHT
========================= */

.top-right {
  top: 0;
  right: 60px;
  width: 322px;
  opacity: 0;
  transform: translateY(-129%) rotate(-17deg);
  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s ease;
}

/* Final Position */
.top-right.active-card {
  opacity: 1;
  transform: translateY(-96%) rotate(-17.017deg);
}

/* =========================
  CENTER LEFT CARD
========================= */

.center-left {
  top: 0;
  left: 0px;
  width: 322px;
  z-index: 2;
  transform: rotate(-7.7deg) translateY(0px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  opacity 1s ease;
}

/* Final Design Position */
.center-left.active-card {
  opacity: 1;
  transform: rotate(-10deg) translateY(0);
}

/* Hover Flip */
.center-left img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}



/* =========================
  CENTER RIGHT CARD
========================= */

.center-card {
  top: 90px;
  left: 57%;
  width: 295px;
  z-index: 3;
  transform: translateX(-50%) rotate(7.8deg) translateY(0px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  opacity 1s ease;
}

/* Final Design Position */
.center-card.active-card {
  opacity: 1;
  transform: translateX(-50%) rotate(8deg) translateY(0);
}

/* Hover Flip */
.center-card img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}


/* =========================
  BOTTOM LEFT
========================= */

.bottom-left {
  position: absolute;

  bottom: -67%;
  left: -27%;
  width: 322px;
  opacity: 0;
  /* Start state */
  transform: translateY(120px) rotate(17deg);
  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s ease;
}

/* Active state */
.bottom-left.active-card {
  opacity: 1;
  transform: translateY(0) rotate(17deg);
}

/* =========================
  BOTTOM RIGHT
========================= */

.bottom-right {
  opacity: 0;
  bottom: 0;
  right: 0px;
  width: 322px;
  transform: translateY(123%) rotate(-4.5deg);
  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s ease;
}

.bottom-right.active-card {
  opacity: 1;
  transform: translateY(107%) rotate(-4.5deg);
}

/* =========================
  SMOOTH EFFECT
========================= */

.floating-card img {
  transition:
    transform 0.8s ease,
    box-shadow 0.4s ease;
}

.floating-card {
  width: 300px;
  /* adjust */
  height: 420px;
  /* adjust */
  perspective: 1200px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.floating-card:hover .card-inner {
  transform: rotateY(180deg);
}

.front-card,
.back-card {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.back-card {
  transform: rotateY(180deg);
}

.not-just-game {
  position: relative;
  overflow: hidden;
}

.not-just-game .right-col {
  position: relative;
}

.every-card-hits-different .container.mobile-con {
  display: none;
}

.boxes-slider h2 {
  max-width: 983px;
  margin-inline: auto;
}

/* 
.header-logo__image {
margin-bottom: -40px;
} */

.sticky-header img.header-logo__image {
  max-width: 80px;
  margin-bottom: 0;
}

header.header-section.sticky-header .header-menu__inner a.menu-list__link.menu-list__link--active {
  color: #ED1F24;
}

.menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
.menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
.menu-list .menu-list__list-item[slot=overflow] .menu-list__link[aria-expanded=true] {
  color: #ED1F24;
}

.product-information {
  max-width: 1640px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.product-information h2 {
  color: #0D1226;
}

.product-information ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.product-information .product-information__grid .product-details {
  margin-top: auto;
  margin-bottom: auto;
}

.product-information .group-block-content {
  gap: 22px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
}

.product-information product-price {
  padding-top: 21px;
  padding-bottom: 20px;
}

.product-information product-price span {
  color: #1E1E1E;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1px;
}

.product-information product-price span.price-item--regular.compare-at-price {
  color: #BCBCBC;
  text-decoration-line: line-through;
  text-decoration-thickness: 3px;
  padding-left: 5px;
}

.product-information .product-media {
  border-radius: 20px;
  background: linear-gradient(0deg, #EEE 0%, #EEE 100%);
  text-align: center;
  justify-content: center;
  overflow: hidden;
}

.product-media-container--image {
  border-radius: 20px;
  background-color: linear-gradient(0deg, #EEE 0%, #EEE 100%);
}

.product-information .product-media img.product-media__image {
  width: auto;
  max-width: 262px;
  background: linear-gradient(0deg, #EEE 0%, #EEE 100%);
}

.product-information .product-information__grid {
  padding-top: 150px;
  padding-bottom: 150px;
}

quantity-selector-component.quantity-selector {
  border: 0;
}

.product-details .quantity-selector .quantity-minus,
.quick-add-modal .quantity-selector .quantity-minus,
.product-details .quantity-selector .quantity-plus,
.quick-add-modal .quantity-selector .quantity-plus {
  border-radius: 41px;
  background: #000000;
  color: #fff;
}

.product-details .quantity-selector .button:disabled {
  background: #535353;
}

quantity-selector-component.quantity-selector input[type="number"] {
  color: #474747;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
}

.quantity-selector-wrapper {
  display: block;
  width: 100%;
}

.quantity-selector-wrapper quantity-selector-component.quantity-selector {
  width: 154px;
  margin-bottom: 20px;
}

.product-details .quantity-selector .button {
  width: 41px;
  height: 41px;
}

.product-details button.add-to-cart-button {
  border-radius: 5.667px;
  border: 1.417px solid rgba(255, 255, 255, 0.20);
  background: #202020;
  backdrop-filter: blur(8.5px);
  font-size: 28px;
  padding: 22px 40px !important;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  height: 73px;
  color: white;
  max-width: 255px;
  text-transform: capitalize;
}

.product-details button.add-to-cart-button:hover {
  background: black;
  color: white;
}

.product-details button.add-to-cart-button span.add-to-cart-text {
  width: 100%;
}

.product-details button.add-to-cart-button span.add-to-cart-text .svg-wrapper {
  display: none;
}

.contact-form-row {
  display: flex;
  flex-direction: row;
}

.contact-form-row .contact-left-col {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}

.contact-form-row .contact-right-col {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
}

.contact-form-row .contact-right-col {
  background-color: #F6F8FA;
}

.contact-right-col .contact-form {
  width: 100%;
  height: 100%;
  padding-top: 74px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.contact-form-row .contact-left-col .left-img-col {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.contact-form-row {
  border-radius: 10px;
  background-color: #F6F8FA;
  overflow: hidden;
}

.contact-left-col .left-col-cont-tp {
  position: absolute;
  top: 50px;
  left: 41px;
}

.contact-left-col .left-col-cont-tp p {
  max-width: 404px;
  color: #fff;
}

.contact-left-col .left-col-cont-tp h2 {
  color: #fff;
  margin-bottom: 19px;
}

.contact-left-col .btn-box {
  position: absolute;
  bottom: 25px;
  left: 21px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ffffff6b;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(12.5px);
  width: 100%;
  max-width: 369px;
  justify-content: space-between;
}

.contact-left-col .btn-box span.btn-heading,
.contact-left-col .btn-box a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.36px;
}

.contact-left-col .btn-box span.btn-heading {
  display: block;
}

.contact-left-col .btn-box a.email-link:hover {
  color: #ed1f24;
}

.contact-left-col .btn-box a.email-link-btn:hover rect {
  fill: #ed1f24;
}

.contact-left-col .btn-box a.email-link-btn:hover path {
  fill: #fff;
}

.contact-form__input {
  color: #0b232880;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #8f8f8f4d;
  padding: 20px 10px;
  opacity: 1;
}

.contact-form__form {
  gap: 28px;
}

.contact-form__form textarea {
  background-color: transparent;
  resize: none;
}

.contact-form__input::placeholder {
  color: #0b232880;
  opacity: 1;
}

.contact-form__form .submit-button {
  cursor: pointer;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  margin-top: 27px;
}

.header-menu__inner nav.menu-list .overflow-menu li.menu-list__list-item:last-child {
  display: none;
}

.cont-contact-form {
  padding-inline: 20px !important;
}

add-to-cart-component {
  max-width: 255px;
}

.product-form-buttons {
  /* display: block; */
  /* flex-wrap: wrap; */
}

.product-form-buttons .quantity-selector-wrapper+span {
  flex: 0 0 auto;
}

.product-form-buttons .accelerated-checkout-block {
  max-width: 267px;
}

.product-form-buttons .accelerated-checkout-block shop-pay-wallet-button {
  border-radius: 5px !important;
}


.accelerated-checkout-button {
  border-radius: 5px !important;
}

#more-payment-options-link:hover {
  --button-color: rgb(237 31 36);
}

.accelerated-checkout-button {
  height: 73px !important;
  min-height: 73px !important;
}

.cart-drawer__inner .cart-bubble {
  display: none;
}

.cart-drawer__inner .cart-items__unit-price-wrapper {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  font-family: "Jost", sans-serif;
  font-size: 19px !important;
}

.cart-items__product-info a {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-family: 'Badge', sans-serif;
}

span.cart-discount__label.cart-primary-typography {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-family: 'Badge', sans-serif !important;
  font-size: 18px;
}

.cart-totals__total-label {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-family: 'Badge', sans-serif !important;
}

.cart-totals__tax-note small,
.cart-totals__tax-note small a {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-size: 15px;
  font-family: "Jost", sans-serif !important;
}

.cart-items .quantity-selector input {
  font-weight: 400;
  font-family: "Jost", sans-serif !important;
}

.cart__ctas .cart__checkout-button {
  border-radius: 5.667px;
  border: 1.417px solid rgba(255, 255, 255, 0.20);
  background: #202020;
  backdrop-filter: blur(8.5px);
  font-size: 18px;
  padding: 22px 40px !important;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}

.cart__ctas .cart__checkout-button:hover {
  background: black;
}

.cart-title h1 {
  -webkit-text-fill-color: #0D1226;
}

.cart-page__items .cart-items__wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  /* box-shadow: 4px 4px 5px #0000002b; */
  border-radius: 5px;
}

.cart-page__items .cart-items__wrapper table.cart-items__table {
  border: 1px saddlebrown;
  vertical-align: middle;
}

.cart-page__items .cart-items__table-row {
  align-items: center;
  vertical-align: middle;
  /* display: inherit; */
  justify-content: center;
}


.cart-page__items .cart-items__table-row td.cart-items__price {
  padding-top: 46px;
}

.cart-page__items .cart-items__table-row td.cart-items__quantity {
  padding-top: 49px;
}

.cart-page__items .cart-items__unit-price-wrapper {
  font-family: "Jost", sans-serif;
}

.cart-page__items .cart-summary__inner {
  background-color: #E9EDF0 !important;
  border-radius: 10px;
}

a.button.cart-items__empty-button {
  text-transform: capitalize;
  border-color: #ffffff33;
  background: #202020;
  backdrop-filter: blur(8.5px);
  padding: 15px 35px 15px 35px;
  color: white;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
}

a.button.cart-items__empty-button {
  background: #000000;
}

.shopify-challenge__container {
  max-width: 500px;
  margin: 250px auto;
  box-shadow: 0px 0px 60px #dfdfdf;
  padding: 40px;
  border-radius: 6px;
}

.shopify-policy__title h1 {
  background: linear-gradient(90deg, #000 0%, #000 126.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* responsive css start */

@media screen and (max-width: 1660px) {
  .not-just-game {
    background-position-x: 350px;
    background-position-y: center;
  }

  .game-night .spacer {
    height: 550px;
  }

  .testimonial-card {
    padding: 35px 40px;
  }

  h1,
  .h1 {
    font-size: 72px;
  }

  h2,
  .h2 {
    font-size: 62px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  h5,
  .h5 {
    font-size: 26px;
  }

  h6,
  .h6 {
    font-size: 21px;
  }

  .paras p {
    font-size: 20px;
  }

  .body {
    font-size: 18px;
  }

  .game-night .content {
    max-width: 594px;
  }

  .testimonial-card .test-text {
    min-height: 110px;
  }

  .how-it-started .content {
    padding-left: 70px;
  }

  .every-card-hits-different .owl-item .item {
    height: 480px;
    padding: 35px 45px;
  }

  .not-just-game .content {
    max-width: 582px;
  }

  .not-just-game h2 {
    max-width: 500px;
  }

  .floating-card img {
    max-width: 280px;
    height: auto;
  }

  .boxes-slider-main {
    padding-left: 20px;
  }

  .game-night h2 {
    max-width: 626px;
  }

  .boxes-slider h2 {
    max-width: 840px;
  }

  .icon-boxes-slider .card h3 {
    margin-top: 100px;
  }

  .cta-large {
    font-size: 22px;
    padding: 20px 50px;
  }

}

@media screen and (max-width: 1336px) {

  h1,
  .h1 {
    font-size: 62px;
  }

  h2,
  .h2 {
    font-size: 56px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5,
  .h5 {
    font-size: 24px;
  }

  h6,
  .h6 {
    font-size: 21px;
  }

  .paras p {
    font-size: 20px;
  }

  body,
  .body {
    font-size: 18px;
  }

  .not-just-game h2 {
    max-width: 470px;
  }

  .sec-padding-l {
    padding: 100px 0;
  }

  .sec-padding-lb {
    padding-bottom: 100px;
  }

  .sec-padding {
    padding: 80px 0;
  }

  .sec-margin {
    margin: 100px 0;
  }

  .header-menu__inner .menu-list__list-item {
    margin-inline: 10px;
  }

  .gap-lap-16 {
    gap: 16px
  }

  .heading-margin-bottom {
    margin-bottom: 50px;
  }

  .description {
    margin-top: 23px;
  }

  .not-just-game .cta-large {
    margin-top: 100px;
  }

  .simple-to-start h2 {
    max-width: 610px;
  }

  .game-night h2 {
    max-width: 555px;
  }

  .game-night .content {
    max-width: 520px;
  }

  .simple-to-start .card {
    padding: 65px 33px 33px 33px;
  }

  .simple-to-start .card .content {
    margin-top: 20px;
  }

  .icon-boxes-slider .card {
    padding: 45px 25px 25px 25px;
  }

  .icon-boxes-slider .card h3 {
    margin-top: 80px;
  }

  .game-night .spacer {
    height: 430px;
  }

  .testimonial-card {
    padding: 30px 35px;
  }

  .testimonial-card .author {
    margin-top: 20px;
  }

  .perfect-for-any-party .card {
    padding: 40px 28px;
  }

  .perfect-for-any-party .card .icon {
    margin-bottom: 135px;
  }

  .perfect-for-any-party .card .icon>svg {
    height: 58px;
  }

  .quick-questions .accordion,
  .quick-questions .accordion.active {
    padding: 25px 30px;
  }

  .quick-questions .accordion-item-header::after {
    width: 35px;
    background-size: 20px;
  }

  .testimonial-card .test-text p {
    font-size: 24px;
  }

  .testimonial-card .test-text {
    min-height: 90px;
  }

  .col-lap-6 {
    width: 50%;
  }

  .the-ultimate-party-card-game .content>p,
  .about-match-and-drink .content>p,
  .about-match-and-drink .content>a,
  .how-it-started .content>p {
    margin-top: 23px;
  }

  .the-ultimate-party-card-game .img-box {
    padding-left: 20px;
  }

  .how-it-started .content {
    padding-left: 35px;
  }

  .every-card-hits-different .owl-item .item {
    height: 430px;
    padding: 30px 40px;
  }

  .every-card-hits-different .arrow .every-card-button-next,
  .every-card-hits-different .arrow .every-card-button-prev {
    height: 60px;
  }

  .every-card-hits-different .arrow .every-card-button-next svg,
  .every-card-hits-different .arrow .every-card-button-prev svg {
    width: 29px;
  }

  .floating-card img {
    max-width: 250px;
  }

  .cards-wrapper {
    margin-left: 10%;
    display: block;
    width: 100%;
    height: 100%;
  }

  .center-card {
    left: 63%;
  }

  .top-right.active-card {
    transform: translateY(-90%) rotate(-17.017deg);
    right: 0px;
  }

  .bottom-left {
    bottom: -81%;
  }

  .icon-boxes-slider .card img {
    max-width: 52px;
  }

  .perfect-for-any-party .card .icon img {
    width: 52px;
  }

  .perfect-for-any-party .card .icon {
    margin-bottom: 80px;
    min-height: 50px;
  }

  .not-just-game .cta-large {
    margin-top: 60px;
  }

  .header.header--compact {
    padding-top: 20px;
  }

  .grid-4 {
    gap: 20px;
  }

  .boxes-grid-style1 .card h3 {
    margin-top: 70px;
  }

}

@media screen and (max-width: 1036px) {

  h1,
  .h1 {
    font-size: 43px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 23px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  .paras p {
    font-size: 18px;
  }

  body,
  .body {
    font-size: 18px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .boxes-grid-style1 .card img {
    width: 52px;
    height: auto;
  }

  .boxes-grid-style1 .card .icon {
    min-height: 55px;
  }

  .boxes-grid-style1 .card {
    padding: 40px 20px 40px 20px;
  }

  .game-night .content {
    max-width: 100%;
  }

  .game-night .container {
    max-width: 490px;
    margin-left: 0;
  }

  .col-tab-12 {
    width: 100%;
  }

  .flex-col-tab {
    flex-direction: column;
  }

  .flex-col-tab {
    flex-direction: column;
  }

  .cta-large {
    font-size: 24px;
    padding: 18px 55px;
  }

  .sec-padding-l {
    padding: 90px 0;
  }

  .sec-padding-lb {
    padding-bottom: 90px;
  }

  .sec-padding {
    padding: 60px 0;
  }

  .sec-margin {
    margin: 90px 0;
  }

  .pill {
    font-size: 14px;
    padding: 2px 16px;
  }

  .description {
    margin-top: 18px;
  }

  .heading-margin-bottom {
    margin-bottom: 40px;
  }

  .description {
    margin-top: 20px;
  }

  .not-just-game .cta-large {
    margin-top: 80px;
  }

  .not-just-game {
    background-position-x: 260px;
    background-position-y: bottom;
  }

  .simple-to-start h2 {
    max-width: 430px;
  }

  .not-just-game h2 {
    max-width: 318px;
  }

  .simple-to-start .card .pill {
    top: 12px;
    left: 12px;
  }

  .simple-to-start .card {
    padding: 50px 13px 15px 13px;
  }

  .game-night .content {
    margin-left: 0;
    margin-top: 0;
  }

  .game-night .spacer {
    height: 230px;
  }

  .testimonial-card {
    padding: 25px 30px;
  }

  .perfect-for-any-party .card .icon>svg {
    height: 45px;
  }

  .perfect-for-any-party .card {
    padding: 35px 20px;
  }

  .perfect-for-any-party .card .icon {
    margin-bottom: 100px;
  }

  .quick-questions .accordion .quick-questions .accordion.active {
    padding: 20px 25px;
  }

  .quick-questions .accordion-item-header::after {
    width: 30px;
    background-size: 15px;
    right: 5px;
  }

  .testimonial-card .test-text p {
    font-size: 22px;
  }

  .testimonial-card .test-text {
    min-height: auto;
  }

  .p-tab-10 {
    padding: 10px;
  }

  .the-ultimate-party-card-game .content>p,
  .about-match-and-drink .content>p,
  .about-match-and-drink .content>a,
  .how-it-started .content>p {
    margin-top: 18px;
  }

  .the-ultimate-party-card-game .img-box {
    padding-left: 0;
  }

  .how-it-started .content {
    padding-left: 10px;
  }

  .every-card-hits-different .owl-item .item {
    height: 430px;
    padding: 25px 35px;
  }

  .every-card-hits-different .arrow .every-card-button-next,
  .every-card-hits-different .arrow .every-card-button-prev {
    height: 45px;
  }

  .every-card-hits-different .arrow .every-card-button-next svg,
  .every-card-hits-different .arrow .every-card-button-prev svg {
    width: 24px;
  }

  .every-card-hits-different .animate-img-bottom {
    width: 210px !important;
    bottom: -15.4em;
    transform: rotate(-14deg);
  }

  .every-card-hits-different .owl-item.active.center .animate-img-bottom {
    bottom: 6.6em;
  }

  .every-card-hits-different .animate-img-top {
    width: 195px !important;
    top: -15em;
    right: 17em;
    transform: rotate(15.851deg);
  }

  .every-card-hits-different .owl-item.active.center .animate-img-top {
    top: 0em;
  }

  .every-card-hits-different .container.mobile-con {
    display: block;
  }

  .hm-banner .row .right-content p {
    font-size: 20px;
  }

  .hm-banner .row .right-content .btn-wrap {
    margin-top: 25px;
  }

  .btn-red,
  .btn-normal {
    padding: 13px 22px 13px 22px;
    font-size: 16px;
    line-height: 1em;
  }

  .cta-large {
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    line-height: 1em;
  }

  .hm-banner .row .right-content {
    max-width: 309px;
    margin-left: auto;
  }

  .not-just-game .cta-large {
    margin-top: 40px;
  }

  .floating-card img {
    max-width: 180px;
  }

  .floating-card {
    width: 180px;
    height: 320px;
  }

  .cards-wrapper {
    margin-left: 7%;
  }

  .top-right.active-card {
    right: 15px;
  }

  .center-card {
    top: 49px;
  }

  .full-height {
    min-height: auto;
  }

  p br {
    display: none;
  }

  .para-20,
  p {
    font-size: 18px;
  }

  .icon-boxes-slider .card {
    padding: 40px 20px 20px 20px;
  }

  .foot-menu a {
    font-size: 18px;
  }

  footer:after {
    background-size: 400px;
    background-position: top right;
    background-repeat: no-repeat;
    width: 400px;
    height: 240px;
  }

  .header-btn-right .btn-normal {
    padding: 13px 30px;
    line-height: 1em;
  }

  .header-menu__inner nav {
    justify-content: center;
  }

  .product-information product-price span {
    font-size: 24px;
  }

  .product-information product-price {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .quantity-selector-wrapper quantity-selector-component.quantity-selector {
    width: 154px;
    margin-bottom: 6px;
  }

  .product-details button.add-to-cart-button {
    padding: 16px 30px 16px 30px !important;
    font-size: 18px;
    line-height: 1em;
    height: 52px;
    max-width: max-content;
  }

  .contact-left-col .left-col-cont-tp {
    left: 20px;
    padding-right: 20px;
  }

  .contact-right-col .contact-form {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form__form {
    gap: 8px;
  }

  .contact-form__form textarea {
    max-height: 180px;
  }

  .contact-left-col .btn-box {
    bottom: 20px;
    left: 15px;
    padding: 15px 10px;
    max-width: calc(100% - 28px);
  }

  .inner-banner .hero__content-wrapper {
    padding-bottom: 60px;
  }

  .inner-banner {
    --hero-min-height: 480px !important;
  }

  .cart-page__items .cart-items__table-row {
    align-items: start;
  }


  .cart-page__items .cart-items__table-row td.cart-items__price {
    padding-top: 0px;
  }

  .cart-page__items .cart-items__table-row td.cart-items__quantity {
    padding-top: 0px;
  }

  a.button.cart-items__empty-button {
    padding: 13px 22px 13px 22px;
    font-size: 16px;
    line-height: 1em;
  }

  .product-information .product-media img.product-media__image {
    max-width: 232px;
  }

  .testimonials-sec {
    padding: 120px 20px 100px;
  }
}

@media screen and (max-width: 991px) {
  .header__icon--summary .header-drawer-icon path {
    stroke: #fff;
  }

  .header__column--left .header__drawer {
    display: flex !important;
  }

  .header__column--center,
  .header-btn-right {
    display: none !important;
  }

  .header__column.header__column--left {
    flex: 0 0 100%;
    display: flex !important;
    flex-direction: row-reverse;
  }

  .menu-drawer-container .header__icon--summary {
    border: 1px solid #ed1f24;
    border-radius: 3px;
    background-color: #ed1f24;
    padding: 10px;
  }

  .header__icon--summary .header-drawer-icon {
    width: 20px;
    height: auto;
  }

  .header__icon--summary .header-drawer-icon svg {
    width: 20px;
    height: auto;
  }

  .header-logo__image {
    width: 90px !important;
    height: auto !important;
    margin-bottom: 0;
  }

  .sticky-header img.header-logo__image {
    max-width: 70px;
    margin-bottom: 0;
  }

  header.header-section.sticky-header .header.header--compact {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .menu-drawer {
    background-color: #fff;
  }

  .menu-drawer__menu-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #0D1226;
    font-family: "Jost", sans-serif;
  }

  .menu-drawer__close-button {
    left: auto;
    right: 0;
    margin-left: auto;
  }

  .product-information .product-media img.product-media__image {
    max-width: 200px;
  }

}

@media screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .paras p {
    font-size: 18px;
  }

  body,
  .body {
    font-size: 16px;
  }

  .container {
    max-width: 540px;
  }

  .shopify-policy__container {
    padding: 100px 20px 100px 20px;
  }

  /* .shopify-policy__container .shopify-policy__title h1{
  background: linear-gradient(90deg, #FFF 0%, #000000 126.27%);
} */

  .cta-large {
    font-size: 18px;
    padding: 16px 30px;
  }

  .not-just-game h2 {
    max-width: 269px;
  }

  .game-night .container {
    max-width: 540px;
    margin-inline: auto;
  }

  .inner-banner .hero__content-wrapper {
    padding-bottom: 50px;
  }

  .flex-col-mob {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 25px 0px 25px 0px;
    row-gap: 15px;
  }

  footer .footer-top-content {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
  }

  footer:after {
    background-size: 400px;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .sec-padding-l {
    padding: 60px 0;
  }

  .sec-padding-lb {
    padding-bottom: 60px;
  }

  .sec-margin {
    margin: 60px 0;
  }

  .sec-padding {
    padding: 60px 0;
  }

  .heading-margin-bottom {
    margin-bottom: 30px;
  }

  .description {
    margin-top: 18px;
  }

  .col-mob-12 {
    width: 100%;
  }

  .product-information .product-information__grid .product-details {
    width: 100%;
  }

  .product-information .product-information__grid {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .product-information .product-media {
    max-width: 500px;
    height: auto;
    margin-inline: auto;
  }

  .product-information {
    max-width: 540px;
  }

  .not-just-game {
    background: none !important;
    background-color: #fff !important;
  }

  .not-just-game .cta-large {
    margin-top: 40px;
  }

  .testimonial-card {
    padding: 20px 25px;
  }

  .testimonial-card .author {
    margin-top: 18px;
  }

  .perfect-for-any-party .card .icon {
    margin-bottom: 80px;
  }

  .quick-questions .accordion,
  .quick-questions .accordion.active {
    padding: 15px 20px;
  }

  .quick-questions .accordion-item-header::after {
    width: 25px;
    background-size: 15px;
    right: -10px;
  }

  .mob-block {
    display: block !important;
    visibility: visible;
  }

  .header-arrow .mob-hidden {
    display: none !important;
    visibility: hidden;
  }

  .game-night .paras p {
    text-shadow: 4px 4px 6px #000000;
  }

  .game-night {
    position: relative;
  }

  .game-night::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
  }

  .game-night .container {
    position: relative;
    z-index: 2;
  }

  .not-just-game .row {
    flex-direction: column-reverse;
  }

  .the-ultimate-party-card-game .content>p,
  .about-match-and-drink .content>p,
  .about-match-and-drink .content>a,
  .how-it-started .content>p {
    margin-top: 18px;
  }

  .how-it-started .content {
    padding-left: 0;
  }

  .every-card-hits-different .owl-item .item {
    height: 430px;
    padding: 20px 25px;
  }

  .every-card-hits-different .mobile.arrow {
    margin-top: 30px;
    justify-content: center;
  }

  .testimonials-sec {
    padding: 80px 20px 80px;
  }

  .header-arrow h2 {
    text-align: left;
    width: 100%;
    margin-inline: auto;
  }

  .not-just-game .row {
    flex-direction: column;
  }

  .not-just-game .right-col {
    min-height: 350px;
  }


  .floating-card {
    height: 260px;
  }

  .center-left {
    top: 50px;
    left: 25px;
  }

  .center-card {
    top: 80px;
    left: 58%;
  }

  .top-right.active-card {
    display: none;
  }

  .bottom-right {
    right: -20px;
    bottom: 6px;
  }

  .bottom-left {
    bottom: -64%;
  }

  .hm-banner .row {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }

  .hm-banner .row .right-content {
    margin-left: 0;
    max-width: 100%;
  }

  .hm-banner .container {
    bottom: 30px;
  }

  .hm-banner img {
    min-height: 520px;
    object-fit: cover;
  }

  .contact-form-row {
    flex-direction: column;
  }

  .contact-form-row .contact-left-col,
  .contact-form-row .contact-right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-information .product-media {
    --ratio: 0.672072 !important;
  }

  .product-information .product-media img.product-media__image {
    max-width: 50%;
  }

  .contact-form-row .contact-left-col .left-img-col {
    filter: brightness(0.5) !important;
  }

  .contact-left-col .left-col-cont-tp p {
    text-shadow: 3px 3px 6px #000;
  }
}

@media screen and (max-width: 540px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h1 {
    background: linear-gradient(90deg, #FFF 0%, #fff 126.27%);
    background-clip: text;
    -webkit-background-clip: text;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .inner-banner {
    --hero-min-height: 380px !important;
  }

  .header.header--compact {
    padding-top: 10px;
  }

  .not-just-game .cta-large {
    margin-top: 40px;
  }

  .contact-right-col .contact-form {
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-banner .row .right-content .btn-wrap {
    margin-top: 18px;
  }

  .center-left {
    top: 40px;
    left: -10px;
  }

  .center-card {
    top: 80px;
    left: 65%;
  }

  .testimonial-card .test-text p {
    font-size: 18px;
  }

  .every-card-hits-different .animate-img-bottom {
    rotate: -9deg;
    top: 0;
    right: -3em;
    width: 182px !important;
    overflow: hidden;
    max-height: 249px;
    box-shadow: -10px 15px 25px #00000040;
  }

  .every-card-hits-different .animate-img-top {
    right: 8em;
  }

  .every-card-hits-different .owl-item.active.center .animate-img-bottom {
    right: -3em;
  }

  .every-card-hits-different .owl-item.active.center .animate-img-top {
    top: 0em;
    rotate: 0deg;
  }

  .every-card-hits-different .owl-item.active .animate-img-top {
    width: 182px !important;
    max-height: 249px;
    rotate: 0deg;
  }

  .product-form-buttons .accelerated-checkout-block {
    max-width: 540px;
  }
}