html {
    overflow-x: hidden;
}

/* Fonts  */
@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Bold.woff2') format('woff2'),
    url('../fonts/Benzin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Bold.woff2') format('woff2'),
    url('../fonts/Benzin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-ExtraBold.woff2') format('woff2'),
    url('../fonts/Benzin-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Regular.woff2') format('woff2'),
    url('../fonts/Benzin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dilo World';
    src: url('../fonts/') format('woff2'),
    url('../fonts/DiloWorldRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Makasih';
    src: url('../fonts/Makasih.woff2') format('woff2'),
    url('../fonts/Makasih.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #DEFFA4;
    --primaryLight: #C3F36D;
    --secondary: #A6B7FF;
    --heading: #13316B;
    --light: #F2F3F2;
    --white: #ffffff;
    --dark: #262626;
    --text: #596582;
    --lightGray: #D9D9D9;
    --gradient-primary: linear-gradient(91.69deg, #2E9BFF 2.22%, #0144F3 101.94%);
    --gradient-primary-hover: linear-gradient(91.69deg, #0144F3 2.22%, #2E9BFF 101.94%);
    --dropshadow-primary: 0 12px 20px 0 #35A2F03D;

    /* backgrounds */
    --bgPrimary: #19A290;
    --bgSecondary: #F48419;
    --bgLight: #F2F3F2;
    --bgWhite: #F2F3F2;

    /* font-family */
    --fontHeading : 'Dilo World';
    --fontRegular : 'Makasih';
    --fontStyle : 'Benzin';
    --fontForm : "Inter", sans-serif;

}

body{
    font-family: var(--lexend);
    overflow-x: hidden;
    background: var(--bgPrimary);
    cursor: url('../images/pointing.png'),auto;
}


@media (min-width: 1920px) {
    .container {
        max-width: 1882px;
    }
}



h1.brand-logo {
    font-size: 70px;
    font-weight: 400;
    line-height: 73.57px;
}

h1 {
    font-family: var(--fontHeading);
    font-size: 150px;
    font-weight: 700;
    line-height: 107.75px;
    text-align: left;
    color: var(--light);
    -webkit-text-stroke: 3px var(--dark);
    text-shadow: 0 4px 4px #00000040;
    margin-bottom: 33px;
    letter-spacing: -2px;
}
h1 span {
    font-size: 140px;
    color: var(--secondary);
    -webkit-text-stroke: 3px var(--dark);
    text-shadow: 0 6px 50px #00000040;
}


h2 {
    font-family: var(--fontHeading);
    font-size: 150px;
    font-weight: 700;
    line-height: 107.75px;
    text-align: left;
    color: var(--light);
    -webkit-text-stroke: 3px var(--dark);
    text-shadow: 0 4px 4px #00000040;
    margin-bottom: 33px;
    letter-spacing: -1px;
}
h2 span {
    color: var(--bgSecondary);
    -webkit-text-stroke: 3px var(--dark);
}

h3 {
    font-family: var(--fontHeading);
    font-size: 150px;
    font-weight: 700;
    line-height: 107.75px;
    text-align: left;
    color: var(--light);
    -webkit-text-stroke: 3px var(--dark);
    text-shadow: 0 4px 4px #00000040;
    margin-bottom: 33px;
    letter-spacing: -1px;
}

h4.heading {
    font-family: var(--fontHeading);
    font-size: 70px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    -webkit-text-stroke: 3px var(--dark);
    color: var(--secondary);
    letter-spacing: -1px;
}

h4 {
    font-family: var(--fontRegular);
    font-size: 30px;
    font-weight: 400;
    line-height: 36.21px;
    text-align: left;
    color: var(--dark);
}



h5.heading {
    font-family: var(--fontHeading);
    font-size: 60px;
    font-weight: 400;
    line-height: 63.06px;
    text-align: center;

    -webkit-text-stroke: 3px var(--dark);
    color: var(--light);
}

h5 {
    font-family: var(--fontHeading);
    font-size: 30px;
    font-weight: 400;
    line-height: 31.53px;
    text-align: center;
}

p {
    font-family: var(--fontRegular);
    font-size: 30px;
    font-weight: 400;
    line-height: 36.21px;
    text-align: left;
    color: var(--dark);
}

.btn {
    height: 88px;
    border: 6px solid var(--dark);
    background-color: var(--bgLight);
    box-shadow: 4px 8px 0 0 #262626;
    font-family: var(--fontForm);
    font-size: 32px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
    border-radius: 1000px;
    transition: 0.3s ease-in-out;
}
.btn:hover {
    box-shadow: 0 0 0 0;
    transition: 0.3s ease-in-out;
}

/* tooltip */

.tooltiptext {
    position: absolute;
    margin-top: -40px;
    width: auto;
    background: #262626;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    font-family: var(--fontForm);
    font-weight: 600;
    text-transform: uppercase;
    /* visibility: hidden; */
    /* transform: translateX(-80px); */
    border-radius: 10px;
    visibility: hidden;
    text-align: center;
    text-wrap: nowrap;
}



.tooltipBox {
    /* position: relative; */
    width: 90px;
    height: 90px;
}

.tooltipBox:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}



/* Top Menu */
header {
    background: var(--bgPrimary);
    /* background-color: #deffa4e8; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 142px;
}
.spacer {
    background: var(--bgPrimary);
}

img.brand-logo {
    width: 100%;
    height: 100px;
}

ul.navbar-nav {}

ul.navbar-nav li.nav-item {
    margin: 0 30px;
}

a.nav-link {
    font-family: var(--fontRegular);
    font-size: 25px;
    font-weight: 400;
    line-height: 30.18px;
    text-align: center;
    color: var(--white);
}
.nav-link:focus, .nav-link:hover {
    color: var(--bgSecondary);
}

button.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

/* Scroll margin */
section#targetAbout{
    scroll-margin-top: 162px;
}
section#targetTokenomics, section#targetRoadmap , section#targetTeam {
    scroll-margin-top: 142px;
}


/* Social box */
.socialBox {
    width: 479px;
    height: 91.32px;
    border: 6px solid var(--dark);
    box-shadow: 4px 8px 0 0 var(--dark);
    border-radius: 1000px;
    background-color: var(--bgLight);
    transition: 0.3s ease-in-out;
}

.socialBox:hover {
    box-shadow: 0 0 0 0;
    transition: 0.3s ease-in-out;
}

.socialBox ul {padding: 0;list-style: none;display: flex;align-items: center;justify-content: center;margin: 0;height: 100%;}

.socialBox ul li {}

.socialBox ul li a.socialItem {width: 66px;height: 66px;display: flex;align-items: center;justify-content: center;}

.socialBox ul li a.socialItem.active svg path {
    fill: var(--dark);
}

.socialBox ul li a.socialItem.inActive svg path {
    fill: var(--lightGray);
}

/* Hero Section */
section.hero {
    background-color: var(--bgPrimary);
    padding: 120px 0;
}
.hero-left p {
    font-size: 38px;
    line-height: 48px;
    margin: -50px 0 40px 40px;
}

.hero-left p span{
    color: var(--secondary);
}

.hero-right {
    left: -20px;
    position: absolute;
    top: -90px;
}
.hero-right figure img {
    /* width: 100%; */
}
.hero-center {
    position: absolute;
    left: -180px;
    top: 70px;
}
.hero-center figure {
    margin: 0;
}

.hero-center figure img {
    width: 100%;
}

.hero-full {
    position: relative;
    top: -230px;
}

/* copy input div */
label {
    font-family: var(--fontStyle);
    font-size: 30px;
    font-weight: 500;
    line-height: 41.31px;
    text-align: left;
    margin-bottom: 19px;
}

.copyInputBox {
    border: 12px solid var(--dark);
    border-radius: 36px;
    height: 108px;
    display: flex;
    width: 912px;
    margin-right: 83px;
    box-shadow: 20px 20px 0 0 var(--dark);
    background-color: var(--bgLight);
}

/* .copyInputBox input.form-control {
    background-color: transparent;
    border: 0;
    width: calc(100% - 120px);
    padding: 0 30px;
    font-family: var(--fontForm);
    font-size: 32px;
    font-weight: 600;
    line-height: 35.2px;
    text-align: left;
    box-shadow: 0 0 0 0;
} */

.copyInputBox input.form-control {
    background-color: transparent;
    border: 0;
    width: calc(100% - 150px);
    padding: 5px 20px 0 20px;
    font-family: var(--fontForm);
    font-size: 32px;
    font-weight: 600;
    line-height: 35.2px;
    text-align: left;
    /* box-shadow: 0 0 0 0; */
    height: 40px;
    border-radius: 40px;
    margin: 17px 20px 0 30px;
    /*box-shadow: 0 4px 24px -1px #00000033;*/
    /*filter: blur(4px);*/
}


.copyInputBox button.icon {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}


.copyInputBox.contract {
    position: relative;
    top: -90px;
    background: var(--bgSecondary);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 60px;
    box-shadow: 0 0 0 0;
    border: 5px solid var(--white);
    height: 79px;
    width: 765px;
    margin: 0 auto;
}

.copyInputBox.contract span.text {
    font-family: var(--fontRegular);
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.copyInputBox.contract input.form-control {
    color: #fff;
    font-family: var(--fontRegular);
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    text-align: center;
    background: transparent;
    box-shadow: 0 0 0 0;
    filter: none;
    text-shadow: 0 0 0;
    margin-top: 0;
}

.copyInputBox.contract input.form-control::placeholder {
    color: #fff;
}

.copyInputBox.contract button.icon {
    background: transparent;
    height: 90px;
}

/* About Section */
section.about {
    /* background-color: var(--bgPrimary); */
    background-color: #F4851B;
    background-image: url(../images/about-bg.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    position: relative;
}

.topStrip {
    background-repeat: repeat-x;
    background-position: left top;
    position: absolute;
    top: -20px;
    width: 100%;
    height: 52px;
    background-color: #B8E1DB;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}
.topStrip marquee {
    color: #000;
    font-family: var(--fontRegular);
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    height: 52px;
    line-height: 52px;
}

.about-left {
    background-color: var(--bgLight);
    padding: 110px 80px 60px 80px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    margin-top: 110px;
    position: relative;
}

.about-left h2 {
    position: absolute;
    margin-top: -240px;
}

.about-left h2 span {
    margin-left: 100px;
}

.about-right {}

.about-right figure {}

.about-left span.rightTopImg {
    position: absolute;
    right: -40px;
    top: -160px;
    transform: rotate(15deg);
    width: 224px;
}

.about-left span.leftBottomImg {
    position: absolute;
    left: -80px;
    transform: rotate(-20deg);
    bottom: -80px;
    width: 195px;
}

/* Favolonomics Section */
section.favolonomics {
    background-color: var(--bgPrimary);
    padding: 100px 0 0;
}

section.favolonomics .content {}

section.favolonomics .content h2 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

section.favolonomics .content .totalSupply {
    border: 5px solid #fff;
    display: table;
    border-radius: 30px;
    height: 76px;
    padding: 0 50px;
    box-shadow: 0 4px 4px 0 #00000040;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
    left: 100px;
    margin-bottom: -300px;
}

section.favolonomics .content .totalSupply p {
    margin: 0;
    line-height: 76px;
    color: var(--white);
}

.favolo-left {
    position: relative;
    top: 0;
}
.favolo-left figure {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    z-index: -2;
}
.favolo-left .copyInputBox {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
}

.favolo-right {}

.favolo-right figure {
    position: absolute;
    margin-top: 240px;
}

.favolo-right figure img {
    position: relative;
    right: 0;
}

/* donation slide section */
section.donations {
    background-color: var(--bgSecondary);
    background-image: url(../images/donation-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    overflow-x: auto;
    top: 0;
    padding: 210px 0;
}

.donatinSlide {
    z-index: 1;
    position: sticky;
}

button.btn.btn-slide img {
    width: 72px;
}

/* howToBuy section */
section.howToBuy {
    padding: 100px 0;
    background-color: var(--bgPrimary);
    background-image: url(../images/howtobuy-bg.png);
    background-position-x: center;
    background-repeat: no-repeat;
}


.htb-box {
    background-color: var(--bgLight);
    border-radius: 20px;
    width: 593px;
    margin: 70px auto;
    position: relative;
    padding: 55px 65px 35px 65px;
    box-shadow: 0 4px 4px 0 #00000040;
    height: 300px;
}

.htb-box h4 {
    text-align: center;
    margin-bottom: 40px;
}

.htb-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    text-align: center;
}

.htb-box .boxCount {
    position: absolute;
    left: 10px;
    top: -50px;
}

.htb-box button.btn-icon {
    position: absolute;
    right: -50px;
    top: -30px;
    background-color: #128374;
    border: 0;
    width: 82px;
    height: 82px;
    border-radius: 10px;
    padding: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.htb-box:hover button.btn-icon {
    background-color: var(--bgSecondary);
}

/* promise section */
section.promise {
    padding: 130px 0 50px;
    background-color: var(--bgPrimary);
    background-image: url(../images/promise-bg.png);
    background-repeat: repeat;
    position: relative;
}

section.promise .left-img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

section.promise .left-img-bottom figure {
    margin: 0;
}

ul.promiseList {}

ul.promiseList li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.promiseList li span.icon {
    background-image: url(../images/promiseList-icon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -10px;
}

ul.promiseList li span.icon img {
    position: relative;
    top: 10px;
}

ul.promiseList li h5 {
    margin: 0;
    color: var(--white);
}

/* RoadMap Section */
section.roadmap {
    padding: 130px 0 100px;
    background-color: var(--bgSecondary);
}

section.roadmap h3 {
    text-align: center;
}

.rm-box {
    border: 10px solid var(--dark);
    border-radius: 18px;
    padding: 80px 10px;
    background-color: var(--white);
    width: 567px;
    margin: 0 auto;
    position: relative;
}
.rm-box .bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.rm-box h4.heading {
    padding: 0 30px 20px;
    border-bottom: 1px solid #D9DBE9;
    color: var(--bgPrimary);
}
.rm-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.rm-box ul li {
    font-family: var(--fontRegular);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--dark);
    height: 80px;
    border-bottom: 1px solid #D9DBE9;
    margin-bottom: 30px;
    padding: 0 30px;
}

section.roadmap a.btn {
    font-family: var(--fontRegular);
    font-size: 24px;
}

section.roadmap .btnGroup {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    top: -30px;
}

section.roadmap a.btn {
    padding: 6px 45px;
}

/* Team Section */
section.team {
    padding: 100px 0 50px;
    background-color: var(--bgPrimary);
}
figure.img-over {
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.img-over img:first-child {
    margin-left: 0;
}

figure.img-over img:nth-child(2) {
    margin-left: -70px;
}

figure.img-over img:nth-child(3) {
    margin-left: -70px;
}

/* Section Faq */

section.faq {
    background-color: var(--bgPrimary);
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding: 190px 0;
    background-attachment: fixed;
}

.faq-box {
    background-color: var(--white);
    width: 870px;
    padding: 120px 90px;
    border-radius: 18px;
    box-shadow: 0 5px 16px 0 #080F340F;
}

.accordion-item {
    border: 0;
}

/* .accordion-item h6.accordion-header {
    border-bottom: border: 1px solid #D9DBE9 !important;
} */

.accordion-item h6.accordion-header button.accordion-button {
    font-family: Makasih;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid #D9DBE9;
}

.accordion-item h6.accordion-header button.accordion-button.text-fade {
    color: #787878;
}

.accordion-item h6.accordion-header button.accordion-button:not(.collapsed) {
    color: var(--bgSecondary);
    border-bottom: 1px solid #D9DBE9;
    background: transparent;
}

.accordion-item h6.accordion-header button.accordion-button::after {
    background-image: url(../images/plus.png);
    width: 60px;
    height: 60px;
    background-size: contain;
}

.accordion-item h6.accordion-header button.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    transform: rotate(0);
}

.accordion-item .accordion-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordion-item .accordion-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.faq-right {}

.faq-right h2 span {
    margin-bottom: -15px;
    display: block;
}

.faq-right figure {
    width: 100%;
    margin-left: 0;
    margin-top: -120px;
}

/* social section */
section.social {
    background-color: var(--bgPrimary);
    padding: 150px 0 520px;
    position: relative;
}

section.social .container {
    position: relative;
    z-index: 1;
}
section.social .bottom-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section.social p {
    font-size: 50px;
    font-weight: 400;
    line-height: 60.35px;
    color: #fff;
    margin-bottom: 50px;
}

figure.spot {
    width: 442px;
    height: 411px;
    margin: 0 auto;
    background-image: url(../images/social-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.spot img {
    width: 179px;
    height: auto;
    margin-top: 40px;
}

section.social .socialBox {
    height: 148px;
    width: 789px;
    border-radius: 36px;
    border: 12px solid #262626;
    box-shadow: 20px 20px 0 0 #262626;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
section.social .socialBox:hover {
    box-shadow: 0 0 0 0;
    transition: 0.3s ease-in-out;
}

section.social .socialBox ul li a.socialItem {
    width: 113px;
    height: 113px;
}


section.social .socialBox ul li a.socialItem svg {
    width: 57px !important;
    height: 57px !important;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1882px !important;
    }
}

@media (max-width: 1920px) {
    h1 {
        font-size: 130px;
        line-height: 86.75px;
    }
    h1 span {
        font-size: 120px;
    }
    h2 {
        font-size: 130px;
        line-height: 80.75px;
    }
    h2 span {
        font-size: 120px;
    }
    h3 {
        font-size: 130px;
        line-height: 80.75px;
    }
    h3 span {
        font-size: 120px;
    }

    h4.heading {font-size: 55px;}
    p {
        font-size: 25px;
        line-height: 31.21px;
    }
    ul.navbar-nav li.nav-item {
        margin: 0 25px;
    }

    .copyInputBox {
        width: 752px;
    }
    label {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 15px;
    }

    .hero-center {
        left: -120px;
        top: 100px;
    }
    .hero-left p {
        font-size: 33px;
        line-height: 43px;
    }

    .about-left {
        padding: 80px 50px;
    }
    .about-left h2 {
        margin-top: -220px;
    }
    .about-left p {
        font-size: 22px;
    }

    .about-left span.rightTopImg {
        right: -20px;
        top: -110px;
        width: 164px;
    }
    .about-left span.leftBottomImg {
        left: -50px;
        bottom: -30px;
        width: 125px;
    }

    .about-right figure img {
        width: 100%;
    }

    .favolo-left figure {
        width: 100%;
    }
    .favolo-right figure img {
        right: 0;
    }

    .rm-box {
        padding: 50px 30px;
        width: calc(100% - 50px);
    }
    .rm-box ul li {
        font-size: 16px;
    }
    section.roadmap a.btn {
        padding: 6px 25px;
        font-size: 20px;
    }
}

@media (max-width: 1800px) {
    .hero-center {
        left: -60px;
        width: 360px;
    }
}

@media (max-width: 1700px) {
    a.nav-link {
        font-size: 18px;
    }
    .socialBox {
        width: 436px;
        height: 80px;
    }

    .socialBox ul li a.socialItem {
        width: 60px;
        height: 60px;
    }

    h1 {
        font-size: 110px;
        line-height: 70px;
    }
    h1 span {
        font-size: 100px;
    }

    h2 {
        font-size: 110px;
        line-height: 70px;
    }
    h2 span {
        font-size: 100px;
    }
    h3 {
        font-size: 110px;
        line-height: 70px;
    }
    h3 span {
        font-size: 100px;
    }

    h4.heading {font-size: 45px;}

    h5 {
        font-size: 20px;
        line-height: 24.53px;
    }
    p {
        font-size: 22px;
        line-height: 31.21px;
    }

    .hero-center {
        left: -40px;
        width: 320px;
    }
    .hero-left p {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-right figure {
        width: calc(100%);
    }

    .hero-right figure img {
        width: 100%;
    }

    .hero-full {
        position: relative;
        top: 0;
    }

    .about-left h2 {
        margin-top: -180px;
    }
    .about-left p {
        font-size: 19px;
    }

    .copyInputBox.contract {
        width: 660px;
    }

    .rm-box ul li {
        font-size: 18px;
    }

    section.roadmap a.btn {
        padding: 6px 20px;
        font-size: 20px;
    }

    .faq-box {
        width: 100%;
    }

    section.social p {
        font-size: 40px;
        line-height: 50.35px;
    }
}

@media (max-width: 1600px) {
    .hero-center {
        left: -20px;
        width: 300px;
    }

    .hero-left p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1500px) {
    a.nav-link {
        font-size: 18px;
    }
    ul.navbar-nav li.nav-item {
        margin: 0 15px;
    }
    .socialBox {
        width: 436px;
        height: 80px;
    }

    .socialBox ul li a.socialItem {
        width: 60px;
        height: 60px;
    }

    h1 {
        font-size: 100px;
        line-height: 65px;
    }
    h1 span {
        font-size: 90px;
    }

    h2 {
        font-size: 100px;
        line-height: 65px;
    }
    h2 span {
        font-size: 90px;
    }
    h3 {
        font-size: 100px;
        line-height: 65px;
    }
    h3 span {
        font-size: 90px;
    }

    h4.heading {font-size: 35px;}
    h4 {font-size: 24px;}

    h5 {
        font-size: 20px;
        line-height: 24.53px;
    }
    p {
        font-size: 20px;
        line-height: 31.21px;
    }
    .hero-right {
        top: -60px;
    }
    .hero-right figure {
        width: calc(100% - 0%);
    }

    .hero-right figure img {
        width: 100%;
    }

    .about-left h2 {
        margin-top: -170px;
    }
    .about-left p {
        font-size: 14px;
    }
    .hero-full .form-group {
        margin-right: 80px;
    }
    .copyInputBox {
        width: 100%;
    }
    .copyInputBox.contract {
        width: 100%;
    }

    .rm-box ul li {
        font-size: 18px;
    }

    .htb-box {
        width: calc(100% - 60px);
    }

    .htb-box p {
        font-size: 16px;
        line-height: 20.14px;
    }

    .faq-box {
        width: 100%;
    }

    section.social p {
        font-size: 40px;
        line-height: 50.35px;
    }
}

@media (max-width: 1400px) {
    ul.navbar-nav li.nav-item {
        margin: 0 5px;
    }
    a.nav-link {
        font-size: 14px;
    }

    .socialBox {
        width: 300px;
        height: 60px;
    }
    .socialBox ul li a.socialItem {
        width: 40px;
        height: 40px;
    }
    .socialBox ul li a.socialItem svg {
        width: 20px;
        height: auto;
    }

    h1 {
        font-size: 90px;
        line-height: 55px;
    }
    h1 span {
        font-size: 80px;
    }
    h2 {
        font-size: 90px;
        line-height: 55px;
    }
    h2 span {
        font-size: 80px;
    }
    h3 {
        font-size: 90px;
        line-height: 55px;
    }
    h3 span {
        font-size: 80px;
    }

    p {
        font-size: 18px;
        line-height: 26.21px;
    }


    .favolo-left .innerDv {
        justify-content: center;
    }
    .favolo-right figure {
        position: relative;
        text-align: center;
    }

    .faq-right h2 {
        margin-left: 30%;
    }
    .faq-right h2 span:nth-child(2) {
        margin-left: 40px;
    }
    .accordion-item h6.accordion-header button.accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-item .accordion-body p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    section.favolonomics .content .totalSupply {
        margin-bottom: -280px;
    }

    .team-box h5.heading {
        line-height: 53.06px;
        font-size: 50px;
    }

    .rm-box {
        padding: 40px 20px;
        width: calc(100%);
    }
    .rm-box h4.heading {
        padding: 0 20px 20px;
        font-size: 28px;
    }
    .rm-box ul li {
        font-size: 11px;
        padding: 0 20px;
    }
    .rm-box .bottom-img figure {
        width: 140px;
    }

    .rm-box .bottom-img figure img {
        width: 100%;
    }
    section.roadmap a.btn {
        padding: 6px 20px;
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    section.hero {
        padding: 100px 0;
    }
    .hero-right {
        top: 50px;
    }
    .hero-right figure {
        width: calc(90% - 0%);
    }

    .hero-center {
        left: -30px;
        width: 260px;
    }
}

@media (max-width: 1200px) {
    h1, h2, h3 {
        font-size: 80px;
        line-height: 48px;
    }
    h2{
        line-height: 58px;
    }
    h1 span, h2 span, h3 span {
        font-size: 70px;
    }

    section.hero {
        padding: 50px 0 100px;
    }
    .hero-left p {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-right {
        top: 70px;
    }

    .about-left h2 {
        margin-top: -145px;
    }

    .about-right {
        margin-top: 80px;
    }
    .about-right figure {
        text-align: center;
    }
    .about-right figure img {
        width: 70%;
    }

    .favolo-right figure {
        position: unset;
    }
    .favolo-left .innerDv {
        justify-content: center;
    }

    ul.promiseList li {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .faq-box {
        width: 100%;
        padding: 70px 30px;
    }

    .faq-right h2 {
        text-align: center;
        margin-left: 0;
    }

    .faq-right figure {
        margin: 100px auto 0;
    }

    .team-box h5.heading {
        line-height: 43.06px;
        font-size: 40px;
    }

    section.roadmap a.btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    header {
        height: auto;
    }
    h1.brand-logo {
        font-size: 50px;
        line-height: 53px;
    }
    .hero-left p {
        margin: 0;
    }
    .hero-right {
        position: relative;
        width: 500px;
        text-align: center;
        left: auto;
        right: auto;
        display: block;
        margin: 0 auto 110px;
        top: 0;
    }

    .hero-right figure {
        margin: 0 auto 50px !important;
    }

    .hero-center {
        left: auto;
        top: -10px;
        right: 0;
        z-index: 1;
    }

    .hero-full {
        position: relative;
        top: 0;
    }
    .hero-full .form-group {
        text-align: center;
    }
    .solana {
        margin: 50px auto 0;
    }

    section.favolonomics .content .totalSupply {
        left: auto;
        margin: 0 auto;
    }

    .favolo-left {
        top: 0;
    }
    .favolo-right figure {
        margin-top: 100px;
    }

    section.promise h3 {
        font-size: 60px;
        text-align: center;
    }

    section.howToBuy {
        background-image: none;
    }

    section.promise .left-img-bottom {
        display: none;
    }

    .faq-right {
        display: flex;
        position: relative;
    }
    .faq-right h2 {
        text-align: left;
    }
    .faq-right figure {
        margin: 0;
        width: 260px;
        position: absolute;
        right: 0;
        top: -40px;
    }

    div#mainNavbar {
        position: fixed;
        right: 0;
        width: 280px;
        background: var(--bgSecondary);
        height: 100% !important;
        z-index: 1;
        top: 0;
    }
    div#mainNavbar {
        position: fixed;
        right: 0;
        width: 280px;
        /* background: #a7b6f9; */
        height: 100% !important;
        z-index: 1;
        top: 0;
        transform: translateX(100%);
        transition: 0.5s ease-in-out;
    }

    div#mainNavbar.show {
        transform: translateX(0%);
        transition: 0.5s ease-in-out;
        height: 100% !important;
        top: 0;
    }

    div#mainNavbar.collapsing {
        height: 100%;
    }

    .nav-link:focus, .nav-link:hover {
        color: var(--white);
    }



    section.social .socialBox {
        height: 88px;
        width: 540px;
        border-radius: 26px;
        border: 7px solid #262626;
        box-shadow: 12px 12px 0 0 #262626;
    }

    section.social .socialBox ul li a.socialItem {
        width: 70px;
        height: 75px;
    }

    .socialBox ul li {
        margin: 0 3px;
    }

    section.social .socialBox ul li a.socialItem svg {
        width: 36px !important;
        height: 36px !important;
    }

    section.social {
        padding: 150px 0 260px;
    }

    section.social .bottom-right-img {
        text-align: right;
    }

    section.social .bottom-right-img img {
        width: 280px;
    }

    .rm-box .bottom-img {
        display: none;
    }
}

@media (max-width: 575px) {
    h1, h2, h3 {
        font-size: 55px;
        line-height: 31px;
        -webkit-text-stroke: 1px #000;
        letter-spacing: -1.5px;
    }
    h1 span, h2 span, h3 span {
        font-size: 50px;
        line-height: 28px;
        -webkit-text-stroke: 1px #000;
        letter-spacing: -1.5px;
    }
    p {
        font-size: 18px;
        line-height: 18.21px;
    }

    .btn {
        height: 58px;
        border: 6px solid var(--dark);
        background-color: var(--bgLight);
        box-shadow: 4px 8px 0 0 #262626;
        font-family: var(--fontForm);
        font-size: 14px;
        font-weight: 600;
        line-height: 44px;
        text-align: left;
        border-radius: 1000px;
        padding: 0;
    }

    a.navbar-brand {
        width: 153px;
        /* display: block; */
    }

    img.brand-logo {
        width: 100%;
    }

    .navbar-toggler span.navbar-toggler-icon img {
        width: 100%;
    }

    section.hero {
        padding: 40px 0;
    }

    .hero-full .form-group {
        margin: 0;
    }

    .hero-right {
        width: 100%;
        margin: 0 auto 40px;
    }

    label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .copyInputBox {
        border: 8px solid var(--dark);
        box-shadow: 10px 10px 0 0 var(--dark);
        border-radius: 26px;
        height: 78px;
    }

    .copyInputBox input.form-control {
        width: calc(100% - 56px);
        font-size: 20px;
        margin: 10px 0;
    }
    .tooltipBox {
        /* position: relative; */
        width: auto;
        height: auto;
    }
    .copyInputBox button.icon {
        width: 40px;
        height: 62px;
    }

    .donatinSlide {
        padding: 0;
    }
    button.btn.btn-slide img {
        width: 42px;
    }

    .about-left span.rightTopImg {
        right: 0;
        top: -50px;
        width: 84px;
    }

    .about-left h2 {
        margin-top: -115px;
    }
    .about-left h2 span {
        margin-left: 30px;
    }

    .about-left span.leftBottomImg {
        left: -50px;
        bottom: -30px;
        width: 95px;
    }

    .about-right figure img {
        width: 100%;
    }

    section.favolonomics {
        padding: 0;
    }
    section.favolonomics .content .totalSupply {
        height: 46px;
    }
    section.favolonomics .content .totalSupply p {
        margin: 0;
        line-height: 40px;
        font-size: 10px;
    }

    .favolo-left figure {
        width: 100%;
    }

    a.slieItemLogo {
        margin-top: 40px;
        display: table;
    }

    .htb-box {
        width: calc(100%);
        height: auto;
    }

    .htb-box .boxCount {
        position: absolute;
        left: 10px;
        top: -10px;
    }

    .htb-box button.btn-icon {
        right: -10px;
        top: -30px;
        width: 42px;
        height: 42px;
    }
    .htb-box button.btn-icon img {
        width: 60%;
    }

    section.promise h3 {
        font-size: 36px;
        text-align: center;
    }

    section.roadmap a.btn {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 2.4;
    }
    figure.img-over img {
        width: 48%;
    }

    h5.heading {
        font-size: 40px;
        line-height: 43.06px;
    }

    .faq-box {
        padding: 50px 30px;
    }
    .faq-right h2 span {
        margin-bottom: -1px;
    }
    .faq-right figure {
        width: 120px;
        top: -5px;
        right: 0;
    }
    .accordion-item h6.accordion-header button.accordion-button::after,
    .accordion-item h6.accordion-header button.accordion-button:not(.collapsed)::after {
        width: 40px;
        height: 40px;
        right: 0;
        position: absolute;
    }

    section.social p {
        font-size: 18px;
        line-height: 24.35px;
    }

    figure.spot {
        width: 150px;
        height: 151px;
    }

    section.social .socialBox {
        height: 88px;
        width: 100%;
        border-radius: 26px;
        border: 7px solid #262626;
        box-shadow: 12px 12px 0 0 #262626;
    }

    section.social .socialBox ul li a.socialItem {
        width: 30px;
        height: 30px;
    }

    .socialBox ul {
        justify-content: space-around;
    }

    .socialBox ul li {
        margin: 0 3px;
    }

    section.social .socialBox ul li a.socialItem svg {
        width: 23px !important;
        height: 23px !important;
    }

    figure.spot img {
        width: 59px;
        margin-top: 10px;
    }
}


@media  (max-width: 480px) {
    .rm-box {
        padding: 30px  10px;
        width: calc(100%);
    }

    .rm-box h4.heading {
        padding: 0 15px 15px;
        font-size: 30px;
    }
    .rm-box ul {
        margin: -20px 0 0;
    }
    .rm-box ul li {
        font-size: 12px;
        padding: 0 15px;
        height: 50px;
    }
    section.roadmap a.btn {
        padding: 6px 5px;
        font-size: 12px;
        line-height: 2.8;
    }
}

.about-right {
    position: relative;
    padding: 10px 0;
}
.about-right:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255 255 255 / 10%);
    position: absolute;
    border-radius: 40px;
    top: 0;
    z-index: 1;
    /*backdrop-filter: blur(10px);*/
}
.boxWallet {
    background-color: #130f1d;
    border-radius: 30px;
    padding: 30px 15px;
    width: calc(100% - 60px);
    margin: 30px auto;
}

.boxWallet form.innerBox {
    padding: 20px 20px;
    background: #1c243e;
    border-radius: 30px;
}

.boxCurrency {
    background: #141a30;
    border-radius: 15px;
}

.titleBar {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleBar h4 {
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    margin: 0;
}

.walletInfo {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.walletInfo span.icon {}

.walletInfo span.icon.text {
    color: #ccc;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Inter';
}

.walletInfo span.badge {
    font-size: 10px;
    font-family: 'Inter';
    padding: 7px 7px;
    background-color: #252f48 !important;
}

.centerIcon {
    margin: 0 auto;
    width: 45px;
    height: 41px;
    position: absolute;
    margin-top: -36px;
    left: calc(50% - 22px);
}

.boxDark {
    background: #0b1022;
    border-radius: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.boxDark .dropdown {}

.boxDark .dropdown a.btn.dropdown-toggle {
    background: #1c243e;
    box-shadow: 0 0 0 0;
    border: 0;
    border-radius: 15px;
    line-height: 56px;
    height: 60px;
    font-family: 'Inter';
    font-size: 16px;
    padding: 0 12px;
}
.boxDark .dropdown a.btn.dropdown-toggle span.icon svg {
    width: 30px;
    margin-right: 5px;
}

.boxDark span.zero {
    color: #787676;
    font-family: 'Inter';
    font-size: 14px;
}

.convertBox {
    background: #262f4c;
    border-radius: 15px;
    margin: 20px 0;
    padding: 0 0 10px;
}

.priceBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.priceBar h4 {
    font-family: 'Inter';
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.priceBar h4 span.icon {
    position: relative;
    top: -3px;
    left: 5px;
}

button.btn.btn-wallet {
    box-shadow: 0 0 0 0;
    border: 0;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    background: #58d0dc;
    color: #282a4e;
    height: 60px;
    padding: 0;
}

@media (max-width: 400px) {
    .boxWallet {
        border-radius: 20px;
        padding: 15px 10px;
        width: calc(100%);
        margin: 30px auto;
    }

    .boxWallet form.innerBox {
        padding: 10px 10px;
    }

    .convertBox {
        padding: 0 0 10px;
    }

    .titleBar h4 {
        font-size: 12px;
    }

    .priceBar h4 {
        font-size: 12px;
    }

    .boxDark .dropdown a.btn.dropdown-toggle {
        line-height: 36px;
        height: 44px;
        font-size: 16px;
    }
}
