

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: LilitaOne_heading;
  src: url(./fonts/Lilita_One/LilitaOne-Regular.ttf);
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Mukta_for_all;
  src: url(./fonts/Mukta/Mukta-Regular.ttf);
  font-display: swap;
  font-style: normal;
}
body {
  background-color: rgb(4 1 45);
  font-size: 18px;
  font-family: Mukta_for_all;
  font-weight: 400;
}
img{
  height: auto;
}
.about_sub_title{
  font-size: 25px;
  word-spacing: 1px;
  font-family: Mukta_for_all;
}
.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-family: LilitaOne_heading , cursive;
  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: #ffc400;
  /* animation: textclip 2s linear infinite; */
  font-weight: bold;
}

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

#app span {
  letter-spacing: 1px;
  font-size: 46px;
  font-weight: bolder;
  /* text-shadow: 6px 0px 13px #f49f06; */
  color: #fc0000 !important;
  word-spacing: 14px;
}

#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: 42px;
  margin-bottom: 30px;
  font-weight: bolder;
  font-family: LilitaOne_heading , cursive;
  color: #f49f06;
  letter-spacing: 1px;
  /* text-shadow: 2px -1px 9px #f49f06; */
  word-spacing: 10px;
}

/* 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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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 {
    padding: 19px;
    box-shadow: 0 0 20px 6px #f49f06;
    font-size: 45px;
    border: 5px solid #04012d;
    height: 130px;
    width: 135px;
    display: flex;
    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 span {
    font-size: 35px;
    font-weight: bolder;
    text-shadow: 6px 0px 20px #f49f06;
    color: #fc0000 !important;
}
#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:1440px){
  section.download{
    padding: 80px 0;
  }
}