@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200;300;500;700;900&family=Montserrat:wght@100;300;400;500;600;700;800&family=Ubuntu:ital,wght@0,300;0,400;1,300&display=swap');


 .my-body {
     background-image:linear-gradient(to right, #01090b,rgba(48, 45, 45, 0.6) ), url('../images/newbg.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     position: relative;
    
 }
.welcome-two {
    margin-top: 8rem;
    align-items: center;
    width: 100vw;
    padding: 50px 0;

}


.welcome{
    margin-top: 4rem;
    align-items: center;
    width: 100vw;
    /* padding: 50px; */
    
}
.welcome h1,.welcome-two h1{
    color: white;
    font-size: 50px;
    font-weight: 700;
    font-family: montserrat;
}
.welcome p,.welcome-two p{
    color: white;
    font-size: 25px;
    font-weight: 400;
    font-family: montserrat;
}
  .custom-button-blue {
      background-color:#03244d!important;
      border-color: #03244d!important;
      color: #fff!important;
      margin: 0.3rem;
      padding: 1rem;

  }
   /* .custom-button-blue:hover{
    background-color: #dc3545 !important;
        border-color: #dc3545 !important;
        color: #fff !important;
        margin: 0.3rem;
        padding: 1rem;
   } */


  .custom-button-red {
      background-color: #dc3545!important;
      border-color: #dc3545!important;
      color: #fff!important;
    margin: 0.3rem;
    padding: 1rem;
  }
  /* .custom-button-red:hover {
    background-color: #03244d !important;
        border-color: #03244d !important;
        color: #fff !important;
        margin: 0.3rem;
        padding: 1rem;
  }
   */

  .my_game-image{
    width: 80%;
    height: 20rem;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  /* game images */
  /* .game-images img{
    width:400;
    height: 300px;
    margin: auto;
  } */
  /* end game inages */
/* footer start */
/* .transparent-footer{
     position: fixed;

 } */
#currentYear{
    color: #dc3545!important;
}
   .custom-accordion-button {
       background-color: #007bff;
       /* Change button background color */
       color: #fff !important;
       /* Change button text color */
   }

   /* Custom styles for the accordion icon */
   .custom-accordion-button::after {
       color: #fff;
       /* Change icon color */
   }

/* navbat end */

/* small screen */
  @media (max-width: 767px) {
      .welcome-two {
        margin-top: 2rem;
            align-items: center;
            width: 100vw;
            padding: 50px 0;
            justify-content: center;
            margin: 2rem;
      }

          .welcome {
              margin-top: 4rem;
              /* align-items: center; */
              width: 100vw;
              padding: 5px;
    
          }

          .wellimage img{
            width: 90% !important;
            justify-content: center;
            margin:3px;
          }
  }
/* end samall screen */
