@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

* {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}


html, body, canvas {
  cursor: default;
  width: 100%;
  background: #1d1d1d;
}  

html, body, ul {
  cursor: default;
  display: flex;
  font-family: 'Alata', sans-serif;
  height: 100%;
  margin: 0;
}

.container {
  cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Update height to 100% to fill the body */
    width: 100%; /* Add width property to center content horizontally */
  }
  
  .center {
    text-align: center;
  }
  

b {
    text-align: center;
    color: blueviolet;
}

h3 {
  font-size: 30px;
  color: white;
  position: absolute;
  top: 48%; /* Set top to 50% */
  left: 50%; /* Set left to 50% */
  transform: translate(-50%, -50%); /* Use translate to center horizontally and vertically */
}

h4 {
  font-size: 30px;
  color: white;
}

h5 {
  font-size: 40px;
  color: white;
  text-align: center;
}

h1 {
  transition: color 0.5s ease;
  text-align: center;
  font-size: 140px;
  color: white;
  letter-spacing: 5px;
  margin: 0;
  position: absolute; /* Add absolute positioning */
  top: 40%; /* Set top to 50% */
  left: 50%; /* Set left to 50% */
  transform: translate(-50%, -50%); /* Use translate to center horizontally and vertically */
}

h1:hover {
  cursor: default;
  color: rgba(153, 102, 255, 0.8);
}

.faq-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color:white;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  cursor: default;
  padding: 3px;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  background-color: #202020;
  color: #333;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0px 5px 20px rgba(139, 82, 255, 0.8);
  transform: translateY(-5px);
}

a {
  cursor: pointer;
  color: rgb(153, 102, 255);
  text-decoration: none;
}

.faq-question-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.faq-question-answer {
  font-size: 20px;
  color:  whitesmoke;
  text-align: center;
}

.faq-answer {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.blockcontainer {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  max-width: 900px;
  background-color: #dddddd00;
  overflow-y: auto;
  margin: 0 auto; /* Add margin auto to center horizontally */
}



.block {
  box-shadow: 0px 2px 10px rgba(153, 102, 255, 0.6);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  flex: 1;
  padding: 20px;
  text-align: center;
  background-color: #202020;
  color: #ffffff;
  border-radius: 10px;
  margin: 10px;
  max-width: 300px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; /* Add relative positioning */
}

.block:hover{
  box-shadow: 0px 5px 20px rgba(139, 82, 255, 0.8);
  transform: translateY(-5px);
}


.logo {
  max-width: 60px; /* Update logo size */
  margin-bottom: 10px;
}

.title {
  font-size: 24px;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  color: #ffffff;
  flex: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .blockcontainer {
    flex-direction: column;
  }
  .block {
    margin: 10px 0;
  }
}



.navbar {
    background-color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.containerz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.icon-scroll {
	position: absolute;
	top: 50%;
	left: 50%;
  width: 1em;
	height: 3.125em;
	transform: translateX(-50%) scale(2);
	z-index: 999;
}

.icon-arrows::after,
.icon-arrows::before {
  content: '';
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display: block;
	width: 0.315em;
	height: 0.315em;
	border-right: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.8);
	margin: 0 0 0.125em 0.315em;
	transform: rotate(45deg);
  animation: mouse-scroll 1s infinite;
	animation-direction: alternate;
}

.scrollholder {
  position: absolute;
  top: 70%;
  left: 50%;
}

.icon-arrows::before {
	margin-top: 0.315em;
	animation-delay: .1s;
}

.icon-scroll span {
	animation-delay: .2s;
}

.icon-arrows::after {
	animation-delay: .3s;
}

.icon-scroll .mouse {
	height: 1.375em;
	width: .875em;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 2em;
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 0.1875em;
  width: 0.1875em;
  margin: 0.1875em auto 0;
  background: rgba(255,255,255,.8);
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(.375em);
	}
}

@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

.logo {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color:rgba(153, 102, 255, 0.8);
    transition: color 0.3s ease;
}

.burger {
    display: none;
    cursor: pointer;
}

@keyframes slideIn {
    0% {
      transform: translateX(100%);
      display: flex;
    }
    100% {
      transform: translateX(0%);
    }
  }
  
  @keyframes slideOut {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
      display: none;
    }
  }
  

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Added background color with opacity for shading */
    backdrop-filter: blur(5px); /* Added backdrop-filter property for background blur */
    z-index: 9999;
    animation: slideIn 0.3s forwards;
}
  
.popup-content {
    background-color: #474747;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
}


  
.popup-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}
  
.popup-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.popup-links {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .popup-links li {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .popup-links a {
    display: block;
    padding: 10px;
    background-color: #ddd;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-image: linear-gradient(to right, #000000 0%, #474747 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    /* Set a fixed width for the buttons */
    width: 200px;
  }
  
  .popup-links a:hover {
    background-position: right top;
    /* Add a purple color on hover */
    background-color: #8a2be2;
    color: #fff;
    /* Add a transform effect on hover */
    transform: translateY(-5px);
  }
  
  .popup-links a:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    transition: ease-out 3s; /* Use ease-out transition for a smooth effect */
  }

  .wrapper {
    /* Set min-height to 100vh to ensure the footer is below all elements */
    min-height: calc(100vh);
    width: 100vw; /* Update to 100vw to limit width to viewport width */
    /* Add any additional styles for your wrapper as needed */
  }
  
  
  .footer {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
    /* Set to fixed position to stick to the bottom of the viewport */
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .footer-text {
    margin: 0;
  }
  

.burger div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .burger {
        display: block;
    }
}
  

  @media screen and (max-width: 845px) {
    h1 {
      font-size: 100px; 
    }

    h3 {
      font-size: 20px;
    }

    .faq-container {
      max-width: 600px;
    }
  }
  
  @media screen and (max-width: 465px) {
    h1 {
      font-size: 60px; 
    }

    h3 {
      top: 44%;
      font-size: 10px;
    }

    .faq-container {
      max-width: 400px;
    }
  }
  
  @media screen and (max-width: 395px) {
    .faq-container {
      max-width: 300px;
    }
  }