body {
  margin: 0px;
  overflow-x: hidden !important;
  background-color: #363f68;
  font-family: "Jost", "sans-serif";
  color: #fff;
}

#body_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h1 {
  color: var(--gold, #d49f32);
  font-family: Jost;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  background-color: #363f68;
}

h2{
  color: var(--gold, #d49f32);
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

p {
  margin: 0;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  font-weight: 300;
  padding-bottom: 16px !important;
  background-color: #363f68;
}

a{
  color: var(--gold, #d49f32);
  text-decoration: none;
}

.hero {
  background-color: #000;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero video {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  filter: brightness(80%);
}

.mute_button {
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);

}

#scroll_down__button {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  color: #fff;
  bottom: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* background-color: rgb(0, 0, 0, 0.5); */
}

/* #scroll_down__button:hover {
  color: var(--gold, #d49f32);
} */

#scroll_down__button img {
  color: var(--gold, #d49f32);
}
#scroll_down__button span {
  font-size: 24px;
  font-weight: 500;
}

#page_content {
  padding-top: 24px;
  display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./assets/ptaki.png');
}

.page_content__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#page_content__cover{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    background-color: #363f68;
}

#page_content__cover img{
    width: 100%;
    height: auto;
}

#page_content__cover span{
    font-size: 14px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}



#page_promo{
  /* margin-top: 60px; */
}

#promo_container{
  background-image: url('./assets/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.grid_two_col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;

}

.grid_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.grid_mobile img{
  width: 80%;
}

.qr_code{
  max-width: 300px;
  margin-top: 32px;
}


.grid_desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  overflow: hidden !important;
  
}

.scale_on_hover{
  transition: all 0.3s ease-in-out;
}

.scale_on_hover:hover{
  scale: 1.02;
}

.grid_desktop img{
  width: 100%;
  padding-left: 10%;
  padding-top: 3%;
  overflow: hidden;
}



.button{
  background-color: var(--gold, #d49f32);
  border-radius: 8px;
  padding: 16px 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
  align-self: center;
  margin-top: 16px;
  /* transition: all 0.3s; */
}

.button:hover{
  background-color: #fff;
  color: var(--gold, #d49f32);
}

.button_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}

.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #363f68 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #363f68;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .grid_two_col{
    grid-template-columns: 1fr;
  }
  .grid_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .grid_mobile img{
    width: 80%;
  }

}



.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
  height: 40px;
  width: 50px;
  /* margin: 0px 0 0 -40px; */
  line-height: 60px;
  /* left: 50%; */
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}
