



body {
  margin: 0;
  padding: 0;
  font-family: 'Permanent Marker', cursive;
  background-color: #ffea31;

  -webkit-text-size-adjust: 100%;
}

/* Gallery Start */

.slides {
  display: none;
}

img {
  vertical-align: middle;
}

#gallery {
  padding: 20px 0 100px;
  background-color: #ffea31;
}

#gallery h1 {
  text-align: center;
  color: #20944b;
  font-size: 3em;
}

.slideshow-container {
  max-width: 70%;
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #20944b;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffea31;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid black;
  transition: background-color 0.6s ease;
}

#gallery .active, .dot:hover {
  background-color: #20944b;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

/* Gallery End */

.cards>* {
  margin: 5px;
}

.cards {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -webkit-box;
  -webkit-flex-wrap: wrap;
  -webkit-flexbox-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem;
}

#top-section {
  background: url('../images/Background-HD.png') no-repeat;
  height: 100vh;
  background-size: auto 100%;
  background-position: center;

  
}

/* Nav Start */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}

.navbar.sticky {
  background: #1b1b1b;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo {
  height: 80px;
  float: left;
  margin: 4px 10px;
}

.navbar .menu-list {
  display: inline-flex;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: #d3752b;
  font-size: 20px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-list li a:hover {
  color: #20944b;
}

.content {
  padding: 0 60px;
}

.icon {
  color: #d3752b;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

/* Nav End */

/* About the game Start */

#game-about {
  background-color: #ffea31;
  padding: 20px 0 100px;
}

#game-about h1 {
  text-align: center;
  color: #20944b;
  font-size: 3em;
}

#game-about p {
  
  font-size: 1.4em;
  padding-left: 30px;
  padding-right: 30px;
  color: #1b1b1b;
}

/*About the game End*/

#game-container{
  background-color: #ffea31;
  
  
}

.item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  
}

.item-box img {
  width: 100%;
  height: 100%;
}

.item-box p {
  font-size: 1.4em;
  color: #1b1b1b;
  padding-left: 30px;
  padding-right: 30px;
}

.left-half {
  flex: 1;
  
}

.right-half {
  flex: 1;
  
}

/* Game Features Start */

#game-features {
  background-color: #ffea31;
  padding: 20px 0 100px;
}



#game-features h1 {
  text-align: center;
  color: #20944b;
  font-size: 3em;
}

#game-features .card {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33333%;
  max-width: 450px;
  overflow: hidden;
  background: #20944b;
  color: #ffffff;
  box-shadow: 3px 2px 14px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-size: 0.9rem;
  border: 2px solid #20944b;
  border-radius: 12px;
}

#game-features .card img {
  width: 100%;
}

#game-features .card-lower-section {
  padding: 20px;
}

#game-features .card-lower-section h4 {
  font-size: 1.5em;
  font-weight: 500;
  color: #ffea31;
}

#game-features .card-lower-section p {
  font-size: 1.4em;
}

/* Game Features End */

/*Game More Start*/



#game-more {
  padding: 20px 0 100px;
  background-color: #ffea31;
  
}


#game-more h1 {
  text-align: center;
  color: #20944b;
  font-size: 3em;
}
#game-more p {
  
  font-size: 1.4em;
  padding-left: 30px;
  padding-right: 30px;
  color: #1b1b1b;
 
}

#game-more .card img {
  width: 100%;
}

#game-more .card-lower-section {
  padding: 20px;
}

#game-more .card-lower-section h4 {
  font-size: 1.5em;
  font-weight: 500;
  color: white;
}

#game-more .card-lower-section p {
  font-size: 1.4em;
}

/*Game More End*/

/* FAQ Start */
#faq-section{
  background-color: #ffea31;
}

#faq-section h1 {
  text-align: center;
  color: #20944b;
  padding: 20px;
  font-size: 3em;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #ffea31;
  color: black;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.4em;
  background-color: #ffea31;
  color: #1b1b1b;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.2em;
  color: #1b1b1b;
}

.accordion-item-header span {
  width: 95%;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #ffea31, #20944b)1;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

/* FAQ Section End"

/* Footer Start */

footer {
  padding: 90px 0;
  background: #1b1b1b;
}

.left-col p {
  color: #d3752b;
  font-size: 1.2em;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.social-media {
  margin: 20px 0;
}

.social-media a {
  color: #d3752b;
  margin-right: 25px;
  font-size: 30px;
  text-decoration: none;
  transition: .3s linear;
}

.social-media a:hover {
  color: #20944b;
  margin-right: 25px;
  font-size: 30px;
  text-decoration: none;
  transition: .3s linear;
}

/* Footer End */

/* Media Queries Start */

@media screen and (min-width:320px) and (max-width: 992px) {
  .footer-container {
    max-width: 500px;
  }
  .right-col {
    width: 100%;
    text-align: center;
  }
  .left-col {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .left-col p {
    text-align: center;
  }

  
 
}

@media (min-width: 1230px) {
  .content {
    padding: 0 60px;
  }
}

@media (min-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}

@media (min-width: 900px) {
  .content {
    padding: 0 30px;
  }
}

/* Smaller Screen */
@media (min-width: 992px) and (max-width: 1312px){
  #game-more h1 {
    font-size: 2em;
  }
 
 
  #game-features h1 {
    font-size: 2em;
  }
  #game-features .card-lower-section h4 {
    font-size: 1.4em;
    font-weight: 400;
  }
  #game-features .card-lower-section p {
    font-size: 1.3em;
  }
 
  #gallery h1 {
    font-size: 2em;
  }
  #game-about h1 {
    font-size: 2em;
  }
  #game-about p {
    font-size: 1.3em;
  }
  .item-box p {
    font-size: 1.3em;
  }

  #game-more p {
    font-size: 1.3em;
  }

  #faq-section h1 {
    font-size: 2em;
  }
  .accordion-item-header {
    font-size: 1.3em;
  }
  .accordion-item-header::after {
    font-size: 2rem;
  }
  .accordion-item-body {
    font-size: 1.3em;
  }
  
 






}

/* Tablet */
@media (min-width: 688px) and (max-width: 992px){
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
  }
  .icon.hide {
    display: none;
  }
  
  .navbar .menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list {
    left: 0%;
  }
  .navbar .menu-list li {
    margin-top: 45px;
  }
  .navbar .menu-list li a {
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a {
    margin-left: 0px;
  }
    .navbar .logo {
        height: 60px;
      
        margin: 4px 10px;
    }

  .navbar .logo a {
    font-size: 27px;
  }
 
 
 
  .item-box {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #first-row, #third-row {
    flex-direction: column-reverse;
  }
  .left-half {
    width: 100%;
  }
  #game-more h1 {
    font-size: 2em;
  }
  #top-section {
    
    height: 100vh;
    
  }
 
  #game-features h1 {
    font-size: 2em;
  }
  #game-features .card-lower-section h4 {
    font-size: 1.4em;
    font-weight: 400;
  }
  #game-features .card-lower-section p {
    font-size: 1.2em;
  }
 
  #gallery h1 {
    font-size: 2em;
  }
  #game-about h1 {
    font-size: 2em;
  }
  #game-about p {
    font-size: 1.2em;
  }
  .item-box p {
    font-size: 1.2em;
  }

  #game-more p {
    font-size: 1.2em;
  }

  #faq-section h1 {
    font-size: 2em;
  }
  .accordion-item-header {
    font-size: 1.2em;
  }
  .accordion-item-header::after {
    font-size: 2rem;
  }
  .accordion-item-body {
    font-size: 1.2em;
  }
  
  #game-features .card {
   
    flex: 0 0 100%;
   
  
   
    width: 100%;
  
    text-decoration: none;
    
   
  
  }
 
}

/* Smartphone */
@media (min-width: 320px) and (max-width:688px){

  #game-features .cards{
    padding:20px;

}
#game-features .card {
   
  flex: 0 0 100%;
 

 
  width: 100%;

  text-decoration: none;
  
 

}

  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
  }
  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list {
    left: 0%;
  }
  .navbar .menu-list li {
    margin-top: 45px;
  }
  .navbar .menu-list li a {
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a {
    margin-left: 0px;
  }
  .navbar .logo {
    height: 60px;
    margin: 4px 10px;
    
    
  }

  .navbar .logo a {
    font-size: 27px;
  }
 
 
  
  #game-features .card-lower-section h4 {
    font-size: 1.4em;
    font-weight: 400;
  }
  #game-features .card-lower-section p {
    font-size: 1.2em;
  }
  #game-features .card{
    padding-bottom: 50px;

  }


  #game-about p {
    font-size: 1.2em;
  }
  .item-box {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item-box div {
    width: 95%;
    display: inline-block;
    flex: 0 0 90%;
  }
  .item-box .left img {
    width: 100%;
    height: 100%;
  }
  .item-box .right img {
    width: 100%;
    height: 100%;
  }
  #first-row ,#third-row{
    flex-direction: column-reverse ;


  } 
  .item-box div h2 {
    margin-bottom: 30px;
    padding: 20px;
    display: inline-block;
    text-transform: uppercase;
  }
  .item-box div p {
    font-size: 1.2em;
    padding: 10px;
  }
  #game-more h1 {
    font-size: 2em;
  }

  #game-more h1 {
    font-size: 2em;
  }
  #game-features h1 {
    font-size: 2em;
  }
  #game-more p {
    font-size: 1.2em;
  }
  #game-about h1 {
    font-size: 2em;
  }

  #faq-section h1 {
    font-size: 2em;
  }
  .accordion-item-header {
    font-size: 1.2em;
  }
  
  .accordion-item-body {
    font-size: 1.2em;
  }
  .slideshow-container {
    max-width: 90%;
    position: relative;
    margin: auto;
  }
  #top-section {
    
    height: 80vh;
    
  }
  .prev, .next {
    font-size: 14px
  }
    .dot {
       
        height: 14px;
        width: 14px;
      
    }
  
  
}


@media only screen and (max-width: 300px) {
  .prev, .next {
    font-size: 11px
  }
  .dot {
    height: 10px;
    width: 10px;
  }
}








/* Media Queries End */

/* Video Frame Start */


.video-container video {
  display: block; 
	width: 75%; 
	margin: 0 auto;  
}

#game-video {
  background-color: #ffea31;
  padding: 0 0 100px;
}

/* Video Frame End */