/* @import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(0 0 0);
  font-size: 18px;
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
}

.navbar .container {
  background: #000000;
  height: 100px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 1px 10px -1px #900dffff;
}

section.hero h1 {
  font-weight: 900;
  color: #900dffff;
  font-size: 55px;
  color: #f500cb;
  font-size: 50px;
  font-weight: 800;
 font-family: 'Rowdies', sans-serif;

  margin-top: 25px;
  text-shadow: 4px 1px #ffffff;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
}

section.hero {
  height: 416px;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  background: linear-gradient(45deg, #e90dff00, #8a00ff00),
    url(./imgs/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header a.nav-link {
  color: #900dffff;
  font-weight: 600;
}

header li.nav-item {
  padding: 10px 15px;
}

.btn-success {
  color: #fff;
  background-color: #900dffff;
  border-color: #900dffff;
}
.btn-primary {
  background: linear-gradient(45deg, #10f3d2, #2500ec);
  padding: 10px 55px;
  font-size: 19px;
  border: 0;
  box-shadow: 2px 2px 2px white;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  /* background-color: #0b5ed7; */
  /* border-color: #0a58ca; */
  box-shadow: 0 0 0 0.25rem rgb(221 106 2 / 34%);
}
.hero p {
  color: white;
}

.line-1 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, .75);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

#app {
  /*font-family: 'Rowdies', sans-serif;
 */
  /* margin-bottom: 31px; */
  /* text-align: center; */
  /* font-size: 50px; */
  /* background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%); */
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #1cffd1;
  animation: textclip 2s linear infinite;
  font-weight: bold;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#app {
  font-size: 35px;
  font-weight: 100;
  text-shadow: 6px 0px 20px #2614e8;
  color: #fc0000 !important;
}

#neonShadow {
  display: block;
  line-height: 1;
  height: 100%;
  margin: auto;
  width: fit-content;
  border: none;
  border-radius: 50px;
  transition: 0.3s;
  background-color: #230041;
  animation: glow 1s infinite;
  transition: 0.5s;
  margin-top: 31px;
  text-decoration: none;
  padding: 17px 45px;
}

#neonShadow:hover {
  background-color: #1cf8d1;
}

#neonShadow:hover span {
  color: #252fe1;
}

#neonShadow span {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  transition: 0.3s;
  opacity: 1;
  color: #1cffd1;
  font-weight: 900;
}

@keyframes glow {
  0% {
    box-shadow: 5px 5px 20px #162cff, -5px -5px 20px #162cff;
  }

  50% {
    box-shadow: 5px 5px 20px #162cff, -5px -5px 20px #0819bf;
  }

  100% {
    box-shadow: 5px 5px 20px #162cffa8, -5px -5px 20px #3a4cf2;
  }
}

@keyframes glow_2 {
  0% {
    box-shadow: -5px -5px 10px #1c27c2;
  }

  50% {
    box-shadow: -5px -5px 10px #1cf6d2;
  }

  100% {
    box-shadow: -5px -5px 10px #000000;
  }
}

section.games {
  padding: 50px 0;
}

h2 {
  font-size: 46px;
  font-weight: bolder;
  text-shadow: 6px 0px 20px #14ccd7;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 100;
  letter-spacing: 2px;
 font-family: 'Rowdies', sans-serif;

  color: #1cf6d2;
  text-shadow: 9px -3px 34px 10px #242fdc;
}

/* card games-img css */

.card.games_img {
  border: 0;
  background-color: #1cf6d2;
  transition: all .3s ease-in-out;
  border-radius: 23px;
  position: relative;
  animation: glow_2 1s infinite;

}
.card_overhiden_div{
  overflow: hidden;
  border-radius: 20px;
}
.card.games_img:hover::after {
  transition: all .3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 247, 255, 0.43);
  border-radius: 20px;
  backdrop-filter: blur(3px);
}
.card.games_img:hover::before{
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
height: 50px;
width: 50px;
background-image: url(./imgs/play.7282261b79c05660.png);
z-index: 9;
background-size: cover;
background-position: center;

}
.card.games_img:hover img{
  transform: scale(1.4);

}
.games_img img {
  transition: all .3s ease-in-out;

  border-radius: 20px;
  box-shadow: 0 0 7px 5px #f49f06;
}

.games_img:hover img {
  /* transform: skewX(-5deg); */
}
.rounded
{
  border-radius: 20px !important;
}
section.download {
  text-align: center;
  padding: 120px 0;
  background: red;
  background: url(./imgs/downloadimg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

h4 {
 font-family: 'Rowdies', sans-serif;

  font-size: 56px;
  margin-bottom: 19px;
  font-weight: 100;
  color: #10f3d2;
  text-shadow: 6px 0px 20px #062cf4;
}
.connetct_with_support{
  padding: 150px 0;
  margin-top: 50px;
  background: url(./imgs/connectwithoursupport.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.social_icon_container{
  transition: all .3s ease-in-out;
}
.social_icon_container svg {
    box-shadow: 0 0 20px 6px #1cf6c4;
    font-size: 45px;
    height: 50px;
    width: 50px;
    padding: 25px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.social_icon_container svg:hover{
  background: linear-gradient(45deg, #12dbd5, #2316ea);
}
.footer span {
  padding: 10px;
  background: #001713;
  width: 100%;
  display: block;
}

.about_us{
  padding-top: 50px;
}
@media (max-width:600px){
  #neonShadow {
    padding: 10px 11px;
  }
  section.hero{
    height: 100%;
    padding: 50px 0;
  }
  #app span {
    font-size: 33px;
    /* line-height: 14px !important; */
    /* font-weight: bolder; */
    /* text-shadow: 6px 0px 20px #f49f06; */
    color: #fc0000 !important;
}
#neonShadow{
  line-height: 1;
  padding: 13px;
}
#neonShadow span {
  line-height: 2;
  font-size: 12px;
}
h2{
  font-size: 32px;
}
.connetct_with_support ,section.download{
  padding: 40px 0;
}
h4 {
  font-size: 35px;
}




}
.rounded img {
  border: 7px solid black;
  box-shadow: 0 0 0 5px #17f6d2;
}
h3 {
  color: #11e5d4 !important;
  font-size: 24px;
  font-weight: 800;
}


@media(min-width:601px)and (max-width:1340px){
  section.hero {
    height: 100%;
    padding: 50px 0;
}

#app span {
    font-size: 35px;
}

section.download {
    padding: 50px;
}

h4 {
    font-size: 37px;
}

section.connetct_with_support {
    padding: 56px;
}
}