
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,600;0,700;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(4 1 45);
  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: 'Anton', 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/slider.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, #f49f06, #d55800);
  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;
  font-weight: bold;
}

.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-size: 46px;
  text-shadow: 4px 1px 1px #f49f06;
  color: #fad901 !important;
  font-weight: 800;
}

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

#neonShadow:hover {
  background-color: #ffc400;
}

#neonShadow:hover span {
  color: #300620;
}

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

@keyframes glow {
  0% {
    box-shadow: 5px 5px 20px #f49f06, -5px -5px 20px rgb(168 126 52);
  }

  50% {
    box-shadow: 5px 5px 20px #e88600, -5px -5px 20px #e88600;
  }

  100% {
    box-shadow: 5px 5px 20px #430d1b, -5px -5px 20px #430d1b;
  }
}

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

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

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

section.games {
  padding: 50px 0;
}

h2 {
 
  font-size: 46px;
  font-weight: bolder;
  text-shadow: 6px 0px 20px #f49f06;
  font-size: 45px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: bolder;
  font-family: 'Zilla Slab', serif;
  color: #fad901;
text-shadow: 4px 1px 0px #f49f06;
}

/* card games-img css */
.card.games_img {
  border: 0;
  background-color: #e88600;
  transition: all .3s ease-in-out;
  border-radius: 23px;
}

.card.games_img:hover {
  transform: skewX(-5deg);
}

.games_img img {
  transition: all .3s ease-in-out;
  animation: glow_2 1s infinite;
  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: 140px 0;
  background: red;
  background: url(./imgs/downloadimg.webp);
  background-position: bottom;
}

h4 {
  font-size: 39px;
  margin-bottom: 19px;
  font-weight: 900;
  color: #f19805;
  text-shadow: 6px 0px 20px #f49f06;
}

.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 svg {
  box-shadow: 0 0 20px 6px #f49f06;
  font-size: 45px;
  border: 5px solid #04012d;
  height: 55px;
  width: 55px;
  border-top-left-radius: 30px;
  background: #f49f06;
  padding: 20px;
  /* border-radius: 50%; */
  border-bottom-right-radius: 30px;
}

.footer span {
  padding: 10px;
  background: #05013b;
  width: 100%;
  display: block;
}

.about_us {
  padding-top: 50px;
}

@media (max-width:600px) {

  section.hero {
    height: 100%;
    padding: 80px 0;
  }

  #app {
    font-size: 35px;
    text-shadow: 4px 1px 1px #f49f06;
    color: #fad901 !important;
    font-weight: 800;
  }


#neonShadow {
  line-height: 1;
}

#neonShadow span {
  line-height: 2;
  font-size: 22px;
}

h2 {
  font-size: 32px;
}

.connetct_with_support,
section.download {
  padding: 50px 0;
}
}


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

  #app span {
    font-size: 35px;
  }
  section.download {
    text-align: center;
    padding: 60px 0;}
    .connetct_with_support {
      padding: 75px 0;}
      h2.text-center.mb-5 {
        font-size: 30px;
    }
}
