body{
    padding: 0;
    margin: 0;
}
/* header style */
header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    top: 0;
    background-color: rgba(1, 18, 5, 0.5);
    z-index: 999;
}
header img{
    width: 180px;
    height: auto;
}
.page-links{
    display: flex;
    flex-direction: row;
}
.link{
    font-size: 24px;
    color: #65ff43;
    margin: auto 20px;
}

/* Homepage */

/* hero section style */
.hero-section{
    background-image: url('../images/background5.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 338px;
}
.home-hero-section{
    background-image: url('../images/background5.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 738px;
}
.hero-text{
    padding: 7rem 20px 0 20px;
}
.hero-text.home{
    padding: 17rem 20px 0 20px !important;
}
.hero-text *{
    text-align: center;
    color: #fda202;
}
.hero-text h1{
    font-size: 34px;
}
.hero-text p{
    font-size: 20px;
}

.feature-section{
    background-color: #395809;
    padding-bottom: 40px;
}
.main-intro{
    padding: 20px 60px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.feature-intro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 60px;
}
.character-image img{
    width: 187px;
}
.features{
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.feature-block{
    padding: 5px 40px;
    background-color: rgb(14 14 14 / 21%);
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px 2px #303030;
}
.feature-block h2 {
    margin: 15px 0;
}

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

}
.bgColor{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 18, 5, 0.5);
    position: absolute;
    z-index: 0;
}
.game-container{
    width: 40%;
    padding-top: 65px;
    z-index: 1;
}
.game-image img{
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #061c0a;
    object-fit: cover;
    width: 100%;
}
.start-button{
    text-align: center;
    margin-top: 15px;
}
.start-button button{
    width: 180px;
    height: 50px;
    background-color: #c6a318;
    border-radius: 10px;
    border: 1px solid rgb(108, 96, 0);
    font-size: 21px;
    font-weight: 600;
    color: #004e00;
}

.about-us-section{
    background-color: #395809;
    display: flex;
    flex-direction: row;
    

}
.picture-about-us{
    width: 50%;
    margin: 158px 2%;
    margin-bottom: 59px;
}
.picture-about-us img{
    width: 100%;
}
.content-about-us{
    display: flex;
    flex-direction: column;
    width: 41%;
    padding: 20px 43px;
}
.question-section{
    background-color:#395809;
}
.questions{
    width: 50%;
    margin: auto;
    padding: 50px 0;
}
.questions h2{
    text-align: center;
}
.question-block{
    width: 100%;
}
.question-block > 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;
  }
footer {
    background-color: rgb(48 64 24);
}
  .feature-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .feature-logo{
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .feature-logo img{
    
    width: 80%;
    object-fit: cover;
  }
  .footer-intro{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    
  }
  .footer-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    color: black;
  }
  .footer-links a{
    margin: 20px;
    font-size: 19px;
    color: black;

  }
  .copyright{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
/* Font style */
  .text-content{
    color: #ced58e;
  }
  .heading-content{
    color: #34bd34;
  }
  a{
    text-decoration: none;
  }

  /* Disclaimer Section */
  .disclaimer-section{
    background-color: #395809;
    padding: 20px 0;
  }
  .disclaimer-content{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .disclaimer-block{
    width: 100%;
  }
  .disclaimer-block ul{
    color:#ced58e;
  }

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

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

.play-game {
    max-width: 940px;
    margin: 0 auto;
}
.contact-section{
    background-color: #395809;
}
.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;
    border: 2px solid #637963;
    color: #ced58e;

}
#contactForm textarea{
    width: 100%;
    background: none;
    outline: none;
    border: 2px solid #607a60;
    color: #ced58e;
}
#contactForm *{
    margin: 7px 0;
}
#contactForm button{
    width: 40%;
    height: 40px;
    font-size: 19px;
    background-color: #a39d00;
    color: #0b3a06;
    border: none;
    box-shadow: 1px 1px 1px 1px #81a681;
}

.resp-link{
    font-size: 24px;
    color: #65ff43;
    margin: auto 20px;
}
.empty{
    display: none;
}
@media only screen and (max-width:750px) {
    .feature-intro .character-image{
        display: none;
    }
    .feature-intro{
        padding: 0;
    }
    .feature-intro .features{
        padding: 27px;
        width: 100%;
    }
    .picture-about-us{
        display: none;
    }
    .content-about-us{
        width: 100%;
    }
    .contact-form {
        width: 80%;
    }
    .disclaimer-content{
        width: 80%;
    }
    .page-links{
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 63.5px;
        max-height: 0;
        transition: display 0.2s ease-out;
    }
    .page-links.actives{
        display: flex;
    }
    .link{
        background-color: rgb(13 60 0 / 80%);
        padding: 10px 27px;
        margin: 0;
    }
    .link:hover{
        background-color: rgb(47 94 34 / 80%);
    }
    header{
        justify-content: space-between;
    }
    .empty{
        display: flex;
    }
  }

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