@font-face {
    font-family: 'Troika';
    src: url('../font/Troika.woff2') format('woff2'),
        url('../font/Troika.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Default Css */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
body{
  font-family: 'Troika' !important;
  background:url('../images/background.png')no-repeat scroll center center / cover;
  height: 100%;
  width: 100%;
  color: white;
  text-transform: uppercase;
  overflow-x: hidden;
}
ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
  padding: 0;
  margin: 0;
}

.heading1{
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; 
  text-align: center;
}
.heading2{
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.heading3{
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
.font28px{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; 
}
.font24px{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; 
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  width: 100%;
}

/* ===================================================================
                            Header Area CSS Start
====================================================================*/
.header-main{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-menu{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.header-menu.change-bg{
  background: #4854E0 !important;
}
.mobile-logo{
  display: none;
}
.header-logo a img{
  max-width: 115px;
}
.header-nav nav ul{
  display: flex;
  align-items: center;
}
.header-nav nav ul li{
  padding: 0 20px;
}
.header-nav nav ul li a{
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
}


/*Start Mobile Menu icon*/
.mobile-menu {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 20px;
  display: none;
}
#nav-icon {
  width: 28px;
  height: 23px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 2px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 2px;
}
/*End Mobile Menu icon*/


/* Banner Area Start */
.banner-area{
  background: url('../images/banner-img.png') no-repeat scroll center center / cover;
  padding: 180px 0px;
}
.banner-content{
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.banner-content .heading1{
  padding-bottom: 350px;
}
.banner-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.banner-buttons img{
  max-width: 180px;
  width: 100%;
}

/* About Area Start */
.about-area{
  padding: 100px 0px;
}
.about-content{
  text-align: center;
}
.about-content{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.about-content .heading2{
  padding-bottom: 30px;
}
.about-nft {
  display: flex;
  justify-content: flex-end;
}
.about-nft img{
  max-width: 300px;
  width: 100%;
  height: auto;
}
/* Feature Area Start */
.features-area{
  padding: 150px 0px;
}
.features-content{
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.features-content .heading2{
  padding-bottom: 40px;
}
.feature-boxs{
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:60px;
}
.single-feature-box{
  text-align: center;
  background: #FFE3C5;
  padding: 10px;
  border-radius: 20px;
}
.single-feature-box img{
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0px 0px;
}
.single-feature-box .heading3{
  padding: 15px 0px;
}
.single-feature-box .font24px{
  padding-bottom: 15px;
}

/* Collection Area Start  */
.collection-area{
  padding: 150px 0px;
}
.collection-content{
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.collection-content .heading2{
  padding-bottom: 40px;
}
.collection-boxs{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.collection-content .font28px{
  padding-top:30px;
}

.slider-wraper-box {
  position: relative;
}
.custom-navigation {
    position: absolute;
    width: calc(100% + 100px);
    height: auto;
    top: 50%;
    right: -50px;
}

.swiper-button-next:after{
   content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}
.swiper-button-prev:after {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}
.swiper-pagination{
  display: none;
}



/* Community Area Start  */
.community-area{
  padding: 150px 0px;
}
.community-content{
  display: flex;
}
.community-left{
  width: 420px;
}
.community-left span{
  margin-top: 200px;
  width: 300px;
  display: block;
  position: relative;
  rotate: -15deg;
  margin-left: 50px;
}
.community-left span img{
  width: 100%;
  height: auto;
}
.community-right{
  flex-basis: calc(100% - 420px);
}
.community-right .heading2{
  padding-bottom: 60px;
}
.community-right .font24px{
  text-align: center;
  color: #FFF;
}
.community-social{
  max-width: 700px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 40px;
}
.single-social{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #323B9C;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #FFE3C5;
  padding-top: 30px;
}
.single-social .social-icon img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.single-social p{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}
.single-social .join-btn img{
  max-width: 100px;
  width: 100%;
}