.particles-js-canvas-el {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
}
* {
  color:ffffff;
  font-family: "SuperDessert";
}
svg {
  color:white;
}
.container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.list-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 0;
}

@media screen and (max-width: 500px) {
  .container-box {
    padding: 30px 15px !important;
  }
}
.container-box {
  border: solid 2px #3b3b3b;
  padding: 30px;
  border-radius: 30px;
 background: rgb(181,181,255);
background: linear-gradient(176deg, rgba(181,181,255,1) 0%, rgba(255,255,255,1) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1 !important;
}
.container-logo {
  width: 50%;
  border-radius: 0px;
  border: solid 2px rgb(59, 59, 59);
}
.container-select {
  font-size: 20px;
  /* border-radius: 100px; */
  color: #fff;
  border-right: 16px solid transparent;
  border: 0;
  outline: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  padding: 0.5rem 1rem;
  width: 100%;
  border: transparent;
}
/* Removing the default arrow */
select {
  -webkit-appearance: none;
  appearance: none;
}
select {
  background-image: url("caret.svg") !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 8px) center !important;
}

select option {
  background-color: #282c34;
  color: white;
}

.select-div {
  border: 2px solid rgb(59, 59, 59);
  background-color: #439CB5;
  border-radius: 24px;
  width: 100%;
}

.container-button {
        font-family: SuperDessert, sans-serif; /* Use Arial as the font for the body */
  font-size: 24px;
  font-weight: bold;
  background-color: #0D6EFD;
  color: white;  
  border: 0px;
    border-style: solid;
  text-decoration: none;

  border-color: black;
  cursor: pointer;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  min-width: 140px;
}

@font-face {
    font-family: "SuperDessert";
    src: url('https://bdn-vip.pages.dev/SuperDessert-EaAyj.woff') format('truetype');
}

@font-face {
    font-family: "Patriot";
    src: url('https://bdn-vip.pages.dev/Patriot.woff') format('truetype');
}



body {
      font-family: SuperDessert, sans-serif; /* Use Arial as the font for the body */
    background-image: url("bg.png");
 background-repeat: repeat-x repeat-y;
     background-color: #3C3B6E;
     font-color: #fff;
}


/* Default styles for h1 */
h1 {
    font-family: "Patriot", sans-serif;
    font-size: 62px;
    color: #0000FF;
}

/* Media query for mobile devices (up to 768px) */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px; /* Adjust font size for smaller screens */
    }
}


p {
    font-family: SuperDessert, sans-serif; /* Use Arial as the font for paragraphs */
    line-height: 1.8;
    color: #0000FF;
}

/* Media query for mobile devices (up to 768px) */
@media screen and (max-width: 768px) {
    p {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}


b {
    font-family: SuperDessert, sans-serif; /* Use Arial as the font for paragraphs */
    line-height: 2;
    font-weight: bold;
    font-size: 24px;
      color: #0000FF;
}

countdown_sec {
    font-family: SuperDessert, sans-serif; /* Use Arial as the font for paragraphs */
      color: #fff;
}
