:root {
  --theme-primary: #ffd78a;
  --theme-secondary: rgb(0 16 22);
}
@font-face {
  font-family: "theme_font";
  src: url(../font/Artifakt\ Element\ Bold.woff.ttf);
}
*,
body {
  margin: 0;
  /* background-color: rgb(0 16 22); */
  padding: 0;
  font-family: "theme_font";
}
.pt-150 {
  padding-top: 150px;
}

button,
button:focus,
.btn,
.btn:focus {
  outline: 0;
}

section {
  overflow: hidden;
}

.fw-600 {
  font-weight: 600;
}

.text-theme {
  color: var(--theme-primary);
}

.btn-theme {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
  color: white;
  font-weight: 600;
}

.btn-theme:hover {
  background-color: var(--theme-secondary);
  border-color: var(--theme-secondary);
  color: white;
  box-shadow: 0 0 8px -2px rgb(217 113 46 / 50%);
}

.btn-theme:focus {
  box-shadow: 0 0 0 0.25rem rgb(245 131 30 / 25%);
}

.main_nav {
  padding: 20px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.main_nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  border-bottom: 3px solid #ffd78a;
  display: inline-block;
  width: 35%;
  height: 5px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main_nav .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 20px;
  /* padding: 10px 20px; */
  position: relative;
  padding: 10px 30px 10px 30px;
}
.main_nav .navbar-nav .nav-item.active .nav-link::after {
  opacity: 1;
}
.main_nav .navbar-nav .nav-item .nav-link:hover:after {
  opacity: 1;
}
.main_nav .main_logo {
  font-size: 20px;
  color: var(--theme-primary) !important;
}
.main_nav .main_logo img {
  width: 120px;
}
.main_nav .main_logo:hover {
}
.main_nav .main_logo p {
  margin-bottom: 0;
}
.hero_bg {
  padding: 200px 0px;
  background: url(../images/home-star.png) no-repeat;
  position: relative;
  background-position: 75% 90%;
  /* background-size: 96% 100%; */
  background-color: var(--theme-secondary);
}

.hero_main h5 {
  font-size: 28px;
  color: white;
  margin-bottom: 80px;
}
img {
  background: transparent !important;
}
.hero_main .hero_main_img {
  width: 245px;
}
.hero_img img {
  width: 415px;
}
.hero_img {
  position: absolute;
  bottom: -100%;
  right: 20%;
}

.about_bg {
  padding: 60px 0px;
  background: url(../images/about-star.png) no-repeat;
  position: relative;
  background-position: 62% 72%;
  background-color: var(--theme-secondary);
}
.about_content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_content p {
  font-size: 24px;
  color: white;
}

.about_content .btn_buy {
  background: var(--theme-secondary);
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 800;
  border-radius: 0;
  border: 1px solid white;
}

.fire_img_1 {
  position: absolute;
  width: 360px;
  top: 0;
  left: 90px;
}

.fire_img_2 {
  position: absolute;
  width: 130px;
  top: 40%;
  right: 15%;
}

.map_bg {
  background: url(../images/map-star.png) no-repeat;
  background-position: 43% 11%;
  background-color: var(--theme-secondary);
  background-size: contain;
}

.road_map_heading h1 {
  color: var(--theme-primary);
  font-size: 35px;
  margin-bottom: 50px;
}

.road_map_content h5 {
  color: var(--theme-primary);
  font-size: 20px;
  margin-bottom: 25px;
}
.road_map_content p {
  font-size: 18px;
  color: white;
  line-height: 30px;
}

.road_map_content .map_point_4 {
  margin-top: -60px;
}
.rarity_bg {
  background: url(../images/rarity-star.png) no-repeat;
  background-position: 90% 11%;
  background-color: var(--theme-secondary);
  padding-top: 150px;
  background-size: 70%;
  padding-bottom: 70px;
}
.rarity_content h1 {
  color: var(--theme-primary);
  font-size: 35px;
  margin-bottom: 70px;
  text-align: center;
}
.owl-tabs .item {
  position: relative;
}
.owl-tabs .item a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.owl-tabs .item a:hover {
  text-shadow: -1px 5px 10px #6c6c6c;
}
.owl-tabs .item h4 {
  font-size: 24px;
  color: white;
  text-align: center;
}
.owl-tabs .item::after {
  content: "||";
  position: absolute;
  color: white;
  right: -16px;
  font-size: 24px;
  top: 50%;
  transform: translate(0px, -50%);
}
.owl-tabs .owl-nav {
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  margin: 0;
}
.owl-tabs .owl-nav button.owl-next {
  font-size: 30px;
  color: white;
  right: -50px;
  position: absolute;
  background: #b7b7b761;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 30px; */
  margin: 0;
}
.owl-tabs .owl-nav button.owl-prev {
  font-size: 30px;
  color: white;
  left: -50px;
  position: absolute;
  background: #b7b7b761;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 30px; */
  margin: 0;
}
.owl-tabs .owl-nav button.owl-prev span {
  margin-bottom: 5px;
}
.owl-tabs .owl-nav button.owl-next span {
  margin-bottom: 5px;
}
.tabs-main {
  margin-top: 90px;
}

.tabs-img .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  display: block !important ;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
.tabs-img .owl-nav button.owl-next {
  font-size: 30px;
  color: white;
  right: -120px;
  position: absolute;
  background: #b7b7b761;
  width: 45px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 30px; */
  margin: 0;
}
.tabs-img .owl-nav button.owl-prev {
  font-size: 30px;
  color: white;
  left: -120px;
  position: absolute;
  background: #b7b7b761;
  width: 45px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 30px; */
  margin: 0;
}
.tabs-img .owl-nav button.owl-prev span {
  margin-bottom: 5px;
}
.tabs-img .owl-nav button.owl-next span {
  margin-bottom: 5px;
}

.tabs-img p {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  text-transform: capitalize;
}

.faq_bg {
  background: url(../images/faq-star.png) no-repeat;
  background-position: 45% -10%;
  padding: 150px 0px;
  background-color: var(--theme-secondary);
}
.faq_content h1 {
  color: var(--theme-primary);
  font-size: 35px;
  margin-bottom: 50px;
}

.faq_content h5 {
  color: var(--theme-primary);
  font-size: 20px;
  margin-bottom: 25px;
}
.faq_content p {
  font-size: 18px;
  color: white;
  line-height: 30px;
}

.arrow_img_1 {
  position: absolute;
  top: 162px;
  left: 51%;
  width: 470px;
}
.arrow_img_2 {
  position: absolute;
  top: 38%;
  left: 28%;
  width: 500px;
}
.arrow_img_3 {
  position: absolute;
  top: 55%;
  right: 3%;
  width: 175px;
}
.arrow_img_4 {
  bottom: 22%;
  right: 3%;
  position: absolute;
  height: 160px;
  width: 55%;
}
.arrow_img_5 {
  position: absolute;
  bottom: 7%;
  left: 16%;
  width: 330px;
}

@media only screen and (max-width: 1050px) {
  .hero_img img {
    width: 350px;
  }
  .hero_img {
    bottom: -70%;
    right: 22%;
  }
  .fire_img_1 {
    width: 200px;
  }
  .fire_img_2 {
    width: 80px;
  }
  .arrow_img_1 {
    top: 162px;
    left: 54%;
    width: 400px;
  }
  .arrow_img_2 {
    top: 41%;
    left: 24%;
    width: 500px;
    height: 163px;
  }
  .arrow_img_3 {
    top: 57%;
  }
  .arrow_img_4 {
    bottom: 22%;
    right: 12%;
    width: 500px;
    height: 145px;
  }
  .arrow_img_5 {
    position: absolute;
    bottom: 7%;
    left: 16%;
    width: 200px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .main_nav {
    padding: 5px 30px;
  }
  .navbar-light .navbar-toggler {
    background: white;
  }
  .main_nav .navbar-nav {
    margin: 30px;
    margin-left: 30px !important;
  }
  .main_nav .navbar-nav .nav-item .nav-link {
    text-align: center;
    background: var(--theme-secondary);
    padding: 20px 0px;
  }
  .main_nav .navbar-nav .nav-item {
    border-bottom: 1px solid #9b9b9b;
  }
  .main_nav .navbar-nav .nav-item:last-child {
    border: 0;
  }
  .hero_main h5 {
    text-align: center;
    margin-bottom: 50px;
  }
  .hero_main .hero_main_img {
    margin-top: 50px;
  }
  .hero_img {
    bottom: -34%;
    right: 43%;
  }
  .fire_img_1 {
    left: 40px;
    width: 170px;
  }
  .fire_img_2 {
    right: 6%;
  }
  .road_map_content .map_point_4 {
    margin-top: 30px;
  }
  .arrow_img_1 {
    top: 162px;
    left: 68%;
    width: 230px;
  }
  .arrow_img_2 {
    position: absolute;
    top: 39%;
    left: 23%;
    height: 150px;
    width: 209px;
  }
  .arrow_img_3 {
    top: 51%;
    right: 27%;
    width: 184px;
  }
  .arrow_img_4 {
    width: 308px;
  }
  .pt-150 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .main_nav {
    padding: 5px 15px;
  }
  .navbar-light .navbar-toggler {
    background: white;
  }
  .main_nav .main_logo img {
    width: 70px;
  }
  .main_nav .navbar-nav .nav-item {
    margin-bottom: -2px;
  }
  .main_nav .main_logo p {
    font-size: 14px;
  }
  .main_nav .navbar-nav {
    margin: 30px;
    margin-left: 30px !important;
  }
  .main_nav .navbar-nav .nav-item .nav-link {
    text-align: center;
    background: var(--theme-secondary);
    padding: 20px 0px;
  }
  .main_nav .navbar-nav .nav-item {
    border-bottom: 1px solid #9b9b9b;
  }
  .main_nav .navbar-nav .nav-item:last-child {
    border: 0;
  }
  .hero_main h5 {
    text-align: center;
    margin-bottom: 50px;
  }
  .hero_main .hero_main_img {
    margin-top: 50px;
  }
  .hero_img {
    bottom: -14%;
    right: 46%;
  }
  .fire_img_1 {
    left: 15px;
    width: 155px;
  }
  .fire_img_2 {
    right: 6%;
    top: 73%;
  }
  .road_map_content .map_point_4 {
    margin-top: 30px;
  }
  .arrow_img_1 {
    display: none;
  }
  .arrow_img_2 {
    display: none;
  }
  .arrow_img_3 {
    display: none;
  }
  .arrow_img_4 {
    display: none;
  }
  .arrow_img_5 {
    display: none;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .about_content p {
    font-size: 16px;
  }
  .about_content .btn_buy {
    font-size: 18px;
  }
  .hero_main .hero_main_img {
    width: 150px;
  }
  .hero_img img {
    width: 180px;
  }
  .about_bg {
    padding: 150px 0px;
  }
  .hero_bg {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .road_map_heading h1 {
    text-align: center;
  }
  .planet-img {
    width: 70px;
    margin-bottom: 20px;
  }
  .owl-tabs .owl-nav button.owl-prev {
    font-size: 27px;
    color: white;
    left: 5px;
    position: absolute;
    background: #b7b7b761;
    width: 30px;
    height: 45px;
  }
  .owl-tabs .owl-nav button.owl-next {
    font-size: 27px;
    color: white;
    right: 5px;
    position: absolute;
    background: #b7b7b761;
    width: 30px;
    height: 45px;
  }
  .tabs-img .owl-nav {
    top: 35%;
  }
  .tabs-img .owl-nav button.owl-prev {
    font-size: 26px;
    color: white;
    left: 0;
    position: absolute;
    background: #b7b7b761;
    width: 40px;
    height: 65px;
  }
  .tabs-img .owl-nav button.owl-next {
    font-size: 26px;
    color: white;
    right: 0;
    position: absolute;
    background: #b7b7b761;
    width: 40px;
    height: 65px;
  }
  .owl-tabs .item::after {
    display: none;
  }
}
