@font-face {
  font-family: Rajdhani-Bold;
  src: url(/fonts/Rajdhani-Bold.ttf);
}

@font-face {
  font-family: Rajdhani-Light;
  src: url(/fonts/Rajdhani-Light.ttf);
}

@font-face {
  font-family: Rajdhani-Medium;
  src: url(/fonts/Rajdhani-Medium.ttf);
}

@font-face {
  font-family: Rajdhani-Regular;
  src: url(/fonts/Rajdhani-Regular.ttf);
}

@font-face {
  font-family: Rajdhani-SemiBold;
  src: url(/fonts/Rajdhani-SemiBold.ttf);
}

body {
  font-family: Rajdhani-Regular;
}

.navbar {
  background: transparent;
  width: 100%;
  margin-top: 0;
  z-index: 999;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  min-height: 100px;
}

/* .navbar .container{
padding: 0;
} */

@media screen and (max-width: 992px) {
  .navbar {
    min-height: 76px;
  }
}

.navbar-nav {
  font-family: Rajdhani-Bold;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  /* margin-top: 35px; */
}

.nav-link {
  color: #010101;
}

.maindiv {
  height: 800px;
  background-image: url(/images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1599px) {
  .maindiv {
    height: 650px;
  }
}

@media screen and (max-width: 1299px) {
  .maindiv {
    height: 550px;
  }
}

.vectorob_2 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 460px) {
  .vectorob_2 {
    top: 40%;
  }
}

.characters_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.minting_div {
  background-image: linear-gradient(90deg,
      rgba(246, 213, 111, 0.9999999999999999) 0%,
      rgba(244, 159, 49, 0.996078431372549) 100%);
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .minting_div {
    padding-top: 0;
  }
}

.minting_head {
  font-family: Rajdhani-Bold;
  font-size: 72px;
  font-weight: 700;
}

.public_para .head_public_para {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Rajdhani-bold;
  margin-top: 51px;
  text-transform: uppercase;

}

.public_para p {
  font-size: 18px;
  font-weight: 700;
  font-family: Rajdhani-Bold;
  margin-bottom: 0;
}

.public_para p span {
  font-family: Rajdhani-Regular;
}

.public_list {
  padding-left: 25px;
}

.public_list li {
  font-size: 18px;
}

.minting_btn {
  border: 0px;
  background: transparent;
  margin-top: 35px;
}

/* ///////////////about-section//////////////// */
.about_heading {
  font-size: 72px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700s;
  font-family: Rajdhani-Bold;
  text-align: center;
  z-index: 1;
  margin-top: 105px;
}


/* /////////////////////////////////////////// */
.slider_div {
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .slider_div {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slider_div {
    padding-top: 20px;
  }
}

.specs_heading, .spec_heading {
  font-size: 72px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: Rajdhani-Bold;
}

.specs_para {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: Rajdhani-Regular;
}

.specs_list {
  flex-wrap: wrap;
}

.specs_list ul li {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: Rajdhani-Bold;
  margin-right: 25px;
}

.charecter_photo1 {
  position: absolute;
  left: -120px;
  top: 435px;
}

/* ////////////faqs-section//////////////////////// */
.faqs_section {
  background-image: linear-gradient(90deg,
      rgba(125, 222, 129, 0.996078431372549) 0%,
      rgba(199, 239, 149, 0.9999999999999999) 100%);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faqs_heading h1 {
  font-size: 72px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: Rajdhani-Bold;
  text-align: center;
  padding-bottom: 58px;
}

.accordion-button,
.accordion-body {
  background-color: transparent;
}

.accordion-item {
  margin-bottom: 24px;
  border-radius: 25px !important;
  background-color: #fff2bc;
  border-top: 5px solid black !important;
  border: 5px solid black;
  border-image-slice: 4;
  border-image-width: 2;
  border-image-outset: 0;
  border-image-source: url(../images/border.svg);
}

.accordion-button {
  font-size: 25px;
  font-family: Rajdhani-Bold;
  border: 0;
  border-radius: 20px !important;
  color: #000000;
  padding: 30px 20px;
}

.accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

@media screen and (max-width: 992px) {
  .accordion-button {
    padding: 20px 15px;
  }
}

.accordion-button:focus {
  outline: none;
  box-shadow: none !important;
  border: 0 !important;
}

.accordion-body {
  padding-top: 0;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

.accordion {
  --bs-accordion-active-bg: #fff2bc;
}

/* //////////////footer section/////////////// */
.footer_div {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.foot_para {
  height: 16px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: Rajdhani-Regular;
  margin-bottom: 0;
}

.slick-slide {
  margin: 0 20px;
  border-radius: 20px !important;
  border: 5px #000000 !important;
}

@media screen and (max-width: 1399px) {
  .slick-slide {
    margin: 0 10px;
  }
}

.animated_photo {
  margin-left: 20px;
}

/* /////////////////////responsive section//////////////////////////// */
@media only screen and (min-width: 1450px) and (max-width: 1650px) {

  .charecter_photo1 {
    left: -18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {

  ._about_para {
    margin-top: 50px;
    display: inline-block;
  }

  .photo_booth {
    margin-top: 180px;
    margin-left: 100px;
    width: 36%;
    padding: 0;
  }

}


@media only screen and (max-width: 1199px) {

  .photo_booth {
    margin-top: 180px;
    margin-left: 130px;
    width: 36%;
    padding: 0;
    text-align: center;
  }

}

@media only screen and (max-width: 1023px) {

  .charecter_photo1 {
    position: absolute;
    left: 19px;
    top: 438px;
    width: 15%;
  }

  .photo_booth {
    margin-top: 180px;
    margin-left: 130px;
    width: 36%;
    padding: 0;
    text-align: center;
  }

  .faqs_heading h1 {
    font-size: 60px;
  }

}

@media only screen and (max-width:992px) {

  .maindiv {
    height: 400px;
  }


  .minting_head {
    margin-top: 100px;
  }

  .minting_head {
    font-size: 60px;
  }

  .public_para .head_public_para {
    margin-top: 30px;
  }

  .public_list li {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }

  .about_heading {
    font-size: 60px;
  }

  .specs_heading {
    font-size: 60px;
  }

  /* /////////rerity//////////////////// */
  .charecter_photo1 {
    position: absolute;
    left: 0px;
    top: 395px;
    width: 16%;
  }


  .faqs_heading h1 {
    font-size: 50px;
  }
}

/* **************************************************************************** */
@media only screen and (min-width:576px) and (max-width:767px) {
  .maindiv {
    height: 310px;
  }

  .characters_img {
    width: 90%;
  }

  .minting_head {
    font-family: Rajdhani-Bold;
    font-size: 55px;
    line-height: 15px;
    font-weight: 700;
    margin-top: 115px;
  }

  .minting_btn {
    width: 65%;
  }

  .charecter_photo1 {
    position: absolute;
    left: 33px;
    top: 376px;
    width: 27%;
  }

  .spec_heading {
    font-size: 55px;
  }

  .faqs_heading h1 {
    font-size: 55px;
    padding-bottom: 31px;
  }

  .accordion-button, .accordion-body {
    height: 100%;
    border-radius: 0 0 20px 20px;
  }
}

/* **************************************************************************** */
@media only screen and (min-width:320px) and (max-width:575px) {


  .characters_img {
    width: 90%;
  }

  .minting_head {
    font-family: Rajdhani-Bold;
    font-size: 45px;
    line-height: 15px;
    font-weight: 700;
    margin-top: 100px;
  }

  .public_para .head_public_para {
    font-size: 22px;
  }

  .minting_btn {
    width: 65%;
  }

  .specs_heading, .about_heading {
    font-size: 45px;
  }

  .photo_booth {
    width: 85%;
    margin-top: 85px;
  }

  .rarity_img {
    margin-top: 0;
  }

  .charecter_photo1 {
    position: absolute;
    left: 36px;
    top: 276px;
    width: 27%;
  }

  .spec_heading {
    font-size: 45px;
    text-align: center;
  }

  .faqs_heading h1 {
    font-size: 34px;
    line-height: 45px;
    padding-top: 55px;
    padding-bottom: 21px;
  }

  .foot_para {
    width: auto;
    height: auto;
  }
}

.specs_part {
  margin-top: 130px;
}

@media screen and (max-width: 992px) {
  .specs_part {
    margin-top: 75px;
  }
}

@media screen and (max-width: 576px) {
  .specs_part {
    margin-top: 40px;
  }
}

.rarity_part {
  margin-top: 100px;
}

@media screen and (max-width: 992px) {
  .rarity_part {
    margin-top: 50px;
  }
}

.char-container {
  margin-top: 65px;
}

.char_photobox {
  width: 20%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  position: relative;
  height: 190px;
  padding-top: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.5;
  margin-bottom: 16px;
}

.char_photobox:hover img {
  filter: grayscale(200);
}

@media screen and (max-width: 1199px) {
  .char_photobox {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .char_photobox {
    height: 140px;
  }
}

@media screen and (max-width: 576px) {
  .char_photobox {
    /* height: 140px; */
    width: 33.33%;
  }
}

.charc-info {
  font-family: Rajdhani-Bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 94px;
  padding: 7px;
  top: 0px;
  right: 0;
  background-color: #ffffff;
  border-radius: 20px;
}

.charc-info::before {
  content: "";
  width: 100%;
  height: 70px;
  background-image: url(../images/comment-box.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
}

.charc-info h6 {
  font-size: 15px;
  line-height: 15px;
  position: relative;
  z-index: 1;
}

.charc-info span {
  font-size: 10px;
  position: relative;
  z-index: 1;
}

.charc-info h4 {
  display: inline-block;
  line-height: 24px;
  position: relative;
  z-index: 1;
}

.foot_logo {
  filter: brightness(500%) grayscale(100%) contrast(200%);
}

.logo {
  width: 100px;
  height: 74px;
  display: none;
}

.nav-fixed {
  background-color: #ffffff;
}

.nav-fixed .logo {
  display: block;
}

.swiper-wrapper .item img {
  width: 100%;
}

#rerity-img {
  height: 543px;
}

@media screen and (max-width: 1199px) {
  #rerity-img {
    height: 450px;
  }
}

.specs-images {
  position: relative;
  border-radius: 20px;
  border: 16px solid #000000;
  border-image-slice: 4;
  border-image-width: 2;
  border-image-outset: 0;
  border-image-source: url(../images/border.svg);
  overflow: hidden;
}

.specs-images img {
  width: 100%;
  height: 100%;
  border: 8px solid #000;
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .specs-images {
    border-width: 8px;
  }

  .specs-images img {
    border: 4px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .specs-images {
    margin-top: 24px;
  }
}

.border-rb {
  border-top: 0 !important;
  border-left: 0 !important;
}

.border-lb {
  border-top: 0 !important;
  border-right: 0 !important;
}

.border-tr {
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.border-tl {
  border-bottom: 0 !important;
  border-right: 0 !important;
}


.nav-social-icons {
  display: flex;
  justify-content: flex-end;
}

.nav-social-icons a img {
  height: 27px;
  margin: 0px 10px 0 10px;
}

@media screen and (max-width: 576px) {
  .maindiv {
    height: 200px;
  }
}

@media screen and (max-width: 360px) {
  .maindiv {
    height: 170px;
  }
}


@media screen and (min-width: 2200px) {
  .container {
    max-width: 1600px;
  }

  body {
    font-size: 22px;
  }

  .nav-link {
    font-size: 28px;
  }

  .maindiv {
    height: 1000px;
  }

  .public_para .head_public_para {
    font-size: 30px;
  }

  .public_para p, .public_list li {
    font-size: 22px;
  }

  .specs_para, .specs_list ul li {
    font-size: 22px;
  }

  .char_photobox img {
    width: 100%;
  }

  #rerity-img {
    height: 600px;
  }

  .char_photobox {
    height: 250px;
  }

  .charc-info h6 {
    font-size: 22px;
    line-height: 22px;
  }

  .charc-info span {
    font-size: 15px;
  }

  .foot_para a {
    font-size: 20px;
  }

  .charc-info h4 {
    font-size: 30px;
  }

  .charc-info {
    width: 120px;
    padding: 10px 7px
  }

  .charc-info::before {
    height: 110px;
  }

}

@media screen and (max-width: 767px) {
  .rarity_img {
    display: none !important;
  }

  .char-container {
    margin-top: 20px;
  }

  .char_photobox:hover img {
    filter: none;
  }
}

@media screen and (max-width: 992px) {
  .logo {
    height: 50px;
    width: auto;
  }

  .charc-info {
    top: -21px;
  }

  .char_photobox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .charc-info {
    top: -11px;
  }

  .char_photobox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .char-container {
    margin-top: 50px;
  }

  .charc-info {
    top: -41px;
  }

  .char_photobox {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {

  /* .char-container{
    margin-top: 50px;
  } */
  .charc-info {
    top: -45px;
  }

  .char_photobox {
    margin-bottom: 50px;
  }

  .char_photobox {
    height: 130px;
  }

  .about_heading {
    margin-top: 50px;
  }

  .faqs_section {
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 10px;
  }

}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #FFFFFF;
    padding: 40px;
  }

  .nav-social-icons {
    display: flex;
    justify-content: flex-start;
  }
}
