header {
    position: fixed;
    top: 0px;
    padding: 52px 24px;
    width: 100%;
    left: 0;
        z-index: 9999;
    transition: all .3s ease-in-out;
}
header nav.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4.28px 52.46px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(13.38px);
    border-radius: 40px;
    height: 115px;
    transition: all .3s ease-in-out;
}

header nav.navbar .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    font-size: 20px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #13132D;
        position: relative;
}
.navbar-nav .nav-link.active:after, .navbar-nav .show>.nav-link:after {
    content: '';
    background: #09D901;
    border-radius: 30px;
    width: calc(100% - 16px);
    height: 5px;
    position: absolute;
    bottom: -8px;
    left: 7px;
}   
header nav.navbar ul.navbar-nav {
    justify-content: space-between;
        align-items: center;
}

header nav.navbar .btn {
    font-size: 20px;
line-height: 18px;  
  padding: 22px 14px;
    transition: all .3s ease-in-out;
}


.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #09D901;
}

.navbar-brand img {
    width: 300px;
    margin-right: 60px;
    transition: all .3s ease-in-out;
}

section.hero-banner {
    padding-top: 215px;
    padding-bottom: 120px;
    background: #13132F;
}

section.hero-banner .banner-box {
    margin: auto;
    max-width: 85%;
        text-align: center;
}

section.hero-banner .banner-box p {
color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 134%;
    max-width: 800px;
    margin: auto;
}

section.hero-banner .banner-box h1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 134%;
}

body.fixed-header header {
    padding: 0;
}

body.fixed-header header nav.navbar {
    border-radius: 0;
    height: 85px;
}

body.fixed-header header nav.navbar .navbar-brand img {
    max-width: 220px;
}
body.fixed-header header nav.navbar .btn{
    height: 52px;
    padding: 16px 14px;
}
.mag-counter-manag {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.mag-counter-manag .mag-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
    margin: 0
}

section.hero-banner .mag-counter-manag .mag-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
        margin: 0;
    line-height: 24px;
}

.mag-counter-manag .mag-box {
    margin: 0 20px;
}

.mag-counter-manag .mag-box.social-link {
    margin: 0 30px 20px;
}

.banner-counter .btn {
    min-width: 200px;
    margin: 24px;
}
.mag-counter-manag .mag-box h3:after {
    content: "K+";
    display: inline-block;
  }

section.hero-banner .banner-box img.hero-image {
    margin-top: -50px;
}

section.fantunez-ecosystem {
    padding-left: 70px;
    padding-right: 70px;
}
.FantunezEcosystem-box {
    background: #EBFCEB;
    border-radius: 40px;
    padding: 80px 85px 170px;
        overflow: hidden;
}







.section-title {
    margin: auto;
    margin-bottom: 120px;
    padding: 0 40px;
    max-width: 80%;
    width: 1190px;
    text-align: center;
    max-width: 1190px;
    width: 82%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-bottom: 120px;
}
.section-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 82px;
    font-size: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #13132F;
    position: relative;
    margin-bottom: 30px;
}
.section-title h3:after {
    content: '';
    background: #13132F;
    border-radius: 10px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 320px;
    height: 3px;
    max-width: calc(90% - 40px);
    position: absolute;
    bottom: -10px;
}
.section.title p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 141%;
    text-align: center;
    color: #13132F;
}

.section-title h3 img {
    position: relative;
    right: -10px;
    top: -10px;
}
.ftr-card {
    padding: 72px 48px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    background-image: url('../images/ftr-card-bg.svg');
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: top right;
/*    margin-bottom:30px;*/
    height: 100%; 
}

.ftr-card:hover {
    border: 1px solid #09D901;
}

.ftr-card h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    color: #13132F;
    margin: 36px 0 16px;
}

.ftr-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 141%;
    color: #13132F;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card.nft-card {
    padding: 18px;
    background: #fff;
    filter: drop-shadow(0px 4px 16px rgba(0, 7, 72, 0.12));
    backdrop-filter: blur(12.5px);
    border-radius: 20px;
}

.card.nft-card:hover {
    filter: drop-shadow(0px 4px 16px rgba(0, 7, 72, 0.22));
    backdrop-filter: blur(12.5px);
}



.card.nft-card:before {
    z-index: -1;
    background: #fff;
}

.card.nft-card:hover:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px;
}
.card.nft-card img.card-img-top {
    aspect-ratio: 1 / 1;
}

.nft-avtar-details {
    display: flex;
    align-items: center;
        width: 100%;
}   

.nft-avtar-details > img {
    border-radius: 10px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.card.nft-card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}

.nft-avtar-details h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #13132F;
}

.nft-avtar-details p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #13132F;
    opacity: 0.7;
    margin: 0;
}

.card.nft-card .card-body .btn {
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 30px;
/*    margin-top: 20px;*/
}


.flip-card {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    width: 100%;
    height: 65px;
    perspective: 500px;
    margin-top: 20px;
}

.flip-card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-card:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}


.flip-card .front, .flip-card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.flip-card .back {
    /* background: #03446A; */
    color: white;
    transform: rotateY( 180deg );
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.nftSwiper .swiper-wrapper {
    padding: 30px 0;
}
.swiper.nftSwiper:after, .swiper.nftSwiper:before {
    content: '';
    position: absolute;
    left: 0;
        top: 0;
    /* background: #fff; */
    width: calc(100% / 9 );
    height: 100%;
    backdrop-filter: blur(2px);
    z-index: 99;
}
.swiper.nftSwiper:after{
    left: inherit;
    right: 0;
}

.bid-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bid-details h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;    
    line-height: 26px;
    color: #13132F;
    margin: 0;
}

.bid-details p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #13132F;
    margin: 0;
}



.fantunez-tag {
    background: #13132F;
    border-radius: 60px;
    padding: 10px 32px;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    display: inline-block;
}


.features-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.features-box > img {
    border-radius: 20px;
}

.features-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 66px;
        font-size: 38px;
    line-height: 26px;
    color: #13132F;
    margin: 44px 0 28px;
}

.features-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    font-size: 20px;
    line-height: 34px;
    color: #13132F;
    margin-bottom: 60px;
}

.features-content {
    width: 100%;
        max-width: 600px;
    padding-right: 70px;
}

.swiper.FantunezEcosystemSwiper {
    overflow: visible;
}

img.slider-pop-bg {
    position: absolute;
    bottom: -80px;
    right: -94px;
    width: 440px;
}
.FantunezEcosystemSwiper .swiper-scrollbar {
    opacity: 1 !important;
    max-width: 180px;
    position: absolute;
    right: 100px;
    bottom: -40px;
    left: inherit;
    background: rgb(255 255 255 / 40%);
}

.FantunezEcosystemSwiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
}
.FantunezEcosystemSwiper .swiper-scrollbar:after, .FantunezEcosystemSwiper .swiper-scrollbar:before {
    content: '01';
    color: #fff;
    position: absolute;
    left: -30px;
    top: -17px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
}
.FantunezEcosystemSwiper .swiper-scrollbar:after{
    content: '05';
    left: initial;
    right: -40px;
}
.accordion {
    border: 0;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #13132F;
    padding-bottom: 15px;*/
}
.accordion .accordion-item {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #13132F;
    padding-bottom: 15px;
    border-radius: 0;
}

.accordion-header {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #13132F;
    background: transparent;
}
.accordion-header button.accordion-button {
    background: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #13132F;
    padding: 0;
    padding-bottom: 0px;
    box-shadow: 0 0 0 #000;
}

.accordion-button:focus {
    box-shadow: 0px 0px 0px #000;
}
.accordion-body {
    padding: 0;
    padding-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    font-size: 20px;
    line-height: 28px;
    color: #13132F;
}

.accordion-header [aria-expanded="true"].accordion-button {
    color: #09D901;
}   
.accordion-button::after{
    background: transparent;
    content: '+';
    margin-bottom: 13px;
}
.accordion-button:not(.collapsed)::after {
    background: transparent;
    content: '-';
    margin-bottom: -13px;
}


footer {
    background: #13132F;
    /* padding-top: 40px;
    margin-top: 150px; */
}
ul.footer-social-link {
    display: flex;
}
a.go-to-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

ul.footer-social-link {
    margin: 10px 0;
}

ul.footer-social-link a.go-to-link {
    padding-right: 10px;
}

ul.nav.footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-nav-section {
    display: flex;
    justify-content: end;
}

ul.nav.footer-nav .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
}

.footer-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-nav-box {
    margin: 0 0 0 60px;
}

.all-reserved-box {
    width: 100%;
    padding: 50px 0;
    margin-top: 50px;
    border-top: 1px solid #fff;
}