/*-----------Add fonts----------*/

@font-face {
  font-family: 'Bocadillo-Regular';
  src: url('../fonts/Bocadillo-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Bocadillo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Bocadillo-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Bocadillo-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Bocadillo-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bocadillo-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ------ Specifications ------ */
body {
  font-family: 'Gilroy', sans-serif;
  color:#fff ;
  padding: 0;
  background-color: #1C0E32;
  background-image: url(../img/body_fone.png);
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0em;
  margin: 0;
  font-size: 15px;
  line-height: 1.3em;
   
}
div, p, form, input, a, span, button {
  box-sizing: border-box;
}

p {
  font-family: 'Gilroy', sans-serif;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 120%;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bocadillo-Regular', sans-serif;
  text-transform: none;
  font-weight: 
  color: #212529;
  line-height: 
}

h1 {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
}

h2 {
  font-size: 60px;
  line-height: 150%;
  font-weight: bold;
  color: #fff;
  display: flex;
}

h3 {
 font-size: 33px;
 color: #212529;
}


h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

h6 {
	font-size: 18px;
	text-decoration: underline;
}

a, a:hover, a:active {
  text-decoration: none;
  color: #212529;
  transition: all 0.7s ease;
}

a, button, input {
  transition: all 1s ease;
}

.container-fluid {
  max-width: 1920px;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

 {
  outline: none;
}


.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  width: 300px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  background: linear-gradient(92.61deg, #FF8A00 3.99%, #FDB338 100%);
  box-shadow: 0px 10px 40px rgba(255, 138, 0, 0.8);
  border-radius: 30px;
  font-weight: 700;
}

.btn:hover {
  background: #FF8A00;
  box-shadow: 0px 10px 40px rgba(255, 138, 0, 0.8);
  color: #fff;

}

/*-----------------------First Screen--------------------*/

.head {
  padding: 30px 40px 0 40px;
}

.logo {
  width: 62px;
  height: 62px;
}

.menu {
  justify-content: center;
}

.menu__item {
  color: #fff;
  margin-right: 40px;
  font-weight: 600;
  font-size: 20px;
}

.menu__item:hover {
  color: #FDB338;
}

.main_title {
  font-size: 70px;
  width: 672px;
  line-height: 150%;
  margin-bottom: 30px;
  
}

.main_title span {
  color: #FDB338;
}

.main_subtitle {
  font-weight: 400;
  font-size: 25px;
  width: 671px;
  margin-bottom: 50px;
}

.btn__more img, .btn img {
  margin-left: 15px;
}



.social_links {
  display: flex;
  justify-content: end;
}

.social_links a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.content {
  padding-left: 240px;
  padding-top: 50px;
  display: flex;
  padding-right: 100px;
}

.main {
  margin-left: auto;
}

.card_fone {
  position: relative;
}

.regular_boy {
  position: absolute;
  top: -40px;
  left: 21%;
}

.regular_boy_title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.regular_boy_price {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.slider_item_fone {
  position: relative;
}

.slider_item_foto {
  position: relative;
}

.item_slider {
  margin-top: 100px;
  margin-right: 30px;
}

.item_slider_text {
  position: absolute;
}

.item_slider_title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.item_slider_price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.item_slider_text {
  margin-top: -65px;
  margin-left: 33px;
}

.slick-slide {
  height: auto;
}

.slick-list {
  padding: 0!important;
}

.slick-arrow {
  top: 110%;
}

.slick-prev::before {
  content: url(img/Arrow-left.svg);
}

.slick-next::before  {
  content: url(img/Arrow-right.svg);
}

.slick-prev {
    left: 100px;
    z-index: 99999;
}
.slick-next {
    right: 330px;
    z-index: 99999;
}

.NFT_slider {
  width: 40%;
}




/*-------------Mobile Menu----------*/

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hamburger {
    margin:10px 0 0;
    width: 25px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 25px;
    height: 3px;
    background-color: #FDB338;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 3px;
}

.bar2,
.bar3 {
    top: 10px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 10px;
}

/* HAMBURGER 1 */

label {
  margin-bottom: 0;
}
.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 22px;
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 22px;
}

.menu-opened {
  width: 100%;
  border-radius: 5px;
  padding: 30px 0 0 0;
  background: linear-gradient(177.26deg, #FDB338 1.8%, #FF8A00 97.72%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.menu-opened li {
  margin-bottom: 30px;
}

.menu-mob >.menu__item {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
  color: #000;
}

.main {
  padding-top: 100px;
}

.main__title span {
  color: #002858;
}

.main__subtitle {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  width: 450px;
  color: #fff;
  margin-bottom: 30px;
}

.main_item {
  padding-top: 150px;
  opacity: .8;
  transition: all .7s ease;
}

.main_item:hover {
  opacity: 1;
}

.main_item_text {
  font-size: 16px;
  color: #fff;
  width: 217px;
  margin-left: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .header {
    background-position-x: 70%;
  }
}

@media screen and (max-width: 767px) {
  .main_item {
  padding-top: 30px;
  }
} 

@media screen and (max-width: 600px) {
  .header {
    background-position-x: 60%;
  }

  .main_item_text {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .main_item_text {
    margin-left: 10px;
  }
}

@media screen and (max-width: 530px) {
  .header {
    background-position-x: 65%;
  }
}


@media screen and (max-width: 500px) {
  .main__subtitle {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {

  h1 {
    font-size: 30px;
  }

  .main__title span {
    display: block;
  }

 .main {
    padding-top: 50px;
  }

  .main__subtitle {
    font-size: 16px;
  }

  .main_item_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .main__title {
    text-align: center;
  }

  .main__subtitle {
    text-align: center;
  }

  .btn__more {
    margin: auto;
  }

  .main_item {
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 25px;
  }
}


/*--------------------About Section----------------------*/

.about_title {
  margin-bottom: 65px;
  display: flex;
}

h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/Star_title.svg) no-repeat center/cover;
}

.about_subtitle, .section_text {
  font-size: 25px;
  font-weight: 400;
  width: 560px;
}

.about_card{
  margin-left: -185px;
}

.bottom {
  margin-top: -270px;
}



/*-------------------NFT Section------------------------------*/

.nft {
  position: relative;
}

.section_text {
  margin-top: 65px;
}

.nft_content {
  margin-left: auto;
}

.nft_description {
  margin-left: -170px;
  margin-top: -150px;
}

.nft_description2 {
  padding-top: 200px;
}

.nft_description3 {
  padding-top: 400px;
}

.nft_description4 {
  padding-top: 600px;
}

.btn__more {
  margin: 50px auto;
}

.ellipse {
  position: absolute;
  left: 35%;
  top: 45%;
  width: 800px;
  height: 800px;
  border: 1px solid #FDB338;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  opacity: .5;

}

.ellipse2 {
   position: absolute;
  left: 33%;
  top: 43%;
  width: 900px;
  height: 900px;
  border: 1px solid #FDB338;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  opacity: .5;

}

.slick-dots li.slick-active button:before {
  color: #FDB338;
  opacity: 1;
}

.slick-dots li button:before {
  opacity: .75;
  color: #FDB338;
}

.slick-dots {
  bottom: -40px;
}

.mob_slider .slick-dots {
  display: none!important;
}

/*-----------------------Roadmap-------------------*/

.roadmap {
  padding-top: 150px;
}

.roadmap_title {
  margin-bottom: 50px;
}

.planka {
  z-index: -1;
}

.planka_block {
  display: flex;
  justify-content: center;
  margin-bottom: -10px;
  position: absolute;
  left: 44.5%;
}

.planka_title {
  font-size: 20px;
  font-weight: 700;
  background: #FF8A00;
  padding: 16px 28px 15px 28px;
  width: 140px;
  height: 55px;
  border-radius: 50px;
  z-index: 10;
}

.planka_content_text {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.planka_content_text::before {
  width: 5px;
  height: 5px;
  content: '';
  background: #FDB338;
  border-radius: 100%;
  display: block;
  margin-right: 20px;
}

.planka_content::after {
  content: '';
  display: block;
  width: 570px;
  height: 5px;
  background: url(img/planka_line.png) no-repeat center/cover;
  margin-top: 30px;
}

.planka_content {
  position: absolute;
  top: 250px;
}

.planka_content ul {
  margin-left: 200px;
}

.planka_block_phase2 {
  top: 500px;
}

.planka_content2 {
  top: 590px;
}

.planka_content2 {
  left: 613px;
}

.planka_content2::after {
  content: '';
  display: block;
  width: 570px;
  height: 5px;
  background: url(img/planka_line2.png) no-repeat center/cover;
  margin-top: 30px;
}

/*--------------------FAQ Section----------------------*/

.FAQ {

}

.FAQ_title, .nft_title {
      justify-content: end;
}

/*-------------------Accordeon Section----------------*/

.accordion {
  margin-top: 50px;
}
.tab input, .tab-content { display: none; }
   .tab {
    background: #FDB338;
    color: #fff; /* Цвет текста */
    margin-bottom: 30px; /* Расстояние между пунктами */
   }


   .tab-title {
    padding: 16px; /* Поля вокруг текста */
    display: block; /* Блочный элемент */
    font-weight: bold; /* Жирное начертание */
    cursor: pointer; /* Вид курсора */
    font-size: 20px;
   }
   .tab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
   }
   .tab-content {
    padding: 10px 20px; /* Поля вокруг текста */
   }
   .tab :checked + .tab-title {
    background-color: #FF8A00; /* Цвет фона */
    border-radius: 3px 3px 0 0; /* Скругляем уголки */
    color: #fff; /* Цвет текста */

   }
   .tab :checked + .tab-title::after {
    content: '−'; /* Выводим минус */
   }
   .tab :checked ~ .tab-content {
    display: block; /* Показываем содержимое */
   }



/*--------------------Footer Section--------------*/
.footer {
  padding: 150px 0;
}


/*-------------------------Adaptation-----------------*/

@media screen and (max-width: 1440px)  {
    .main {
    margin-left: auto;
}



.content {
  padding-left: 50px;
  padding-right: 50px
}

.NFT_slider {
    width: 49%;
 }

 .about_card img {
  width: 100%
 }

 .about_subtitle {
  width: 400px
 }

 .bottom {
    margin-top: -100px;
}

.ellipse {
  left: 24%;
}

.ellipse2 {
  left: 20%;
}
}

@media screen and (max-width: 1280px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (max-width: 1230px) {

  .about {
    padding-top: 100px
  }

  .about_card {
    margin-left: 0;
}

.about_subtitle {
  width: 100%;
}
}

@media screen and (max-width: 1200px) {

  
  .main_title {
    font-size: 50px;
    width: 500px;
  }

  .main_subtitle {
    font-size: 20px;
    width: 500px;
  }
}





@media screen and (max-width: 1067px) {
  .main {
    margin-left: auto;
  }

  .main_title {
    font-size: 40px;
  }

  .main_subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .menu__item {
    margin-right: 10px
  }

  h2 {
    font-size: 30px;
    text-align: center;
  }

  p {
    font-size: 18px
  }

  .section_text, .about_subtitle{
    font-size: 18px
  }

  .nft_subtitle {
    margin: 0 auto;
  }

  .nft_description {
    margin: 0 auto;
  }

  .content {
    justify-content: flex-start;
    flex-direction: column-reverse;
    display: flex;
  }

  .main {
    margin: 0 auto;
    padding-top: 0px;
    text-align: center
  }

  .main_title {
    width: 100%;
  }

  .main_subtitle {
    width: 100%;
  }

  .btn__more {
    margin: 100px auto!important;
    margin-top: 100px;
  }

  .NFT_slider {
    padding-top: 50px;
    margin: 0 auto;
  }
  .about_card1 {
  margin-top: 150px
}

.nft_description img {
  width: 100%
}

.nft_description2 {
  padding-top: 0
}

.nft_description3 {
  padding-top: 0
}

.nft_description4 {
  padding-top: 0
}

.section_text {
  width: 100%
}

.slick-next {
  right: 171px;
}

.btn_more {
  margin: 100px auto;
}

.ellipse, .ellipse2 {
  display: none
}

.roadmap_card img {
  width: 100%
}

.btn {
  margin: 0 auto;
}


}

@media screen and (max-width: 982px)  {
  .card_slider_foto img {
    width: 100%;
  }
}

@media screen and (max-width: 920px)  {
  .bottom_slider {
    display: none!important;
  }

  .regular_boy {
    left: 17%;
  }

  .regular_boy_title {
    font-size: 20px
  }

  .regular_boy_price {
    font-size: 18px
  }
}

@media screen and (max-width: 768px)  {
  .logo img {
    width: 40px;
    height: 40px;
  }

  .menu__item {
    font-size: 16px
  }

  .section_text {
    font-size: 18px;
    margin-top: 30px;
    width: 100%;
    text-align: center
  }

  .nft {
    margin-top: 50px
  }

  .about_card1 {
    margin-top: 0
  }

  .about_card {
    margin-top: -100px
  }

  .about_title {
    justify-content: center;
    margin-bottom: 30px;
  }

  .about_subtitle {
    font-size: 18px;
    margin-left: 0;
    text-align: center
  }

  .head {
    padding: 30px 40px 0 40px;
}

.slick-arrow {
  display: none!important;
}

.bottom {
  margin-top: 100px;
}

.nft_content {
  margin-left: 0
}

.social_links a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.social_links img {
  width: 100%
}

.NFT_slider {
  padding-top: 20px;
}

h2 {
  font-size: 30px
}

.accordion2 {
  margin-top: 0
}



}

@media screen and (max-width: 425px) {
  body {
    background-size: auto;
  }

  .btn {
    font-size: 16px
  }

  .about_card {
    margin-top: 0
  }

  .bottom {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px
  }

  .about_subtitle {
    font-size: 16px;
  }

  .main_title {
    font-size: 30px
  }

  .menu_footer {
    margin-top: 20px
  }

  .social_links {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .footer_logo img{
        margin: 0 auto 10px;
    display: block;
  }

  .footer {
    padding: 50px 0;
}

.roadmap_card {
  display: none
}

.roadmap_card2 img {
  width: 100%
}

.roadmap {
    padding-top: 0;
}

.btn {
  margin: 50px auto;
}
}

@media screen and (max-width: 375px) {
  .bottom {
    margin-top: 0
  }





.tab-title {
  font-size: 16px
}
}

@media screen and (max-width: 320px) {
  .main_title {
    font-size: 20px
  }

  .main_subtitle {
    font-size: 16px
  }
  .btn {
    width: 100%
  }

  .menu__item {
    font-size: 16px;
  }
}

@media screen and (min-width: 426px) {
  .roadmap_card2 {
    display: none
  }
}

@media screen and (min-width: 426px) {
  .mob_slider .slick-dots {
    display: block
  }
}

