@import url("clear.css");
@import url("common.css");
@font-face {
  font-family: pxen;
  src: url(../font/pxen.ttf);
}
@font-face {
  font-family: px;
  src: url(../font/px.ttf);
}

/* ===================================
Global CSS
====================================== */

body {
  font-family: "pxen", "px", sans-serif;
  line-height: 35px;
  font-weight: 400;
  color: #303030;
  background-color: #000000;
  max-width: 100vw !important;
}

body a {
  text-decoration: none;
  color: rgb(239, 220, 108);
  transition: color 0.3s ease;
  cursor: pointer;
}

body a:hover {
  opacity: 0.5;
}

.content-1170 {
  width: 1170px;
}

.content-960 {
  width: 960px;
}

.content-570 {
  width: 570px;
}

.pagination-holder {
  margin: 60px 0;
}

.section-wrapper {
  position: relative;
  padding: 160px 0 20px 0;
}

/* ===================================
header new
====================================== */

header {
  width: 100%;
  height: 120px;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
}

#nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav-logo {
  display: block;
}

#nav-logo-img {
  width: 60px;
  height: 60px;
}

#nav-logo-text {
  display: flex;
}
#nav-logo-text p {
  margin-left: 30px;
}

header p {
  color: white;
}

/* ===================================
Button CSS
====================================== */

body a.button {
  display: inline-block;
  background-color: #ff0000;
  text-align: left;
  padding: 10px 40px;
  /* cursor: default; */
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s linear;
  margin-bottom: 17px;
  border: 2px solid #ff0000;
  font-size: 16px;
  letter-spacing: 2px;
  box-sizing: border-box;
}

/* a.button:hover {
  background-color: transparent;
  color: rgb(239, 220, 108);
} */

/* ===================================
Home
====================================== */

#home {
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100vh;
  display: flex;
  width: 100vw;
}

#home .section-wrapper {
  margin: auto;
  padding: 0;
  z-index: 2;
}

#video-bg {
  position: absolute;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  opacity: 0.3;
  width: 100vw;
}

#video {
  width: 100vw;
}

@media screen and (max-aspect-ratio: 8/5) {
  #home video {
    height: 100vh;
    min-width: auto;
    width: auto;
  }
}

h1.big-text {
  color: #fff;
  font-size: 80px;
  line-height: 120%;
  /* margin-bottom: 40px; */
}

/* ===================================
JOIN    
====================================== */

.join-info {
  background-color: rgba(255, 0, 0, 0.861);
  backdrop-filter: blur(20px);
  padding: 80px;
}

.join-info h3,
.join-info p {
  color: rgb(239, 220, 108);
}

.join-info a {
  text-decoration: rgb(239, 220, 108) underline;
}

.join-info h3 {
  font-size: 40px;
}

.join-info p {
  font-size: 20px;
}

/* ===================================
PHOTO
====================================== */

.photo {
  text-align: center;
  margin: 80px 0;
}

.photo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
}

.photo-content {
  margin-bottom: 35px;
  font-size: 20px;
}

.photo-info {
  width: 380px;
  background-color: rgba(255, 0, 0, 0.861);
  backdrop-filter: blur(20px);
  padding: 65px 110px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -130px;
  text-align: left;
  position: relative;
  z-index: 31;
}

.photo-right .photo-info {
  margin-left: auto;
  margin-right: -130px;
}

.photo-postition {
  margin: 0;
  font-size: 20px;
  letter-spacing: 6px;
}

.photo-name {
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: -5px;
  padding: 0;
}

.photo-holder {
  background: rgb(239, 220, 108);
  padding: 25px 50px;
  position: absolute;
  bottom: -35px;
  left: -45px;
  font-size: 30px;
}

.photo-right .photo-holder {
  left: auto;
  right: -45px;
}

.photo-info p {
  color: rgb(239, 220, 108);
}

.photo-holder p {
  color: #ff0000;
}

.photo-mobile {
  display: none;
}

/* ===================================
qa
====================================== */

#qa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#qa-all {
  margin-top: 100px;
  margin-bottom: 100px;
}

.qa-list {
  width: 1000px;
  margin-bottom: 30px;
  background: rgb(255, 0, 0);
  color: #fff;
}

#qa h3 {
  font-size: 30px;
}

.qa-a {
  display: none;
  color: rgb(239, 220, 108);
  font-size: 20px;
}

.qa-q {
  display: flex;
  justify-content: space-between;
  padding: 12px 40px;
  /* cursor: pointer; */
}

.qa-q img {
  width: 30px;
}

.qa-a div {
  display: flex;
  padding: 0 40px 40px 40px;
}

.qa-arrow {
  transition-duration: 300ms;
  cursor: pointer;
}
.qa-arrow:hover {
  opacity: 0.5;
}

.arrow-animate {
  transform: rotate(90deg);
}

/* ===================================
Footer
====================================== */

footer a {
  color: #fff;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.footer {
  font-size: 16px;
  line-height: 36px;
  padding-top: 60px;
  padding-bottom: 150px;
  clear: both;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.footer-logo img {
  width: 88px;
  margin-bottom: 30px;
}

.holder {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.holder a {
  font-size: 28px;
  margin-right: 25px;
}

/* ===================================
Responsive
====================================== */

@media screen and (max-width: 1600px) {
  .content-1170,
  .content-960,
  .content-570 {
    max-width: 90%;
  }
}

@media screen and (max-width: 1080px) {

  .bueno__connect-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .margin-0 img {
    width: 100% !important;
  }

  .grid-item,
  .grid-sizer {
    width: 100% !important;
  }

  .button-holder {
    text-align: center !important;
  }

  [data-jarallax-element] {
    transform: none !important;
  }

  .photo-mobile {
    display: block;
  }
  .photo-right {
    display: none;
  }

  .photo {
    margin: 20px auto;
    width: 100%;
  }

  .photo img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
  }

  .photo-info {
    display: block;
    margin: 0 auto !important;
    padding: 10%;
  }

  .photo-info {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    margin-left: 0;
  }

  .photo-postition {
    margin-top: 20px;
  }

  .photo-holder {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    display: none;
  }

  h1.big-text {
    text-align: center;
    font-size: 38px;
  }

  .section-wrapper {
    padding: 60px 0 20px 0;
  }

  .join-info {
    background-color: rgba(255, 0, 0, 0.861);
    backdrop-filter: blur(20px);
    padding: 40px;
  }

  .join-info h3 {
    line-height: 130%;
  }

  #qa h3 {
    font-size: 20px;
    padding: 0;
  }

  .qa-list {
    width: 90vw;
    margin-bottom: 20px;
    background: rgb(255, 0, 0);
    color: #fff;
  }

  .qa-q {
    padding: 20px;
  }
  .qa-q img {
    width: 20px;
    margin-left: 10px;
  }

  .qa-a div {
    display: flex;
    padding: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 800px) {
  #nav-logo-text p {
    margin-left: 20px;
  }
}
