@font-face {
    font-family: 'Montserrat Italic';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.over {
    overflow-x: hidden;
}
a { text-decoration: none; transition: all .5s ease; color: inherit; }

a:hover { text-decoration: none; color: #000; }

a:active, a:focus, a:visited { text-decoration: none; }

div { box-sizing: border-box; }

b, strong { font-weight: normal; font-family: 'Montserrat Bold'; }

.clear { clear: both; }

.clearfix:after { clear: both; content: ''; display: block; }

ul, ol { list-style: none; padding: 0; margin: 0; }

ul li { list-style: none; }

p { padding: 0; font-size: 14px; line-height: 20px; color: #000; margin: 0; text-align: justify; }

h1 { font-size: 48px; margin: 0; }

h2 { font-size: 30px; letter-spacing: 1px; margin: 0; }

h3 { font-size: 25px; margin: 0; }

h4 { font-size: 20px; margin: 0; }

h5 { font-size: 16px; margin: 0; }

h6 { font-size: 14px; margin: 0; }

/*------------Slick-Slider-Start------------- */
.slick-slider { 
    position: relative; 
    display: block; 
    box-sizing: border-box; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -webkit-touch-callout: none; 
    -khtml-user-select: none; 
    -ms-touch-action: pan-y; 
    touch-action: pan-y; 
    -webkit-tap-highlight-color: transparent;
 }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: pointer; }
.slick-slider .slick-track,
.slick-slider .slick-list { 
    -webkit-transform: translate3d(0, 0, 0); 
    -moz-transform: translate3d(0, 0, 0); 
    -ms-transform: translate3d(0, 0, 0); 
    -o-transform: translate3d(0, 0, 0); 
    transform: translate3d(0, 0, 0); 
}
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; margin-left: auto; margin-right: auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list { background: #fff url('/images/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; 
    font-weight: normal; 
    font-style: normal; 
    src: url('/fonts/slick.eot'); 
    src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/slick.woff') format('woff'), 
    url('/fonts/slick.ttf') format('truetype'), 
    url('/fonts/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev,
.slick-next { 
    font-size: 0; 
    line-height: 0; 
    position: absolute; 
    top: 50%; 
    display: block; 
    width: 20px; 
    height: 20px; 
    padding: 0; 
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%); 
    cursor: pointer; 
    color: transparent; 
    border: none; 
    outline: none; 
    background: transparent; 
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before,
.slick-next:before { 
    font-family: 'slick'; 
    font-size: 20px; 
    line-height: 1;
    opacity: .75; 
    color: #fff; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}
.slick-prev { left: 50px; z-index: 9; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: 50px; z-index: 9; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-dots { 
    position: absolute; 
    bottom: 25px; 
    display: block; 
    width: 100%; 
    padding: 0; 
    margin: 0; 
    color: #fff; 
    list-style: none; 
    text-align: center; 
}
.slick-dots li { 
    position: relative; 
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    margin: 0 5px; 
    padding: 0; 
    cursor: pointer;
 }
.slick-dots li button { 
    font-size: 0; 
    line-height: 0; 
    display: block; 
    width: 20px; 
    height: 20px; 
    padding: 5px; 
    cursor: pointer; 
    color: #fff; 
    border: 0; 
    outline: none; 
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
    font-family: 'slick'; 
    font-size: 6px; 
    line-height: 20px; 
    position: absolute; 
    top: 0; left: 0; 
    width: 20px; 
    height: 20px; 
    content: '•'; 
    text-align: center; 
    opacity: .90; 
    color: #fff; -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before { 
    opacity: .75; 
    color: #fff; 
    z-index: 9; 
}
/*------------Slick-Slider-End------------ */

/*----------Header-Start----------------*/
.stickyheader .HeaderSet {
    background:#000;
    padding: 7px 10px;
    border-bottom: 1px solid #333;
}

.stickyheader .logo a img{
    width: 70px;
}
.stickyheader .navigation {
    margin: 15px 0px;
}
.stickyheader .navigation ul li a{
    color: #fff;
}
.stickyheader .navigation > ul > li > .ActiveNav {
    color: #000;
    font-family: 'Montserrat Medium';
}
.logo a img {
    width: 100px;
    height: auto;
    transition: all .5s ease-in-out;
}
.HeaderSet {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 15px 0px 15px 15px;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0,.2);
}
.navigation {
    margin: 24px 0;
}
.navigation ul li {
    float: left;
}
.navigation ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
    font-family: 'Montserrat Medium';
}
.navigation ul li a:hover{
    color: #ffff00;
}
.navigation > ul > li > .ActiveNav {
    color: #ffff00;
}
.navigation ul li:first-child {
    display: none;
    font-size: 25px;    
}
.my-bars {
    display: none;
    font-size: 25px;
    background: transparent;
    color: #fff;
    margin: 0;
    float: right;
    margin-right: 20px;
    border: none;
}    
.btn_light_orange {
    background: #ffff00;
    border: 1px solid #ffff00 !important;
    color: #000 !important;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}
.btn_light_orange:hover {
    background: transparent;
    border: 1px solid #ffff00 !important;
    color: #ffff00 !important;
}
/*----------Header-End------------------*/
/*----------Banner-Start----------------*/
.banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner {
    background: #000;
    /* padding: 200px 0px 0; */
}
.mafiaTexts p {
    color: #ffff00;
    line-height: 26px;
}
.mafiaTexts h2 {
    color: #ffff00;
    margin: 25px 0;
}
/* .carousel-inner .carousel-item img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform: scale(1, 1);}
    to {-webkit-transform: scale(1.5, 1.5);}
}
@keyframes zoom {
    from {transform: scale(1, 1);}
    to {transform: scale(1.5, 1.5);}
} */
.scrollUp {
    transition: all .5s ease-in-out;
    z-index: 99;
    border: 1px solid #ffff00;
    background: #ffff00;
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    color: #080808;
    padding: 15px;
    display: none;
}
.scrollUp:hover{
    background:transparent;
    border-color:#ffff00;
    color: #ffff00;
}
/*----------Banner-End------------------*/
/*----------AboutUs-Start--------------*/
.AboutUs{
    padding: 80px 0px;
    background-image: url(../images/finalbody.png);

}
.AboutImg img {
    width: 100%;
}
.AboutImg {
    border-radius: 10px;
    overflow: hidden;
}
.AboutUs h1{
    font-family: 'Montserrat Bold';
    margin-bottom: 50px;
    font-size: 35px;
    color:#ffff00;
}
.AboutUs p {
    font-size: 16px;
    color: #ffff01;
    line-height: 30px;
    text-align: left;
    margin: 40px 0px 0px;
}
.JoinBtn img {
    display: none;
}
.JoinBtn {
    display: inline-block;
    margin: 0px 20px;
    background: #d51d75;
    padding: 12px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    transition: all .5s ease-in-out;
    border: 1px solid transparent;
    margin-top: 30px;
    margin-left: 0;
    text-decoration: underline
}
.JoinBtn:hover{
    border-color: #ffff00;
    color: #ffff00;
}
.cartton h3 {
    background: #ffddd4;
    padding: 40px 20px;
    border-radius: 20px;
    font-family: 'Montserrat Medium';
    margin-right: 20px;
    text-align: center;
}
.MafiaTab .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
.MafiaTab .card {
    border: none;
    padding: 0;
    margin: 5px 0 0;
}
.MafiaTab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.MafiaTab .nav-link {
    display: block;
    padding: 5px 19px;
    color: #fff;
}
.MafiaTab .nav-link.active {
    color: #0a0a0a;
    background-color: #e3e300;
    border-color: #dee2e6 #dee2e6 #fff;
}
.MafiaTab .card-header img {
    width: 100%;
}
.MafiaTab .card {
    background: none;
}
/*----------AboutUs-End---------------*/
/*----------Roadmap-Start-------------*/
.Roadmap{
    padding: 80px 0;
    background-image: url(../images/finalbody.png);
}
.Roadmap h2 {
    text-align: center;
    font-size: 35px;
    color: #ffff00;
    font-family: 'Montserrat Bold';
    margin-bottom: 20px;
}
.MafiasText{
    margin-bottom: 30px;
}
.MafiasText p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;    
    color: #ffff00;
}
.Peratext {
    /* background: rgb(12 12 12 / 80%); */
    padding: 50px 100px 30px 100px;
    border-radius: 15px;    
}
.Persentage {
    position: absolute;
    left: -10px;
    background: #d51d75;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    top: 20px;
    transform: translateY(-50%);
    font-size: 14px;
}
.BoxText {
    background:#000;
    margin-bottom: 50px;
    position: relative;
    padding:60px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    min-height:210px ;
    
}
.BoxText h4 {
    font-size: 20px;
    font-family: 'Montserrat Medium';
    color: #ffff00;
    text-align: center;
    margin-bottom: 15px;
}
.BoxText:hover{
    border: 1px solid #ffff00;
}

/*----------Roadmap-End---------------*/
/*----------The-Tower-Start-----------*/
.TheTower{
    padding: 80px 0px;
    background-image: url(../images/finalbody.png);
}
.TheTower h2{
    text-align: center;
    font-size: 35px;
    color: #ffff00;
    font-family: 'Montserrat Bold';
    margin-bottom: 150px;
}

.DevelopSet {
    border: 1px solid transparent;
    padding: 90px 10px 30px;
    border-radius: 4px;
    min-height: 245px;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
}
.DevelopBox{
    margin-bottom: 150px;
}
.MafiaPic {
    position: absolute;
    top: 0;
    height: 200px;
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    transition: all .5s ease-in-out;
    background: rgba(255,255,255,.2);
}
.MafiaPic:hover{
    -webkit-animation: circle .75s;
	animation: circle .75s;
}
.MafiaPic img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.presale {
    border-bottom: 1px solid #191919;
    margin-bottom: 20px;
    padding-bottom: 10px;
    transition: all .5s ease-in-out;
}
.presale h4{
    font-size: 25px;
    color: #ffff00;
    transition: all .5s ease-in-out;
}
.DevelopSet p {
    text-align: left;
    transition: all .5s ease-in-out;
    font-size: 16px;
    line-height: 25px;
    color: #ffff00;
}
.DevelopSet:hover {
    background: transparent;
    border-color: #ffff00;

}
.DevelopSet:hover p{
    color: #ffff00;
}
.DevelopSet:hover .presale h4{
    color: #ffff00;
}
.DevelopSet:hover .presale {
    border-bottom-color: #ffff00;
}
/*----------The-Tower-End-------------*/
/*----------FAQs-Section-Start--------*/
.FaqClub{
    padding: 80px 0px;
    background-image: url(../images/finalbody.png);
}   
.FaqClub h3 {
    text-align: center;
    font-size: 35px;
    color: #ffff00;
    font-family: 'Montserrat Bold';
    margin-bottom: 50px;
}
.faq-box {
    border-radius: 1px;
    margin-bottom: 15px;
}
.faq-box .faq-heading {
    background: #303030;
    padding: 10px;
}
.faq-box .faq-heading .faq-title {
    font-size: 14px;
    margin: 5px 0px;
}
.faq-box .faq-heading .faq-title a {
    color: #ffff00;
}
.faq-box .faq-heading .faq-title a span {
    padding: 0 5px;
    display: inline;
    float: right;
}
.faq-box .faq-body {
    border: 1px dashed #ffff01;
    border-top: 1px solid #fff;
    padding: 10px;
    background: #000;
}
.faq-body p {
    color: #f7f7f7;
}
/*----------FAQs-Section-End---------*/
/*----------eam-Member-Start----------*/
.Teammember{
    background-image: url(../images/finalbody.png);
    padding: 80px 0px;
    
}
.Teammember h2 {
    text-align: center;
    font-size: 35px;
    color: #ffff00;
    font-family: 'Montserrat Bold';
    margin-bottom: 50px;
}
.TeamSet{
    text-align: center;
    border: 1px solid #202020;
    padding: 20px 20px 0;
    min-height: 440px;
    overflow: hidden;
    position: relative;

}
.PicTeam img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.TeamSet:hover .PicTeam img{
    transform: scale(1.1);
}
.TeamSet h4 {
    color: #ffff00;
    margin: 20px 0 0;
}
.TeamSet h5 {
    color: #f7f7f7;
    margin: 20px 0 0;
    font-size: 16px;
}
.TeamSet p {
    color: #f7f7f7;
    text-align: center;
    margin: 20px 0;
    line-height: 22px;
}
.TeamSet a {
    color: #ffff00;
    font-size: 20px;
    background: #121212;
    display: block;
    padding: 8px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
/*----------eam-Member-End------------*/
/*----------Footer-Start--------------*/
.FooterSet{
    padding:80px 0px;
    background: #000;
}
.logoss {
    width: 60%;
}
.FooterText p {
    color: #fff;
    text-align: left;
}
.AboutFoter h4 {
    color: #fff;
    font-size: 24px;
}
.AboutFoter ul {
    margin-top: 20;
}
.AboutFoter ul li a {
    display: block;
    color: #f1f1f1;
    padding: 5px 0px 0 0px;
    font-size: 14px;
    transition: all .5s ease-in-out;
}
.AboutFoter ul li a:hover{
    color: #ffff00;
    padding-left:10px;
}
.FollowUs h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.FollowUs ul li {
    margin-left: 20px;
    display: inline-block;
}
.FollowUs ul li a{
    margin-right: 10px;
}
.FollowUs ul li a img {
    width: 30px;
    display: flex;
}
.SocialIcons{
    margin: 20px 0 0 100px;
}
.Smart {
    text-align: center;
    display:block;
    margin: 20px 0 0;
    color: #000;
    font-size: 16px;
    background: #f8f9fc;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
}
.Smart:hover{
    color: #fff;
    border-color: #f8f9fc;
    background: transparent;
}
.FollowUs {
    display: block!important;
}
.SocialIcons {
    display: block!important;
}
/*----------Footer-End------------------*/
@media (max-width:1199px){   
    .banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
@media (max-width:1024px){
    .AboutUs p{
        margin: 0px 0px 0px;
    }
    .JoinBtn {
        margin: 0px 6px;
        padding: 12px 20px;
        margin-top: 10px;
    }
    .Peratext .BoxText h4 {
        font-size: 16px;
    }
    .banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }   
    .TeamSet {
        min-height: 500px;
    } 

}
@media (max-width:1000px){
    .my-bars {
        display: block;
        font-size: 25px;
        background: transparent;
        color: #fff; 
        float: right;
        margin: 7px 0;
        border: none;
    }
    .navigation {
        position: fixed;
        z-index: 999;
        right: -40%;
        top: 0;
        width: 40%;
        margin-right: 0;
        bottom: 0;
        transition: all 0.5s ease-in-out;
        display: block;
        background: rgb(255 255 1);
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }    
    .navigation ul li:first-child{
        display: block;
    }    
    .navigation ul li{
        float: none;
    }
    .navigation ul li a {
        display: block;
        padding: 14px 20px;
        color: #000;
        transition: all .5s ease-in-out;
        font-size: 14px;
    }
    .navigation ul li a i {
        font-size: 18px;
        color: #000;
    }
    .stickyheader .navigation {
        margin:0px;
    }   
    .stickyheader .navigation ul li a {
        color: #000;
    }
    .HeaderSet {
        padding: 5px 0px 5px 5px ;
    }
    .logo a img {
        width: 40px;
    }
    .stickyheader .logo a img {
        width: 40px;
    }
    .SocialIcons {
        margin: 20px 0 0 20px;
    }
}
@media(max-width:768px){ 
    .MafiaPic {
        height: 150px;
        width: 150px;
        border:2px solid #f7f7f7;
    }
    .MafiaPic img {
        height: 150px;
        width: 150px;
    }
    .DevelopSet {
        border: 1px solid transparent;
        padding: 90px 10px 30px;
        border-radius: 4px;
        min-height: 257px;
    }
    .Peratext {
        padding: 30px 10px 30px 10px;
    }
    .JoinBtn {
        margin: 0px 6px;
        padding: 8px 10px;
        margin-top: 10px;
        font-size: 12px;
    }
    .BoxText {
        padding: 60px 0px;
        min-height: 180px;
        margin-bottom: 20px;
    }
    .Peratext .BoxText h4 {
        font-size: 14px;
        margin: 10px 10px;        
    } 
    .TeamSet {
        min-height: 500px;
        padding: 20px 10px 0;
    }  
    
}
@media(max-width:500px){
    .mobileNone{
        display: none;
    }
    .webNone {
        display: block!important;
    }
    
    .AboutUs {
        padding: 40px 0px;
    }
    .Roadmap {
        padding: 40px 0 60px;
    }
    .TheTower {
        padding: 40px 0px 10px;
    }
    .Peratext {
        padding: 30px 10px 30px 10px;
    }
    .FooterSet {
        padding: 40px 0px;
    }
    .LelaText {
        margin-bottom: 20px;
    }
    .FaqClub {
        padding: 40px 0px;
    }
    .BoxText {
        margin-bottom: 20px;
        padding: 20px;
        min-height: auto;
    }
    .AboutUs p {
        margin: 20px 0px 0px;
        font-size: 14px;
        line-height: 25px;
    }
    .JoinBtn {
        margin: 0px 2px;
        padding: 12px 14px;
        margin-top: 10px;
    }
    .Teammember h2 {
        text-align: center;
        font-size: 25px;
    }
    .AboutUs h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .Roadmap h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .TheTower h2 {
        font-size: 25px;        
    }
    .DevelopSet p {
        font-size: 14px;
        line-height: 22px;
    }
    .presale h4 {
        font-size: 20px;
    }
    .presale {
        margin-bottom: 10px;        
    }
    .DevelopSet {
        padding: 60px 10px 30px;
        min-height: auto;
        margin-bottom: 110px;
    }
    .DevelopBox {
        margin-bottom: 90px;
    }

    .SocialIcons {
        margin: 20px 0 0 0px;
    }
    .FollowUs h4 {
        text-align: left;
        font-size: 20px;
        margin-top: 10px;
    }
    .AboutFoter h4 {
        text-align: left;
        margin: 10px 0;
        font-size: 20px;
    }
    .AboutFoter ul {
        margin-top: 0;
    }
    .AboutFoter ul li a {
        padding: 5px 0px 0 0px;
    }
    .faq-box .faq-heading .faq-title {
        font-size: 12px;
    }
    .SocialIcons {
        margin: 10px 0 0 0px;
    }    
    .FollowUs ul li {
        margin-left: 0;
    }
    .TeamSet {
        margin-bottom: 20px;
    }    
    .MafiaTab .nav-link {
        display: block;
        padding: 5px 7px;
        font-size: 14px;        
    }
    .Smart {
        font-size: 14px;
        padding: 10px 10px;    
    }
    .Persentage {
        left: -5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        top: 10px;
    }
    .MafiaShow{
        display: none;
    }
    .MafiaNone{
        display: block!important;
    }
    .FaqClub h3 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .TeamSet {
        min-height: auto;
        overflow: hidden;
    }
    .TeamSet a {
        position: initial;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}
@media (max-width: 375px){
    .MafiaTab .nav-link {
        display: block;
        padding: 5px 6px;
        font-size: 13px;
    }
    .JoinBtn {
        margin: 0px 0px;
        padding: 8px 8px;
        margin-top: 10px;
        
    }
}
@media(max-width:360px){
    .MafiaTab .nav-link {
        display: block;
        padding: 6;
        font-size: 12px;
    }
}
@media(max-width:320px){
    .txtNft {
        top: 50px;
        right: 0;
        width: 50%;
    }
    .Q1 {
        top: 20px;
        left: 20px;
    }
    .Pera1 {
        top: 40px;
        left: -50px;
    }
    .txtToken {
        left: 0;
        width: 55%;
        bottom: -100px;
    }
    .Q2 {
        right: 10px;
        top: 70px;
    }
    .Pera2 {
        top: 40px;
        left: 10px;
    }
}
.MafiaNone{
    display: none;
}
.webNone{
    display: none;
}