@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* contactUsSec */
.contactUsSec {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 185, 6, 0) 0%, rgba(255, 185, 6, 0.25) 100%);
    backdrop-filter: blur(10px);
    padding-top: 180px;
    padding-bottom: 115px;
}

.contactUsCon {
    width: 100%;
    text-align: center;
    position: relative;
}

.contactUsCon .secHead {
    margin-bottom: 10px;
}

.contactUsCon .secTitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 2.0;
    text-align: center;
    text-transform: inherit;
    color: #FFFFFF;
}

.contactUsCon span span {
    display: inline-block;
}

.contactUsCon span a {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #888888;
    position: relative;
}

.contactUsCon span .breadcrumb_last {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFB906;
    margin-left: 9px;
}

.contactUsCon span a::after {
    position: absolute;
    content: "/";
    font-size: 1.4rem;
    line-height: 1.3rem;
    right: -11px;
    top: 2px;
    color: #888888;
}

#breadcrumbs {
    text-align: center;
}

.contactUsCon span a:hover {
    color: #FFB906;
}

.getInTuchSec {
    background-color: #101010;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 76px;
}

.getInTuchMain {
    width: 100%;
    display: flex;
    justify-content: center;
}

.getInTuchImg {
    width: 39%;
}

.getInTuchImg video {
    max-width: 100%;
}

.getInTuchImg img {
    margin-left: auto;
}

.getInTuchText {
    width: 61%;
}

.getInTuchText .secHead .secTitle {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.21;
}

.getInTuchText .secHead p {
    opacity: 0.6;
    letter-spacing: 0.02em;
}

.mailName p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
}

.getInTuchTextMain {
    display: flex;
    width: 100%;
    margin-top: 80px;
}

.getInTuchmail {
    width: 40%;
}

.firstGmail {
    background: linear-gradient(180deg, #202020 30.73%, rgba(0, 0, 0, 0.6) 100%);
    mix-blend-mode: normal;
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 24px;
}

.getInmailText {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
}

.mailName p {
    color: #fff;
}

.getInTuchmail .contact-detils {
    color: #fff;
    opacity: 0.6;
    font-weight: 100;
    padding-left: 29px;
    font-size: 16px;
}

.getInmaillogo {
    width: 22px;
    max-width: 22px;
    margin-right: 8px;
}

.getInmaillogo img {
    width: 100%;
}

.secAdrees {
    background: linear-gradient(180deg, #202020 30.73%, rgba(0, 0, 0, 0.6) 100%);
    mix-blend-mode: normal;
    border-radius: 20px;
    padding: 20px 0 15px 20px;
    width: 306px;
}

.getInTuchTextForm {
    width: 60%;
    margin-left: 60px;
    position: relative;
}

.getInTuchTextForm .form-group {
    margin-bottom: 25px;
}

.getInTuchTextForm .input-filed {
    height: 42px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    background-color: #101010;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.getInTuchTextForm .input-filed:hover {
    border-bottom: 1px solid rgba(255, 185, 6, .3);
}

.getInTuchTextForm .btn {
    background: linear-gradient(180deg, #FFB906 30.73%, #101010 100%);
    border-radius: 5px;
    min-width: 150px;
    margin-top: 25px;
}

.getInTuchTextForm input::placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.getInTuchTextForm input::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.getInTuchTextForm input::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.getInTuchTextForm input:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.getInTuchTextForm input:-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.getInTuchTextForm input::placeholder:hover {
    color: #FFB906;
}

.getInTuchTextForm input::-webkit-input-placeholder:hover {
    color: #FFB906;
}

.getInTuchTextForm input::-moz-placeholder:hover {
    color: #FFB906;
}

.getInTuchTextForm input:-ms-input-placeholder:hover {
    color: #FFB906;
}

.getInTuchTextForm input:-moz-placeholder:hover {
    color: #FFB906;
}

.getInTuchTextForm input,
select,
textarea {
    color: #fff;
    font-size: 16px;
}

.getInTuchTextForm input:focus::-webkit-input-placeholder {
    color: #FFB906;
}

.getInTuchTextForm .active::placeholder {
    color: #FFB906;
}

.getInmailicon {
    display: flex;
}

.getInmailicon .icon {
    width: 22px;
    height: 22px;
}

.getInmailicon span {
    font-size: 19px;
    color: #fff;
    margin-left: 8px;
    font-weight: 400;
    line-height: 1.3;
}

.secAdrees .address {
    color: #fff;
    opacity: 0.6;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
}


/* media-page */

.media-sec {
    padding: 120px 0;
}

.ifc-img {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px;
    display: block;
}

.ifc-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.media-text .secTitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
    margin-top: 40px;
}

.media-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.6;
}

.logo-slide-sec {
    max-width: 93%;
    margin: auto;
    padding: 0 15px;
}

.main-logo {
    padding-top: 75px;
    margin: 0 -15px;
}

.media-logo {
    padding: 0 15px;
}

.logo-img {
    position: relative;
    padding-bottom: 65px;
    overflow: hidden;
    display: block;
}

.logo-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}



.media-sec~.media-sec {
    padding-bottom: 0;
}

.media-sec:first-child {
    padding-bottom: 0px;
}

.media-sec:last-child {
    padding-bottom: 120px;
}

.media-sec:first-child .media-text-main {
    border-top: 0px;
    padding-top: 0px;
}

.media-sec .media-text-main {
    border-top: 1px solid rgba(217, 217, 217, 0.1);
    padding-top: 120px;
}




/* about-us-page*/

.fortune-sec {
    width: 100%;
    padding: 70px 0;
    position: relative;
    z-index: 2;
    padding-bottom: 112px;
}

.fortune-text {
    margin-top: 100px;
    margin-left: -50px;
    position: relative;
    z-index: 2;
}

.fortune-img {
    padding-left: 55px;
}

.fortune-img img {
    margin-left: auto;
}

.fortune-img video {
    width: 100%;
}

.fortune-text .secTitle {
    font-weight: 400;
    font-size: 41px;
    line-height: 1.21;
    color: #FFFFFF;
}

.fortune-text .subTitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #FFB906;
    margin-bottom: 30px;
}

.fortune-text p {
    font-weight: 100;
    font-size: 19px;
    line-height: 1.31;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.con-about {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #FFB906;
    margin-left: 80px;
}

.con-about span {
    color: rgba(255, 255, 255, 1);
    font-weight: 100;
}

.founded-con p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.6;
}

.founded-con p:last-child {
    margin-bottom: 0;
}

.fortune-sec .row:nth-child(2) {
    margin-top: 60px;
}

.founded-con {
    max-width: 84%;
}


.meet-sec {
    padding: 100px 0;
}

.meet-sec .secHead .secTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 1.21;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.meet-sec .secHead .subTitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #FFB906;
    text-align: center;
    display: block;
}

.founder-img {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.founder-name .fou-name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.32;
    color: #FFFFFF;
    display: block;
}

.founder-name .fou-category {
    font-weight: 400;
    font-size: 19.2px;
    line-height: 25px;
    color: #FFFFFF;
}

.founder-card-box {
    display: flex;
    position: relative;
    padding: 12px;
    align-items: center;
}

.founder-card-box::after {
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #FFFFFF 100%);
    mix-blend-mode: normal;
    opacity: 0.1;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.founder-icon a.linkedin {
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.3);
}

.founder-icon a.twitter {
    color: rgba(255, 255, 255, 0.3);
}

.founder-con-box {
    position: relative;
    background: linear-gradient(180deg, #202020 30.73%, rgba(0, 0, 0, 0.6) 100%);
    mix-blend-mode: normal;
    border-radius: 20px;
    height: 100%;
}

.founder-con-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#1c1c1c, #1c1c1c) padding-box, linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1)) border-box;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: -1;
}

.founder-detail {
    padding: 26px 40px 37px 20px;
}

.founder-name {
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

.founder-detail p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.6;
}

.founder-card-box .scoial-media {
    position: absolute;
    right: 19px;
    top: 17px;
    z-index: 2;
}

.founder-card-box .scoial-media a {
    margin: 0 5px;
}

.meet-sec .row:nth-child(2) {
    margin-top: 70px;
}

.founder-card-box .scoial-media a:hover {
    color: #fff;
}

/* grow-con-sec */
.grow-portfolio-sec {
    width: 100%;
    background: linear-gradient(263.15deg, #000000 14.77%, #FFB906 85.75%);
    margin-top: 63px;
}

.grow-portfolio-sec .grow-con {
    padding: 50px 0;
    padding-top: 95px;
    padding-left: 115px;
}

/*.grow-con .secTitle{font-weight: 700; font-size: 67px; line-height: 1;color: #FFFFFF; margin-bottom: 20px;}
.grow-con .subTitle{font-weight: 300; font-size: 16px; line-height: 1.5; letter-spacing: 0.02em; color: #FFFFFF;}*/
.grow-mobile-img {
    margin-top: -63px;
    margin-bottom: -145px;
}

.grow-mobile-img img {
    margin-left: 10px;
}

.app-btn {
    display: flex;
    margin-top: 45px;
}

.app-btn a~a {
    margin-left: 24px;
}

.app-btn img {
    height: 59px;
}

/* our-business-sec */
.our-business-sec {
    padding: 140px 0;
    position: relative;
    z-index: 2;
    background: #101010;
}

.our-business-sec .secTitle {
    font-weight: 400;
    font-size: 41px;
    line-height: 1.21;
    color: #FFFFFF;
    text-align: center;
}

.our-business-sec .subTitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #FFB906;
    text-align: center;
}

.our-business-sec .row:nth-child(2) {
    margin-top: 70px;
}

.our-business-box-text h3 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
}

.our-business-box-text {
    padding: 20px;
}

.overlay h3 {
    font-weight: 700;
    font-size: 41px;
    line-height: 1.21;
    text-align: center;
    color: #000000;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.our-box-con {
    background: #FFB906;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 100%;
    padding: 0 30px;
}

.overlay p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.our-business-box {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 146px;
    position: relative;
    background: #282828;
}

.our-business-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: #FFB906;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 6;
    transition: bottom 0.8s ease-in-out;
}

.our-business-box:hover:before {
    bottom: 0;
    z-index: 3;
}

.our-business-box-con {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: normal;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    z-index: 1;
}

.our-business-box-con .sec-title {
    font-weight: 300;
    font-size: 41px;
    line-height: 1.34;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    transition: all .8s;
    margin-top: 16px;
    display: block;
    width: 100%;
    padding: 0 25px;
}

.our-business-box-con p {
    display: none;
}

.our-business-box-img {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 89%;
    mix-blend-mode: luminosity;
}

.our-business-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-business-box:hover .our-business-box-con {
    z-index: 3;
    bottom: 25%;
    flex-wrap: wrap;
    align-content: center;
    background: transparent;
}

.our-business-box:hover .our-business-box-con .sec-title {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 26px;
    z-index: 2;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.our-business-box:hover .our-business-box-con p {
    display: block;
    padding: 0 50px;
    text-align: center;
    transition: all .8s;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.33;
    text-align: center;
    color: #000000;
    z-index: 2;
}

.our-business-box-con::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 16, 16, 0) 0%, rgba(255, 255, 255, 0.1) 100%), #101010;
    z-index: -1;
}

.our-business-box:hover .our-business-box-con::before {
    position: unset;
    display: none;
}

.bulid-con .secTitle {
    font-weight: 400;
    font-size: 41px;
    line-height: 1.21;
    color: #FFB906;
}

.bulid-con .subTitle {
    font-weight: 400;
    font-size: 67px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.bulid-con .subTitle span {
    font-weight: 700;
}

.bulid-con {
    margin-left: -50px;
}

.our-business-box-con p {
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
}

.our-business-box-con p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.our-business-box-con p::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
}

.our-business-box-con p::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(255, 255, 255, 0.1) 100%), #101010;
}

.bulid-sec {
    position: relative;
}

.bulid-sec .particles-bg {
    z-index: 0;
}


/* ifortune-crypto-card-start */
.fees-charges-sec {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 110px;
}

.fees-charges-sec:before {
    position: absolute;
    content: "";
    background: url(../img/fees-charges-bg.png) no-repeat;
    width: 1245px;
    height: 530px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.fees-charges-sec .container {
    max-width: 900px;
}

.fees-charges-img {
    max-width: 320px;
    margin-left: auto;
}

.fees-charges-text .secHead {
    margin-bottom: 25px;
}

.prepaid-card-text.fees-charges-list {
    border: 1px solid #4A4A4A;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 18px 18px;
    max-width: 485px;
}

.prepaid-card-text.fees-charges-list .cms-con ul {
    margin-bottom: 0;
}

.prepaid-card-text.fees-charges-list .cms-con ul li {
    color: #F3E07E;
    font-size: 18px;
    padding-left: 36px;
    margin-bottom: 24px;
}

.prepaid-card-text.fees-charges-list .cms-con ul li:last-child {
    margin-bottom: 0;
}

.prepaid-card-text.fees-charges-list .cms-con ul li:before {
    width: 26px;
    height: 26px;
}

/* ifortune-crypto-card-end */

/* iFortunex Token Start */
.InternationalCryptoSec.dco-sec {
    padding-top: 140px;
    padding-bottom: 70px;
    overflow: unset;
}

.dco-sec .container {
    max-width: 1190px;
}

.text-gradient,
.text-gradient p,
.text-gradient span {
    background: linear-gradient(90deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dco-text {
    max-width: 395px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-right: -30px;
}

.dco-title {
    font-size: 70px;
    font-weight: 500;
}

.token-logo {
    max-width: 390px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}

.now-live {
    display: inline-flex;
    align-items: center;
    color: #E0B736;
    text-transform: uppercase;
}

.now-live span {
    font-size: 20px;
    border: 1px solid #EDD265;
    border-radius: 5px;
    padding: 6px 12px;
    padding-top: 4px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(245, 227, 129, 0.1);
    letter-spacing: 3px;
    margin-left: 9px;
}

.now-live small {
    background: linear-gradient(90deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dco-text hr {
    background: url(../img/border-line.png) no-repeat;
    opacity: 1;
    height: 1px;
    border: none;
    margin: 18px 0;
}

.discounted-text {
    padding: 0 30px;
    margin-bottom: 30px;
}

.discounted-text span {
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}

.discounted-text .launching-title {
    font-size: 24px;
    font-weight: 500;
}

.refer-earn-sec {
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.content-box.refer-earn .secHead {
    margin-bottom: 28px;
}

.refer-row .content-box {
    height: 100%;
    padding: 27px 40px 23px 40px;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(247, 213, 82, 0.20) 0%, rgba(247, 213, 82, 0.20) 100%), linear-gradient(270deg, #111 0%, #222 100%);
    background-blend-mode: soft-light, normal;
    text-align: center;
    overflow: hidden;
}

.refer-row .img-content {
    width: 48%;
}

.refer-row .img-box img {
    max-width: 233px;
}

.refer-row .earn-apy-row+.cms-con p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-weight: 300;
    padding-top: 14px;
    margin-bottom: 0;
}

.refer-table {
    width: 53%;
    margin-left: 24px;
    border-radius: 4px;
    border: 1px solid rgba(247, 213, 82, 0.1);
    overflow: hidden;
}

.refer-table table {
    width: 100%;
}

.refer-table table tbody tr {
    border-bottom: 1px solid rgba(247, 213, 82, 0.1);
}

.refer-table table tbody tr:last-child {
    border-bottom: 0;
}

.refer-table table tbody tr td {
    color: #F1D96E;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.09px;
    padding: 11px 35px;
    text-align: left;
    vertical-align: middle;
}

.refer-table table tbody tr td:first-child {
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #E1B735;
    border-right: 1px solid rgba(247, 213, 82, 0.1);
    text-align: left;
    font-weight: 700;
    padding: 11px 20px;
}


.earn-up-box {
    padding: 16px 39px;
    margin-top: 15px;
    display: inline-block;
    min-width: 338px;
    border-radius: 64px;
    border: 1px solid rgba(25, 25, 25, 0.06);
    background: #F7D552;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 22px;
}

.earn-up-box span {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.earn-up-box span:first-child {
    color: #000;
    font-size: 31px;
    font-weight: 700;
    line-height: .8;
    text-transform: uppercase;
}

.earn-up-box span:first-child span {
    font-size: 21px;
    line-height: 1;
}

.earn-up-box span:nth-child(2) {
    color: #000;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    vertical-align: bottom;
}

.earn-up-box span:last-child {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: bottom;
}

.stake-ifx-title {
    color: #999;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 13px;
}

.earn-apy-row {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    max-width: 255px;
    margin: auto;
    background: rgba(0, 0, 0, 0.1);
}

.earn-apy-box {
    padding: 13px 23px;
    position: relative;
}

.earn-apy-box span {
    display: inline-block;
    padding: 0 5px;
}

.earn-apy-box .month-text {
    color: #F7D552;
    font-size: 22px;
    font-weight: 700;
    line-height: .675;
    vertical-align: middle;
}

.earn-apy-box .month-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1 !important;
}

.earn-apy-box .month-text+span {
    vertical-align: middle;
}

.earn-apy-box .and-img img {
    width: 39px;
}

.earn-apy-box span:last-child {
    color: #F7D552;
    font-size: 16px;
    font-weight: 300;
    line-height: .975;
    text-align: left;
    vertical-align: middle;
}

.earn-apy-box span:last-child span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.375;
    padding: 0;
}


.tokenchain-sec {
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
}

.tokenchain-sec:before {
    position: absolute;
    content: "";
    background: url(../img/refer-earn-bg.png) no-repeat;
    width: 1245px;
    height: 1218px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tokenchain-sec .tokenomics-wrapper .sec-head {
    margin-bottom: 43px;
}

.tokenomics-detail {
    max-width: 450px;
    margin-left: auto;
}

.tokenomics-con {
    margin-bottom: 30px;
}

.tokenomics-con .tokenomics-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.095px;
    color: #939393;
    margin-bottom: 5px;
}

.binance-logo {
    max-width: 175px;
}

.tokenomics-con .tokenomics-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.13;
}

.tokenchain-sec .tokenomics-video-box {
    max-width: 495px;
}

.tokenchain-sec .tokenomics-number .numebr {
    font-size: 24px;
    font-weight: 700;
}

.tokenchain-sec .tokenomics-name span {
    color: #F3E07E;
    font-size: 18px;
    background: unset;
    -webkit-text-fill-color: unset;
}

.tokenchain-sec .tokenomics-name span::before {
    width: 2px;
    height: 46px;
    top: -9px;
}

.tokenchain-sec .tokenomics-item {
    padding-top: 18px;
    padding-bottom: 20px;
}

.tokenchain-sec .tokenomics-item::before {
    top: 0;
    bottom: 0;
}

.tokenchain-sec .tokenomics-number {
    width: 60px;
}

/* iFortunex Token End */

/* ifortune-coin-start */
.bep20-sec.bep-sec {
    padding-top: 170px;
    padding-bottom: 0;
}

.bep-sec .secHead {
    margin-bottom: 36px;
}

.bep-sec .sec-title span {
    font-weight: 400;
}

.binance-smart-title {
    font-size: 22px;
    font-weight: 400;
    color: #E0B330;
    margin-bottom: 18px;
}

.binance-smart-text p {
    opacity: 0.6;
}

.tokenomics-part-sec.tokenomics-sec .particles-bg.two {
    top: 15%;
}

.tokenomics-part-sec.tokenomics-sec .particles-bg.three {
    bottom: inherit;
    top: 5%;
}

/* ifortune-coin-end */

/* ifortune-machine-Start */
.ifort-machine-sec .bep20-content .sec-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
}

.ifort-machine-sec .bep20-content .bep20-sub-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 0;
}

.ifort-machine-sec .bep20-content .cms-con {
    max-width: 360px;
}

.level-bonus-sec {
    padding-bottom: 75px;
}

.level-img {
    margin-bottom: 60px;
}

.level-img img {
    margin: auto;
}

.level-bonus-main {
    margin-bottom: 65px;
}

.level-bonus-sec .secHead {
    margin-bottom: 15px;
}

.level-bonus-sec .cms-con p:first-child {
    margin-bottom: 0;
}

.level-bonus-sec .cms-con p {
    color: #9F9F9F;
}

.level-bonus-sec .cms-con p span {
    color: #EACB57;
}

.level-bonus-sec .cms-con p:last-child {
    margin-bottom: 0;
}

.income-levels {
    border: 1px solid rgba(255, 185, 6, 0.1);
    background: rgba(255, 185, 6, 0.1);
    border-radius: 10px;
    padding: 22px 28px;
    padding-top: 20px;
    color: #F6E583;
    max-width: 370px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.income-levels p {
    font-size: 24px;
    font-weight: 300;
}

.income-levels span {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(0deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 6px;
    line-height: 0.9;
    display: inline-block;
    vertical-align: text-bottom;
}

.level-bonus-rewards {
    max-width: 1000px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.level-bonus-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -14px;
}

.single-chart {
    width: 20%;
    flex: 0 0 auto;
    position: relative;
    padding: 0 14px;
    margin-bottom: 25px;
}

.circular-chart-box {
    border: 2px solid #FDF38E;
    border-radius: 50%;
    padding: 8px;
    background: #2D2510;
}

.chart-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.level-num {
    font-size: 14px;
    font-weight: 300;
    color: #F1D96E;
    line-height: 1;
}

.level-num .percentage {
    width: 100%;
    margin-top: 17px;
    display: block;
    background: linear-gradient(0deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
}

.circular-chart {
    display: block;
    margin: 0px auto;
}

.circle-bg {
    fill: none;
    stroke: #45391B;
    stroke-width: 4.3;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.circular-chart .circle {
    stroke: #E1B735;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

/* ifortune-machine-end */

/* fizen-wallet-start */
.machineSec.fizenban-sec .img-box img {
    width: 96px;
    aspect-ratio: unset;
}

.bep20-sec.fizen-wallet-sec {
    padding-top: 120px;
    padding-bottom: 140px;
}

.fizen-wallet-sec:before {
    position: absolute;
    content: "";
    background: url(../img/fizen-white-bg.png) no-repeat;
    width: 1909px;
    height: 1115px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.fizen-wallet-sec:after {
    position: absolute;
    content: "";
    background: url(../img/fizen-yellow-bg.png) no-repeat;
    width: 1245px;
    height: 1218px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.fizen-wallet-sec.ifort-machine-sec .bep20-content .bep20-sub-title {
    font-weight: 400;
    margin-bottom: 15px;
}

.ifort-machine-sec .sec-title span {
    background: linear-gradient(90deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ifort-machine-sec .sec-title small {
    width: 1px;
    height: 100%;
    min-height: 45px;
    display: inline-block;
    background: linear-gradient(#101010, #F6E483, #101010);
    margin: 0 6px;
    position: relative;
    top: 2px;
}

.ifort-machine-sec .secHead {
    margin-bottom: 35px;
}

.fizen-wallet-brands-img {
    margin-bottom: 34px;
}

.fizen-wallet-brands-img video {
    mix-blend-mode: difference;
    width: 100%;
}

.download-now {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #4A4A4A;
    border-radius: 10px;
    padding: 28px;
    max-width: 1000px;
    margin: auto;
}

.ifort-machine-sec .download-now .secHead {
    margin-bottom: 0;
}

.fizen-wallet-sec.ifort-machine-sec .download-now .bep20-content .bep20-sub-title.sec-title {
    font-weight: 700;
    margin-bottom: 0;
}

.fizen-download {
    display: flex;
    flex-wrap: wrap;
}

.scan-app img {
    max-width: 75px;
    border-radius: 4px;
}

.fizen-download-btn {
    padding-left: 19px;
    width: calc(100% - 75px);
}

.fizen-down-link {
    font-size: 16px;
    margin-bottom: 11px;
    display: inline-block;
    line-height: 1;
}

.fizen-app-btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.fizen-app {
    width: 50%;
    padding: 0 8px;
}

.fizen-app img {
    width: 100%;
    height: 100%;
}


.brands-world-main {
    background-color: transparent;
    color: #fff;
    position: relative;
    padding-bottom: 100%;
    display: block;
    margin-bottom: 20px;
}

.brands-aspect {
    pointer-events: none;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 50%;
    right: 0%;
    transform: translate(-50%, 0%);
}

.brands-wrapper {
    pointer-events: none;
}

.ifc-fizen-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.ifc-fizen-logo-img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ifc-fizen-logo-img img {
    margin: auto;
    max-width: 330px;
    margin-top: 10px;
}

.circle-overlay {
    z-index: 1;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/* All other browsers */
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.wheel__card {
    opacity: 0;
    transform: scale(0);
}

.wheel__card {
    aspect-ratio: 1;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 120px;
    height: 100%;
    transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    translate: none;
    rotate: none;
    scale: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.freelancer-hero_img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.u-sr-only {
    white-space: nowrap;
    border: 0 solid transparent;
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.freelancer-hero_text {
    color: var(--gray-300);
    text-align: center;
    width: 100%;
    max-width: 80px;
    font-size: .9375rem;
    line-height: 1.2;
    position: absolute;
    top: 115%;
}

/* Set speeds for each group */
.leaders-hero_circle-rotator.speed1,
.leaders-hero_circle-rotator.speed01,
.leaders-hero_circle-rotator.speed2,
.leaders-hero_circle-rotator.speed02,
.leaders-hero_circle-rotator.speed3,
.leaders-hero_circle-rotator.speed03 {
    -webkit-animation: rotating 50s linear infinite;
    -moz-animation: rotating 50s linear infinite;
    -ms-animation: rotating 50s linear infinite;
    -o-animation: rotating 50s linear infinite;
    animation: rotating 50s linear infinite;
    pointer-events: none;
}

.leaders-hero_circle-person.speed1,
.leaders-hero_circle-person.speed01,
.leaders-hero_circle-person.speed2,
.leaders-hero_circle-person.speed02,
.leaders-hero_circle-person.speed3,
.leaders-hero_circle-person.speed03 {
    -webkit-animation: rotating 50s linear reverse infinite;
    -moz-animation: rotating 50s linear reverse infinite;
    -ms-animation: rotating 50s linear reverse infinite;
    -o-animation: rotating 50s linear reverse infinite;
    animation: rotating 50s linear reverse infinite;
}

@media screen and (prefers-reduced-motion: no-preference) {
    .leaders-hero_circle-rotator {
        display: flex;
    }
}

@media screen and (prefers-reduced-motion) {
    .leaders-hero_circle-rotator {
        display: none;
    }
}


.leaders-hero_circle-people {
    width: 6%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%
}

.leaders-hero_circle-people.set4b {
    top: 12%;
    bottom: 12%;
    left: 12%;
    right: 12%;
    transform: rotate(165deg)
}

.leaders-hero_circle-people.set1b {
    transform: rotate(22deg)
}

.leaders-hero_circle-people.set4c {
    top: 12%;
    bottom: 12%;
    left: 12%;
    right: 12%;
    transform: rotate(110deg)
}

.leaders-hero_circle-people.set3c {
    top: 22.5%;
    bottom: 22.5%;
    left: 22.5%;
    right: 22.5%;
    transform: rotate(120deg)
}

.leaders-hero_circle-people.set1c {
    transform: rotate(120deg)
}

.leaders-hero_circle-people.set3b {
    top: 22.5%;
    bottom: 22.5%;
    left: 22.5%;
    right: 22.5%;
    transform: rotate(39deg)
}

.leaders-hero_circle-people.set1a {
    transform: rotate(45deg)
}

.leaders-hero_circle-people.set3a {
    top: 22.5%;
    bottom: 22.5%;
    left: 22.5%;
    right: 22.5%;
    transform: rotate(-60deg);
}

.leaders-hero_circle-people.set4a {
    top: 12%;
    bottom: 12%;
    left: 12%;
    right: 12%;
    transform: rotate(135deg)
}

.leaders-hero_circle-person-spinner {
    z-index: 3;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.leaders-hero_circle-person-spinner.set4b {
    transform: rotate(-165deg)
}

.leaders-hero_circle-person-spinner.set1b {
    transform: rotate(-22deg)
}

.leaders-hero_circle-person-spinner.set3 {
    transform: rotate(-120deg)
}

.leaders-hero_circle-person-spinner.set4c {
    transform: rotate(250deg)
}

.leaders-hero_circle-person-spinner.set4 {
    transform: rotate(225deg)
}

.leaders-hero_circle-person-spinner.set1c {
    transform: rotate(-120deg)
}

.leaders-hero_circle-person-spinner.set1 {
    transform: rotate(-49deg)
}

.leaders-hero_circle-rotator {
    pointer-events: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.freelancer-ring {
    pointer-events: none;
    border: 2px solid #534A34;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(.39)
}

.freelancer-ring.cc-4 {
    transform: scale(.4)
}

.freelancer-ring.cc-2 {
    transform: scale(.2);
    display: none;
}

.freelancer-ring.cc-8 {
    transform: scale(.8)
}

.freelancer-ring.cc-9 {
    transform: scale(.9)
}

.freelancer-ring.cc-7 {
    transform: scale(.7)
}

.freelancer-ring.cc-6 {
    transform: scale(.6)
}

.freelancer-ring.cc-5 {
    transform: scale(.5)
}

.freelancer-ring.cc-3 {
    transform: scale(.3)
}

.freelancer_rings-wrapper {
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.leaders-hero_circle-person {
    opacity: 1;
    pointer-events: auto;
    border-radius: 50%;
    padding-top: 100%;
    position: static;
    overflow: visible
}

.leaders-hero_circle-person.bottom {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.leaders-hero_circle-person.top {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%
}

.leaders-hero_circle-person.top.speed1 {
    transition: filter .5s ease-in-out
}

.leaders-hero_circle-person.top.speed1:hover {
    filter: brightness(110%)
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1b.set1-b {
    transform: rotate(335deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1d.set1-d {
    transform: rotate(355deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1b.set1-b .leaders-hero_circle-person-spinner.set1b {
    transform: rotate(25deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1d.set1-d .leaders-hero_circle-person-spinner.set1c {
    transform: rotate(4deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1a {
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    transform: rotate(70deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1b {
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    transform: rotate(315deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1c {
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    transform: rotate(90deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1d {
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    transform: rotate(335deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1e {
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    transform: rotate(358deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-person-spinner.set1 {
    transform: rotate(285deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-person-spinner.set1c {
    transform: rotate(268deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-person-spinner.set1b {
    transform: rotate(42deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1d .leaders-hero_circle-person-spinner.set1c {
    transform: rotate(22deg);
}

.leaders-hero_circle-rotator.speed01 .leaders-hero_circle-people.set1e .leaders-hero_circle-person-spinner.set1c {
    transform: rotate(0deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4c.set4d {
    transform: rotate(33deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4c.set4e {
    transform: rotate(54deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4c.set4d .leaders-hero_circle-person-spinner.set4c {
    transform: rotate(325deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4c.set4e .leaders-hero_circle-person-spinner.set4 {
    transform: rotate(303deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4b.set4-b {
    transform: rotate(190deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4a {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(30deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4b {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(296deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4c {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(84deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4d {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(336deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4e {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(369deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4f {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(327deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4g {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(260deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4h {
    top: 17%;
    right: 17%;
    bottom: 17%;
    left: 17%;
    transform: rotate(235deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3a {
    top: 27%;
    right: 27%;
    bottom: 27%;
    left: 27%;
    transform: rotate(64deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3b {
    top: 27%;
    right: 27%;
    bottom: 27%;
    left: 27%;
    transform: rotate(252deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3c {
    top: 27%;
    right: 27%;
    bottom: 27%;
    left: 27%;
    transform: rotate(157deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3d {
    top: 27%;
    right: 27%;
    bottom: 27%;
    left: 27%;
    transform: rotate(346deg);
}

.leaders-hero_circle-rotator.speed2 .leaders-hero_circle-people.set4b.set4-b .leaders-hero_circle-person-spinner.set4b {
    transform: rotate(-190deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-person-spinner.set4 {
    transform: rotate(393deg)
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-person-spinner.set4c {
    transform: rotate(350deg)
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4c .leaders-hero_circle-person-spinner.set4b {
    transform: rotate(-85deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4b .leaders-hero_circle-person-spinner.set4b {
    transform: rotate(62deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4d .leaders-hero_circle-person-spinner.set4c {
    transform: rotate(380deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4a .leaders-hero_circle-person-spinner.set4 {
    transform: rotate(-30deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4h .leaders-hero_circle-person-spinner.set4 {
    transform: rotate(124deg);
}

.leaders-hero_circle-rotator.speed02 .leaders-hero_circle-people.set4g .leaders-hero_circle-person-spinner.set4 {
    transform: rotate(100deg);
}

.leaders-hero_circle-rotator.speed3 .leaders-hero_circle-people.set3a .leaders-hero_circle-person-spinner {
    transform: rotate(60deg);
}

.leaders-hero_circle-rotator.speed3 .leaders-hero_circle-people.set3b .leaders-hero_circle-person-spinner.set1 {
    transform: rotate(-40deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3a .leaders-hero_circle-person-spinner {
    transform: rotate(292deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3b .leaders-hero_circle-person-spinner.set1 {
    transform: rotate(108deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3d .leaders-hero_circle-person-spinner.set3 {
    transform: rotate(12deg);
}

.leaders-hero_circle-rotator.speed03 .leaders-hero_circle-people.set3c .leaders-hero_circle-person-spinner.set3 {
    transform: rotate(-162deg);
}

.download-btn {
    margin-bottom: 40px;
}

.download-btn .btn {
    font-size: 16px;
    padding: 14px 18px;
}

/* fizen-wallet-end */

.ifortune-coin-token-sec {
    position: relative;
    z-index: 2;
}

.ifortune-coin-token-sec .secHead {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
}

.ifortune-coin-token-sec:before {
    position: absolute;
    content: "";
    background: url(../img/fizen-white-bg.png) no-repeat;
    width: 1909px;
    height: 1115px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.ifortune-coin-token-sec:after {
    position: absolute;
    content: "";
    background: url(../img/fizen-yellow-bg.png) no-repeat;
    width: 1245px;
    height: 1218px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.how-to-stake-sec.more-than-sec .img-box {
    top: -140px;
}


/* responsives-css */

@media screen and (max-width: 1600px) {

    /* fortune-scan-page */

    .key-features-sec {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1460px) {
    .our-business-sec {
        padding: 80px 0;
    }

    .meet-sec {
        padding: 80px 0;
    }

    .founded-con {
        max-width: 100%;
    }

    /* fortune-scan-page */

    .key-features-sec {
        padding-bottom: 100px;
    }

    .fortune-scan-page .bep20-sec .layer1-blockchain-sec .bep20-content .sec-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1399px) {
    .grow-portfolio-sec .grow-con {
        padding-left: 40px;
    }
}


@media(max-width:1299px) {

    /* getInTuchSec */
    .getInTuchTextMain {
        margin-top: 60px;
    }

    .getInTuchTextForm a {
        margin-top: 10px;
    }

    /* about-page */
    .our-business-sec {
        padding: 60px 0;
    }

    .fortune-sec {
        padding: 60px 0;
    }

    /* fortune-scan-page */

    .key-features-sec {
        padding-bottom: 80px;
    }

    .fortune-explorer-img {
        padding-bottom: 80px;
    }

    .fortune-scan-page .bep20-sec .layer1-blockchain-sec .bep20-content .sec-title {
        font-size: 45px;
    }

    .fortune-scan-page .bep20-content .secHead {
        margin-bottom: 25px;
    }
}

@media(max-width:1199px) {
    .slick-dots {
        margin-top: 10px;
    }

    /* getInTuchSec */
    .getInTuchText {
        margin-left: 25px;
    }

    .firstGmail {
        width: auto;
    }

    .secAdrees {
        width: auto;
    }

    .getInTuchTextForm {
        margin-left: 30px;
    }

    .getInTuchmail {
        width: 50%;
    }

    .getInTuchSec {
        padding: 50px 0;
    }

    .getInTuchTextMain {
        margin-top: 50px;
    }

    .media-sec {
        padding: 80px 0;
    }

    .main-logo {
        padding: 50px 0;
        padding-bottom: 0;
    }

    .media-sec:last-child {
        padding-bottom: 80px;
    }

    .media-sec .media-text-main {
        padding-top: 80px;
    }

    .contactUsSec {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .contactUsCon .secHead {
        margin-bottom: 5px;
    }

    .contactUsSec .particles-bg {
        height: 150px;
    }

    /* about-us */
    .fortune-text .subTitle {
        margin-bottom: 10px;
    }

    .con-about {
        margin-left: 0;
    }

    .fortune-sec .row:nth-child(2) {
        margin-top: 45px;
    }

    .meet-sec {
        padding: 20px 0;
    }

    .our-business-box-con .sec-title {
        font-size: 35px;
    }

    .bulid-con {
        margin-left: -20px;
    }

    .bulid-con .secTitle {
        font-size: 32px;
    }

    .fortune-text .secTitle {
        font-size: 35px;
    }

    .fortune-text .subTitle {
        margin-bottom: 5px;
    }

    .con-about {
        font-size: 28px;
    }

    .meet-sec .secHead .secTitle {
        font-size: 35px;
    }

    .meet-sec .secHead .subTitle {
        font-size: 25px;
    }

    .meet-sec .row:nth-child(2) {
        margin-top: 40px;
    }

    .our-business-sec .row:nth-child(2) {
        margin-top: 40px;
    }

    .our-business-sec .secTitle {
        font-size: 32px;
    }

    .our-business-sec .subTitle {
        font-size: 25px;
    }

    .bulid-con .subTitle {
        font-size: 46px;
    }

    .grow-portfolio-sec .grow-con {
        padding-left: 0;
    }

    .grow-con .sec-title {
        font-size: 54px;
    }

    .grow-mobile-img img {
        margin-left: 0;
    }

    .our-business-box {
        padding-bottom: 130px;
    }

    .our-business-box:hover .our-business-box-con p {
        padding: 0 15px;
    }

    .fortune-img {
        padding-left: 0;
    }

    .getInTuchmail .contact-detils br {
        display: none;
    }

    .getInTuchImg {
        width: 30%;
    }

    .getInTuchText {
        width: 70%;
    }

    /* ifortune-crypto-card-start */
    .fees-charges-sec {
        padding: 50px 0;
    }

    /* ifortune-crypto-card-end */

    /* iFortunex Token Start */
    .InternationalCryptoSec.dco-sec {
        padding: 60px 0;
    }

    .dco-text {
        margin-right: 0;
        font-size: 18px;
    }

    .dco-title {
        font-size: 50px;
    }

    .now-live span {
        font-size: 18px;
    }

    .token-logo {
        max-width: 300px;
    }

    .discounted-text .launching-title {
        font-size: 22px;
    }

    .discounted-text {
        margin-bottom: 20px;
    }

    .refer-earn-sec {
        padding-bottom: 50px;
    }

    .refer-row .img-box img {
        max-width: 100%;
    }

    .refer-row .content-box {
        padding: 25px 25px;
    }

    .refer-table table tbody tr td {
        padding: 8px 15px;
        font-size: 16px;
    }

    .refer-table table tbody tr td:first-child {
        padding: 8px 15px;
    }

    .earn-up-box span:first-child {
        font-size: 24px;
    }

    .earn-up-box span:first-child span {
        font-size: 18px;
    }

    .earn-up-box span:nth-child(2) {
        font-size: 44px;
    }

    .earn-up-box span:last-child {
        font-size: 20px;
    }

    .stake-ifx-title {
        font-size: 20px;
    }

    .earn-apy-box span:last-child {
        font-size: 14px;
    }

    .earn-apy-box span:last-child span {
        font-size: 16px;
    }

    .earn-apy-box .month-text {
        font-size: 20px;
    }

    .earn-apy-box .and-img img {
        width: 33px;
    }

    .earn-apy-row {
        max-width: 230px;
    }

    .earn-apy-box {
        padding: 10px 15px;
    }

    .tokenchain-sec {
        padding-bottom: 60px;
    }

    .tokenchain-sec .tokenomics-video-box {
        max-width: 100%;
        padding-right: 30px;
    }

    .tokenomics-con .tokenomics-sub-title {
        font-size: 16px;
    }

    .binance-logo {
        max-width: 150px;
    }

    .tokenomics-con {
        margin-bottom: 20px;
    }

    .tokenomics-con .tokenomics-title {
        font-size: 30px;
    }

    .tokenchain-sec .tokenomics-number .numebr {
        font-size: 20px;
    }

    .tokenchain-sec .tokenomics-name span {
        font-size: 16px;
    }

    .tokenchain-sec .tokenomics-name span::before {
        height: 40px;
        top: -7px;
    }

    .tokenchain-sec .tokenomics-item {
        padding-top: 14px;
        padding-bottom: 16px;
    }

    .tokenchain-sec .tokenomics-number {
        width: 50px;
    }

    /* iFortunex Token End */

    /* ifortune-coin-start */
    .bep20-sec.bep-sec {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .bep-sec .secHead {
        margin-bottom: 25px;
    }

    .binance-smart-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* ifortune-coin-end */

    /* ifortune-machine-Start */
    .ifort-machine-sec .bep20-content .sec-title {
        font-size: 45px;
    }

    .ifort-machine-sec .bep20-content .bep20-sub-title {
        font-size: 32px;
    }

    .income-levels {
        padding: 18px 20px;
        padding-top: 16px;
        max-width: 320px;
    }

    .income-levels p {
        font-size: 20px;
    }

    .income-levels span {
        font-size: 34px;
    }

    .level-bonus-main {
        margin-bottom: 45px;
    }

    .level-img {
        margin-bottom: 40px;
    }

    .level-bonus-row {
        margin: 0 -10px;
    }

    .single-chart {
        padding: 0 10px;
    }

    .circular-chart-box {
        padding: 6px;
    }

    .circle-bg {
        stroke-width: 3.8;
    }

    .circle {
        stroke-width: 2.6;
    }

    .level-num .percentage {
        font-size: 30px;
        margin-top: 10px;
    }

    .level-bonus-rewards {
        margin-bottom: 25px;
    }

    /* ifortune-machine-end */

    /* fizen-wallet-start */
    .bep20-sec.fizen-wallet-sec {
        padding: 60px 0;
    }

    .ifc-fizen-logo-img img {
        max-width: 275px;
    }

    /* fizen-wallet-end */


    /* fortune-scan-page */

    .key-features-sec .key-features-box {
        padding: 9px;
    }

    .key-features-sec .key-features-boxs {
        margin: -9px;
    }

    .key-features-sec .key-features-box-title {
        font-size: 18px;
    }
}

@media(max-width:991px) {

    /* .getInTuchsec */
    .getInTuchMain {
        flex-wrap: wrap;
    }

    .getInTuchImg {
        width: 50%;
    }

    .getInTuchImg img {
        width: 100%;
        max-width: 500px;
        margin-right: auto;
        padding-right: 40px;
    }

    .getInTuchText {
        width: 50%;
        margin-left: 0;
        margin-top: 25px;
    }

    .getInTuchTextForm {
        margin-left: 40px;
    }

    .getInTuchTextMain {
        flex-wrap: wrap;
    }

    .getInTuchmail {
        width: 100%;
    }

    .getInTuchTextForm {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    /* media-page */
    .media-sec {
        padding: 60px 0 20px 0;
    }

    .media-text .secTitle {
        margin-bottom: 8px;
    }

    section.media-for-sec {
        padding-bottom: 0;
    }


    /* about-us */
    .con-about {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .fortune-text {
        margin-top: 30px;
        margin-left: 0;
    }

    .bulid-con {
        margin-left: 0;
    }

    .fortune-text .secTitle {
        font-size: 30px;
    }

    .fortune-text .subTitle {
        font-size: 25px;
    }

    .con-about {
        font-size: 25px;
    }

    .our-business-sec .secTitle {
        font-size: 30px;
    }

    .bulid-con .subTitle {
        font-size: 33px;
    }

    .our-business-box-con .sec-title {
        font-size: 30px;
    }

    .grow-con .sec-title {
        font-size: 40px;
    }

    .grow-portfolio-sec .grow-con {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .fortune-sec {
        padding: 50px 0;
    }

    .meet-sec {
        padding: 50px 0;
    }

    .our-business-sec {
        padding: 50px 0;
    }

    .business-col {
        margin-bottom: 30px;
    }

    .our-business-box {
        padding-bottom: 75px;
    }

    .bulid-sec .particles-bg {
        height: 120px;
    }

    .media-text .secTitle {
        margin-top: 0;
    }

    .logo-slide-sec {
        max-width: 100%;
    }

    .getInTuchImg {
        width: 35%;
    }

    .getInTuchText {
        margin-top: 0;
    }

    .getInTuchText {
        width: 65%;
        margin-top: 0;
        padding-left: 25px;
    }

    .getInTuchTextMain {
        margin-top: 30px;
    }

    .firstGmail {
        margin-bottom: 15px;
    }

    /* ifortune-crypto-card-start */
    .prepaid-card-text.fees-charges-list .cms-con ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* ifortune-crypto-card-end */

    /* iFortunex Token Start */
    .refer-earn-sec .row>* {
        margin-bottom: 20px;
    }

    .refer-earn-sec .row>*:last-child {
        margin-bottom: 0px;
    }

    .tokenomics-detail {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        justify-content: center;
    }

    .tokenomics-con {
        padding: 0 15px;
    }

    .tokenchain-sec .tokenomics-wrapper .sec-head {
        margin-bottom: 35px;
    }

    /* iFortunex Token End */

    /* ifortune-machine-Start */
    .ifort-machine-sec .bep20-content .sec-title {
        font-size: 40px;
    }

    .ifort-machine-sec .bep20-content .bep20-sub-title {
        font-size: 24px;
    }

    .level-num {
        font-size: 12px;
    }

    .level-num .percentage {
        font-size: 24px;
    }

    /* ifortune-machine-end */

    /* fizen-wallet-start */
    .fizen-download-btn {
        padding-left: 15px;
    }

    .fizen-app-btn {
        margin: 0 -4px;
    }

    .fizen-app {
        padding: 0 4px;
    }

    .ifort-machine-sec .sec-title small {
        min-height: 35px;
    }

    .ifort-machine-sec .secHead {
        margin-bottom: 30px;
    }

    .download-now {
        padding: 20px;
    }

    .ifc-fizen-logo-img img {
        max-width: 200px;
    }

    /* fizen-wallet-end */

    .how-to-stake-sec.more-than-sec .img-box {
        top: -80px;
    }

    .how-to-stake-sec.more-than-sec .img-box img {
        height: 400px;
    }

    .ifortunex-page .tokenchain-sec,
    .ifortunex-page .level-bonus-sec {
        padding: 50px 0;
    }

    /* fortune-scan-page */

    .key-features-sec .key-features-img {
        margin-left: 0;
        margin-top: 40px;
        max-width: 500px;
    }

    .key-features-sec {
        padding-bottom: 60px;
    }

    .fortune-explorer-img {
        padding-bottom: 70px;
    }

    .key-features-sec::before {
        top: inherit;
        bottom: 0;
        height: 100%;
        background-size: 100%;

    }

    .fortune-scan-page .bep20-sec .layer1-blockchain-sec .bep20-content .sec-title {
        font-size: 35px;
    }

    .fortune-scan-page .bep20-content .secHead {
        margin-bottom: 20px;
    }

    .fortune-scan-page .bep20-content .cms-con p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    p {
        font-size: 14px;
    }

    /* .media-page */
    .media-text .secTitle {
        margin-bottom: 5px;
    }

    .bulid-con .subTitle {
        font-size: 35px;
    }

    /* about-us */
    .our-business-sec {
        padding: 25px 0;
    }

    .fortune-sec {
        padding: 35px 0;
    }

    .grow-con .sec-title {
        font-size: 34px;
    }

    .grow-con p br {
        display: none;
    }

    .app-btn img {
        height: 40px;
    }

    .app-btn {
        margin-top: 25px;
        width: 50%;
        display: inline-block;
    }

    .app-btn a~a {
        margin-left: 12px;
    }

    .grow-portfolio-sec .grow-con {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #breadcrumbs {
        display: none;
    }

    .contactUsCon .secHead {
        margin-bottom: 0;
    }

    .contactUsSec {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .contactUsCon .secTitle {
        font-size: 22px;
        line-height: 1.4;
    }

    .contactUsSec .particles-bg {
        height: 80px;
    }

    .our-business-box:hover .our-business-box-con {
        position: unset;
    }

    .our-business-box {
        pointer-events: none;
    }

    .our-business-box::before {
        display: none;
    }

    .our-business-box-con p {
        display: block;
        padding: 0px;
        text-align: center;
    }

    .our-business-box-con {
        position: unset;
        padding: 20px 15px;
        display: block;
    }

    .our-business-box {
        padding-bottom: 0px;
    }

    .our-business-box-con .sec-title br {
        display: none;
    }

    .our-business-box-con .sec-title {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .bulid-con .secTitle {
        font-size: 24px;
    }

    .bulid-con .subTitle {
        font-size: 30px;
    }

    .bulid-sec .particles-bg {
        height: 80px;
    }

    .fortune-sec .row:nth-child(2) {
        margin-top: 30px;
    }

    .fortune-text .secTitle {
        font-size: 26px;
    }

    .meet-sec {
        padding: 30px 0;
    }

    .meet-sec .secHead .secTitle {
        font-size: 26px;
    }

    .meet-sec .secHead .subTitle {
        font-size: 20px;
    }

    .meet-sec .row:nth-child(2) {
        margin-top: 20px;
    }

    .founder-detail {
        padding: 20px 15px;
    }

    .our-business-sec .row:nth-child(2) {
        margin-top: 20px;
    }

    .business-col:last-child {
        margin-bottom: 0;
    }

    .bulid-sec {
        padding-bottom: 20px;
    }

    .ifc-img {
        padding: 5px;
    }

    .media-sec {
        padding: 40px 0;
    }

    .main-logo {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .media-sec:last-child {
        padding-bottom: 40px;
    }

    .media-sec .media-text-main {
        padding-top: 40px;
    }

    .getInTuchSec {
        padding: 40px 0;
    }

    .getInTuchText .secHead .secTitle {
        font-size: 30px;
    }

    .getInmailicon span {
        font-size: 17px;
        margin-left: 5px;
    }

    .getInmailicon .icon {
        width: 18px;
        height: 18px;
    }

    .getInTuchmail .contact-detils {
        padding-left: 23px;
    }

    /* ifortune-crypto-card-start */
    .fees-charges-sec {
        padding: 40px 0;
    }

    .fees-charges-sec:before {
        display: none;
    }

    .fees-charges-text .secHead {
        margin-bottom: 20px;
    }

    .prepaid-card-text.fees-charges-list .cms-con ul li {
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 28px;
    }

    .prepaid-card-text.fees-charges-list .cms-con ul li:before {
        width: 20px;
        height: 20px;
    }

    /* ifortune-crypto-card-end */

    /* iFortunex Token Start */
    .dco-title {
        font-size: 40px;
    }

    .dco-text {
        font-size: 16px;
    }

    .now-live span {
        font-size: 16px;
    }

    .token-logo {
        max-width: 250px;
    }

    .dco-text hr {
        margin: 15px 0;
    }

    .discounted-text .launching-title {
        font-size: 20px;
    }

    .InternationalCryptoSec.dco-sec {
        padding: 40px 0;
    }

    .refer-earn-sec {
        padding-bottom: 30px;
    }

    .tokenchain-sec:before {
        display: none;
    }

    .tokenchain-sec {
        padding-bottom: 40px;
    }

    /* iFortunex Token End */

    /* ifortune-coin-start */
    .bep20-sec.bep-sec {
        padding-top: 40px;
    }

    .bep-sec .secHead {
        margin-bottom: 20px;
    }

    .binance-smart-title {
        margin-bottom: 10px;
    }

    /* ifortune-coin-end */

    /* ifortune-machine-Start */
    .ifort-machine-sec .bep20-content .secHead {
        margin-bottom: 25px;
    }

    .ifort-machine-sec .bep20-content .cms-con {
        max-width: 100%;
    }

    .ifort-machine-sec .bep20-content .sec-title {
        font-size: 28px;
    }

    .ifort-machine-sec .bep20-content .bep20-sub-title {
        font-size: 20px;
    }

    /* ifortune-machine-end */

    /* ifortune-machine-Start */
    .level-bonus-sec {
        padding-bottom: 60px;
    }

    .income-levels p {
        font-size: 16px;
    }

    .income-levels span {
        font-size: 27px;
    }

    .income-levels {
        padding: 14px 15px;
        padding-top: 12px;
        max-width: 260px;
    }

    .level-bonus-main {
        margin-bottom: 30px;
    }

    .level-img {
        margin-bottom: 30px;
    }

    .single-chart {
        width: 25%;
    }

    /* ifortune-machine-end */

    /* fizen-wallet-start */
    .bep20-sec.fizen-wallet-sec {
        padding: 50px 0;
    }

    .fizen-wallet-sec.ifort-machine-sec .bep20-content .bep20-sub-title {
        margin-bottom: 12px;
    }

    .ifort-machine-sec .sec-title small {
        min-height: 25px;
    }

    .download-now {
        padding: 15px;
    }

    .ifc-fizen-logo-img img {
        max-width: 175px;
    }

    .fizen-wallet-sec:before {
        display: none;
    }

    .fizen-wallet-sec:after {
        display: none;
    }

    .download-btn .btn {
        font-size: 14px;
        padding: 11px 18px;
    }

    /* fizen-wallet-end */

    /* ifortunex-exchange-start */
    .ifortune-coin-token-sec:before {
        display: none;
    }

    .ifortune-coin-token-sec:after {
        display: none;
    }

    .how-to-stake-sec.more-than-sec .img-box {
        top: -50px;
    }

    .how-to-stake-sec.more-than-sec .img-box img {
        height: 300px;
    }

    /* ifortunex-exchange-end */

    /* fortune-scan-page */

    .key-features-sec .key-features-box-inner .key-features-box-dec p {
        font-size: 14px;
    }

    .key-features-sec .key-features-box-inner .key-features-box-dec {
        margin-top: 15px;
    }

    .fortune-explorer-img {
        padding-bottom: 60px;
    }

    .fortune-scan-page .bep20-sec .layer1-blockchain-sec .bep20-content .sec-title {
        font-size: 30px;
    }

    .fortune-scan-page .bep20-content .secHead {
        margin-bottom: 15px;
    }

    .fortune-scan-page .bep-20-row .img-box {
        margin-bottom: 0;
    }

    .fortune-scan-page .bep-20-row:nth-child(odd) {
        padding-bottom: 50px;
    }

    .fortune-scan-page .bep20-sec {
        padding: 50px 0 40px;
    }
}

@media(max-width:568px) {


    /* getInTuchSec */
    .getInTuchTextMain {
        flex-wrap: wrap;
    }

    .getInTuchmail {
        width: 100%;
    }

    .getInTuchTextForm {
        margin-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    .getInTuchTextMain {
        margin-top: 30px;
    }

    .contactUsCon .secHead {
        margin-bottom: 5px;
    }

    .getInTuchImg img {
        max-width: 180px;
    }

    .getInTuchImg {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .getInTuchImg video {
        max-width: 50%
    }

    .getInTuchText {
        width: 100%;
        padding-left: 0;
    }

    .getInTuchImg img {
        padding-right: 0;
    }

    #breadcrumbs {
        display: none;
    }

    .contactUsSec {
        padding-bottom: 45px;
        padding-top: 120px;
    }

    .is-app .contactUsSec {
        padding-bottom: 45px;
        padding-top: 60px;
    }

    /* media-page */
    .media-text .secTitle {
        margin-bottom: 5px;
        font-size: 22px;
        margin-top: 20px;
    }

    .main-logo {
        margin: 0 -7px;
    }

    .media-logo {
        padding: 0 7px;
    }

    /* about-us */

    .fortune-text {
        margin-top: 20px;
    }

    .founded-con p {
        margin-bottom: 15px;
    }

    .bulid-con .secTitle {
        font-size: 30px;
    }

    .bulid-con .subTitle {
        font-size: 26px;
    }

    .bulid-con .subTitle br {
        display: none;
        margin-bottom: 30px;
    }

    .bulid-con .subTitle {
        font-size: 25px;
    }

    .grow-portfolio-sec {
        background: linear-gradient(180deg, #000000 14.77%, #FFB906 85.75%);
        margin-top: 30px;
    }

    .grow-mobile-img {
        margin-bottom: 0;
        margin-top: -30px;
    }

    .grow-mobile-img img {
        max-width: 200px;
        margin: auto;
    }

    .grow-portfolio-sec .grow-con {
        padding: 30px 0;
    }

    .app-btn img {
        height: auto;
    }

    .grow-con .sec-title {
        font-size: 28px;
    }

    .meet-col {
        margin-bottom: 30px;
    }

    .getInTuchTextForm .btn {
        margin-top: 15px;
    }

    /* ifortune-crypto-card-start */
    .fees-charges-img {
        margin: auto;
    }

    .fees-charges-sec .row>*:first-child {
        margin-bottom: 25px;
    }

    /* ifortune-crypto-card-end */

    /* iFortunex Token Start */
    .InternationalCryptoSec.dco-sec .row>* {
        margin-bottom: 20px;
    }

    .InternationalCryptoSec.dco-sec .row>*:last-child {
        margin-bottom: 0px;
    }

    .refer-row .img-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .refer-table {
        margin-left: 0;
        width: 100%;
    }

    .content-row {
        flex-wrap: wrap;
    }

    .refer-row .img-box img {
        margin: auto;
    }

    .earn-up-box {
        min-width: 250px;
        padding: 13px 15px;
        margin-bottom: 18px;
    }

    .earn-up-box span:first-child {
        font-size: 20px;
    }

    .earn-up-box span:first-child span {
        font-size: 16px;
    }

    .earn-up-box span:nth-child(2) {
        font-size: 36px;
    }

    .earn-up-box span:last-child {
        font-size: 16px;
    }

    .stake-ifx-title {
        font-size: 18px;
    }

    .tokenchain-sec .tokenomics-video-box {
        padding-right: 0;
    }

    .tokenchain-sec .row>* {
        margin-bottom: 20px;
    }

    .tokenchain-sec .row>*:last-child {
        margin-bottom: 0px;
    }

    .tokenomics-con .tokenomics-title {
        font-size: 24px;
    }

    .tokenomics-con {
        width: 50%;
    }

    .tokenomics-con:last-child {
        margin-bottom: 0;
    }

    .tokenomics-detail {
        justify-content: start;
    }

    /* iFortunex Token End */

    /* ifortune-machine-Start */
    .level-bonus-sec {
        padding-bottom: 50px;
    }

    .level-bonus-rewards {
        margin-bottom: 20px;
    }

    .level-bonus-row {
        margin: 0 -7px;
    }

    .single-chart {
        width: 33.33%;
        padding: 0 7px;
        margin-bottom: 15px;
    }

    .circular-chart-box {
        padding: 4px;
    }

    .level-num {
        font-size: 10px;
    }

    .level-num .percentage {
        font-size: 20px;
        margin-top: 7px;
    }

    /* ifortune-machine-end */

    /* fizen-wallet-start */
    .download-now .row>* {
        margin-bottom: 20px;
    }

    .download-now .row>*:last-child {
        margin-bottom: 0px;
    }

    .fizen-wallet-sec.ifort-machine-sec .download-now .bep20-content .bep20-sub-title.sec-title br {
        display: none;
    }

    .ifc-fizen-logo-img img {
        max-width: 90px;
        margin-top: 4px;
    }

    /* fizen-wallet-end */


    /* fortune-scan-page */

    .key-features-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .key-features-sec .key-features-box {
        padding: 8px;
    }

    .key-features-sec .key-features-boxs {
        margin: -8px;
    }

    .key-features-sec {
        padding-bottom: 40px;
    }

    .key-features-sec .key-features-box-inner {
        padding: 15px;
    }

    .fortune-explorer-img {
        padding-bottom: 50px;
    }

    .key-features-sec .key-features-box-inner .key-features-box-dec {
        margin-top: 10px;
    }

    .fortune-scan-page .bep20-sec {
        padding: 40px 0 0px;
    }

    .fortune-scan-page .bep-20-row:nth-child(odd) {
        padding-bottom: 40px;
    }

    .key-features-sec::before {
        width: 100%;
    }

}

@media screen and (max-width: 390px) {
    .media-text .secTitle {
        font-size: 18px;
    }

    /* iFortunex Token Start */
    .tokenomics-wrapper .bg-title {
        font-size: 46px;
    }

    /* iFortunex Token End */

    /* ifortune-machine-Start */
    .single-chart {
        width: 50%;
    }

    /* ifortune-machine-end */

    /* fizen-wallet-start */
    .fizen-download-btn {
        padding-left: 10px;
    }

    .fizen-app {
        width: 100%;
    }

    .fizen-app-btn>* {
        margin-bottom: 8px;
    }

    .fizen-app-btn>*:last-child {
        margin-bottom: 0px;
    }

    .fizen-app img {
        width: 150px;
        height: inherit;
    }

    /* fizen-wallet-end */
}

@media screen and (max-width: 350px) {

    /* fizen-wallet-start */
    .ifc-fizen-logo-img img {
        max-width: 75px;
    }

    /* fizen-wallet-end */
}


/* Machine Page */
.machineSec {
    padding-bottom: 65px;
}

.machine-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.938rem, 0.472rem + 1.987vw, 1.875rem);
}

.machineSec .img-box {
    flex-basis: 1;
}

.machineSec .img-box img {
    width: clamp(6.25rem, 5.008rem + 5.298vw, 8.75rem);
    aspect-ratio: 1/1;
}

.machine-title {
    flex: inherit;
    font-size: clamp(1.625rem, 1.004rem + 2.649vw, 2.875rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #DCAE29 0%, #F6E584 61.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bep20-sec {
    padding: 110px 0;
}

.bep20-sec .container,
.how-to-stake-sec .container,
.staking-reward-sec .container,
.add-ifortune-coin-sec .container {
    max-width: 1222px;
}

.bep20-content .secHead {
    margin-bottom: 38.2px;
}

.bep20-content .sec-title {
    background: linear-gradient(90deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}

.bep20-content .bep20-sub-title {
    font-size: 32px;
    font-weight: 300;
}

.bep20-content .cms-con span {
    color: #E0B330;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    display: block;
    margin-bottom: 10px;
}

.bep20-content .cms-con p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.bep-20-row .img-box img {
    margin-left: auto;
    object-fit: cover;
    aspect-ratio: 1/1.3;
}

.bep-20-row:nth-child(odd) {
    flex-direction: row-reverse;
    padding-bottom: 110px;
}

.bep-20-row:nth-child(odd) .img-box {
    padding-left: 1.875rem;
}

.bep-20-row:nth-child(even) .img-box {
    padding-right: 1.875rem;
}

.bep-20-row:nth-child(even) .img-box img {
    margin-left: inherit;
    margin-right: auto;
    aspect-ratio: 1/1.35;

}

.bep20-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.bep20-content ul li:last-child {
    margin-bottom: 0;
}

.bep20-content ul li .icon-box {
    flex: 0 0 76px;
    width: 76px;
}

.bep20-content ul li .cms-con {
    padding-left: 24px;
    width: auto;
}

.bep20-content ul li .cms-con p {
    margin-bottom: 0;
}

.coming-soon {
    background: linear-gradient(90deg, #DDB12D 0%, #F6E584 100%);
    border-radius: 16px 16px 16px 0;
    margin-left: 18px;
    padding: 10px;
    box-shadow: 0px 0.58px 0px 0px #00000040;
    color: #000;
    font-weight: 400;
    font-family: "Oswald", serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.bep20-sec .particles-bg.two {
    top: 38%;
}

.bep20-sec .particles-bg.three {
    transform: rotate(81.91deg);
    left: -330px;
    bottom: 50%;
}

.referral-commission-con {
    padding-left: 45px;
}

.direct-referral-user-box {
    background: linear-gradient(270deg, #111111 0%, #222222 100%);
    border-radius: 4px;
    width: max-content;
    padding: 22px 35px;
    position: relative;
}

.direct-referral-user-box::before {
    content: '';
    position: absolute;
    background-color: #f7d55261;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color;
}

.direct-referral-user-title {
    background: linear-gradient(90deg, #DDB02C 0%, #F6E584 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;
}

.earn-commission-box {
    background-color: #F7D552;
    border: 1px solid #1919190F;
    backdrop-filter: blur(20px);
    border-radius: 64px;
    padding: 20px 32px;
    width: max-content;
}

.earn-commission-box .earn-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

.earn-commission-box .earn-commission {
    font-weight: 700;
    font-size: 56px;
    line-height: 0.8;
    letter-spacing: 1.1px;
    color: #000;
    margin-left: 8px;
}

.trad-commission-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 1.1px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
}

/* how-to-stake-sec */
.how-to-stake-sec {
    position: relative;
    padding: 116px 0;
}

.how-to-stake-main {
    padding: 89px 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

.stake-content .sec-title {
    color: #000;
    text-shadow: 0px 2px 0px #E0AB26;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #DFAB26;
    font-weight: 800;
    line-height: 1.1;
}

.stake-content .cms-con p {
    color: #FFEFC7;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 250;
}

.android-img {
    display: block;
    margin-top: 26px;
}

.android-img img {
    object-fit: contain;
    max-width: 196px;
}

.how-to-stake-sec .img-box {
    position: absolute;
    top: -198px;
    right: 74px;
}

.how-to-stake-sec .img-box img {
    object-fit: cover;
    aspect-ratio: 1/1.43;
}

/* add-ifortune-coin-sec */
.add-ifortune-coin-sec {
    padding-top: 70px;
    padding-bottom: 92px;
    position: relative;
}

.add-ifortune-coin-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: -506px;
    width: 1420px;
    height: 1350px;
    background: url(../img/logo-shadow-left.png) no-repeat;
    z-index: -1;
    background-size: contain;
    opacity: .3;
}

.add-ifortune-row {
    margin: 0 -14px;
    padding-top: 10px;
}

.add-ifortune-coin-sec img {
    aspect-ratio: 1/1.23;
    object-fit: cover;
}

.add-ifortune-row .img-box {
    width: 50%;
    padding: 0 14px;
}

.add-ifortune-row .img-box img {
    object-fit: cover;
    aspect-ratio: 1/0.885;
}

/* staking-reward-sec */
.staking-reward-sec {
    padding-bottom: 100px;
}

.staking-reward-sec .row {
    margin-top: 2.825rem;
}

.reward-video-box {
    width: 100%;
}

.reward-video-box video {
    width: 100%;
    height: auto;
}

.stacked-content {
    padding-left: 44px;
    padding-top: 10px;
}

.stacked-coin-list li {
    display: flex;
    margin: 0 -1px;
}

.stacked-coin-list li .stacked-coin-box {
    flex: 1;
    background: #262626;
    height: 3.625rem;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E0B431;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin: 0 1px 1px;
}

.stacked-coin-list li .stacked-coin-box span {
    display: block;
    line-height: 1;
}

.stacked-coin-list li:first-child .stacked-coin-box {
    color: #B9A758;
    font-weight: 400;
}

.stacked-coin-list li:first-child .stacked-coin-box:first-child {
    background: transparent;
}

.stacked-coin-list li:nth-child(2) .stacked-coin-box {
    color: #fff;
    font-weight: 700;
}

.stacked-coin-list li:nth-child(2) .stacked-coin-box:first-child {
    color: #E0B431;
}

.stacked-coin-list li:last-child .stacked-coin-box:first-child {
    flex: 0 0 24.8%;
}

.stacked-coin-list li:last-child .stacked-coin-box:last-child {
    justify-content: start;
}

.stacked-description {
    margin-top: 37px;
    max-width: 540px;
}

.stacked-description li {
    position: relative;
    color: #9F9F9F;
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    padding-left: 50px;
    margin-bottom: 20px;
}

.stacked-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(../img/svg/right-sign.svg);
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: center;
    height: 35px;
    width: 27px;
}

@media (max-width:1399px) {
    .reward-video-box {
        padding-left: 15px;
    }
}

@media (max-width:1199px) {
    .add-ifortune-coin-sec::before {
        display: none;
    }

    .machineSec .img-box img {
        max-width: 260px;
    }

    .bep20-sec {
        padding: 70px 0;
    }

    .bep-20-row:nth-child(odd) {
        padding-bottom: 70px;
    }

    .bep20-content .sec-title {
        font-size: 32px;
    }

    .bep20-content .bep20-sub-title {
        font-size: 24px;
    }

    .bep20-content .cms-con span {
        font-size: 20px;
    }

    .how-to-stake-sec {
        padding: 70px 0;
    }

    .how-to-stake-sec .img-box {
        right: 15px;
    }

    .add-ifortune-coin-sec {
        padding-bottom: 70px;
    }

    .stacked-coin-list li .stacked-coin-box {
        padding: 10px;
        font-size: 15px;
    }

    .staking-reward-sec {
        padding-bottom: 60px;
    }
}

@media(max-width:991px) {
    .bep20-content ul li .icon-box {
        flex: 0 0 60px;
        width: 60px;
    }

    .how-to-stake-sec .img-box {
        top: -142px;
    }

    .how-to-stake-sec .img-box img {
        height: 500px;
    }

    .how-to-stake-sec {
        padding: 50px 0;
    }

    .add-ifortune-coin-sec {
        padding-top: 40px;
    }

    .stacked-content {
        padding-left: 0;
        padding-top: 60px;
    }

    .stake-content .cms-con p {
        font-size: 16px;
    }

    .add-ifortune-row {
        margin: 0 -6px;
    }

    .add-ifortune-row .img-box {
        padding: 0 6px;
    }

    .reward-video-box {
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .bep20-sec {
        padding: 70px 0 40px;
    }

    .bep-20-row .img-box img {
        margin: auto !important;
    }

    .bep-20-row .img-box {
        padding: 0 !important;
        padding-bottom: 30px !important;
    }

    .bep20-content .sec-title {
        font-size: 28px;
    }

    .bep20-content .bep20-sub-title {
        font-size: 20px;
    }

    .how-to-stake-sec .img-box {
        top: -115px;
    }

    .how-to-stake-sec .img-box img {
        height: 450px;
    }
}

@media(max-width:568px) {

    .bep-20-row .img-box img,
    .how-to-stake-sec .img-box img,
    .add-ifortune-coin-sec img {
        height: 350px;
    }

    .bep20-content ul li .cms-con {
        padding-left: 15px;
    }

    .bep20-content .sec-title {
        font-size: 26px;
    }

    .bep20-content .bep20-sub-title {
        font-size: 20px;
    }

    .bep20-content .secHead {
        margin-bottom: 20.2px;
    }

    .bep20-sec {
        padding: 40px 0 10px;
    }

    .bep-20-row>* {
        margin-bottom: 0;
    }

    .bep-20-row:nth-child(odd) {
        padding-bottom: 40px;
    }

    .bep-20-row .img-box {
        padding-bottom: 10px !important;
    }

    .bep20-content .cms-con span {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .bep20-content .cms-con p {
        margin-bottom: 15px;
    }

    .bep20-content ul li {
        margin-bottom: 15px;
    }

    .how-to-stake-sec {
        padding: 40px 0;
    }

    .how-to-stake-sec .img-box {
        position: static;
        margin-bottom: 30px;
    }

    .how-to-stake-sec .img-box img {
        margin: auto;
    }

    .how-to-stake-main {
        padding: 20px 0;
    }

    .stake-content .cms-con p {
        font-size: 14px;
    }

    .android-img {
        margin-top: 0;
    }

    .add-ifortune-coin-sec {
        padding-top: 10px;
        padding-bottom: 45px;
    }

    .add-ifortune-row .img-box img {
        height: auto;
    }

    .staking-reward-sec {
        padding-bottom: 30px;
    }

    .staking-reward-sec .row {
        margin-top: 0.825rem;
    }

    .stacked-content {
        padding-top: 20px;
    }

    .stacked-description {
        margin-top: 20px;
    }

    .stacked-description li {
        padding-left: 39px;
        margin-bottom: 12px;
    }

    .stacked-coin-list li:last-child .stacked-coin-box:first-child {
        flex: 0 0 24.7%;
    }
}

.capping-sec {
    padding-top: 114px;
    padding-bottom: 130px;
    max-width: 1130px;
    margin: auto;
}

.capping-sec .sec-Head {
    margin-bottom: 48px;
}

.capping-table {
    max-width: 400px;
}

.capping-table table {
    border-spacing: 2px;
    border-collapse: separate;
    font-size: 18px;
}

.capping-table table tr th {
    color: #000;
    background: #e2b735;
    padding: 17px 20px;
    font-weight: 700;
    border-color: #e2b735
}

.capping-table table tr td {
    padding: 15px 20px;
    font-weight: 400;
    color: #F1D96E;
}

.capping-table table tr td:nth-child(odd) {
    color: #E1B735;
    font-weight: 700;
}

.capping-table th,
.capping-table td {
    border: 1px solid #262626;
    line-height: 1;
}

.associates-req-sec {
    padding: 98px 0;
    position: relative;
    z-index: 2;
    background: url(../img/associates-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.associates-req-sec .sec-Head {
    margin-bottom: 70px;
}

.associates-text {
    max-width: 730px;
    margin-left: auto;
}

.associates-title {
    font-size: 22px;
    color: #E0B330;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 44px;
}


@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    .associates-req-sec {
        padding: 50px 0;
    }

    .associates-req-sec .sec-Head {
        margin-bottom: 40px;
    }

    .associates-text {
        max-width: 550px;
    }

    .associates-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .capping-sec {
        padding: 50px 0;
    }

    .capping-sec .sec-Head {
        margin-bottom: 30px;
    }

    .capping-table table {
        font-size: 16px;
    }

    .capping-table table tr th {
        padding: 15px 15px;
    }

    .capping-table table tr td {
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .associates-text {
        max-width: 400px;
    }

    .coin-page .tokenchain-sec,
    .coin-page .level-bonus-sec {
        padding: 50px 0;
    }

    .tokenomics-con .tokenomics-title {
        font-size: 24px;
    }

    .coin-page .binance-logo {
        max-width: 185px;
    }


}

@media only screen and (max-width: 767px) {
    .associates-req-sec {
        padding: 40px 0;
    }

    .associates-req-sec .sec-Head {
        margin-bottom: 30px;
    }

    .capping-sec {
        padding: 40px 0;
    }

    .capping-table table {
        font-size: 14px;
    }

    .capping-table table tr th {
        padding: 12px 12px;
    }

    .capping-table table tr td {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 568px) {
    .associates-req-sec {
        background-position: 27% top;
        background-size: 1300px;
        padding-bottom: 0;
    }

    .associates-img {
        margin-top: 275px;
    }

    .associates-req-sec .sec-Head {
        margin-bottom: 20px;
    }

    .capping-sec .sec-Head {
        margin-bottom: 20px;
    }

    .associates-text {
        max-width: 100%;
    }

    .capping-img {
        margin-bottom: 25px;
    }

    .tokenomics-con .tokenomics-title {
        font-size: 20px;
    }

    .tokenomics-con:first-child {
        width: 100%;
    }

    .coin-page .level-bonus-sec,
    .ifortunex-page .level-bonus-sec {
        padding: 0 0 50px;
    }

    .coin-page .single-chart,
    .ifortunex-page .single-chart {
        width: 33.33%;
    }

    .associates-title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .income-levels span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 350px) {
    .associates-req-sec {
        background-position: 29% top;
        background-size: 1500px;
    }

    .associates-img {
        margin-top: 300px;
    }
}