@font-face {
  font-family: 'Zeroes Two';
  src: url('Zeroes Two.otf') format('opentype'),
       url('Zeroes Two.woff') format('woff'),
       url('Zeroes Two.woff2') format('woff2');
}
body {
  color: black;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(18, 224, 14, 0.5);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(18, 224, 14, 0.8);
}

.world-splash {
  position: fixed;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: auto;
}

.splash-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.logo-image {
  width: 20%;
  height: auto;
  z-index: 104;
  pointer-events: none;
  user-select: none;
}

.line {
  position: absolute;
  height: 0;
  left: calc(70%);
  background-color: #000;
  opacity: 0;
  z-index: 103;
  pointer-events: none;
}

.text-image {
  position: absolute;
  width: 40%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  z-index: 101;
  pointer-events: none;
}

  @keyframes servicesAppear {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes servicesMove {
    from {
      transform: scale(1);
      top: 50%;
    }
    to {
      transform: scale(0.4);
      top: 1%;
    }
  }

/* Animation keyframes */
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-30%);
  }
}

@keyframes expandLine {
  0% {
    height: 0;
    width: 20px;
    opacity: 0;
  }
  100% {
    height: 20vw;
    width: 10px;
    opacity: 1;
  }
}

@keyframes slideText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(250%);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(-30%);
  }
  100% {
    opacity: 0;
    display: none;
    transform: translateX(-30%);
  }
}

@keyframes fadeOutTitle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.job-container {
    display: flex;
    position: absolute;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 20%;
    top: 100%;
    width: 100%;
    z-index: 101;
    transform: translateX(30%);
}

.job-title {
  position: absolute;
    width: auto; /* Make sure it takes the full width of the container */
    margin: auto; /* Center it horizontally */
  height: 100%;
  top: 120%;
  display: block;
  opacity: 0;
}


/* Add animation keyframes for the new image */
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20%,80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



.sticky-nav {
  position: sticky;
  width: 100%;
  top: 0;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
  z-index: 10;
  opacity: 0;
  z-index: 1000000;
}

.contact-container {
  position: absolute;
  right: 20px;
  width: 140px;
  height: 60px;
  display: flex;
  background-color: black;
  border-radius: 30px;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  transition: opacity 2s ease-in-out;
}

.contact-button {
  padding: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-family: Zeroes Two;
}

.contact-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 20px));
  width: 0;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  transition: width 0.2s ease-in-out;
}

.contact-button:hover::after {
  width: calc(100% - 40px);
}

.burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out; /* Add transition property */
}

.nav-left {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  width: 50%;
}

.nav-right {
  display: flex;
  border-radius: 20px;
  align-items: center;
  height: 80px;
  width: 50%;
  user-drag: none;
  user-select: none;
}
.title {
  height: 60px;
  width: auto;
  z-index: 12;
  pointer-events: none;
  user-drag: none;
  user-select: none;
}

.logo {
  margin-left: auto;
  padding-right: 20px;
  display: flex;
  pointer-events: none;
  user-drag: none;
  user-select: none;
}

.logo-container {
  z-index: 12;
}

.shop-link {
    text-decoration: none;
    color: black;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: black;
  transition: transform 0.3s ease-in-out;
}

.sticky-nav.open .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.sticky-nav.open .bar:nth-child(2) {
  opacity: 0;
}

.sticky-nav.open .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.sticky-nav.open .burger-menu-box {
  width: calc(100%-20px);
  background-color: #f0f0f0;
  left: 10px;
  right: 10px;
  height: calc(auto+20px);
}

.sticky-nav.open .burger-menu {
  right: 100%;
  float: right;
  transform: translateX(0)
}

.carousel-navigation {
  position: relative;
}

#content {
  color: white;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
  margin-top: 20px;
  transform: translateX(-20%);
  transition-delay: 1s;
}

#content.fade-in {
  opacity: 1;
  transform: translateX(0%);
}
  
#additional-content {
  color: white;
}

/* Carousel styles */
.carousel-container {
  position: relative;
  width: 100vw;
  height: calc(100dvh - 80px);
  overflow: hidden;
  opacity: 0;
  z-index: 8;
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.carousel-image {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;

}

.carousel-dot.active {
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: rotate(45deg);
  /*transform: translateY(calc(-10px));  Center vertically */
}

.copyRight {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 1vw;
    width: 12.5vw;
    color: white;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    z-index: 9;
    font-family: Zeroes Two;
    opacity: 0;
    user-select: none;
}

.welcome-container {
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    color: white;
    font-family: Zeroes Two;
    flex-direction: column;
    transition: opacity 0.5s ease-in-out;
    user-select: none;
}

.welcome-text {
    font-size: 5vw;
}

.shop-link-welcome {
    text-decoration: none;
}

.welcome-button-services, .shop-link-welcome {
    cursor: pointer;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid white; /* Border color */
    transition: background-color 0.3s, color 0.3s; /* Transition effect */
    margin: 10px;
}

.shop-link-welcome:hover {
    background-color: #fff; /* Background color on hover */
    color: #000; /* Text color on hover */
}

.welcome-button-services:hover {
    background-color: #fff; /* Background color on hover */
    color: #000; /* Text color on hover */
}


.big-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 6vw;
  font-weight: 700;
  color: white;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  background: transparent;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#cform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Background overlay */
  display: none;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.contact-form {
  color: white;
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#cform.open {
  opacity: 1;
  display: flex;
  pointer-events: auto;
}

.contact-form.open {
  opacity: 1;
}

#cform label,
#cform input,
#cform textarea,
#cform .g-recaptcha {
  margin-bottom: 10px;
  font-family: Zeroes Two;

}

#fname,
#lname{
    width: 95%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #000000; /* Border color */
    border-radius: 5px;
    font-size: 16px;
    color: #000000; /* Text color */
    background-color: #f9f9f9; /* Background color */
    resize: none; /* Disable resizing */
    font-family: Zeroes Two;

  }
  
#lname{
    margin-left:5%;
}
  
  
  #email,
  #message{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #000000; /* Border color */
    border-radius: 5px;
    font-size: 16px;
    color: #000000; /* Text color */
    background-color: #f9f9f9; /* Background color */
    resize: none; /* Disable resizing */
  }
  
#message{
    height: 100px;
    font-family: Arial, sans-serif; /* Change this to your desired font */

}

#cform input[type="submit"] {
  background-color: #f9f9f9;
  color: #000;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
}

#cform input[type="submit"]:hover {
  background-color: #ded5d5;
}

.input-group {
    display: flex;
    flex-direction: row; /* Arrange items horizontally */
    justify-content: space-between; /* Space between items */
}

.input-group-item {
    width: 48%; /* Adjust the width as needed */
}

/* Optional: Add some margin between input groups */
.input-group-item + .input-group-item {
    margin-left: 4%; /* Adjust the margin as needed */
}


.close-button:hover {
  color: red;
  transform: scale(1.1);
}

.close-button {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  top: -45px;
  right: 0px;
}

.close-line {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}

.close-line-1 {
  transform: rotate(45deg);
}

.close-line-2 {
  transform: rotate(-45deg);
}

.close-button:hover .close-line {
  background-color: red; /* Change color on hover */
}

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

.g-recaptcha {
  margin-bottom: 10px;
}

#notify {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.social-links {
  position: absolute;
  display: flex;
  align-items: center;
  right: 200px;
}

.social-icon {
  margin: 0 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon img {
  width: 100%;
  height: 100%;
}

.email-link {
    text-decoration: none;
    color: #4fb23b;
}

.email-link:after {
    color: #1b3f13;
}

.services-background {
    background-color: black;
    position: absolute;
    width: 100vw;
    top: 80px;
    height: calc(100dvh - 80px);
    z-index: 20;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.services-background.open {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.services-container {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.services-container.open {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.x-container {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 120px;
  right: 20px;
  cursor: pointer;
  z-index: 50;
}

.x-line {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: center;
}

.x-line:nth-child(1) {
  transform: rotate(45deg);
}

.x-line:nth-child(2) {
  transform: rotate(-45deg);
}

.x-container:hover .x-line {
  background-color: #ff0000; /* Red color on hover */
}

.services-container {
    width: 100%;
    height: calc(100dvh - 80px);
    text-align: center;
}

.card-container {
    width: 100%;
    height: 95%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.services-title {
    font-size: 70px;
    font-family: Zeroes Two;
    color: white;
    height: 5%;
    margin: auto;
}


.services-container.open .card {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease-in-out;
}

.card {
    width: 28vw;
    height: 66dvh;
    border-radius: 18px;
    background-size: cover;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
    text-align: center;
    cursor: pointer;
    margin:2vw;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;

}

/* Add these styles to your stylesheet */
.card {
  transition: filter 0.8s ease-in-out;
}

.card.blur {
  transition: filter 0.8s ease-in-out;
  filter: blur(2px); /* You can adjust the blur amount as needed */
}


.card-imagez {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    border-radius: 18px;
}

.card-textz {
    position: absolute;
  left: 50%;
  transform: translateX(-50%) translateZ(30px);
  font-family: Zeroes Two;
  font-size: calc(1.3vw + 1.3vh + 1.3vmin);
    min-font-size: 12px;
    max-font-size: 50px;
  color: white;
  bottom: 30px;
  transform-style: preserve-3d;
}

.js-tilt-glare {
  border-radius: 18px;
}

.card-section {
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      opacity: 0;
      transition: opacity 0.5s;
      position: relative;
}

.card-title {
    font-size: calc(7vw + 1vh + 1vmin);
    min-font-size: 50px;
    max-font-size: 200px;
    font-family: Zeroes Two;
    top: 50%;
    position: absolute;
    color: white;
}

.card-text {
      font-size: calc(1vw + 0.5vh + 0.3vmin);
    min-font-size: 10px;
    max-font-size: 20px;
    font-family: Zeroes Two;
    color: white;
    margin: auto;
    width: 50vw;
    opacity: 0;
}

.card-image {
    width: 25vw;
    height: auto;
    margin: auto;
    border-radius: 15px;
    opacity: 0;
    overflow:hidden;
}

.card-content {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

@media (min-width: 769px)  and (pointer: fine){
  .burger-menu-box {
    display: none;
  }
  
  .long-job-title {
      width: 50vw;
      height: auto;
      overflow: hidden;
      margin-left: 25%;
      margin-top: 40px;
      transition: height 0.5s ease-in-out; /* Add a transition for a smoother animation */

  }
  
    .description-container-big {
      display: none;
      height: 0px;
      width: 100vw;
      position: absolute;
      background-color: #ffffff;
      top: 80px;
    }
    
    .description-container-big.open {
        display: flex;
        flex-direction: column;
    }
    
.description-text {
    margin-top: 50px;
    height: auto;
    overflow: hidden; /* Ensure content is hidden when the height changes */
    transition: height 0.5s ease-in-out; /* Add a transition for a smoother animation */
    display: flex;
}

    
    .area1{
        width: 45%;
        margin-left: 2.5%;
    }
    
    .area2{
        width: 45%;
        margin-left: 2.5%;
        top: 0;
    }
    
    .new-title {
        font-family: Zeroes Two;
        font-size: 20px;
    }
    
    .content {
        font-family: Zeroes Two;
        font-size: 15px;
    }
    
.description-button {
    font-size: 17.5px;
  padding: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-family: Zeroes Two;
  user-drag: none;
  user-select: none;
}

.description-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 20px));
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.2s ease-in-out;
}

.description-button:hover::after {
  width: calc(100% - 40px);
}

.middle-nav-buttons {
    display: flex;
}

.legal-banner {
    font-family: Zeroes Two;
    width: 100%;
    font-size: 10px;
    overflow: hidden;
    transition: height 0.5s ease-in-out; /* Add a transition for a smoother animation */
}
.right-legal{
    right: 10px;
    position: absolute;
}
}

@media (max-width: 768px), (hover:none){

.copyRight {
    font-size: 3vw;
    width: 37.5vw;
}

.new-title {
    font-family: Zeroes Two;
    font-size: 20px;
}

.content {
    font-family: Zeroes Two;
    font-size: 15px;
}


.description-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.menu-button {
    font-size: 30px;
    font-family: Zeroes Two;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.menu-button:hover {
    background-color: grey;
}
.carousel-navigation{
    display:none;
}
    
  .social-links {
    display: none;
  }
  .sticky-nav {
    transition: opacity ease-in-out 0.2s;
  }

  .arrow {
    display: none;
  }

  .burger-menu {
    margin-right: 0;
    display: flex;
  }

  .burger-menu-box {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
  }

  /* New styles for social links and contact button container */
  .social-contact-container {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .social-links-mini {
    display: none;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icon-mini {
    margin: 20px 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-icon-mini img {
    width: 100%;
    height: 100%;
  }
  
  .mobile-shop {
      width: 100%;
      font-size: 15px;
      padding: 30px 0;
      text-align: center;
      color: black;
      font-family: Zeroes Two;
      background-color: #d1d1d1;
      align-items: center;
      border-radius: 3px;
      
  }

  .contact-container-mini {
    width: 140px;
    height: 60px;
    display: none;
    background-color: black;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
  }

  .contact-button-mini {
    padding: 20px;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: inline;
    font-family: Zeroes Two;
  }
  
  .description-container {
    margin-top: 70px;
  }


  .sticky-nav.open .social-contact-container,
  .sticky-nav.open .social-links-mini,
  .sticky-nav.open .contact-container-mini,
  .sticky-nav.open .description-container{
    display: flex;
  }

  .description-button,
  .contact-container,
  .description-container-big,
  .description-container{
    display: none;
  }

  body::-webkit-scrollbar {
    display: none;
  }
  
    .legal-banner {
        display: none;
        width: 100%;
        height: auto;
        font-family: Zeroes Two;
        font-size: 12px;
    }
    
    .sticky-nav.open .legal-banner {
        display: block;
    }
    .right-legal {
        right: 5px;
        position: absolute;
        width: 30%;
    }
}

@media (min-width: 768px) and (hover:none){
    .copyRight {
        font-size: 2vw;
        width: 25vw;
    }
}

    /* Styles for the background overlay */
    .overlay-privacy, .overlay-terms{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 5000;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    /* Styles for the popup */
    .popup-privacy, .popup-terms {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        height: auto;
        max-width: 80%; /* Adjust the maximum width as needed */
        scrollbar-width: thin; /* or auto for default width */
        scrollbar-color: #0074d9 #f0f0f0; /* thumb color, track color */
    }
    
    .popup-terms::-webkit-scrollbar {
      width: 10px; /* Adjust the width as needed */
    }
    
    /* Style the scrollbar thumb */
    .popup-terms::-webkit-scrollbar-thumb {
      background-color: #0074d9; /* Change thumb color */
    }
    
    /* Style the scrollbar track */
    .popup-terms::-webkit-scrollbar-track {
      background-color: #f0f0f0; /* Change track color */
    }
    
    .popup-privacy::-webkit-scrollbar {
      width: 10px; /* Adjust the width as needed */
    }
    
    /* Style the scrollbar thumb */
    .popup-privacy::-webkit-scrollbar-thumb {
      background-color: #0074d9; /* Change thumb color */
    }
    
    /* Style the scrollbar track */
    .popup-privacy::-webkit-scrollbar-track {
      background-color: #f0f0f0; /* Change track color */
    }


    /* Styles for the content div */
    .popup-content-privacy, .popup-content-terms {
        max-height: 80dvh; /* Adjust the maximum height as needed */
        font-family: arial;
        overflow-y: auto;
    }
    
    .privacy-button, .terms-button {
        font-size: 10px;
        font-family: Zeroes Two;
        color: black;
        border: none;
        background-color: none;
        cursor: pointer;
        outline: inherit;
        margin: 5px;
    }
    
    .privacy-button, .terms-button: hover {
        transform: scale(1.2);
    }
    
    .cookie-overlay {
        opacity: 0;
        width: 100%;
        height: 100dvh;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        user-select: none;
        pointer-events: none;
        transition: opacity 0.5s ease;
        z-index: 500;
        pointer-events: none;
    }
    
    .cookie-overlay.show {
        opacity: 1;
        display: flex;
        pointer-events: auto;
    }
    
    .cookie-wrapper {
        font-family: Zeroes Two;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 5px;
        display: flex;
        background-color: white;
        padding: 15px 25px 22px;
        box-sizing: border-box;
        column-gap: 15px;
        max-width: 350px;
        align-content: center;
        flex-direction: column;
        pointer-events: none;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .cookie-overlay.show .cookie-wrapper {
        opacity: 1;
    }
    
    .cookie-title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .cookie-button {
        background-color: grey;
        width: calc(100%-5px);
        color: white;
        transition: all ease-in-out 0.2s;
        padding: 4px;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
    }
    
    .cookie-button:hover {
        background-color: black;
    }
    
    .policy-cookie-links {
        font-family: Zeroes Two;
        text-decoration: none;
        color: #4fb23b;
        background: none;
        border: none;
        cursor: pointer;
        
    }
    
    .bottom-close-button {
        margin-top: 20px;
        margin: auto;
        width: 100%;
        font-size: 20px;
        font-family: Zeroes Two;
        background-color: grey;
        color: white;
        transition: all 0.3s ease-in-out;
        padding: 20px 0;
        text-align: center;
        cursor: pointer;
    }
    
    .bottom-close-button:hover {
        background-color: black;
    }
    
    .notification {
        font-family: Zeroes Two;
        opacity: 0;
        z-index: 3000;
        transition: opacity 0.3s ease-in-out;
    }
    
    .notification.show {
        opacity: 1;
    }