body {
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}
p{
  font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  color: #292929;
  margin: 0;
}
h2{
  font-size: 26px;
  text-transform: uppercase;
}
h1{
  font-size: 46px;
  text-transform: uppercase;
}
.btn {
    color: #fdff38;
    background-color: #292929;
    font-size: 20px;
    height: 55px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 30px;
    text-transform: uppercase;
}
.small-btn {
    font-size: 13px;
    background-color: #fdfd3e;
    color: #000000;
    font-weight: 600;
    padding: 0 20px;
    height: 28px;
    line-height: 26px;
}
header .navbar-collapse {
    justify-content: flex-end;
}
header li.nav-item {
    padding: 0 25px;
    font-size: 18px;
}
.nft-collapse ul .nav-item a {
    color: #eef136;
    text-decoration: none;
    font-weight: 400;
}
.nft-collapse{
  width: 33%;
}
.my-nav {
    background-color: #292929;
    padding: 15px 60px;
}
.logo a {
    font-size: 54px;
    padding: 0;
    margin: 0;
    color: #eff136 !important;
}
.logo {
    width: 33%;
}
.search-bar {
    width: 33%;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.search-term {
    width: 85%;
    border: 1px solid #ffffff;
    padding: 5px;
    height: 36px;
    border-radius: 0 10px 10px 0;
    outline: none;
    color: #292929;
}
.search-button {
    width: 40px;
    height: 36px;
    border: 1px solid #ffffff;
    background: #292929;
    text-align: center;
    color: #fff;
    outline: 0;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
}
/*********boss-bt-css**********/
.boss-bt img {
    width: 100%;
    border-radius: 20px;
}
.boss-beauties {
    padding: 60px 0 30px 0;
}
.top-beauties-txt a {
    background-color: #292929;
    color: #fdff38;
}
.top-beauties-txt {
    padding-bottom: 40px;
}
.bottom-beauties-txt {
    display: flex;
    justify-content: space-between;
}
.beauties-icon a {
    display: inline-block;
    color: #0d6efd;
    border-right: 1px solid #dddddd;
    padding: 5px 15px;
    margin: 0;
    border-collapse: collapse;
}
.beauties-icon {
    border: 1px solid #dddddd;
    width: auto;
    display: inline-block;
    border-collapse: collapse;
    border-radius: 5px;
}
.beauties-cp h1 {
    padding-bottom: 30px;
}
/*******nft-properties-css******/
/*******nft-properties-css******/
.nft-proerties {
    padding-bottom: 40px;
}
.accordion-wrap {
    max-width: 600px;
    margin: 0 auto;
    background-color: #292929;
    border-radius: 20px;
    padding: 10px 20px;
}
.accordion-btn {
    text-decoration: none;
    color: #fefe3f;
    display: block;
    padding: 20px 0;
    position: relative;
    font-size: 20px;
}
.accordion-btn:hover{
  color: #fefe3f;
  text-decoration: none;
}
.accordion-btn:after {
  content: "\f077";
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 3px;
  right: 20px;
}
.accordion-content {
  max-height: 0px;
  overflow: hidden;
}
.accordion-btn.isOpen:after {
  content: "\f078";
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 3px;
  right: 20px;
}
.nft-accordion {
    border-bottom: 2px solid #fefe3f;
}
.accordion-content h6 {
    padding-bottom: 20px;
    font-size: 16px;
    color: #fefe3f;
}
.accordion-content p {
    margin: 0;
    padding-bottom: 30px;
    color: #fefe3f;
}
.nft-accordion.last-child {
    border: 0;
}
.list-pp {
    background-color: #292929;
    border-radius: 20px;
    margin-bottom: 20px;
}
.list-pp h2 {
    color: #fefe3f;
    font-size: 20px;
    padding: 20px 30px;
}
.list-pp p {
    color: #fefe3f;
    padding: 20px 30px;
    border-top: 1px solid #fefe3f;
    margin: 0
}
.list-pp table {
    width: 100%;
}
.list-pp tbody {
    width: 100%;
    height: 300px !important;
    overflow-y: auto;
    display: inline-block;
}
.list-pp tr {
    text-align: center;
    border-bottom: 1px solid #fdfd3e;
    display: block;
}
.list-pp th {
    color: #ffffff;
    padding: 10px 0px;
    width: 130px;
}
.list-pp td {
    color: #fdfd3e;
    padding: 10px;
    width: 130px;
}
/*******footer-cs********/
footer {
    background-color: #3f3f3f;
    padding: 40px 80px 0 80px;
}
.nft-footer p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.nft-footer h5 {
    color: #eff136;
    padding-bottom: 20px;
}
.nft-footer ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.nft-footer ul {
    padding: 0 0 0 5px;
    margin: 0;
}
.ft-loop-text h2 {
    color: #eff136;
}
.footer-loop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.ft-loop-text {
    width: 65%;
}
.ft-loop-icon {
    width: 35%;
    display: inline-block;
}
.footer-email {
    display: flex;
    justify-content: flex-start;
}
.ft-email-input {
    width: 75%;
}
.ft-email-button {
    width: 25%;
}
.ft-email-input input {
    height: 36px;
    padding: 10px 20px;
    line-height: 36px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    border: none;
}
.ft-email-button a {
    height: 36px;
    line-height: 34px;
    margin-left: 6px;
    background-color: #474747;
    padding: 0 25px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}
.ft-loop-icon a i {
    color: #ffffff;
    background-color: #464646;
    padding: 5px;
    border-radius: 5px;
}
.inner-footer {
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    padding: 40px 0; 
}
.footer-bottom ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.footer-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li .first-child {
    padding-right: 20px;
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom ul li a:hover{
  text-decoration: none;
}

/****************explore-css**********************/

.card-header button {
    background: none;
    color: #ffffff;
    height: unset;
    line-height: unset;
    padding: 0;
    outline: 0;
    text-decoration: none;
}
.card-header button:hover{
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.btn-link.focus, .btn-link:focus{
  text-decoration: none;
}
.btn.focus, .btn:focus{
  box-shadow: none;
}
.top-filter {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background-color: #292929;
    color: #ffffff;
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
}
.card {
    background-color: #292929;
    border-radius: 0;
    border-bottom: 1px solid #ffffff !important;
}
.top-filter h4 {
    color: #ffffff;
}
.top-filter i {
    font-size: 26px;
    padding-right: 20px;
}
.card-header {
    border-bottom: 1px solid #ffffff !important;
    padding: 20px;
}
.card-body select {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    outline: 0;
}
.card-body-input input {
    width: 47%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    margin-right: 5px;
    padding: 0 10px
}
.card-body-input {
    margin-top: 10px;
}
.card-body-button a {
    color: #898989;
    background-color: #ffffff;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
}
.card-body-button {
    margin-top: 10px;
}
/*****beauties-result-css******/
.result-nft-sec {
    padding: 0 20px 0 0;
}
.beauties-rt-item {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-bottom: 20px;
}
.beauties-result {
    padding: 20px 0;
}
.verify-item select {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 18%;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    margin-left: 15px;
    border: 1px solid #b9b9b9;
}
.verify-item {
    width: 50%;
}
.beauties-rt-item p {
    width: 50%;
}
.verify-item i {
    font-size: 18px;
    padding: 6px 10px;
    border: 1px solid #c1c1c1;
    margin-left: 10px;
}
/*.inner-beauties-item {
    border-radius: 15px;
    background-color: #292929;
    margin-bottom: 20px;
}
.inner-beauties-item img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 175px;
}  
.inner-beauties-item-text h2 {
    color: #fefe3f;
    font-size: 18px;
}
.inner-beauties-item-text {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.inner-beauties-item-text span {
    font-size: 13px;
}
.inner-beauties-price h6 {
    color: #fefe3f;
    text-align: right;
}
.inner-beauties-price span {
    font-size: 25px;
}
.inner-beauties-price p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    padding-top: 10px;
}
.inner-beauties-price p i {
    color: red;
    margin-right: 10px;
}
*/

/******************Home-page-css********************/

.naffles-banner {
    background: linear-gradient(to bottom, #ffffff 0%, #fdfd3f 100%);
    padding: 50px 0;
}
.inner-banner img {
    width: 100%;
}
.inner-banner h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    padding: 15px 0;
}
.banner-large-button {
    padding-top: 25px;
}
.banner-large-button a {
    margin-right: 10px;
}
.inner-banner h4 {
    font-size: 26px;
}
.banner-large-button a:hover{
    color: #fdfd3e;
}

/*****current-naffles-css*****/
.current-naffles {
    padding: 60px;
}
.current-nft-image img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.current-nft-text {
    background-color: #292929;
    padding: 20px 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
}
.current-naffles h1 {
    padding-bottom: 30px;
    text-align: center;
}
.current-nft-text h2 {
    color: #fdfd3e;
}
.current-nft-text h6 {
    color: #fdfd3e;
    font-size: 14px;
    font-weight: 400;
}
.current-nft-button {
    padding-top: 20px;
}
.current-nft-button a {
    background-color: #fdfd3e;
    color: #292929;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}

/*****about-naffles-css****/
.about-naffles {
    padding-bottom: 60px;
}
.about-part {
    display: flex;
    justify-content: space-between;
}
.about-nft-image img {
    width: 100%;
}
.about-nft-image {
    width: 45%;
}
.about-nft {
    width: 55%;
    background-color: #292929;
    padding: 100px 30px;
}
.about-nft h1{
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    padding: 15px 0;
    color: #fdfd3e;
}
.about-nft h4 {
    font-size: 26px;
    padding-bottom: 20px;
    color: #ffffff;
}
.about-nft a {
    border: 1px solid #fdfd3e;
}
.about-nft a:hover{
    color: #fdfd3e;
}

/*****raffle-system-css****/
.raffle-system{
    background-color: #292929;
    padding: 60px 0;
}
.raffle-nft {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.raffle-nft h1{
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    padding: 15px 0;
    color: #fdfd3e;
}
.raffle-nft h4 {
    font-size: 22px;
    padding-bottom: 20px;
    color: #ffffff;
}
.raffle-item {
    padding-top: 30px;
}
.raffle-st-item {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.raffle-st-icon {
    margin-right: 20px;
}
.raffle-st-icon img {
    width: 100%;
}
.raffle-st-text h4 {
    color: #fdfd3e;
    padding-bottom: 10px;
    font-size: 22px;
}
.raffle-st-text h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.raffle-top-txt {
    text-align: start;
    width: 50%;
    margin: 0 auto;
}
/******selling-naffles-css******/

.selling-naffles {
    padding: 60px 0;
}
.selling-nft {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.selling-nft h1{
    font-weight: 700;
    padding: 10px 0;
}
.sell-item {
    text-align: center;
}
.sell-item img {
    width: auto;
}
.sell-item h5 {
    padding: 20px 0;
    font-weight: 700;
    min-height: 85px;
}
.sell-item p {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.sell-item-button {
    text-align: center;
    padding: 30px 0 0 0;
}
.sell-item-button a:hover{
    color: #fdfd3e;
}

/*************neffles-profile-css***************/

.naffles-profile {
    padding: 60px 0;
}
.prf-image img {
    width: 100%;
}
.prf-data {
    text-align: center;
    padding: 30px 0;
}
.prf-data h4 a, h5 a{
    text-decoration: none;
    color: #808080;
}
.prf-data h4{
    padding-bottom: 30px;
}
.prf-email-button a {
    font-size: 18px;
    text-transform: lowercase;
    padding: 0 20px;
}
.prf-email-button a:hover{
    color: #fdfd3e;
}
.prf-email-button {
    padding-bottom: 10px;
}

/******nft-profile-slider****/

.my-user-slider {
    padding: 25px 26px 0 25px;
}
#slider{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);
  border-radius: 20px;
}
.slide{
  width:100%;
  display:none;
  animation-name:fade;
  animation-duration:1s;
}
@keyframes fade{
    from{opacity:0.5;}
    to{opacity:1;}
}
#dots-con{
  text-align:center;
  background: transparent;
}
.dot{
  display:inline-block;
  background:grey;
  padding:5px;
  border-radius:50%;
  margin:10px 5px;
}
#dots-con .active{
  background: #fdfd3e;
}
.user-slider-image img {
    width: 80%;
}
.user-slide-text h2 {
    font-size: 32px;
    padding-bottom: 10px;
}
.user-slider {
    padding: 40px 0;
}
.user-slider-button a:hover {
    color: #fdfd3e;
}


.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.item {
  align-items: center;
  color: white;
  justify-content: center;
}
.user-wallet-img img {
    width: 100%;
    height: 240px;
    border-radius: 20px 20px 0 0;
}
.user-wt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #fdfd3e;
}
.inner-user-wt {
    padding: 20px;
    background-color: #292929;
    border-radius: 0 0 20px 20px;
}
.user-wt h3 {
    color: #fdfd3e;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 24px;
}
.user-wt h3 span {
    font-size: 16px;
}
.user-wallet-bottom-txt h3 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
    line-height: 25px;
}
.user-wallet-bottom-txt h3 span{
    font-size: 30px;
}
.user-wallet-slider {
    padding: 50px 0;
}

.user-transection h2 {
    color: #fdfd3e;
    padding-bottom: 10px;
    border-bottom: 1px solid #fdfd3e;
}
.user-transection {
    background-color: #292929;
    border-radius: 20px;
    padding: 30px;
}
.user-transection table {
    width: 100%;
}
.user-transection table td {
    padding: 10px 0;
}
.user-transection table tr {
    padding: 10px;
    color: #ffffff;
}


.inner-beauties-item {
    margin-bottom: 20px;
}
.upper-bt-item h2{
    color: #fefe3f;
    font-size: 18px;
    line-height: 16px;
}
.upper-bt-item h2 span{
    font-size: 13px;
}
.upper-bt-item {
    display: flex;
    justify-content: space-between;
}
.inner-bt-handimage img {
    width: 100%;
    border-radius: 30px 30px 0 0;
    height: 300px;
}
.upper-bt-item-img {
    width: 20%;
}
.upper-bt-item-img img {
    width: 100%;
}
.inner-beauties-item-text {
    padding: 20px;
    background-color: #292929;
    border-radius: 0 0 30px 30px;
}
.middle-bt-item {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.middle-bt-item h5 {
    color: #fdfd3e;
    font-size: 26px;
    line-height: 16px;
}
.middle-bt-item h5 span {
    font-size: 13px;
}
.inner-beauties-price {
    display: flex;
    justify-content: end;
}
.inner-beauties-price h6 {
    color: #fdfd3e;
}
.middle-bt-item h6 {
    color: #fdfd3e;
    font-size: 12px;
}
.inner-beauties-price img {
    width: 100%;
}
.inner-beauties-price h6 {
    font-size: 24px !important;
    padding-left: 5px;
}
.inner-beauties-price-image {
    width: 20%;
}
.bottom-bt-item h6{
    text-align: center;
    font-size: 14px;
    padding: 5px 0 0 0;
    color: #fdfd3e;
}

/******nft-profile-slider****/

.my-user-slider {
    padding: 25px 26px 0 25px;
}
#slider{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);
  border-radius: 20px;
}
.slide{
  width:100%;
  display:none;
  animation-name:fade;
  animation-duration:1s;
}
@keyframes fade{
    from{opacity:0.5;}
    to{opacity:1;}
}
#dots-con{
  text-align:center;
  background: transparent;
}
.dot{
  display:inline-block;
  background:grey;
  padding:5px;
  border-radius:50%;
  margin:10px 5px;
}
#dots-con .active{
  background: #fdfd3e;
}
.user-slider-image img {
    width: 80%;
}
.user-slide-text h2 {
    font-size: 32px;
    padding-bottom: 10px;
}
.user-slider {
    padding: 40px 0;
}
.user-slider-button a:hover {
    color: #fdfd3e;
}

/*.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.item {
  align-items: center;
  color: white;
  justify-content: center;
}*/
.user-wallet-img img {
    width: 100%;
    height: 240px;
    border-radius: 20px 20px 0 0;
}
.user-wt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #fdfd3e;
}
.inner-user-wt {
    padding: 20px;
    background-color: #292929;
    border-radius: 0 0 20px 20px;
}
.user-wt h3 {
    color: #fdfd3e;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 24px;
}
.user-wt h3 span {
    font-size: 16px;
}




.user-wallet-bottom-txt h3 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    /*padding-top: 10px;*/
    line-height: 25px;
}
.user-wallet-bottom-txt h3 span{
    font-size: 30px;
}
/*.user-wallet-slider {
    padding: 50px 0;
}
*/
.user-transection h2 {
    color: #fdfd3e;
    padding-bottom: 10px;
    border-bottom: 1px solid #fdfd3e;
}
.user-transection {
    background-color: #292929;
    border-radius: 20px;
    padding: 30px;
}
.user-transection table {
    width: 100%;
}
.user-transection table td {
    padding: 10px 0;
}
.user-transection table tr {
    padding: 10px;
    color: #ffffff;
}


/*******************profile-page-repeat-css***************************/

.profile-wallet {
    padding: 50px 0;
}
.profile-live-nft {
    padding: 20px;
    box-shadow: 0px 0px 20px 6px #cccccc;
    border-radius: 30px;
}


