/*
=====================
CSS Table of Conttent 
=====================
*/
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

:root {
    scrollbar-color: #1D1D1E #212224 !important;
    scrollbar-width: thin !important;
}

body {
    font-family: 'SF Pro Display';
    font-size: 16px;
    font-weight: 400;
    color: #435D6B;
}
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

img {
    max-width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    background: none;
}

/*
* Slim Menu
*/

.collapse-button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #ff4363;
    padding: 12px 4px;
    cursor: pointer;
}

.collapse-button .icon-bar {
    margin: 4px auto;
    height: 2px;
    background-color: #F5F5F5;
    display: block;
    position: relative;
}

.collapse-button .icon-bar:nth-child(1) {
    width: 10px;
}

.collapse-button .icon-bar:nth-child(2) {
    width: 18px;
} 

.collapse-button.collapsed .icon-bar:nth-child(1) {
    width: 18px;
    transform: rotate(45deg);
    bottom: -2px;
}

.collapse-button.collapsed .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 4px;
}

ul.slimmenu li {
    position: relative;
}

ul.slimmenu li a {
    font-size: 16px;
    padding: 12px 24px 12px 16px;
    color: #fff;
    font-weight: 500;
}

ul.slimmenu li>ul {
    width: max-content;
    min-width: 150px;
}

ul.slimmenu li ul li {
    background-color: #FF4363;
    float: none;
    display: block;
}

@media only screen and (max-width: 767px) {
    .menu-collapsed {
        position: fixed;
    }
    .header-section::before {
        content: "";
        background-color: #e8294a;
        height: 100vh;
        width: 100vw;
        display: block;
        z-index: -1; 
        position: fixed;
        top: 0;
        left: -200%;
        transition: 300ms ease all;
    }
    .menu-collapsed::before {
       left: 0;
    }
    ul.slimmenu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 24px;
        transition: 300ms ease all;
    }
    .menu-collapsed ul.slimmenu {
        visibility: visible;
        opacity: 1; 
    }
 
    ul.slimmenu li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #FF4363;
        padding: 18px 0;
    }

    ul.slimmenu li a::before {
        content: '';
        display: block;
        width: 40px;
        height: 100%;
        background-image: url(../images/angle-right.svg);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        right: 0;
        top: 0;
    }

    .get-app-button {
        position: fixed;
        left: 24px;
        right: 24px;
        bottom: 24px;
        display: none !important;
    }

    .menu-collapsed .get-app-button {
        display: block !important;
    }
}

/*
* Hero
*/
.hero-rounded::before {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 2px dashed #fff;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 74px;
}

/*
* Howwork
*/

.howwork-rounded-1 {
    width: 335px;
    height: 335px;
    border-radius: 100%;
    opacity: 0.2;
    background: var(--primary-shade-3, #FF778E);
    left: -40px;
}

.howwork-rounded-2 {
    width: 405px;
    height: 405px;
    border-radius: 100%;
    opacity: 0.2;
    background: var(--primary-shade-4, #FAB9C4);
    left: -74px;
}

@media only screen and (max-width: 1280px) {
    .howwork-rounded-1 {
        width: 220px;
        height: 220px;
        left: -14px;
    }

    .howwork-rounded-2 {
        width: 266px;
        height: 266px;
        left: -38px;
    }
}

/*
* Features
*/
.feature-rounded {
    width: 444px;
    height: 444px;
    border-radius: 100%;
    background: var(--secondary-orange-shade-4, #FFE2CC);
}

/*
* Screenshot
*/
.screenshot-rounded {
    width: 110%;
    min-width: 600px;
    min-height: 600px;
    height: 100vw;
    border-radius: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%),#e8294a;
    left: -5vw;
}

@media only screen and (max-width: 480px) {
    .screenshot-rounded {
        left: -20vw;
    }
}
/*
* Token
*/

@media only screen and (min-width: 1024px) {
    .token-wrapper {
        width: 714px;
        height: 752px;
    }

    .token-box-1,
    .token-box-2,
    .token-box-3,
    .token-box-4,
    .token-box-5,
    .token-box-6 {
        position: absolute;
        flex-direction: column;
        border-radius: 100%;
    }

    .token-box-1 {
        top: 200px;
        left: -50px;
        width: 254px;
        height: 254px;
    }

    .token-box-2 {
        top: 10px;
        left: 200px;
        width: 180px;
        height: 180px;
    }

    .token-box-3 {
        top: 130px;
        right: 100px;
        width: 140px;
        height: 140px;
    }

    .token-box-4 {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px;
        height: 150px;
    }

    .token-box-5 {
        bottom: 200px;
        right: 0px;
        width: 185px;
        height: 185px;
    }

    .token-box-6 {
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 240px;
        height: 240px;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1320px) {
    .token-wrapper {
        width: 605px;
        height: 690px;
    }
}

/*
* Faq
*/
.acc-container {
    max-width: 700px;
    margin: auto;
}

.acc {
    margin-bottom: 10px;
}

.acc-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #F5F5F5;
    padding: 12px 32px 12px;
    display: none;
}

.acc-head {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #F5F5F5;
    padding: 15px 48px 15px 15px;
    position: relative;
    cursor: pointer; 
}

.acc-head.active * {
    color: #E8294A !important;
}

.acc-head::before,
.acc-head::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #23080D;
    transition: all 0.3s;
}

.acc-head::before {
    right: 30px;
    width: 2px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
}


.acc-head.active::before,
.acc-head.active::after {
    transform: rotate(45deg);
    background-color: #E8294A;
}

/*
* Faq
*/ 