@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Smooch Sans';
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 96px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.15em;
  color: #7DCFC3;

}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #7DCFC3;
}

h5 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

/**navbar css**/
.signin {
  width: 140px;
  height: 38px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #7DCFC3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
}

.signin:hover {

  color: #7DCFC3;
  background-color: #fff;
  border-color: #7DCFC3;

}

.connect {
  width: 140px;
  height: 38px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  background: #7DCFC3;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 28px;
  color: #FFFFFF;
}

.connect:hover {

  color: #7DCFC3;
  background-color: #fff;
  border-color: #fff;

}

.play {
  width: 180px;
  height: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #FFFFFF;
  background: #7DCFC3;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 28px;
  border-color: #7DCFC3;
}

.play:hover {

  color: #7DCFC3;
  background-color: #fff;
  border-color: #7DCFC3;

}

.learn {
  width: 180px;
  height: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #7DCFC3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* Note: backdrop-filter has minimal browser support */
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  color: #FFFFFF;
}

.learn:hover {

  color: #7DCFC3;
  background-color: #fff;
  border-color: #fff;

}

.logo {
  width: 100px;
}

.navbar-dark .navbar-nav .nav-item {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Smooch Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

/**home banner css**/

.item.active {
  height: 695px !important;
}

.item img {
  object-fit: cover;
  height: 100% !important;
}

.custom_slide {
  /*max-width: 1440px;*/
  /*height: 850px;*/
  /*margin: auto;*/
}

.custom_carousel .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 25%;
  top: 15%;
  left: 0;
  max-height: 500px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-inner {
  position: relative;
}

.h_line {
  position: absolute;
  top: 158px;
  left: 25%;
  background: rgba(232, 232, 232, 0.5);
  box-shadow: 0px 20px 25px rgb(0 0 0 / 25%);
  border-radius: 1px;
  height: 2px !important;
  width: 50%;
  border-width: 0;
  color: red;
}

/**build clan **/
.title img {
  width: 100%;
  height: 270px;
}

.pt-7 {
  padding-top: 70px;
}

.build_clan {
  position: relative;
  /* background: linear-gradient(180deg, #333130 0%, #000000 65%); */
}


.titlee p {
  padding-top: 18px;
  padding-bottom: 40px;

  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #7DCFC3;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);

}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}

.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.card1:before {
  background-image: url(../images/char1.png);
}

.card2:before {
  background-image: url(../images/char2.png);
}

.card3:before {
  background-image: url(../images/char3.png);
}

.card4:before {
  background-image: url(../images/char4.png);
}


.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.content>*+* {
  margin-top: 1rem;
}





@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.titlee) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.titlee),
  .card:focus-within .content>*:not(.titlee) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.titlee) {
    transition-duration: 0s;
  }
}

/** gaming experience css**/
.game_bg {
  background: #1E2322;
}

.game_exp_txt p {
  width: 587px;
}

.game_experience_img {
  padding-bottom: 100px;
  padding-top: 57px;
}

.game_exp_txt {
  padding-top: 110px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.line_img1 {
  position: absolute;
  z-index: 0;
  top: 75px;
  left: 0;
}

.line-width {
  width: 1210px;
  height: 833px;
}

/**launch schedule css**/
.phases {
  position: relative;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 0.5px;
  left: -13px;
  min-height: 4em;
  background-color: #FFFFFF;
  ;
  opacity: .25;
  position: absolute;
}

.game_anim {
  position: relative;
}

.game-screen {

  /* background: url(../images/boy-anim.png) no-repeat; */
  background-size: 100% auto;
  background-size: 112% auto;
  width: 136px;
  height: 404px;
  position: absolute;
  top: -85px;
  /* right: -38px;*/
  left: -140px;
}

.launch_schd_img {
  padding-top: 100px;
}

.launch_schd_txt {
  padding-top: 110px;

  font-weight: 400;
  font-size: 24px;
  line-height: 29px;

  color: #FFFFFF;
}

.launch_schd_txt p {
  width: 100%;
  /* word-wrap: break-word; */
}

.lch_hr {
  width: 100%;
  border: 1px solid rgba(150, 150, 150, 0.5);
}

.phases p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.line_img2 {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 781px;

}

.line-width2 {
  width: 1288px;
  height: 851px;
}

.launch_mtr {
  padding-bottom: 131px;
}

/**stay_infrmd**/
.stay_infrmd {
  padding-top: 74px;
  padding-bottom: 74px;
  background-image: url(../images/stay-infrm.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stay_infrm_txt {
  width: 587px;
}

.stay_infrm_txt p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/**Footer css**/
.footer_bg {
  padding-top: 36px;
  padding-bottom: 43px;

  background-color: #000000;
}

.footer_b {
  border: 0.5px solid #969696;
}

.footer_play {
  width: 127px;
  height: 49px;
}

.footer-logo {
  width: 219px;
  height: 96px;
}

.custom_fnav li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;

}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgb(63, 63, 63);
}

.loading img {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right-animation {

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;


}

.right-animation img {
  position: fixed;
  width: 300px;
  height: 300px;
  top: 60%;
  left: 70%;

}

.right-animation1 {

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;


}

.right-animation1 img {
  position: fixed;
  width: 150px;
  height: 150px;
  top: 75%;
  left: 10%;
  animation: mymove 5s infinite;

}

@keyframes mymove {
  from {
    left: 0px;
  }

  to {
    left: 50%;
  }
}

.left-animation {

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;


}

.left-animation img {
  position: fixed;
  width: 300px;
  height: 300px;
  top: 65%;
  left: 60%;

}

.hai-images {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hai-images img {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 80%;
  left: 10%;

}

.hai-images:hover {
  display: none;
}

/* .left-animation img:hover{
  display: none;
} */

.home_banner {
  background-image: url("../images/banner_alt.png");
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr {
  color: #E8E8E8;
  background: rgba(232, 232, 232, 0.5);
  ;
  border: 0;
  width: 31%;

  height: 2px !important;
}

