body{
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    background-color: none;
    z-index: 999;
    transition: display 0.5s ease;
}
header.scrolled{
    position: fixed;
    top: 0;
    background-color: #02051473;
}
header img{
    width: 180px;
    height: auto;
}
.header-links{
    display: flex;
    flex-direction: row;
}
.link{
    font-size: 24px;
    color: #9ff3ff;
    margin: auto 20px;
    font-family: "Lobster";
}

/* Homepage */

/* hero area style */
.hero-area{
    background-image: url('../images/background1.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 338px;
}
.home.hero-area{
    background-image: url('../images/background1.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 738px;
}
.hero-text{
    padding: 9rem 20px 0 20px;
}
.hero-text.home{
    padding: 17rem 20px 0 20px !important;
}
.hero-text *{
    text-align: center;
    color: #f9f9f9;
    font-family: 'Alfa Slab One' !important;
    letter-spacing:1px;
}
.hero-text h1{
    font-size: 34px;
}
.hero-text p{
    font-size: 20px;
}

.feature-area{
    background-color: #021421;
    padding-bottom: 40px;
}
.intro-part{
    padding: 20px 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro-part h2{
    width: 42%;
    border-right: 3px solid rgb(113, 112, 112);
    border-bottom: 3px solid rgb(113, 112, 112);
    padding-bottom: 13px;
}

.feature-intro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20%;
}
.character-image img{
    width: 187px;
}
.features{
    padding: 0;
    width: 100%;
    display: flex;
}
.feature-part1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.feature-part1 > .feature-content{
    margin: 40px 0;
}
.feature-part2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-content{
    padding: 5px 40px;
    margin-bottom: 10px;
    text-align: justify;
    border-left: 2px solid white;
}
.feature-content h2 {
    margin: 15px 0;
    text-align: center;
}

.play-area{
    background-color: #395809;
    padding-bottom: 40px;
    background-image: url('../images/background4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.start-button{

}
.greymask{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 18, 5, 0.5);
    position: absolute;
    z-index: 0;
}
.game-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 1;
    width: 70%;
    padding: 10% 30px;
}
.card-image{
    width: 30%;
}
.card-image img{
    border-radius: 40px 0 40px 0;
    object-fit: cover;
    width: 100%;
    box-shadow: 2px 3px 22px -6px #b19524;
}
.start-intro{
    border-left: 6px double white;
    padding-left: 12px;
}
.game-ready{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.play{
    color: #adc40e;
    width: 40%;
    height: 33px;
    background-color: #052e52;
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 17px 2px #98a40b;
}
.about-us-area{
    padding: 30px auto;
    background-color: #021421;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-about-us{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 61%;
    padding: 96px 43px;
}
.about-us-part1{
    display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-right: 1px solid white;
        gap: 58px;
        padding-top: 92px;
        padding-bottom: 58px;

}
.about-us-part1 div{
    padding-right: 30px;
    border-bottom: 1px solid white;
    text-align: right;
}
.about-us-part2{
    display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-left: 1px solid white;
        gap: 45px;
}
.about-us-part2 div{
    padding-left: 30px;
    border-bottom: 1px solid white;
}
.question-area{
    background-color:#021421;
}
.question-container{
    width: 50%;
    margin: auto;
    padding: 50px 0;
}
.question-container h2{
    text-align: center;
}
.question-detail{
    width: 100%;
}
.question-detail > p {
    margin: 0;
}
.collapsible {
    background-color: rgb(39 39 39 / 50%);;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: none;
  }
  
  .answer {
    padding: 0 18px;;
    /* margin: 10px 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: none;
  }

  .badge-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #1c1c1c
  }
  .badge-logo{
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;

  }
  .badge-logo img{
    
    width: 80%;
    object-fit: cover;
  }
  .footer {
    background-color: #021421;
    padding-top: 20px;
}
.main-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-image{
    width: 20%;
}
.line{
    flex-grow: 1;
    height: 1px;
    background-color: #dfbe45;
    opacity: 0.7;
}
  .footer-disclaimer{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    
  }
  .footer-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    padding-bottom: 20px;
    /* color: black; */
  }
  .footer-links a{
    border-right: 1px solid white;
    padding: 0 20px;
    font-size: 19px;
    /* color: black; */

  }
  .copyright{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    color: #dfbe45;
  }
/* Font style */
  .text-style{
    color: rgb(163, 163, 163);
  }
  .heading-style{
    color: #f4f8ff;
    font-family: 'Alfa Slab One' !important;
    letter-spacing:1px;
    font-weight: 300;

  }
  a{
    text-decoration: none;
  }

  /* Disclaimer area */
  .disclaimer-area{
    background-color: #021421;
    padding: 20px 0;
  }
  .disclaimer-content{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
  .disclaimer-block{
    width: 100%;
  }
  .disclaimer-block ul{
    color:grey;
  }

 .play-rules{
    background-image: url('../images/background5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }

 
/* Play Page style */
.play-ground-area {
    padding: 2rem;
    background: black;
}

.play-game {
    max-width: 940px;
    margin: 0 auto;
}
.contact-area{
    background-color: #021421;
}
.contact-form {
    width: 50%;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form form{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#contactForm input{
    width: 100%;
    height: 42px;
    background: none;
    outline: none;
    color: #ffffff;
    box-shadow: 0px 0px 7px 1px #98a40b;

}
#contactForm textarea{
    width: 100%;
    background: none;
    outline: none;
    color: #ffffff;
    box-shadow: 0px 0px 7px 1px #98a40b;
}
#contactForm *{
    margin: 7px 0;
}
#contactForm button{
    margin-top: 20px;
    color: #adc40e;
    width: 40%;
    height: 33px;
    background-color: #052e52;
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 17px 2px #98a40b;
}

.resp-link{
    font-size: 24px;
    color: #9ff3ff;
    margin: auto 20px;
}
.hiddenBtn{
    display: none;
}
@media only screen and (max-width:750px) {
    .feature-intro{
        padding: 0;
    }
    .intro-part h2{
        width: 70%;
    }
    .feature-intro .features{
        padding: 27px;
        width: 100%;
        flex-direction: column;
    }
    .feature-part2 > div{
        margin: 40px 0;
    }
    .picture-about-us{
        display: none;
    }
    .container-about-us{
        width: 100%;
    }
    .contact-form {
        width: 80%;
    }
    .disclaimer-content{
        width: 80%;
    }
    .header-links{
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 81px;
        max-height: 0;
        transition: display 0.2s ease-out;
    }
    .header-links.actives{
        display: flex;
    }
    .link{
        background-color: rgba(38, 38, 38, 0.8);
        padding: 10px 27px;
        margin: 0;
    }
    .link:hover{
        background-color: #696969;
    }
    header{
        flex-direction: row;
        justify-content: space-around;
        padding: 20px;
    }
    .hiddenBtn{
        display: flex;
    }
  }

@media only screen and (max-width: 490px){
    .footer-links{
        display: none;
    }
    .badge-logos{
        display: grid;
        grid-template-columns: auto auto;
    }
    .badge-logo{
        width: 100%;
    }
}

.link-to-page{
    color: #fff;
    animation: glow 2s linear infinite;
}
@keyframes glow {
    0% {
      text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
      color: #ff00ff;
    }
    25% {
      text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;
      color: #00ffff;
    }
    50% {
      text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
      color: #00ff00;
    }
    75% {
      text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00;
      color: #ffff00;
    }
    100% {
      text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
      color: #ff00ff;
    }
  }

strong{
    color: red;
}