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;
}
.clsPageLinks{
    display: flex;
    flex-direction: row;
}
.clsLink{
    font-size: 24px;
    color: #f2ff00;
    margin: auto 20px;
}

/* Homepage */

/* hero section style */
.clsHeroSection{
    background-image: url('../images/background6.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 338px;
}
.clsHomeHeroSection{
    background-image: url('../images/background6.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 538px;
}
.clsHeroText{
    padding: 7rem 42% 0 107px;
}
.clsHeroText.clsHome{
   padding: 13rem 42% 0 107px !important;
}
.clsHeroText *{
    text-align: left;
    
}
.clsHeroText h1{
    font-size: 34px;
    color: #f2ff00;
}
.clsHeroText p{
    font-size: 20px;
    color: white;
}

.clsFeatureSection{
    background-color: #01392f;
    padding-bottom: 40px;
}
.clsMainIntro{
    padding: 20px 60px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.clsFeatureIntro{
    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%;
}
.clsFeatureBlock{
    padding: 5px 40px;
    margin-bottom: 10px;
    border: 1px solid #42fdbc;
}
.clsFirst, .clsThird{
    border-left: none;
    border-right: none;
}
.clsFeatureBlock h2 {
    margin: 15px 0;
}

.clsPlaySection{
    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;
}
.clsStartButton{

}
.clsBgcolor{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 18, 5, 0.5);
    position: absolute;
    z-index: 0;
}
.clsGameContainer{
    width: 60%;
    padding-top: 65px;
    z-index: 1;
}
.clsGameImage img{
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #061c0a;
    object-fit: cover;
    width: 100%;
}
.clsStartButton{
    text-align: center;
    margin-top: 15px;
}
.clsStartButton button{
    width: 180px;
    height: 50px;
    background:none;
    border: 1px solid #42fdbc;
    font-size: 21px;
    font-weight: 600;
    color: #42fdbc;
    transition: all 0.3s ease;
}
.clsStartButton button:hover{
    color: rgb(178, 1, 1);
    border: 1px solid rgb(178, 1, 1);
    box-shadow:  1px 1px 9px 4px rgb(178, 1, 1);
}
.clsAboutUsSection{
    background-color: #01392f;
    display: flex;
    flex-direction: row;
    padding: 10%;
}
.clsSnippet1{
    border-bottom: 1px solid #42fdbc;
    border-right: 1px solid #42fdbc;
}
.clsSnippet2{
    border-bottom: 1px solid #42fdbc;
    border-left: 1px solid #42fdbc;
}
.clsSnippet3{
    border-top: 1px solid #42fdbc;
    border-right: 1px solid #42fdbc;
}
.clsSnippet4{
    border-top: 1px solid #42fdbc;
    border-left: 1px solid #42fdbc;
}

.clsContentAboutUs{
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
}
.clsContentAboutUs div{
    padding: 10%;
}
/* Question section */
.clsQuestionSection{
    background-color:#10453c;
}
.clsQuestions{
    width: 50%;
    margin: auto;
    padding: 50px 0;
}
.clsQuestions h2{
    text-align: center;
}
.clsQuestionBlock{
    width: 100%;
}
.clsQuestionBlock > p {
    margin: 0;
}
.clsCollapsible {
    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, .clsCollapsible:hover {
    background-color: none;
  }
  
  .clsAnswer {
    padding: 0 18px;;
    /* margin: 10px 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: none;
  }
footer {
    background-color: #01392f;
}
  .clsFeatureLogos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .clsFeatureLogo{
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .clsFeatureLogo img{
    
    width: 80%;
    object-fit: cover;
  }
  .clsFooterIntro{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #42fdbc;
    
  }
  .clsFooterLinks{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    color: black;
  }
  .clsFooterLinks a{
    margin: 20px;
    font-size: 19px;
    color: #42fdbc;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .clsFooterLinks hr{
    width: 10px;
    margin: 0;
    height: 1px;
    background-color: #23f4b3;
    border: none;
  }
  .clsCopyright{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    color: white;
  }
/* Font style */
  .clsTextContent{
    color: #42fdc5;
  }
  .clsHeadingContent{
    color: #f2ff00;
  }
  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/game-rule.jpg');
    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;
    color: #42fdbc;
    border: 1px solid #42fdbc;
}
#contactForm textarea{
    width: 100%;
    background: none;
    outline: none;
    border: 2px solid #42fdbc;
    color: #42fdbc;
}
#contactForm *{
    margin: 7px 0;
}
#contactForm button{
    width: 35%;
    height: 50px;
    font-size: 19px;
    background: none;
    color: #42fdbc;
    border: 1px solid #42fdbc;
}
#contactForm button:hover{
    color: rgb(178, 1, 1);
    border: 1px solid rgb(178, 1, 1);
    box-shadow:  1px 1px 9px 4px rgb(178, 1, 1);
}

.clsRespLink{
    font-size: 24px;
    color: #65ff43;
    margin: auto 20px;
}
.clsEmpty{
    display: none;
}
@media only screen and (max-width:750px) {
    .clsFeatureIntro .character-image{
        display: none;
    }
    .clsFeatureIntro{
        padding: 0;
    }
    .clsFeatureIntro .features{
        padding: 27px;
        width: 100%;
    }
    .picture-about-us{
        display: none;
    }
    .clsContentAboutUs{
        width: 100%;
    }
    .contact-form {
        width: 80%;
    }
    .disclaimer-content{
        width: 80%;
    }
    .clsPageLinks{
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 77.5px;
        max-height: 0;
        transition: display 0.2s ease-out;
    }
    .clsPageLinks.actives{
        display: flex;
    }
    .clsLink{
        background-color: #01392f93;
        padding: 10px 27px;
        margin: 0;
    }
    .clsLink:hover{
        background-color:#01635193;
    }
    header{
        justify-content: space-between;
    }
    .clsEmpty{
        display: flex;
    }
  }

@media only screen and (max-width: 490px){
    .clsFooterLinks{
        display: none;
    }
    .clsFeatureLogos{
        display: grid;
        grid-template-columns: auto auto;
    }
    .clsFeatureLogo{
        width: 100%;
    }
}

strong{
    color: #f2ff00;
}
.clsContentContainer{
    background-color:#10453c;
    padding: 50px 10%;
}
.content-block h2{
    color: #f2ff00;
}

.content-block p{
    color: #42fdbc;
}
.content-block ul{
    color:#42fdbc;
}
.contact-us{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submit{
    background: none;
}