body {
  box-sizing: border-box;
  background-color: var(--black);
  color: var(--off-white); }

.menu-container {
  margin: 3.2rem auto;
  padding: 0 6.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 8rem repeat(18, 6.6rem);
  gap: 3.2rem; }
  @media only screen and (min-width: 125em) {
    .menu-container {
      grid-template-rows: 8rem repeat(18, 9.2rem); } }
  @media only screen and (max-width: 85em) {
    .menu-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 8rem repeat(21, 6.6rem);
      margin: 0 7.2rem; } }
  @media only screen and (max-width: 74em) {
    .menu-container {
      margin: 0; } }
  @media only screen and (max-width: 46.87em) {
    .menu-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 8rem repeat(21, 6.6rem);
      margin: 0rem; } }
  @media only screen and (max-width: 31.25em) {
    .menu-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 8rem repeat(41, 6.6rem);
      margin: 0rem auto;
      padding: 0 1.6rem; } }
  .menu-container .menu {
    margin: 0 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 85em) {
      .menu-container .menu {
        margin: 0; } }
    .menu-container .menu-do--1 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 2 / 6;
      grid-column: 3 / 4; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--1 {
          grid-row: 5 / 9;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--1 {
          grid-row: 5 / 8;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--1 {
          grid-row: 6 / 9;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--4 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 6 / 10;
      grid-column: 3 / 4; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--4 {
          grid-row: 9 / 13;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--4 {
          grid-row: 8 / 11;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--4 {
          grid-row: 15 / 18;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--7 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 10 / 14;
      grid-column: 3 / 4; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--7 {
          grid-row: 13 / 17;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--7 {
          grid-row: 14 / 17;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--7 {
          grid-row: 24 / 27;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--10 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 14 / 18;
      grid-column: 3 / 4; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--10 {
          grid-row: 17 / 21;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--10 {
          grid-row: 17 / 20;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--10 {
          grid-row: 33 / 36;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--2 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 3 / 7;
      grid-column: 4 / 5; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--2 {
          grid-row: 6 / 10;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--2 {
          grid-row: 5 / 8;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--2 {
          grid-row: 9 / 12;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--5 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 7 / 11;
      grid-column: 4 / 5; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--5 {
          grid-row: 10 / 14;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--5 {
          grid-row: 11 / 14;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--5 {
          grid-row: 18 / 21;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--8 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 11 / 15;
      grid-column: 4 / 5; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--8 {
          grid-row: 14 / 18;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--8 {
          grid-row: 14 / 17;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--8 {
          grid-row: 27 / 30;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--11 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 15 / 19;
      grid-column: 4 / 5; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--11 {
          grid-column: 2 / 3;
          grid-row: 18 / 22; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--11 {
          grid-row: 20 / 23;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--11 {
          grid-row: 36 / 39;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--3 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 4 / 8;
      grid-column: 5 / 6; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--3 {
          grid-row: 7 / 11;
          grid-column: 3 / 4; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--3 {
          grid-row: 8 / 11;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--3 {
          grid-row: 12 / 15;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--6 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 8 / 12;
      grid-column: 5 / 6; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--6 {
          grid-column: 3 / 4;
          grid-row: 11 / 15; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--6 {
          grid-row: 11 / 14;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--6 {
          grid-row: 21 / 24;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--9 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 12 / 16;
      grid-column: 5 / 6; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--9 {
          grid-column: 3 / 4;
          grid-row: 15 / 19; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--9 {
          grid-row: 17 / 20;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--9 {
          grid-row: 30 / 33;
          grid-column: 1 / -1; } }
    .menu-container .menu-do--12 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 16 / 20;
      grid-column: 5 / 6; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-do--12 {
          grid-column: 3 / 4;
          grid-row: 19 / 23; } }
      @media only screen and (max-width: 46.87em) {
        .menu-container .menu-do--12 {
          grid-row: 20 / 23;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 31.25em) {
        .menu-container .menu-do--12 {
          grid-row: 39 / 42;
          grid-column: 1 / -1; } }
    .menu-container .menu-content {
      grid-column: 1 / 3;
      grid-row: 2 / -4;
      text-align: center; }
      @media only screen and (max-width: 85em) {
        .menu-container .menu-content {
          grid-column: 1 / -1;
          grid-row: 2 / 5; } }
      .menu-container .menu-content__header--heading {
        font-size: 6.4rem;
        font-family: "Lobster Two";
        color: var(--off-white); }
        @media only screen and (max-width: 46.87em) {
          .menu-container .menu-content__header--heading {
            font-size: 4.8rem; } }
      .menu-container .menu-content__header--subheading {
        font-size: 1.8rem;
        color: var(--grey-2); }
      .menu-container .menu-content .text-center {
        display: flex;
        align-items: center;
        justify-content: center; }
      .menu-container .menu-content__text {
        max-width: 50rem;
        margin-top: 4.8rem;
        font-size: 1.4rem;
        letter-spacing: 1px;
        line-height: 1.5;
        hyphens: auto;
        color: var(--off-white); }
        @media only screen and (max-width: 85em) {
          .menu-container .menu-content__text {
            max-width: 65vw; } }
        @media only screen and (max-width: 46.87em) {
          .menu-container .menu-content__text {
            font-size: 1.6rem;
            max-width: 80vw; } }

.proceed_content {
  display: flex;
  grid-column: 1 / 2;
  grid-row: 12 / -1;
  gap: 3.2rem; }

.check-out {
  margin: 0 auto;
  margin-top: 4.8rem;
  border-radius: 5px !important;
  font-family: "Quicksand"; }
  @media only screen and (max-width: 31.25em) {
    .check-out {
      margin-top: 0; } }

.quantity {
  font-size: 1.2rem;
  grid-row: -1 / -1;
  grid-column: 1 / -1;
  text-align: center;
  margin: 0 auto; }
  .quantity--item {
    color: var(--black);
    font-weight: 500; }
    .quantity--item span {
      font-weight: 800;
      color: var(--brown-light); }

.menu-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
  position: relative; }
  .menu-card__details {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0rem 2.4rem 2.4rem;
    gap: 0.8rem; }
  .menu-card-list {
    grid-row: 1 / -1;
    grid-column: 1 / 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 500; }
    .menu-card-list > * {
      list-style: none; }
  .menu-card-add-btn {
    grid-column: 2 / -1;
    grid-row: 1 / 2; }
  .menu-card-remove-btn {
    grid-column: 2 / -1;
    grid-row: 2 / -1; }
  .menu-card--1 {
    background-color: #555;
    background-image: url("/static/img/Group9.png");
    background-size: cover; }
  .menu-card--2 {
    background-color: #555;
    background-image: url("/static/img/Group10.png");
    background-size: cover; }
  .menu-card--3 {
    background-color: #555;
    background-image: url("/static/img/Group11.png");
    background-size: cover; }
  .menu-card__overlay {
    position: absolute;
    min-height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 4rem;
    background-color: var(--off-white);
    transform: translateY(100%);
    transition: 0.2s ease-in-out; }
  .menu-card__image {
    width: 70%;
    height: auto;
    margin-top: 4.8rem;
    transition: 0.2s ease-in-out; }
    @media only screen and (max-width: 46.87em) {
      .menu-card__image {
        width: 50%; } }
    @media only screen and (max-width: 31.25em) {
      .menu-card__image {
        margin-top: 1.6rem;
        width: 40%; } }
  .menu-card__header {
    position: relative;
    padding: 2.2rem 0rem;
    border-radius: 4rem 0 0 0;
    background-color: var(--off-white);
    transform: translateY(-100%);
    transition: 0.2s ease-in-out; }
  .menu-card:focus-within .menu-card__overlay {
    transform: translateY(0); }
  .menu-card:focus-within .menu-card__header {
    transform: translateY(0); }
  .menu-card:focus-within .menu-card__image {
    transform: scale(0.6); }
  .menu-card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
    overflow: hidden; }
    .menu-card__arc path {
      fill: var(--off-white);
      d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }
  .menu-card__header-text {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .menu-card__title {
    font-size: 2.8rem;
    font-family: "Lobster Two";
    font-weight: 800; }
    @media only screen and (max-width: 85em) {
      .menu-card__title {
        font-size: 2.4rem; } }
    .menu-card__title--1 {
      color: var(--black); }
    .menu-card__title--2 {
      color: #777; }
    .menu-card__title--3 {
      color: var(--brown-light); }
  .menu-card__status {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--off-black-3); }
  .menu-card__description {
    margin: 0 2.4rem 2.4rem 2.4rem;
    font-size: 1.2rem;
    color: var(--off-black-3);
    font-family: "Quicksand";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; }
  .menu-card__invite {
    grid-column: 1 / -1;
    margin: 6.4rem 6.4rem 0 6.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Lobster Two";
    color: var(--grey-2);
    letter-spacing: 1.5px;
    text-align: center; }
    .menu-card__invite span {
      color: var(--off-white);
      transition: color 0.2s ease;
      cursor: pointer; }
      .menu-card__invite span:hover {
        color: var(--brown-light); }

#scrollbar::-webkit-scrollbar {
  width: 10px; }

#scrollbar::-webkit-scrollbar-track {
  background-color: var(--black);
  border-radius: 100px; }

#scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--brown-light);
  border-radius: 100px; }

.ingredients {
  font-size: 1.6rem;
  padding: 1.6rem;
  position: absolute;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  outline: 2px solid var(--off-white);
  background-color: var(--off-black-3);
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0; }
  @media only screen and (max-width: 31.25em) {
    .ingredients {
      font-size: 1.8rem;
      padding: 1.8rem; } }
  .ingredients--item {
    color: var(--off-white); }
  .ingredients span {
    color: var(--brown-light);
    font-weight: 700; }

.content-contain {
  grid-column: 1 / 3;
  grid-row: -5 / -1;
  margin: 0 auto;
  margin-top: auto; }
  @media only screen and (max-width: 85em) {
    .content-contain {
      grid-row: -1 / -1;
      grid-column: 1 / -1;
      margin-bottom: 3.2rem; } }
  @media only screen and (max-width: 31.25em) {
    .content-contain {
      grid-row: -1 / -1;
      grid-column: 1 / -1; } }

.coffee-container {
  width: 300px;
  height: 280px;
  position: relative;
  align-items: center;
  margin: 0 auto;
  z-index: 4; }
  @media only screen and (max-width: 74em) {
    .coffee-container {
      width: 250px;
      heiight: 166.67px; } }
  @media only screen and (max-width: 31.25em) {
    .coffee-container {
      transform: scale(0.7); } }

.coffee-container:hover .ingredients {
  opacity: 1;
  visibility: visible; }

.coffee-header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddcfcc;
  border-radius: 10px; }
  @media only screen and (max-width: 74em) {
    .coffee-header {
      height: 60px;
      top: 20px; } }

.coffee-header__buttons {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  background-color: #282323;
  border-radius: 50%; }
  @media only screen and (max-width: 74em) {
    .coffee-header__buttons {
      height: 16.67px;
      width: 16.67px; } }

.coffee-header__buttons::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 4px);
  background-color: #615e5e; }
  @media only screen and (max-width: 74em) {
    .coffee-header__buttons::after {
      bottom: -7px;
      left: calc(50% - 3.5px); } }

.coffee-header__button-one {
  left: 15px; }

.coffee-header__button-two {
  left: 50px; }

.coffee-header__display {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  background-color: var(--brown-light);
  border: 5px solid #000;
  box-sizing: border-box; }
  @media only screen and (max-width: 74em) {
    .coffee-header__display {
      width: 40px;
      height: 40px;
      top: calc(50% - 20px);
      left: calc(50% - 20px); } }

.coffee-header__details {
  width: 8px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #9b9091;
  box-shadow: -12px 0 0 #9b9091, -24px 0 0 #9b9091; }
  @media only screen and (max-width: 74em) {
    .coffee-header__details {
      height: 16 px; } }

.coffee-medium {
  width: 90%;
  height: 160px;
  position: absolute;
  top: 80px;
  left: calc(50% - 45%);
  background-color: #bcb0af; }

.coffee-medium:before {
  content: "";
  width: 90%;
  height: 100px;
  background-color: #776f6e;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45%);
  border-radius: 20px 20px 0 0; }
  @media only screen and (max-width: 74em) {
    .coffee-medium:before {
      height: 80px; } }

.coffee-medium__exit {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  background-color: #231f20; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__exit {
      height: 17px; } }

.coffee-medium__exit::before {
  content: "";
  width: 50px;
  height: 20px;
  border-radius: 0 0 50% 50%;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #231f20; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__exit::before {
      bottom: -15px;
      height: 15px; } }

.coffee-medium__exit::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 5px);
  background-color: #231f20; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__exit::after {
      bottom: -25px; } }

.coffee-medium__arm {
  width: 70px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: #231f20; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__arm {
      right: 22.5px;
      top: 14px;
      height: 15px;
      width: 50px; } }

.coffee-medium__arm::before {
  content: "";
  width: 15px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #9e9495; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__arm::before {
      top: 6px; } }

.coffee-medium__cup {
  width: 80px;
  height: 47px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  background-color: #fff;
  border-radius: 0 0 70px 70px / 0 0 110px 110px; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__cup {
      width: 70px;
      left: calc(50% - 35px);
      height: 40px; } }

.coffee-medium__cup::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: -13px;
  border: 5px solid #fff;
  border-radius: 50%; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__cup::after {
      width: 18px;
      height: 18px; } }

@keyframes liquid {
  0% {
    height: 0px;
    opacity: 1; }
  5% {
    height: 0px;
    opacity: 1; }
  20% {
    height: 62px;
    opacity: 1; }
  95% {
    height: 62px;
    opacity: 1; }
  100% {
    height: 62px;
    opacity: 0; } }

@keyframes liquid-sm {
  0% {
    height: 0px;
    opacity: 1; }
  5% {
    height: 0px;
    opacity: 1; }
  20% {
    height: 78px;
    opacity: 1; }
  95% {
    height: 78px;
    opacity: 1; }
  100% {
    height: 78px;
    opacity: 0; } }

.coffee-medium__liquid {
  width: 6px;
  height: 63px;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: calc(50% - 3px);
  background-color: #74372b;
  animation: liquid 4s 2s linear infinite; }
  @media only screen and (max-width: 74em) {
    .coffee-medium__liquid {
      top: 42px;
      animation: liquid-sm 4s 2s linear infinite; } }

.coffee-medium__smoke {
  width: 8px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: #b3aeae; }

@keyframes smokeOne {
  0% {
    bottom: 20px;
    opacity: 0; }
  40% {
    bottom: 50px;
    opacity: 0.5; }
  80% {
    bottom: 80px;
    opacity: 0.3; }
  100% {
    bottom: 80px;
    opacity: 0; } }

@keyframes smokeTwo {
  0% {
    bottom: 40px;
    opacity: 0; }
  40% {
    bottom: 70px;
    opacity: 0.5; }
  80% {
    bottom: 80px;
    opacity: 0.3; }
  100% {
    bottom: 80px;
    opacity: 0; } }

.coffee-medium__smoke-one {
  opacity: 0;
  bottom: 50px;
  left: 102px;
  animation: smokeOne 3s 3s linear infinite; }
  @media only screen and (max-width: 62.5em) {
    .coffee-medium__smoke-one {
      left: 82px;
      bottom: 40px; } }

.coffee-medium__smoke-two {
  opacity: 0;
  bottom: 70px;
  left: 118px;
  animation: smokeTwo 3s 4s linear infinite; }
  @media only screen and (max-width: 62.5em) {
    .coffee-medium__smoke-two {
      left: 98px;
      bottom: 60px; } }

.coffee-medium__smoke-three {
  opacity: 0;
  bottom: 65px;
  right: 118px;
  animation: smokeTwo 3s 5s linear infinite; }
  @media only screen and (max-width: 62.5em) {
    .coffee-medium__smoke-three {
      bottom: 55px;
      right: 98px; } }

.coffee-medium__smoke-for {
  opacity: 0;
  bottom: 50px;
  right: 102px;
  animation: smokeOne 3s 5s linear infinite; }
  @media only screen and (max-width: 62.5em) {
    .coffee-medium__smoke-for {
      bottom: 40px;
      right: 82px; } }

.coffee-footer {
  width: 95%;
  height: 15px;
  position: absolute;
  bottom: 25px;
  left: calc(50% - 47.5%);
  background-color: var(--brown-light);
  border-radius: 10px; }

.coffee-footer::after {
  content: "";
  width: 106%;
  height: 26px;
  position: absolute;
  bottom: -25px;
  left: -8px;
  background-color: #282323; }

.about-container {
  margin: 3.2rem auto;
  padding: 0 6.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 8rem repeat(6, 6.6rem);
  gap: 3.2rem;
  color: var(--off-white); }
  @media only screen and (min-width: 125em) {
    .about-container {
      grid-template-rows: 8rem repeat(6, 9.2rem); } }
  @media only screen and (max-width: 85em) {
    .about-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 8rem repeat(9, 9.2rem); } }
  @media only screen and (max-width: 62.5em) {
    .about-container {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 8rem repeat(15, 9.2rem); } }
  @media only screen and (max-width: 31.25em) {
    .about-container {
      padding: 0 1.6rem; } }
  .about-container .about {
    margin: 0 8rem; }
    .about-container .about-content {
      grid-column: 1 / 3;
      grid-row: 2 / -1; }
      @media only screen and (max-width: 85em) {
        .about-container .about-content {
          grid-column: 1 / -1;
          grid-row: 2 / 5; } }
    .about-container .about-do--1 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 2 / 6;
      grid-column: 3 / 4;
      max-width: 35rem; }
      @media only screen and (max-width: 85em) {
        .about-container .about-do--1 {
          grid-row: 5 / 9;
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 62.5em) {
        .about-container .about-do--1 {
          grid-row: 5 / 9;
          grid-column: 1 / -1;
          margin: 0 auto; } }
    .about-container .about-do--2 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 3 / 7;
      grid-column: 4 / 5;
      max-width: 35rem; }
      @media only screen and (max-width: 85em) {
        .about-container .about-do--2 {
          grid-row: 6 / 10;
          grid-column: 2 / 3; } }
      @media only screen and (max-width: 62.5em) {
        .about-container .about-do--2 {
          grid-row: 9 / 13;
          grid-column: 1 / -1;
          margin: 0 auto; } }
    .about-container .about-do--3 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 4 / 8;
      grid-column: 5 / 6;
      max-width: 35rem; }
      @media only screen and (max-width: 85em) {
        .about-container .about-do--3 {
          grid-row: 7 / 11;
          grid-column: 3 / 4; } }
      @media only screen and (max-width: 62.5em) {
        .about-container .about-do--3 {
          grid-row: 13 / 17;
          grid-column: 1 / 1;
          margin: 0 auto; } }
    .about-container .about-content {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      text-align: center; }
      .about-container .about-content__header--heading {
        font-size: 6.4rem;
        font-family: "Lobster Two"; }
        @media only screen and (max-width: 46.87em) {
          .about-container .about-content__header--heading {
            font-size: 4.8rem; } }
      .about-container .about-content__header--subheading {
        font-size: 1.8rem;
        color: var(--grey-2); }
      .about-container .about-content__text {
        margin-top: 4.8rem;
        font-size: 1.4rem;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 50rem;
        hyphens: auto; }
        @media only screen and (max-width: 85em) {
          .about-container .about-content__text {
            max-width: 65vw; } }
        @media only screen and (max-width: 46.87em) {
          .about-container .about-content__text {
            font-size: 1.6rem;
            max-width: 80vw; } }

.about-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 36rem;
  width: 25rem;
  border-radius: 4rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 125em) {
    .about-card {
      height: 46rem;
      width: 35rem; } }
  @media only screen and (max-width: 85em) {
    .about-card {
      height: 100%;
      width: 100%; } }
  @media only screen and (max-width: 62.5em) {
    .about-card {
      max-height: 46rem;
      max-width: 35rem; } }
  .about-card__details {
    padding: 0rem 2.4rem 2.4rem;
    color: black;
    font-size: 1.4rem;
    height: 20rem; }
  .about-card--1 {
    background-color: #cfecf7; }
  .about-card--2 {
    background-color: #e1c9e1; }
  .about-card--3 {
    background-color: #ecc1bc; }
  .about-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 4rem;
    background-color: var(--off-white);
    transform: translateY(100%);
    transition: 0.2s ease-in-out; }
  .about-card__image {
    width: 93%;
    height: auto;
    margin-top: 4.2rem;
    transition: 0.2s ease-in-out; }
    @media only screen and (max-width: 85em) {
      .about-card__image {
        margin-top: 6.4rem; } }
    @media only screen and (max-width: 74em) {
      .about-card__image {
        margin-top: 8.4rem; } }
    @media only screen and (max-width: 62.5em) {
      .about-card__image {
        margin-top: 4.8rem; } }
  .about-card__header {
    position: relative;
    padding: 2.2rem 0rem;
    border-radius: 4rem 0 0 0;
    background-color: var(--off-white);
    transform: translateY(-100%);
    transition: 0.2s ease-in-out; }
  .about-card:focus .about-card__overlay,
  .about-card:hover .about-card__overlay {
    transform: translateY(0); }
  .about-card:focus .about-card__header,
  .about-card:hover .about-card__header {
    transform: translateY(0); }
  .about-card:focus .about-card__image,
  .about-card:hover .about-card__image {
    transform: scale(1); }
  .about-card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1; }
    .about-card__arc path {
      fill: var(--off-white);
      d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }
  .about-card__header-text {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .about-card__title {
    font-size: 2.8rem;
    font-family: "Lobster Two";
    font-weight: 800; }
    @media only screen and (max-width: 85em) {
      .about-card__title {
        font-size: 2.4rem; } }
    .about-card__title--item {
      color: var(--black); }
  .about-card__description {
    margin: 0 2.4rem 2.4rem 2.4rem;
    font-size: 1.2rem;
    color: var(--off-black-3);
    font-family: "Quicksand";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; }
  .about-card__invite {
    grid-column: 1 / -1;
    margin: 6.4rem 6.4rem 0 6.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Lobster Two";
    color: var(--grey-2);
    letter-spacing: 1.5px;
    text-align: center; }
    .about-card__invite span {
      color: var(--off-white);
      transition: color 0.2s ease;
      cursor: pointer; }
      .about-card__invite span:hover {
        color: var(--brown-light); }

#scrollbar::-webkit-scrollbar {
  width: 10px; }

#scrollbar::-webkit-scrollbar-track {
  background-color: var(--black);
  border-radius: 100px; }

#scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--brown-light);
  border-radius: 100px; }

.flip-card-container {
  margin: 4.8rem auto;
  padding: 0 6.4rem;
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 8rem repeat(6, 6.6rem);
  gap: 3.2rem; }
  @media only screen and (max-width: 85em) {
    .flip-card-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 8rem repeat(11, 6.6rem); } }
  @media only screen and (max-width: 46.87em) {
    .flip-card-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 8rem repeat(12, 6.6rem); } }
  @media only screen and (max-width: 46.87em) {
    .flip-card-container {
      margin-bottom: 5.6rem; } }
  .flip-card-container .flip-card-content {
    grid-column: 1 / 3;
    grid-row: 2 / -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: var(--off-white); }
    @media only screen and (max-width: 85em) {
      .flip-card-container .flip-card-content {
        grid-column: 1 / -1;
        grid-row: 2 / 5; } }
    .flip-card-container .flip-card-content__header--heading {
      font-size: 6.4rem;
      font-family: "Lobster Two"; }
      @media only screen and (max-width: 46.87em) {
        .flip-card-container .flip-card-content__header--heading {
          font-size: 4.8rem; } }
    .flip-card-container .flip-card-content__header--subheading {
      font-size: 1.8rem;
      color: var(--grey-2); }
    .flip-card-container .flip-card-content__text {
      margin-top: 4.8rem;
      font-size: 1.4rem;
      letter-spacing: 1px;
      line-height: 1.5;
      max-width: 50rem;
      hyphens: auto; }
      @media only screen and (max-width: 85em) {
        .flip-card-container .flip-card-content__text {
          max-width: 65vw; } }
      @media only screen and (max-width: 46.87em) {
        .flip-card-container .flip-card-content__text {
          font-size: 1.6rem;
          max-width: 80vw; } }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  color: var(--brown-light); }

a {
  cursor: pointer;
  transition: all 200ms linear; }
  a:hover {
    text-decoration: none; }

.link {
  opacity: 1;
  text-decoration: none;
  color: var(--off-white); }
  .link:hover {
    color: var(--brown-light); }

p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5; }

h4 {
  font-weight: 600;
  font-family: "Lobster Two";
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem; }

h6 span {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700; }

.section {
  grid-row: 2 / -1;
  grid-column: 3 / -1;
  position: relative;
  width: 100%;
  margin-bottom: 3.6rem; }
  @media only screen and (max-width: 85em) {
    .section {
      grid-row: 6 / -1;
      grid-column: 1 / -1;
      margin-bottom: 4.8rem; } }
  @media only screen and (max-width: 46.87em) {
    .section {
      grid-row: 7 / -1;
      grid-column: 1 / -1;
      margin-bottom: 4.8rem; } }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -999999px; }

.checkbox:checked + label,
.checkbox:not(:checked) + label {
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  margin: 0 auto 3.2rem auto;
  cursor: pointer;
  background-color: var(--off-white);
  z-index: 1000; }
  @media only screen and (max-width: 62.5em) {
    .checkbox:checked + label,
    .checkbox:not(:checked) + label {
      width: 45px;
      height: 12px; } }

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--off-white);
  background-color: var(--brown-light);
  font-family: "Quicksand";
  content: "\2194";
  font-weight: 800;
  z-index: 20;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s ease;
  grid-row: 2 / 3;
  grid-column: 2 / 3; }
  @media only screen and (max-width: 62.5em) {
    .checkbox:checked + label:before,
    .checkbox:not(:checked) + label:before {
      width: 30px;
      content: "";
      height: 30px; } }

.checkbox:checked + label:before {
  transform: translateX(44px) rotate(360deg); }

.card-3d-wrap {
  position: relative;
  width: 60%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 62.5em) {
    .card-3d-wrap {
      width: 75%; } }
  @media only screen and (max-width: 46.87em) {
    .card-3d-wrap {
      width: 85%; } }
  @media only screen and (max-width: 31.25em) {
    .card-3d-wrap {
      width: 95%; } }

.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 800ms ease-in-out; }

.card-front,
.card-back {
  width: 100%;
  height: 100%;
  background-color: var(--off-black-3);
  background-image: url(/static/img/TestGroup.png);
  background-position: top-center;
  background-repeat: no-repeat;
  background-size: 140%;
  position: absolute;
  border-radius: 4rem;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.card-back {
  transform: rotateY(180deg); }

.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg); }

.center-wrap {
  position: absolute;
  width: 100%;
  padding: 0 3.2rem;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 4.8rem) perspective(10rem);
  z-index: 20;
  display: block; }

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  padding: 0; }

.form-style {
  padding: 1.6rem 2rem;
  padding-left: 55px;
  height: 3.2rem;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: var(--black);
  background-color: var(--off-white);
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2); }

.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2); }

.input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 48px;
  text-align: left;
  color: var(--brown-light);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input::-moz-placeholder {
  color: var(--black);
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:-moz-placeholder {
  color: var(--black);
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.btn {
  border-radius: 4px;
  height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  font-family: "Quicksand";
  transition: all 200ms linear;
  padding: 0 4rem;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  text-decoration: none;
  background-color: var(--off-white);
  color: var(--black);
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2); }

.btn:active {
  transform: translateY(5px);
  background-color: var(--brown-light);
  color: var(--off-white);
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2); }

.btn:hover {
  background-color: var(--brown-light);
  color: var(--off-white);
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2); }

.cart-container {
  margin: 3.2rem auto;
  padding: 0 6.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 8rem repeat(10, 1fr);
  gap: 3.2rem; }
  @media only screen and (max-width: 85em) {
    .cart-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 8rem repeat(10, 1fr); } }
  @media only screen and (max-width: 46.87em) {
    .cart-container {
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: 8rem repeat(7, 1fr); } }

.cart-content {
  grid-column: 1 / 3;
  grid-row: 2 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: var(--off-white); }
  @media only screen and (max-width: 85em) {
    .cart-content {
      grid-column: 1 / -1;
      grid-row: 2 / 5; } }
  .cart-content__header--heading {
    font-size: 6.4rem;
    font-family: "Lobster Two"; }
    @media only screen and (max-width: 46.87em) {
      .cart-content__header--heading {
        font-size: 4.8rem; } }
  .cart-content__header--subheading {
    font-size: 1.8rem;
    color: var(--grey-2); }
  .cart-content__text {
    margin-top: 4.8rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 50rem;
    hyphens: auto; }
    @media only screen and (max-width: 85em) {
      .cart-content__text {
        max-width: 65vw; } }
    @media only screen and (max-width: 46.87em) {
      .cart-content__text {
        font-size: 1.6rem;
        max-width: 80vw; } }

.cart-do--1 {
  grid-column: 3 / -2;
  grid-row: 2 / -2;
  background-color: var(--off-white);
  min-height: 20rem;
  border-radius: 4rem;
  padding: 3.2rem; }
  @media only screen and (max-width: 85em) {
    .cart-do--1 {
      grid-column: 1 / -2;
      grid-row: 5 / -1; } }
  @media only screen and (max-width: 46.87em) {
    .cart-do--1 {
      grid-column: 1 / -1;
      min-height: 0rem; } }
  @media only screen and (max-width: 31.25em) {
    .cart-do--1 {
      padding: 1.6rem; } }
  .cart-do--1 .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--off-black-3);
    font-size: 3.2rem;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Lobster Two";
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--grey-3); }
  .cart-do--1 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.2rem; }
    .cart-do--1 .item-list {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2px;
      letter-spacing: 0.3px;
      position: relative; }
    .cart-do--1 .item__left {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .cart-do--1 .item__left-name {
        font-size: 2rem;
        font-weight: 800;
        text-transform: capitalize;
        font-family: "Lobster Two";
        color: var(--off-black-3);
        position: relative; }
      .cart-do--1 .item__left-price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        font-weight: 800;
        color: #82ca9c;
        margin-right: auto; }
      .cart-do--1 .item__left-qty {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--grey-3); }
        .cart-do--1 .item__left-qty span {
          border: 1px solid var(--grey-3);
          padding: 0.4rem 0.6rem;
          border-radius: 5px; }
    .cart-do--1 .item__right {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: 700; }

.cart-do--2 {
  grid-column: 5 / 6;
  grid-row: 3 / -1;
  background-color: var(--brown-light);
  min-height: 20rem;
  border-radius: 4rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 85em) {
    .cart-do--2 {
      grid-row: 6 / -1;
      grid-column: -2 / -1; } }
  @media only screen and (max-width: 46.87em) {
    .cart-do--2 {
      grid-column: 1 / -1;
      grid-row: -1 / -1;
      min-height: 0rem; } }
  .cart-do--2 .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--off-white);
    font-size: 3.2rem;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Lobster Two";
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--off-black-3); }

.tax {
  list-style: none;
  color: var(--black); }
  .tax li {
    font-size: 2rem;
    font-weight: 800;
    font-family: "Lobster Two";
    margin-bottom: 0.8rem; }
    .tax li span {
      display: block;
      text-align: end;
      color: var(--off-white);
      font-family: "Quicksand";
      font-size: 1.6rem;
      font-weight: 500; }

.total-cost {
  margin-top: auto;
  text-align: center;
  color: var(--black); }
  .total-cost::before, .total-cost::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid black; }
  .total-cost--heading {
    font-size: 3.2rem;
    font-weight: 800;
    font-family: "Lobster Two"; }
  .total-cost--cost {
    font-size: 2.4rem;
    color: var(--off-white);
    font-weight: 500; }
    .total-cost--cost span {
      font-weight: 700;
      color: #82ca9c; }

hr {
  color: black !important; }

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.5; }

.margin-top-sm {
  margin-top: 2rem !important; }

.margin-top-big {
  margin-top: 9.6rem !important; }

.width-sm {
  width: 8rem !important; }

:root {
  --white: #fff;
  --off-white: #f7f7f5;
  --black: #000;
  --off-black-1: #0f0f0f;
  --off-black-2: #0a0a0a;
  --off-black-3: #101010;
  --off-black-4: #191919;
  --brown-light: #cf9441;
  --grey-1: #555;
  --grey-2: #999;
  --grey-3: #bbb; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  /* Good practice to keep box-sizing inherit */
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth; }
  @media only screen and (min-width: 125em) {
    html {
      font-size: 0.6vw; } }
  @media only screen and (max-width: 74em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 62.5em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 46.87em) {
    html {
      font-size: 43.75%; } }

body {
  box-sizing: border-box;
  background-color: var(--black);
  position: relative; }

.container {
  padding: 3.2rem auto 0 auto;
  background: radial-gradient(circle at 24.1% 68.8%, #191919 0%, #0f0f0f 99.4%); }

#scrollbar::-webkit-scrollbar {
  width: 10px; }

#scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px; }

#scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--brown-light);
  border-radius: 100px; }

.button-click {
  outline: var(--off-white) solid 1px;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1.6rem;
  box-shadow: inset 0 0 0 1px var(--off-white);
  background-color: transparent;
  color: var(--off-white);
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Quicksand";
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 31.25em) {
    .button-click {
      letter-spacing: 0.5px;
      padding: 0.6rem 1.2rem;
      font-size: 1.4rem; } }
  .button-click:hover {
    color: var(--off-black-3);
    background-color: var(--off-white); }

.section-button {
  outline: var(--off-black-3) solid 1px;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1.6rem;
  box-shadow: inset 0 0 0 1px var(--off-black-3);
  display: block;
  background-color: transparent;
  color: var(--off-black-3);
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 46.87em) {
    .section-button {
      letter-spacing: 0.5px;
      padding: 0.6rem 1.2rem;
      margin-top: 1.6rem; } }
  .section-button:hover {
    color: var(--off-white);
    background-color: var(--off-black-3); }

.menu-button {
  color: var(--off-black-3) !important;
  padding: 0rem 1.2rem !important;
  font-size: 1.2rem !important;
  height: 3.2rem !important; }
  .menu-button:hover {
    color: var(--brown-light) !important;
    background-color: var(--off-black-3) !important; }

.section-products {
  padding: 9.6rem 3.2rem 9.6rem 3.2rem;
  height: auto; }
  .section-products-grid {
    display: grid;
    margin: 0 6.4rem;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 4.8rem; }
    @media only screen and (max-width: 85em) {
      .section-products-grid {
        column-gap: 6.4rem;
        row-gap: 4.8rem; } }
    @media only screen and (max-width: 62.5em) {
      .section-products-grid {
        column-gap: 0;
        row-gap: 4.8rem; } }
    .section-products-grid > * {
      margin: 0 auto; }
    @media only screen and (max-width: 85em) {
      .section-products-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 31.25em) {
      .section-products-grid {
        grid-template-columns: repeat(1, 1fr); } }
  .section-products__title {
    grid-column: 1 / -1;
    margin: 0 auto;
    margin-bottom: 4.8rem;
    text-align: center; }
    .section-products__title--heading {
      font-size: 6.4rem;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      color: var(--off-white);
      font-family: "Lobster Two"; }
      @media only screen and (max-width: 46.87em) {
        .section-products__title--heading {
          font-size: 4.8rem; } }
    .section-products__title--subheading {
      font-size: 1.8rem;
      font-weight: 600;
      color: var(--grey-2);
      letter-spacing: 1px; }

.card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 40rem;
  max-width: 30rem;
  border-radius: 3.5rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 125em) {
    .card {
      max-width: 35rem;
      max-height: 45rem; } }
  @media only screen and (max-width: 90em) {
    .card {
      max-width: 25rem;
      max-height: 36rem; } }
  @media only screen and (max-width: 85em) {
    .card {
      max-height: 45rem;
      max-width: 30rem; } }
  @media only screen and (max-width: 46.87em) {
    .card {
      max-height: 36rem;
      max-width: 25rem; } }
  @media only screen and (max-width: 46.87em) {
    .card {
      max-height: 40rem;
      max-width: 30rem; } }
  .card--1 {
    background-color: #cfecf7;
    background-image: url(/static/img/Group5.png);
    background-size: cover; }
  .card--2 {
    background-color: #e1c9e1;
    background-image: url(/static/img/Group6.png);
    background-size: cover; }
  .card--3 {
    background-color: #ecc1bc;
    background-image: url(/static/img/Group7.png);
    background-size: cover; }
  .card--4 {
    background-color: #f9dde0;
    background-image: url(/static/img/Group8.png);
    background-size: cover; }
  .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 3.5rem;
    background-color: var(--off-white);
    transform: translateY(100%);
    transition: 0.2s ease-in-out; }
  .card__image {
    width: 70%;
    height: auto;
    margin-top: 3.2rem;
    transition: 0.2s ease-in-out; }
    @media only screen and (min-width: 125em) {
      .card__image {
        width: 80%; } }
    @media only screen and (max-width: 90em) {
      .card__image {
        width: 85%; } }
    @media only screen and (max-width: 85em) {
      .card__image {
        width: 75%; } }
    @media only screen and (max-width: 62.5em) {
      .card__image {
        width: 80%; } }
  .card__header {
    position: relative;
    padding: 1.6rem;
    border-radius: 3.3rem 0 0 0;
    background-color: var(--off-white);
    transform: translateY(-100%);
    transition: 0.2s ease-in-out; }
  .card:hover .card__overlay {
    transform: translateY(0); }
  .card:hover .card__header {
    transform: translateY(0); }
  .card:hover .card__image {
    transform: scale(0.9); }
  .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1; }
    .card__arc path {
      fill: var(--off-white);
      d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }
  .card__header-text {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .card__title {
    font-size: 2.8rem;
    font-family: "Lobster Two"; }
    .card__title--1 {
      color: #82c3e6; }
    .card__title--2 {
      color: #a86ea9; }
    .card__title--3 {
      color: #b8524d; }
    .card__title--4 {
      color: #ef9ca7; }
  .card__status {
    font-size: 2rem;
    font-weight: 500;
    color: var(--off-black-3); }
  .card__description {
    margin: 0 2.4rem 2.4rem 2.4rem;
    font-size: 1.4rem;
    color: var(--off-black-3);
    font-family: "Quicksand";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden; }
  .card__invite {
    grid-column: 1 / -1;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--grey-2);
    letter-spacing: 1px;
    text-align: center; }
    .card__invite span {
      color: var(--off-white);
      transition: color 0.2s ease;
      cursor: pointer; }
      .card__invite span:hover {
        color: var(--brown-light); }

.line {
  border-bottom: 1px solid var(--brown-light);
  min-width: 30%;
  margin: 0 auto;
  opacity: 50%; }

.cta {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .cta-box {
    margin: 0 auto;
    text-align: center;
    margin: 9.6rem 4.8rem 9.6rem 4.8rem; }
    .cta-box--heading {
      font-size: 4.8rem;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      color: var(--off-white);
      font-family: "Lobster Two"; }
      @media only screen and (max-width: 46.87em) {
        .cta-box--heading {
          font-size: 4.8rem; } }
    .cta-box--subheading {
      font-size: 1.8rem;
      font-weight: 600;
      color: var(--grey-2);
      letter-spacing: 1px;
      margin-bottom: 4.8rem; }

.form {
  position: relative; }
  .form--input {
    min-width: 100%;
    font-family: "Quicksand";
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    letter-spacing: 1px;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    outline: 1px solid var(--off-white);
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .form--input:focus {
    border: none;
    box-shadow: 0 0.2rem 1.2rem var(--brown-light); }
    .form--input:focus .form__button {
      height: 10rem; }
  .form--input::placeholder {
    color: var(--brown-light); }
  .form__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: var(--off-black-3);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--off-white);
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.3rem;
    font-family: "Quicksand";
    width: 35%;
    transition: all 0.2s ease-in-out; }

body {
  position: relative; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 92vw;
  z-index: 1000000000;
  margin: 2.4rem auto 0 auto;
  padding: 0.6rem 2.8rem;
  flex: 0 0 100%;
  border-radius: 4rem;
  height: 6rem;
  backdrop-filter: none;
  background: none;
  border: none; }
  @media only screen and (max-width: 31.25em) {
    .header {
      margin: 2rem auto 0 auto; } }
  .header__logo {
    display: flex;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: var(--off-white);
    justify-content: center; }
    @media only screen and (max-width: 31.25em) {
      .header__logo {
        font-size: 2.8rem; } }
  .header__nav__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__nav__icon, .header__nav__icon::before, .header__nav__icon::after {
      width: 3rem;
      height: 3px;
      background-color: white;
      display: block; }
      @media only screen and (max-width: 31.25em) {
        .header__nav__icon, .header__nav__icon::before, .header__nav__icon::after {
          height: 2px; } }
    .header__nav__icon::before, .header__nav__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all 0.2s; }
    .header__nav__icon::before {
      top: -0.8rem; }
    .header__nav__icon::after {
      top: 0.8rem; }
  .header__background--1 {
    position: fixed;
    height: 100vh;
    width: 50%;
    z-index: 1000000;
    top: 0;
    left: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    border: 0;
    outline: 0;
    padding: 4.8rem;
    background: linear-gradient(320deg, #cf9441 15%, #91682e);
    backdrop-filter: blur(20px);
    transition: transform 0.4s cubic-bezier(0.65, -0.1, 0.34, 1.08); }
    @media only screen and (max-width: 74em) {
      .header__background--1 {
        width: 100%; } }
  .header__background--2 {
    position: fixed;
    height: 100vh;
    width: 50%;
    z-index: 2000000;
    right: 0;
    bottom: 0;
    transform: scale(1, 0);
    transform-origin: bottom center;
    border: 0;
    outline: 0;
    box-shadow: 0;
    padding: 4.8rem;
    background: linear-gradient(320deg, var(--black), var(--off-black-4));
    transition: transform 0.4s cubic-bezier(0.65, -0.1, 0.34, 1.08); }
    @media only screen and (max-width: 74em) {
      .header__background--2 {
        display: none;
        visibility: hidden; } }
  .header .dropdown-button:hover .header__nav__icon::before {
    top: -1rem; }
  .header .dropdown-button:hover .header__nav__icon::after {
    top: 1rem; }

.navigation__checkbox {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  left: -9999px; }

.navigation__checkbox:checked ~ .header__background--1 {
  transform: scale(1, 1); }

.navigation__checkbox:checked ~ .header__background--2 {
  transform: scale(1, 1); }

.navigation__checkbox:not(:checked) ~ .header__background--1 {
  transition-delay: 0.8s;
  transform: scale(1, 0); }

.navigation__checkbox:not(:checked) ~ .header__background--2 {
  transition-delay: 0.8s;
  transform: scale(1, 0); }

.nav {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    color: white;
    list-style: none; }
    @media only screen and (max-width: 74em) {
      .nav__list {
        gap: 2rem; } }
    .nav__list--text {
      color: white;
      font-size: 1.4rem;
      max-width: 50rem;
      letter-spacing: 0.5px;
      transform: translateX(800px);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      animation: fadeIn; }
      @media only screen and (min-width: 125em) {
        .nav__list--text {
          font-size: 1.8rem;
          max-width: 55rem; } }
      @media only screen and (max-width: 90em) {
        .nav__list--text {
          max-width: 40rem; } }
      @media only screen and (max-width: 85em) {
        .nav__list--text {
          font-size: 1.2rem; } }
      .nav__list--text span {
        font-size: 1.8rem;
        display: block;
        font-weight: 700; }
    .nav__list--item {
      font-size: 7.2rem;
      font-weight: 900;
      font-family: "Lobster Two";
      text-transform: capitalize;
      letter-spacing: 0.5px;
      line-height: 1.2;
      cursor: pointer;
      transform: translateY(120px);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      animation: hover; }
      @media only screen and (max-width: 74em) {
        .nav__list--item {
          font-size: 8.4rem;
          letter-spacing: 0.2px;
          line-height: 1.4; } }
      @media only screen and (max-width: 62.5em) {
        .nav__list--item {
          font-size: 7.2rem;
          letter-spacing: 0.3px;
          line-height: 1.4; } }
      @media only screen and (max-width: 31.25em) {
        .nav__list--item {
          font-size: 6.4rem;
          letter-spacing: 0.3px;
          line-height: 1.2; } }
      .nav__list--item > * {
        color: var(--off-white);
        text-decoration: none; }
        .nav__list--item > *:hover {
          color: var(--off-black-3); }
      @media only screen and (min-width: 125em) {
        .nav__list--item {
          font-size: 7.2rem;
          line-height: 1.3; } }
  .nav__copyright {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
  .nav__licon {
    list-style: none;
    display: flex;
    align-items: center; }
    .nav__licon > * {
      margin-right: 1.8rem; }
    .nav__licon .icon {
      fill: white;
      height: 2.4rem;
      width: 2.4rem; }
      .nav__licon .icon:hover {
        fill: var(--brown-light); }

.overflow {
  overflow: hidden !important;
  width: 100%;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 74em) {
    .overflow {
      justify-content: center; } }

.svg-popin {
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: calc(100px + 35 * (100vw - 320px) / 1080);
  height: calc(100px + 35 * (100vw - 320px) / 1080); }

.navigation__checkbox:checked
~ .header__background--1
.nav
.nav__list
.nav__list--item {
  transform: translateY(0); }

.navigation__checkbox:checked
~ .header__background--2
.nav
.nav__list
.svg-popin {
  transform: scale(1); }

.navigation__checkbox:checked
~ .header__background--2
.nav
.nav__list
.nav__list--text {
  transform: translateX(0); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(1) > li {
    transition-delay: 0.1s; }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(2) > li {
    transition-delay: 0.2s; }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(3) > li {
    transition-delay: 0.3s; }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(4) > li {
    transition-delay: 0.4s; }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(5) > li {
    transition-delay: 0.5s; }

ul.nav__list > div {
  transition-delay: 0s; }
  ul.nav__list > div:nth-child(6) > li {
    transition-delay: 0.6s; }

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

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

input,
select,
textarea {
  color: var(--brown-light); }

.hero {
  display: grid;
  grid-template-columns: 5fr 4fr;
  align-items: center;
  justify-items: center;
  padding: 3.2rem;
  min-height: 100vh; }
  @media only screen and (max-width: 62.5em) {
    .hero {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      max-height: auto;
      width: 100vw; } }
  @media only screen and (max-width: 62.5em) {
    .hero {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      min-height: 100vh;
      width: 100vw; } }
  @media only screen and (max-width: 62.5em) {
    .hero__content {
      width: 75vw; } }
  .hero__content--heading {
    color: var(--off-white);
    font-size: 8.8rem;
    font-weight: 700;
    margin-bottom: -2rem;
    text-align: left;
    font-family: "Lobster Two";
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 74em) {
      .hero__content--heading {
        font-size: 8rem; } }
    @media only screen and (max-width: 62.5em) {
      .hero__content--heading {
        font-size: 9.6rem;
        padding-top: 6.4rem;
        text-align: center; } }
    @media only screen and (max-width: 31.25em) {
      .hero__content--heading {
        font-size: 6.4rem;
        padding-top: 3.2rem;
        text-align: center; } }
  .hero__content--sub-heading {
    color: var(--brown-light);
    text-transform: capitalize;
    font-family: "QUicksand";
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 4.8rem;
    text-align: right; }
    @media only screen and (max-width: 74em) {
      .hero__content--sub-heading {
        font-size: 2rem;
        margin-bottom: 3.6rem; } }
    @media only screen and (max-width: 62.5em) {
      .hero__content--sub-heading {
        font-size: 3rem;
        text-align: center; } }
    @media only screen and (max-width: 31.25em) {
      .hero__content--sub-heading {
        font-size: 1.8rem;
        text-align: center;
        margin-top: 0.6rem; } }
  .hero__content--text {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 62.5em) {
      .hero__content--text {
        justify-content: center;
        gap: 2rem;
        flex-direction: column; } }
    .hero__content--text__para {
      font-size: 1.4rem;
      letter-spacing: 0.5px;
      color: var(--grey-1);
      cursor: pointer; }
  .hero__photo picture {
    display: flex;
    align-items: center;
    justify-content: center; }
  .hero__photo-cup {
    max-width: 80%; }
    @media only screen and (max-width: 85em) {
      .hero__photo-cup {
        max-width: 70%;
        margin: 0 auto; } }
    @media only screen and (max-width: 62.5em) {
      .hero__photo-cup {
        max-width: 60%;
        margin: 0 auto; } }
    @media only screen and (max-width: 46.87em) {
      .hero__photo-cup {
        min-width: 50%;
        margin: 0 auto; } }
  .hero__note {
    margin-top: 9.6rem;
    font-size: 1.4rem;
    color: var(--grey-2);
    letter-spacing: 0.7px;
    max-width: 55rem; }
    @media only screen and (max-width: 74em) {
      .hero__note {
        margin-top: 8.8rem; } }
    @media only screen and (max-width: 62.5em) {
      .hero__note {
        margin-top: 4.8rem;
        max-width: 100vw;
        text-align: center; } }
    @media only screen and (max-width: 31.25em) {
      .hero__note {
        font-size: 1.2rem; } }

.section-history-testimonial-background {
  background-image: linear-gradient(135deg, var(--off-black-1), var(--off-black-2)); }

.section__history {
  min-height: 80rem;
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr 1fr;
  color: var(--off-white); }
  @media only screen and (max-width: 62.5em) {
    .section__history {
      grid-template-columns: 1fr; } }
  .section__history-main {
    grid-column: 1 / -1;
    margin: 0 auto;
    padding: 9.6rem 3.2rem 4.8rem 3.2rem; }
    .section__history-main__heading {
      font-size: 6.4rem;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      text-align: center;
      font-family: "Lobster Two"; }
      @media only screen and (max-width: 46.87em) {
        .section__history-main__heading {
          font-size: 4.8rem; } }
    .section__history-main__sub-heading {
      font-size: 1.8rem;
      font-weight: 600;
      font-family: "Quicksand";
      color: var(--grey-2);
      text-align: center;
      letter-spacing: 1px; }
  .section__history--content {
    grid-column: 1 / 1;
    padding: 0 4.8rem; }
    @media only screen and (max-width: 62.5em) {
      .section__history--content {
        text-align: center !important; } }
    .section__history--content__breif {
      font-size: 4.8rem;
      font-weight: 400;
      font-family: "Lobster Two";
      color: var(--brown-light);
      text-transform: capitalize;
      letter-spacing: 1.5px; }
    .section__history--content__heading {
      margin-top: -1.8rem;
      margin-bottom: 0.6rem;
      font-size: 2.4rem;
      letter-spacing: -0.2px;
      font-weight: 500;
      font-family: "Quicksand"; }
    .section__history--content__text {
      max-width: 50rem;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2rem;
      font-family: "Quicksand";
      hyphens: auto;
      color: var(--grey-3); }
      @media only screen and (max-width: 62.5em) {
        .section__history--content__text {
          margin: 0 auto; } }
    .section__history--content__arrow {
      font-weight: 700;
      font-size: 4.8rem;
      font-family: "Quicksand";
      color: var(--grey-3);
      margin-left: 2.4rem; }
  .section__history--image {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 3.2rem; }
    @media only screen and (max-width: 62.5em) {
      .section__history--image {
        margin-top: 6.4rem; } }
    .section__history--image-content {
      position: relative;
      z-index: 50;
      order: 1;
      max-width: 40rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 62.5em) {
        .section__history--image-content {
          max-width: 55rem; } }
      @media only screen and (max-width: 46.87em) {
        .section__history--image-content {
          max-width: 45rem; } }
      @media only screen and (max-width: 31.25em) {
        .section__history--image-content {
          max-width: 35rem; } }
      .section__history--image-content--text {
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--off-black-3);
        letter-spacing: 0.5px;
        position: relative; }
        @media only screen and (max-width: 62.5em) {
          .section__history--image-content--text {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 31.25em) {
          .section__history--image-content--text {
            letter-spacing: 0.3px;
            font-size: 1.4rem; } }
    .section__history--image-coffeebean {
      width: 30%;
      height: auto;
      position: relative;
      z-index: 10;
      padding-left: 3.2rem; }
      @media only screen and (max-width: 62.5em) {
        .section__history--image-coffeebean {
          width: 20%;
          padding-left: 0rem; } }
    .section__history--image::before {
      content: "";
      width: 100%;
      padding-bottom: 40%;
      border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      left: 3.2rem;
      background-color: var(--off-white);
      position: absolute; }
      @media only screen and (max-width: 62.5em) {
        .section__history--image::before {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
          left: 0;
          height: 100%;
          padding-bottom: 0%; } }

.section-how {
  background-color: var(--off-white);
  display: grid;
  padding: 9.6rem 3.2rem 9.6rem 3.2rem;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  position: relative; }
  @media only screen and (max-width: 46.87em) {
    .section-how {
      grid-template-columns: 1fr; } }
  .section-how::after {
    content: "";
    position: absolute;
    background-color: var(--brown-light);
    width: 25%;
    height: 100%;
    display: block; }
    @media only screen and (max-width: 74em) {
      .section-how::after {
        width: 20%; } }
    @media only screen and (max-width: 62.5em) {
      .section-how::after {
        width: 17%; } }
    @media only screen and (max-width: 46.87em) {
      .section-how::after {
        width: 0%; } }
  .section-how__heading {
    grid-column: 1 / -1;
    margin: 0 auto;
    padding-bottom: 4.8rem; }
    .section-how__heading--main {
      text-align: center;
      text-transform: capitalize;
      color: var(--off-black-3);
      font-family: "Lobster Two";
      margin: 0 auto;
      font-size: 6.4rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      @media only screen and (max-width: 46.87em) {
        .section-how__heading--main {
          font-size: 4.8rem; } }
    .section-how__heading--sub {
      font-size: 1.8rem;
      font-weight: 600;
      font-family: "Quicksand";
      color: var(--grey-2);
      letter-spacing: 1px;
      text-align: center; }
  .section-how__image {
    grid-column: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 100%; }
    .section-how__image--cold_brew_bottle {
      max-width: 100%;
      z-index: 2;
      position: relative; }
      @media only screen and (max-width: 85em) {
        .section-how__image--cold_brew_bottle {
          max-width: 90%; } }
      @media only screen and (max-width: 46.87em) {
        .section-how__image--cold_brew_bottle {
          width: 100%;
          height: auto; } }
  .section-how__content {
    padding: 0 4.8rem; }
    @media only screen and (max-width: 74em) {
      .section-how__content {
        padding-top: 1.2rem; } }
    @media only screen and (max-width: 46.87em) {
      .section-how__content {
        padding: 0 1.6rem;
        padding-top: 4.8rem; } }
    .section-how__content--heading {
      margin-bottom: 1.2rem;
      font-size: 2.4rem;
      letter-spacing: -0.2px;
      font-weight: 500;
      font-family: "Quicksand";
      color: var(--off-black-3); }
      @media only screen and (max-width: 46.87em) {
        .section-how__content--heading {
          margin-bottom: 1.4rem; } }
    .section-how__content--text {
      color: var(--off-black-3);
      hyphens: auto;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.8px;
      margin-bottom: 1.2rem; }

.read {
  color: #777;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: all 0.3s;
  backdrop-filter: blur(15px);
  opacity: 1;
  visibility: visible; }
  .read-box {
    font-weight: 400;
    line-height: 1.5;
    color: var(--off-black-3);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 75vh;
    background-color: #fff;
    border-radius: 3px;
    display: table;
    overflow: hidden;
    transition: all 0.4s 0.2s;
    transform: translate(-50%, -50%) scale(1); }
    .read-box .box-content {
      overflow-y: scroll;
      height: 100%;
      padding: 3.2rem; }
      .read-box .box-content p {
        font-size: 1.6rem;
        letter-spacing: 0.5px;
        line-height: 1.5;
        white-space: wrap; }

.section-testimonials {
  color: var(--off-white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 9.6rem 3.2rem 9.6rem 3.2rem;
  min-height: 100vh; }
  @media only screen and (max-width: 62.5em) {
    .section-testimonials {
      grid-template-columns: 1fr; } }
  .section-testimonials__title {
    text-align: center;
    grid-column: 1 / -1;
    margin-bottom: 4.8rem; }
    .section-testimonials__title--heading {
      font-size: 6.4rem;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      font-family: "Lobster Two"; }
      @media only screen and (max-width: 46.87em) {
        .section-testimonials__title--heading {
          font-size: 4.8rem; } }
    .section-testimonials__title--subheading {
      font-size: 1.8rem;
      font-weight: 600;
      color: var(--grey-2);
      letter-spacing: 1px; }
  .section-testimonials__container {
    grid-column: 1 / 2;
    margin-top: auto;
    margin-bottom: auto; }

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4.8rem;
  column-gap: 8rem; }
  @media only screen and (max-width: 90em) {
    .testimonials {
      column-gap: 3.6rem; } }
  @media only screen and (max-width: 74em) {
    .testimonials {
      grid-template-columns: 1fr;
      gap: 4.8rem; } }
  @media only screen and (max-width: 62.5em) {
    .testimonials {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 31.25em) {
    .testimonials {
      grid-template-columns: 1fr; } }
  .testimonials__fig {
    padding: 2.4rem; }
    @media only screen and (max-width: 90em) {
      .testimonials__fig {
        padding: 3.6rem; } }
    @media only screen and (max-width: 74em) {
      .testimonials__fig {
        padding: 2.4rem; } }
    .testimonials__fig--img {
      width: 6.4rem;
      border-radius: 50%; }
    .testimonials__fig--text {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.8px;
      margin-bottom: 1.2rem; }
    .testimonials__fig--name {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: "Lobster Two";
      color: var(--grey-3);
      letter-spacing: 1.5px; }

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem;
  padding: 1.6rem; }
  @media only screen and (max-width: 90em) {
    .gallery {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 62.5em) {
    .gallery {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .gallery__item {
    overflow: hidden; }
    @media only screen and (max-width: 90em) {
      .gallery__item:last-child {
        display: none;
        visibility: hidden; } }
    .gallery__item img {
      display: block;
      width: 100%;
      transition: transform 0.2s ease-in-out; }
      .gallery__item img:hover {
        transform: scale(1.1); }

.footer {
  color: var(--off-white);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .footer > * {
    position: relative;
    z-index: 3; }
  @media only screen and (max-width: 62.5em) {
    .footer {
      flex-flow: row wrap; } }
  .footer::before {
    content: "";
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(/static/img/footer-wallpaper.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: none;
    position: absolute;
    height: 100%;
    width: 100%; }
  .footer__connect {
    flex: 0 0 33%;
    padding: 2.4rem; }
    @media only screen and (max-width: 62.5em) {
      .footer__connect {
        flex-basis: 100%;
        text-align: center;
        order: 1; } }
    .footer__connect--logo {
      font-size: 3.2rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--off-white);
      margin-bottom: 3.2rem; }
      @media only screen and (max-width: 62.5em) {
        .footer__connect--logo {
          display: none;
          visibility: hidden; } }
    .footer__connect--text {
      hyphens: auto;
      max-width: 30rem;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.8px; }
      @media only screen and (max-width: 62.5em) {
        .footer__connect--text {
          max-width: 75%;
          margin: 0 auto; } }
    .footer__connect--copyright {
      margin-top: 1.2rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.8px; }
  .footer__contact {
    flex: 0 0 33%;
    padding: 2.4rem; }
    @media only screen and (max-width: 62.5em) {
      .footer__contact {
        flex: 1 0 50%; } }
    .footer__contact > * span {
      font-size: 2.4rem;
      color: var(--brown-light);
      stroke: var(--brown-light);
      overflow: hidden; }
    .footer__contact > * {
      hyphens: auto;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.8px;
      margin-bottom: 0.8rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 1.4rem; }
      @media only screen and (max-width: 62.5em) {
        .footer__contact > * {
          justify-content: center; } }
    .footer__contact--heading {
      font-size: 3.2rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--off-white);
      margin-bottom: 3.2rem;
      text-transform: capitalize; }
  .footer__link {
    flex: 0 0 33%;
    padding: 2.4rem;
    height: 100%; }
    @media only screen and (max-width: 62.5em) {
      .footer__link {
        flex: 1 0 50%;
        margin: 0 auto;
        text-align: center; } }
    @media only screen and (max-width: 31.25em) {
      .footer__link {
        display: none;
        visibility: none; } }
    .footer__link-list {
      display: grid;
      grid-template-columns: 0.4fr 0.4fr;
      row-gap: 0.8rem; }
      @media only screen and (max-width: 62.5em) {
        .footer__link-list {
          margin: 0 auto;
          grid-template-columns: 1fr; } }
      .footer__link-list--items {
        hyphens: auto;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.4rem; }
        @media only screen and (max-width: 62.5em) {
          .footer__link-list--items {
            justify-content: center; } }
    .footer__link--heading {
      font-size: 3.2rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--off-white);
      margin-bottom: 3.2rem;
      text-transform: capitalize; }
      .footer__link--heading__icon {
        height: 2.4rem;
        width: 2.4rem;
        fill: var(--brown-light); }

.bug-fix {
  height: 2.4rem;
  width: 2.4rem;
  margin-bottom: 0.8rem; }

.flashes li {
  color: var(--brown-light);
  background-color: var(--off-white);
  border: 0;
  list-style: none;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 9px;
  padding: 1.2rem 2.8rem;
  font-size: 2.4rem; }

.alert {
  margin: 0.8rem auto;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem; }

#hideMe {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden; } }
