html,
body {
    font-size: 16px
}

body {
    background: #13150b;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #a1a1a1
}

*:focus {
    outline: none !important
}

a {
    color: #c3ff43;
    text-decoration: none;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    color: #a1a1a1;
    text-decoration: none
}

a:focus {
    color: #a1a1a1;
    text-decoration: none
}

h1,
.h1 {
    font-size: 3.125rem;
    font-family: "nasalizationbold", sans-serif;
    margin-top: 0
}

h2,
.h2 {
    font-size: 2.5rem;
    font-family: "nasalizationbold", sans-serif;
    margin-top: 0;
    color: #fff
}

h3,
.h3 {
    font-size: 1.875rem;
    font-family: "nasalizationbold", sans-serif;
    margin-top: 0;
    color: #fff
}

h4,
.h4 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px
}

h5,
.h5 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

h6,
.h6 {
    font-size: 1em;
    font-weight: normal
}

p {
    font-size: .875rem;
    line-height: 1.5em;
    margin-bottom: 15px
}

img {
    max-width: 100%
}

img.media-object,
.input-group-addon img {
    max-width: none
}

caption {
    padding: 0
}

.btn {
    border-radius: .6rem
}

.btn-primary {
    background: linear-gradient(260deg, #C3FF43 20%, #E4D14E 96%);
    border: none;
    color: #000
}

.btn-primary:hover {
    background: linear-gradient(0deg, #A9F52C, #A9F52C);
    color: #000
}

.btn-link {
    text-decoration: none
}

.external::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    margin-top: -4px;
    background: url(../images/external-link-alt-solid.svg);
    display: inline-block
}

.carousel-control-next,
.carousel-control-prev {
    height: 32px;
    width: 32px;
    opacity: 1
}

.carousel-control-prev-icon {
    background-image: url(../images/icon-arrow-circle-left-1.png)
}

.carousel-control-next-icon {
    background-image: url(../images/icon-arrow-circle-right-1.png)
}

.carousel-control-prev-icon:hover {
    background-image: url(../images/icon-arrow-circle-left.png)
}

.carousel-control-next-icon:hover {
    background-image: url(../images/icon-arrow-circle-right.png)
}

* {
    scrollbar-width: auto;
    scrollbar-color: #c4c4c4 #f2f2f2
}

*::-webkit-scrollbar {
    width: 6px
}

*::-webkit-scrollbar-track {
    background: rgba(242, 242, 242, .031372549)
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(195, 255, 67, .137254902);
    border-radius: 10px;
    border: none
}

#site-content {
    position: relative;
    z-index: 1000
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1001
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white)
}

#header .logo {
    position: relative;
    margin-top: -5px
}

#header .logo h1 {
    margin: 0
}

#header .logo #google_translate_element {
    position: absolute;
    bottom: 15px;
    left: 100%;
    margin-left: 10px
}

#header .logo #google_translate_element .goog-te-combo {
    width: 65px
}

#header .logo .set-language {
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    left: 100%;
    margin-left: 7px;
    border-left: solid 1px #fff;
    color: #fff;
    line-height: .8em;
    display: block;
    padding: 0 0 3px 5px
}

#header ul {
    margin-bottom: 0
}

#header .btn {
    padding: .5rem 2rem
}

#header .btn-link {
    color: #fff
}

#header .menu>li {
    margin: 0 12px
}

#header .menu>li>a {
    font-size: .875rem;
    color: #fff
}

#header .menu>li>a:hover,
#header .menu>li>a.active {
    color: #c3ff43
}

#header.darkHeader {
    background-color: #1b1e0d
}

.lines-button {
    width: 26px;
    height: 19px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.lines-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px !important;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.lines-button span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%
}

.lines-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lines-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lines-button span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%
}

.lines-button.collapsed span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lines-button.collapsed span:nth-child(1) {
    top: 0px;
    width: 100%;
    left: 0
}

.lines-button.collapsed span:nth-child(2),
.lines-button.collapsed span:nth-child(3) {
    top: 8px
}

.lines-button.collapsed span:nth-child(4) {
    top: 16px;
    width: 100%;
    left: 0
}

.goog-te-combo {
    background: none;
    border: none;
    color: #fff
}

.goog-te-combo option {
    color: #000
}

.goog-logo-link {
    display: none !important
}

.goog-te-gadget {
    color: rgba(0, 0, 0, 0) !important;
    font-size: 0 !important
}

.goog-te-gadget>div+span {
    display: none
}

body {
    top: 0px !important
}

.skiptranslate iframe {
    display: none !important
}

html:lang(ar) #header .menu>li {
    margin: 0 8px
}

html:lang(ar) #header .btn {
    padding: .5rem 1.25rem
}

html:lang(pt) #header .menu>li {
    margin: 0 6px
}

html:lang(pt) #header .btn {
    padding: .5rem 1.5rem
}

html:lang(de) #header .menu>li,
html:lang(es) #header .menu>li,
html:lang(fr) #header .menu>li {
    margin: 0 4px
}

html:lang(de) #header .btn,
html:lang(es) #header .btn,
html:lang(fr) #header .btn {
    padding: .5rem 1rem
}

html:lang(ru) #header .menu>li {
    margin: 0 4px
}

html:lang(ru) #header .menu>li>a {
    font-size: .75rem
}

html:lang(ru) #header .btn {
    padding: .5rem .5rem;
    font-size: .75rem
}

#footer {
    background-color: #1b1f11;
    color: #d1d2cf;
    padding: 1.5rem 0
}

#footer h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #d1d2cf;
    font-weight: 600;
    margin-bottom: 0
}

#footer p {
    font-size: .875rem
}

.subscribe-form {
    background-color: #323528;
    border-radius: 10px;
    padding: 5px;
    padding-left: 1rem;
    display: flex
}

.subscribe-form .input {
    background: none;
    border: 0;
    width: 100%;
    font-size: .875rem;
    color: #fff
}

.subscribe-form .btn {
    font-family: "nasalizationbold", sans-serif;
    font-size: .875rem;
    padding: .5rem 1.5rem
}

.social-icon {
    margin-top: 1.5rem;
    display: inline-block;
}

#footer .social-icon a {
    margin: 0 5px
}

#footer .social-icon img {
    width: 20px
}

#footer .copyright {
    border-top: 1px solid #30342d;
    margin-top: 2rem;
    padding-top: .5rem;
    font-size: .813rem;
    color: #fff
}

#footer .f-link a {
    margin-left: 1.5rem;
    color: #fff
}

.cookies-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3000000000;
    background: rgba(15, 17, 9, .89);
    box-shadow: 0px 4px 53px 27px rgba(64, 81, 36, .62);
    padding: 2rem;
    color: #fff;
    display: none
}

.cookies-box .text {
    width: 100%;
    margin-right: 4rem;
    font-size: 1.125rem;
    line-height: 1.7
}

.cookies-box .btn {
    font-size: 1.125rem;
    font-weight: 800;
    padding: .65rem 1.75rem
}

.cookies-box .btn-primary {
    margin-bottom: 1rem
}

.cookies-box .btn-outline {
    color: #c3ff44;
    border: solid 2px #c3ff44;
    background: none;
    padding: calc(.65rem - 2px) calc(1.75rem - 2px)
}

.page-hero {
    padding-bottom: 7rem;
    padding-top: 165px;
    min-height: 100vh;
    background: #1c1d18 url(../images/home-page-background.jpg) no-repeat center 5%;
    background-size: cover
}

.page-hero h1 {
    font-family: "nasalizationbold", sans-serif;
    font-size: 3.125rem;
    color: #fff
}

.page-hero h1 span {
    color: #c3ff43
}

.page-hero .container {
    position: relative
}

.page-hero .btn-link {
    color: #fff;
    text-decoration: underline
}

.page-hero .btn {
    font-size: 1.25rem;
    font-weight: 800;
    padding: .95rem 2rem
}

.page-hero p {
    font-size: 1rem
}

.page-hero .image {
    margin-top: 3rem;
    position: relative
}

.page-hero .image .star2 {
    position: absolute;
    top: -4rem;
    right: 4rem;
    width: 35px
}

.page-hero .star1 {
    position: absolute;
    left: 30%;
    bottom: -15%;
    width: 65px
}

.page-hero .social-icon {
    margin-bottom: 2rem;
    position: relative
}

.page-hero .social-icon a {
    display: inline-block;
    margin: 0 .4rem
}

.page-hero .social-icon img {
    width: 30px
}

.page-hero .right-box {
    border: solid 1px #dae04b;
    background: #282828;
    border-radius: 18px;
    text-align: center;
    padding-top: 30px;
    overflow: hidden
}

.page-hero .right-box h2 {
    font-size: 1.875rem;
    color: #fff;
    margin: 0
}

.page-hero .right-box h3 {
    font-size: 1rem;
    color: #c3ff43
}

.page-hero .right-box .bottom {
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1em
}

.page-hero .right-box .bottom a {
    background: linear-gradient(263.22deg, #DEDA4D 19.64%, #516610 110.57%);
    color: #fff;
    display: block;
    padding: 10px 0
}

.page-hero .right-box .bottom a:hover {
    background: linear-gradient(263.22deg, #DEDA4D 19.64%, #DEDA4D 110.57%)
}

.page-hero .right-box .status-bar {
    margin: 1rem 35px 2rem;
    padding-bottom: 1.5rem;
    position: relative
}

.page-hero .right-box .status-bar .progress {
    border-radius: 20px;
    height: 30px;
    background-color: #3e3e3e;
    padding: 3px
}

.page-hero .right-box .status-bar .progress .progress-bar {
    background: linear-gradient(259.13deg, #C3FF43 19.57%, #E4D14E 95.9%);
    border-radius: 20px;
    color: #050603;
    text-align: right;
    font-weight: 800;
    padding-right: 15px
}

.page-hero .right-box .status-bar .cap-data {
    font-size: 12px;
    color: #fff;
    margin-bottom: .5rem
}

.page-hero .right-box .status-bar .cap-data span {
    color: #c3ff43;
    font-weight: 600
}

.page-hero .right-box .status-bar .soft-cap {
    position: absolute;
    left: 10%;
    bottom: 0;
    font-size: 12px;
    color: #f6f6f6;
    opacity: .75
}

.page-hero .right-box .status-bar .soft-cap::before {
    content: "";
    position: absolute;
    bottom: 110%;
    height: 37px;
    width: 1px;
    left: 50%;
    background-color: #fff
}

.page-hero .right-box .status-bar .soft-cap.hard {
    left: 80%
}

.page-section {
    background: #11130e;
    background-size: cover;
    background-color: #0e0e0e;
    padding: 3rem 0
}

.page-section .top {
    margin-bottom: 2rem;
    text-align: center
}

.page-section .top h2 {
    margin-bottom: 0
}

.page-section .top p {
    font-size: 1rem;
    color: #a09faf
}

.count-down-block {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

.count-down-block .time {
    margin: 0 20px
}

.count-down-block .time .val {
    width: 50px;
    height: 50px;
    background-color: #3e3e3e;
    color: #fff;
    font-size: 1.875rem;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;
    position: relative
}

.count-down-block .time .val::after {
    content: ":";
    position: absolute;
    right: -25px
}

.count-down-block .time .type {
    font-size: .813rem;
    color: #fff;
    font-weight: 600;
    margin-top: 5px
}

.count-down-block .time:last-child .val::after {
    display: none
}

.count-down-block .time span {
    display: block
}

.what-opticash {
    background: url(../images/bg1.jpg) no-repeat center 20%;
    padding: 5rem 0 5rem
}

.what-opticash .logo-list {
    padding-left: 2rem;
    padding-right: 2rem
}

.what-opticash .logo-list .box {
    background-color: #000;
    border-radius: 20px;
    padding: 1rem;
    height: 100px
}

.what-opticash .opticash-box {
    height: 258px;
    padding: 0rem 3rem;
    position: relative;
    margin-top: 6rem
}

.what-opticash .opticash-box::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/border-left.png) no-repeat left center;
    width: 3rem
}

.what-opticash .opticash-box::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/border-right.png) no-repeat right center;
    width: 3rem
}

.what-opticash .opticash-box .inner-box {
    background: url(../images/border-tb.png) repeat-x;
    height: 100%;
    padding: 3rem 0
}

.what-opticash .opticash-box .star {
    position: absolute;
    width: 50px;
    top: 5%;
    left: 40%
}

.what-opticash .opticash-box h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem
}

.what-opticash .opticash-box p {
    color: #d0d0cf;
    font-size: 1.125rem
}

.what-opticash .opticash-box .box {
    border: 1px solid #c4fe44;
    border-radius: 18px;
    padding: 1rem .5rem;
    text-align: center;
    min-height: 165px
}

.what-opticash .opticash-box .box img {
    width: 75px
}

.what-opticash .opticash-box .box p {
    font-size: .937rem;
    margin: 10px 0 0
}

.why-opticash {
    text-align: center;
    background-color: #13150b
}

.why-opticash h3 {
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin: 1.5rem 0 .75rem
}

.why-opticash img {
    width: 75px
}

#chart {
    min-height: 400px
}

.donut-chart {
    position: relative
}

.donut-chart .inner-radius {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    background-color: #0e0e0e;
    border-radius: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 100px
}

.road-map {
    padding-bottom: 0;
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: cover
}

.road-map .timeline .list {
    margin: 0;
    padding: 0 0 10rem;
    list-style: none;
    position: relative
}

.road-map .timeline .list::before {
    content: " ";
    background: url(../images/bar.svg) top center repeat-y;
    width: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%)
}

.road-map .timeline .list::after {
    content: " ";
    background-color: #a7d22e;
    width: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 19rem;
    transform: translateX(-50%)
}

.road-map .timeline .list>li {
    width: 50%;
    position: relative
}

.road-map .timeline .list>li::before {
    content: " ";
    background: url(../images/node.png) no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0%;
    top: 5rem;
    transform: translate(50%, -50%)
}

.road-map .timeline .list>li::after {
    content: " ";
    opacity: .8;
    border: 1px solid #a7d22e;
    height: 1px;
    width: 16%;
    position: absolute;
    right: 7%;
    top: 5rem;
    transform: translateY(-50%)
}

.road-map .timeline .list>li .box {
    border: 2px solid #a7d22e;
    background: rgba(28, 32, 17, .3);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    width: 70%
}

.road-map .timeline .list>li .time {
    color: #a09faf;
    font-size: .875rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600
}

.road-map .timeline .list>li .q {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 10px
}

.road-map .timeline .list>li li {
    color: #f6f6f6;
    font-size: 1rem;
    list-style: disc
}

.road-map .timeline .list>li:nth-child(even) {
    margin-left: auto
}

.road-map .timeline .list>li:nth-child(even)::before {
    right: auto;
    left: 0;
    transform: translate(-50%, -50%)
}

.road-map .timeline .list>li:nth-child(even)::after {
    right: auto;
    left: 7%
}

.road-map .timeline .list>li:nth-child(even) .box {
    margin-left: auto
}

.road-map .timeline .list>li.box3 {
    margin-top: -5rem
}

.road-map .timeline .list>li.box4 {
    margin-top: -7rem
}

.road-map .timeline .list>li.box5 {
    margin-top: -8rem
}

.token-sales {
    background-color: #0e0e0e;
    padding: 8rem 0 6rem;
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: cover
}

.token-sales .top {
    margin-bottom: 0rem
}

.token-sales .content {
    background-color: #0e0e0e
}

.p0_segmentPercentage-inner {
    font-weight: 600 !important
}

.opti-contract {
    background: #050603;
    border-top: 1px solid #98c538;
    border-bottom: 1px solid #98c538;
    padding-bottom: 1rem
}

.opti-contract h2 {
    margin-bottom: 0
}

.opti-contract .top-p {
    font-size: 1.375rem;
    font: weight 600px;
    color: #fff;
    text-transform: capitalize
}

.opti-contract .box {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 3rem
}

.opti-contract .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg, #C3FF43 0%, #DEDC69 100%);
    border-radius: 50%
}

.opti-contract .box span {
    display: block;
    color: #a7d22e
}

.opti-contract a.external {
    color: #fff
}

.whitepaper {
    margin-top: 5rem
}

.whitepaper h3 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 2.5rem
}

.whitepaper h3 span {
    display: block;
    color: #c3ff43;
    letter-spacing: .2em;
    font-size: 1rem
}

.whitepaper p {
    font-size: 1.5rem;
    color: #a09faf;
    line-height: 1.1em;
    text-align: justify
}

.whitepaper img {
    width: 350px
}

.whitepaper .carousel-control-next {
    top: inherit;
    bottom: 0px;
    left: 40px;
    right: inherit
}

.whitepaper .carousel-control-prev {
    top: inherit;
    bottom: 0px;
    left: 0px
}

.faq {
    background: url(../images/bg3.jpg) no-repeat center 10%;
    background-size: cover
}

.faq .container {
    max-width: 920px
}

.faq .top1 {
    margin-bottom: 3rem
}

.faq .top1 h2 {
    color: #b4e116;
    margin-bottom: 5px
}

.faq .top1 p {
    font-size: 1.125rem;
    color: #fff
}

.faq .tablist {
    border-bottom: 1px solid #2b2d29
}

.faq .tablist li {
    display: inline-block;
    margin-right: 2rem;
    position: relative
}

.faq .tablist li .btn-link {
    background: none;
    border: none;
    color: #a09faf;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 5px
}

.faq .tablist li .btn-link:hover,
.faq .tablist li .btn-link.active {
    color: #fff
}

.faq .tablist li .btn-link:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #748f11;
    opacity: 0
}

.faq .tablist li .btn-link.active:after {
    opacity: 1
}

.qus-ans .faq-card {
    border-bottom: 1px solid #6d6d6d;
    padding: 2rem 0
}

.qus-ans .faq-card:last-child {
    border-bottom: 0
}

.qus-ans .faq-card .card-header {
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    position: relative;
    background: none
}

.qus-ans .faq-card .card-header a {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.375rem;
    color: #f6f6f6;
    padding-right: 50px;
    line-height: 1.4em;
    background: url(../images/minus-circle.png) no-repeat right center;
    background-size: 30px 30px;
    min-height: 32px
}

.qus-ans .faq-card .card-header a:hover {
    text-decoration: none
}

.qus-ans .faq-card .card-header a.collapsed {
    background-image: url(../images/plus-circle.png)
}

.qus-ans .faq-card .card-body {
    padding: 0px 60px 0px 0px;
    text-align: left;
    color: #a09faf;
    line-height: 1.4em;
    font-size: 14px
}

.qus-ans .faq-card .card-body p {
    line-height: 20px;
    font-size: 14px
}

.join-community {
    text-align: center;
    background-color: #0e0e0e;
    padding: 8rem 0;
}

.join-community .box {
    height: 320px;
    padding: 0rem 3rem;
    position: relative
}

.join-community .box::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* background: url(../images/border-left1.png) no-repeat left top; */
    width: 3rem
}

.join-community .box::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* background: url(../images/border-right1.png) no-repeat right top; */
    width: 3rem
}

.join-community .box .inner-box {
    /* background: url(../images/border-tb1.png) repeat-x top center;  */
    height: 100%;
    padding: 3rem 3rem;
    background-color: rgba(28, 32, 17, 0.4);
    clip-path: polygon(35px 0,
            calc(100% - 35px) 0,
            100% 35px,
            100% calc(100% - 35px),
            calc(100% - 35px) 100%,
            35px 100%,
            0 calc(100% - 35px),
            0 35px);
    /* border-radius: 5px; */
}

@media (max-width: 768px) {
    .join-community .box::after {
        background: none;
    }

    .join-community .box .inner-box {
        background: none;
    }

    .join-community .box::before {
        background: none;
    }

    .join-community .box {
        background: none;
    }


}

.join-community h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem
}

.join-community p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

.join-community .btn {
    font-family: "nasalizationbold", sans-serif;
    font-size: .875rem;
    padding: .75rem 2rem
}

.how-buy .top {
    max-width: 660px;
    margin: auto;
    margin-bottom: 5rem
}

.how-buy h3 {
    font-size: 2.25rem;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600
}

.how-buy h3 span {
    color: #c3ff43
}

.how-buy .steps {
    margin-bottom: 4rem;
    align-items: center;
}

.how-buy .steps .step-box {
    padding: 2rem;
    background: #191d11;
    position: relative
}

.how-buy .steps .step-box.last::after {
    left: -20%;
    right: inherit
}

.how-buy .steps .step-box::after {
    content: "";
    position: absolute;
    right: -20%;
    width: 20%;
    top: 0;
    bottom: 0px;
    background: #191d11
}

.how-buy .steps .image {
    position: relative;
    z-index: 10;
    margin-bottom: -50%;

}

@media (max-width: 768px) {
    .how-buy .steps .image {
        margin-bottom: 0;
        /* Set margin to 0 for smaller screens */
        width: 100%;
    }
}


.how-buy .steps .step-box1 {
    background: #121611;
    border-radius: 4px;
    margin-top: .5rem
}

.how-buy .steps .step-box1 h4 {
    color: #fff;
    font-size: 1.625rem;
    text-align: center;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    background-color: #181f12;
    line-height: 36px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.how-buy .steps .step-box1 h4 img {
    margin-left: 10px;
    height: 36px
}

.how-buy .steps .step-box1 .content {
    padding: .75rem 1.5rem 1.5rem
}

.how-buy .steps .step-box1 .content p {
    font-size: .937rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    min-height: 210px
}

.how-buy .steps .step-box1 .content .btn {
    display: block;
    font-weight: 700;
    padding: 1rem 1rem;
    font-size: 1.125rem
}

.how-buy .steps p {
    font-size: 1.125rem
}

.how-buy .steps p span {
    color: #c3ff43
}

.logo-box h3 {
    text-align: center;
    margin-bottom: 2rem
}

.logo-box .slide-logo {
    display: flex;
    align-items: center;
    max-width: 200px;
    margin: 0 15px;
    height: 100px
}

.featured-box {
    background: url(../images/bg3.jpg) no-repeat center 10%;
    background-size: cover;
    margin-bottom: 2rem
}

.twitter-feeds {
    border-bottom: 1px solid #98c538;
    border-top: 1px solid #98c538;
    background-color: #050603
}

.twitter-feeds .site-logo {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.twitter-feeds .site-logo img {
    width: 320px
}

.twitter-feeds .tweet-box {
    padding: 0 .75rem
}

.twitter-feeds .tweet-box>.box {
    background: #070707;
    border: 1px solid #1c230d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    padding: 1rem
}

.twitter-feeds .tweet-box .tweet-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.twitter-feeds .tweet-box .tweet-top .info {
    display: flex;
    align-items: flex-end
}

.twitter-feeds .tweet-box .tweet-top .info img {
    width: 160px
}

.twitter-feeds .tweet-box .tweet-top .info span {
    font-size: 10px;
    margin-bottom: 6px;
    margin-left: -30px
}

.twitter-feeds .tweet-box .tweet-top .twitter-icon img {
    width: 40px
}

.twitter-feeds .tweet-box .tweet-content {
    color: #fff;
    font-size: 12px;
    margin-top: 1rem
}

.twitter-feeds .tweet-box .tweet-content p {
    white-space: pre-line
}

.twitter-feeds .tweet-box .tweet-content a {
    color: #66beff;
    text-decoration: underline
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #363636;
    border-radius: 50%
}

.slick-dots li.slick-active {
    background-color: #c3ff43
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    background: none;
    border: none
}

.certik-btn {
    position: relative
}

.certik-btn .certik-box {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    bottom: calc(100% + 30px);
    right: 0;
    width: 400px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.certik-btn:hover .certik-box {
    visibility: visible;
    opacity: 1
}

.site-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1f11;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-loader .loader-logo {
    transform-origin: 50% 50%;
    width: 4.5rem;
    animation: jump .5s linear alternate infinite
}

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }

    40% {
        transform: translate3d(0, 30%, 0) scale3d(0.8, 1.2, 1)
    }

    100% {
        transform: translate3d(0, 100%, 0) scale3d(1.2, 0.8, 1)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.wink-page {
    background-size: 100% auto;
    background-color: #0a0a0a
}

.wink-page h1 span {
    color: #c3ff43;
    text-transform: uppercase
}

.wink-page p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff
}

.wink-page p span {
    color: #c3ff43
}

.wink-page .btn {
    font-weight: 600
}

.wink-page .circle {
    background: url(../images/win-k-circle.svg) center center no-repeat;
    background-size: 100% 100%;
    height: 420px;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wink-page .circle p {
    font-size: 1.625rem;
    color: #dcdd4c;
    font-weight: 600;
    margin: 0
}

.wink-page .circle p.p1 {
    font-size: 5rem;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 1.4rem
}

.wink-page .iframe-box {
    background-color: #fff
}

.wink-page .iframe-box iframe {
    width: 100%;
    height: 560px
}

.about-hero {
    background: url(../images/bg8.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 7rem;
    padding-top: 7rem;
    position: relative;
}

.about-hero img {
    border-radius: 0 0 30px 30px;
}

.about-hero h1 {
    color: #fff;
    margin-bottom: 2rem
}

.about-hero h1 span {
    color: #c3ff43
}

.about-hero .box {
    max-width: 500px;
    padding: 2rem 3rem;
    font-size: 2.25rem;
    background-color: #212121;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-left: 3rem;
    margin-top: -5rem;
    line-height: 1.2em;
    border-radius: 20px;
}

.about-page {
    background-color: #090909
}

.about-page .top {
    max-width: 750px;
    margin: auto
}

.about-page .top h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #c3ff43;
    margin-bottom: .5rem
}

.about-page .top p {
    font-size: 1.25rem;
    line-height: 1.4em
}

.about-section1 {
    background: url(../images/bg9.jpg) top left no-repeat;
    background-size: cover
}

/* .about-section1 .box{
    border-radius: 16px; 
} */




.offer-section {
    background: none
}

.offer-section ul {
    list-style: none;
    padding-left: 0
}

.offer-section ul li .box {
    background: #2e2e2e;
    border: 1px solid #868686;
    padding: 1.5rem 1.5rem;
    min-height: 280px
}

.offer-section ul li h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.375rem;
    color: #c3ff43
}

.offer-section ul li p {
    color: #fff;
    font-size: .937rem;
    margin: 0
}

.offer-section ul li .icon {
    height: 60px;
    width: 60px;
    padding: .5rem;
    background-color: #c3ff43;
    border-radius: 50%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.offer-section ul li .icon img {
    width: 36px
}

.about-section {
    padding-bottom: 13rem;
    background: none
}

.about-section .top1 {
    max-width: 860px;
    position: relative;
    padding-top: 1rem
}

.about-section .top1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 50px;
    background-color: #ffbb0e
}

.about-section .top1 h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.25rem;
    color: #fff;
    font-weight: 600
}

.about-section .top1 p {
    font-size: 1.25rem;
    line-height: 1.4em;
    max-width: 80%;
    color: #fff
}

.about-section .box {
    padding: 4rem 0 .5rem;
    margin: 4rem 0 3rem 1.5rem;
    position: relative;
    background-color: #c5ec00
}

.about-section .box::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: -1.5rem;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    z-index: 0;
    /* border-radius: 27px; */
}

.about-section .box>.row {
    z-index: 10;
    position: relative
}

.about-section .box>.row>div {
    padding: 2rem 6rem 0
}

.about-section .box>.row>div:first-child {
    border-right: solid 2px #d9d9d9
}

.about-section .box h4 {
    font-size: 2.25rem;
    color: #c3ff43;
    font-weight: 700
}

.about-section .box p {
    font-size: 1.375rem;
    font-weight: 400;
    color: #fff;
    max-width: 360px
}

.value-section {
    background-color: #1a1a1a;
    padding: 4rem 0;
    /* overflow: hidden; */
    position: relative;
}

.value-section h2 {

    font-size: 2.25rem;
    color: #c3ff43;
    font-weight: 600
}

.value-section p {
    font-size: 1.375rem;
    /* text-align: justify; */
    color: #fff;
    margin-bottom: 2rem
}

.value-section .image {
    margin-top: 0rem;
    position: absolute;
    width: 500px;
    bottom: 250px;
    top: -1px;
    right: 50px;

}

.value-section .btn {
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 2rem;
    font-family: Nasalization Rg, sans-serif;
    text-transform: uppercase;
}

.started-steps {
    padding: 8rem 0;
    background: url(../images/bg9.jpg) center left no-repeat;
    background-size: cover
}

.started-steps .steps {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 3rem;
    position: relative
}

.started-steps .steps::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    height: 1px;
    background: url(../images/progress-line.svg) center center repeat-x
}

.started-steps .steps>li {
    position: relative;
    z-index: 1
}

.started-steps .steps .box {
    background-color: #1b1b1b;
    border: 1px solid #9b9b9b;
    border-radius: 16px;
    padding: 1.5rem 1.5rem;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.started-steps .steps .box.active {
    background-color: #192305;
    border: 1px solid #c3ff43
}

.started-steps .steps h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 600
}

.started-steps .steps p {
    color: #fff;
    font-size: .937rem;
    margin: 0;
    line-height: 1.3em
}

.started-steps .steps .number {
    font-size: 3.75rem;
    color: #fff;
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.secured-platform {
    background-color: #13150b;
    padding: 4rem 0
}

.secured-platform h2 {
    /* font-family: "Source Sans Pro", sans-serif; */
    font-size: 2.5rem;
    color: #c3ff43;
    font-weight: 600;
    margin-bottom: 2rem
}

.secured-platform p {
    font-size: 1.375rem;
    text-align: justify;
    color: #fff;
    margin-bottom: 2rem
}

.secured-platform img {
    max-width: 400px
}

.secured-platform.animation img {
    animation: jump1 1s linear
}

@keyframes jump1 {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(0, -30%, 0)
    }

    100% {
        transform: translate3d(0, 0%, 0)
    }
}

.about-bottom {
    min-height: 8rem
}

.promocional-dialog .modal-content {
    background: url(../images/social-pop-up-web.png) no-repeat;
    background-size: 100% 100%;
    padding: 2rem
}

.promocional-dialog h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "nasalizationbold", sans-serif
}

.promocional-dialog h3 span {
    color: #c3ff43
}

.promocional-dialog .btn {
    font-size: 1.625rem;
    font-weight: 700;
    padding: .65rem 3rem
}

.promocional-dialog .dialog-close {
    background: #fff url(../images/X.svg) center center no-repeat;
    background-size: 60% 60%;
    height: 3rem;
    width: 3rem;
    border-radius: 50%
}

.promocional-dialog .social-icon {
    margin-bottom: 2rem
}

.promocional-dialog .social-icon a {
    display: inline-block;
    margin-right: 2rem
}

.promocional-dialog .social-icon img {
    width: 3rem
}

.promocional-dialog p {
    color: #fff;
    font-size: 1rem;
    margin: 0
}

.static-content {
    padding-bottom: 7rem;
    padding-top: 7rem;
    color: #fff;
    background: #0e0e0e url(../images/bg11.jpg) top center no-repeat;
    background-size: 100% auto;
    position: relative
}

.static-content h1 {
    margin-bottom: 2rem
}

.static-content h2,
.static-content h3 {
    font-size: 1.75rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #c3ff43;
    margin-bottom: 1rem
}

.static-content p,
.static-content li {
    font-size: 1.25rem;
    line-height: 1.8em
}

.static-content li {
    padding-bottom: .5rem
}

@media(min-width: 1800px) {

    body,
    html {
        font-size: 18px
    }

    .container {
        max-width: 1620px
    }

    .page-hero {
        padding-top: 32vh
    }

    .page-hero .image {
        margin-top: 0
    }
}

@media(max-width: 1199px) {
    #header .menu>li {
        margin: 0 7px
    }

    #header .btn {
        padding: .5rem 1.5rem
    }

    .offer-section ul li .box {
        min-height: 325px
    }
}

@media(max-width: 991px) {

    body,
    html {
        font-size: 14px
    }

    body {
        background-size: auto
    }

    #header .container {
        position: relative
    }

    #header #site-menu .login {
        border-top: solid 1px #25351d;
        margin: 0 10px;
        padding: 10px 0px
    }

    #header #site-menu #navbar {
        position: absolute;
        top: 45px;
        right: 0px;
        width: 200px;
        background-color: #1b1e0d;
        z-index: 100
    }

    #header #site-menu ul.menu>li {
        display: block;
        margin: 0 0 0 5px
    }

    #header #site-menu ul.menu>li>a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 10px;
        display: block
    }

    #header #site-menu ul>li .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: auto;
        background: none;
        border: none;
        padding: 0;
        margin: 0 0 10px
    }

    #header #site-menu ul>li .dropdown-menu a {
        background: none !important;
        font-weight: normal;
        line-height: normal;
        padding: 6px 15px
    }

    #header #site-menu .btn {
        font-size: 14px;
        font-weight: bold
    }

    .page-hero {
        padding-top: 140px
    }

    .page-hero h1 {
        font-size: 2.75rem
    }

    .page-hero .image {
        margin-top: 0
    }

    .what-opticash .logo-list .box {
        height: 65px
    }

    .what-opticash .opticash-box .inner-box {
        padding-top: 4.5rem
    }

    .what-opticash .opticash-box .box {
        padding: 15px 7px
    }

    .what-opticash .opticash-box .box img {
        width: 60px
    }

    .faq .container {
        max-width: 720px
    }

    .whitepaper .carousel-control-next,
    .whitepaper .carousel-control-prev {
        bottom: 10px
    }

    .about-hero {
        padding-top: 40px;
        padding-bottom: 4rem
    }

    .about-hero h1 {
        font-size: 2.75rem;
        margin-bottom: .5rem
    }

    .about-hero .box {
        padding: 1.75rem;
        font-size: 2rem;
        max-width: 450px;
        border-radius: 27px;
    }

    .offer-section ul li .box {
        padding: 1rem;
        min-height: 260px
    }

    .offer-section ul li .icon {
        height: 48px;
        width: 48px
    }

    .offer-section ul li .icon img {
        width: 30px
    }

    .offer-section ul li h3 {
        font-size: 1.175rem
    }

    .about-section {
        padding-bottom: 10rem
    }

    .about-section .box {
        padding: 3rem 0 .5rem
    }

    .about-section .box>.row>div {
        padding: 1rem 4rem 0
    }

    .about-section .box h4 {
        font-size: 2rem
    }

    .about-section .box p {
        font-size: 1.175rem
    }

    .value-section h2 {
        font-size: 2rem
    }

    .value-section {
        position: relative;
        overflow: hidden;
    }


    .value-section p {
        font-size: 1.175rem
    }

    .value-section .image {
        margin-top: 0;
        position: relative;
        width: auto;
        bottom: 0px;
        top: 0px;
        right: 0px;
    }

    .started-steps {
        padding: 5rem 0
    }

    .started-steps .steps .box {
        min-height: 245px
    }

    .started-steps .steps .number {
        font-size: 2.75rem;
        margin-bottom: .5rem;
        line-height: 1.4em
    }

    .secured-platform h2 {
        font-size: 2rem
    }

    .secured-platform p {
        font-size: 1.175rem
    }

    .secured-platform img {
        max-width: 300px
    }

    .about-section .top1 h3,
    .about-page .top h2 {
        font-size: 2rem
    }

    .promocional-dialog h3 {
        font-size: 2rem
    }

    .promocional-dialog .dialog-close {
        width: 2.5rem;
        height: 2.5rem
    }

    .promocional-dialog .btn {
        font-size: 1.25rem;
        padding: .4rem 2rem
    }

    .how-buy h3 {
        font-size: 2rem
    }

    .how-buy .top {
        margin-bottom: 3rem
    }

    .how-buy .steps .step-box {
        padding: 1rem 2rem
    }

    .how-buy .steps .step-box p {
        font-size: 1rem;
        margin: 0
    }

    .how-buy .steps .step-box1 .content p {
        min-height: 260px
    }
}

@media(max-width: 767px) {

    body,
    html {
        font-size: 12px
    }

    #header {
        padding: 5px 0 10px;
        background: linear-gradient(312.28deg, #D9D9D9 -44.96%, #1D1F15 -44.95%, #1C1D18 90.64%)
    }

    #header .logo img {
        width: 150px
    }

    #header #site-menu {
        margin-right: 15px
    }

    #header #site-menu #navbar {
        top: 60px;
        right: 28px
    }

    .page-hero {
        padding: 120px 20px 10vh;
        background: #1c1d18 url(../images/bg5.jpg) no-repeat center 100%;
        background-size: cover
    }

    .page-hero h1 {
        font-size: 2.25rem
    }

    .page-hero p {
        font-size: 16px;
        margin-bottom: 2rem
    }

    .page-hero p br {
        display: none
    }

    .page-hero .btn {
        font-size: 1.5rem
    }

    .page-hero .btn-primary {
        margin-right: 5px
    }

    .page-hero .image {
        margin-top: 4rem
    }

    .page-hero .image .star2 {
        width: 20px;
        top: -3rem;
        right: 22%
    }

    .page-hero .social-icon {
        text-align: left
    }

    .page-hero .social-icon a {
        margin: 0 5px 0px
    }

    .page-hero .social-icon a img {
        width: 18px
    }

    .page-hero .star1 {
        display: none
    }

    .page-hero .right-box {
        max-width: 400px;
        margin: 4rem auto 0
    }

    .page-hero .right-box .status-bar {
        margin: 1rem 15px 2rem
    }

    .page-hero .right-box .status-bar .progress {
        height: 25px
    }

    .page-hero .right-box .status-bar .soft-cap {
        bottom: -3px
    }

    .page-hero .right-box .status-bar .soft-cap::before {
        height: 32px;
        bottom: 100%
    }

    .count-down-block .time {
        margin: 0 10px
    }

    .count-down-block .time .val::after {
        right: -15px
    }

    h2 {
        font-size: 2rem
    }

    .what-opticash {
        background: url(../images/bg4.jpg) top center;
        background-size: cover
    }

    .what-opticash .logo-list {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .what-opticash .logo-list .box {
        margin-bottom: 2rem;
        border-radius: 10px
    }

    .what-opticash .logo-list .box img {
        max-height: 18px
    }

    .what-opticash .logo-list div:first-child .box img {
        max-height: 30px
    }

    .what-opticash .opticash-box {
        height: auto;
        margin-top: 2rem;
        padding: 0 2rem
    }

    .what-opticash .opticash-box::before,
    .what-opticash .opticash-box::after {
        display: none
    }

    .what-opticash .opticash-box .inner-box {
        background: url(../images/bg-opticash.png) no-repeat top center;
        background-size: 100% 100%;
        padding: 3rem 3rem;
        text-align: center
    }

    .what-opticash .opticash-box .star {
        left: 80%
    }

    .what-opticash .opticash-box p {
        font-size: 1.5rem
    }

    .what-opticash .opticash-box .box {
        max-width: 185px;
        margin: 12px auto 12px;
        padding: 20px 24px
    }

    .what-opticash .opticash-box .box img {
        width: 80px
    }

    .what-opticash .opticash-box .box p {
        font-size: 1.25rem
    }

    .why-opticash {
        background-color: #141808;
        padding: 4rem 2rem
    }

    .why-opticash .top {
        max-width: 280px;
        margin: 0 auto 4rem
    }

    .why-opticash .top h2 {
        margin-bottom: 1.2rem
    }

    .why-opticash img {
        width: 90px
    }

    .why-opticash h3 {
        font-size: 2rem;
        margin: 2.5rem 0 1.5rem
    }

    .why-opticash p {
        font-size: 16px;
        margin-bottom: 4rem
    }

    .road-map {
        background: #171717
    }

    .road-map .top {
        margin-bottom: 40px;
        padding: 0 3rem
    }

    .road-map .top br {
        display: none
    }

    .road-map .timeline {
        padding: 0 3rem
    }

    .road-map .timeline .list::before,
    .road-map .timeline .list::after {
        left: 0
    }

    .road-map .timeline .list>li {
        width: 100%;
        margin-top: 30px !important
    }

    .road-map .timeline .list>li::before {
        right: auto;
        left: 0;
        transform: translate(-50%, -50%);
        height: 32px;
        width: 32px
    }

    .road-map .timeline .list>li::after {
        right: auto;
        left: 2% !important;
        width: 13%
    }

    .road-map .timeline .list>li .box {
        margin-left: auto;
        width: 85%
    }

    .road-map .timeline .list>li .time {
        font-size: 16px
    }

    .road-map .timeline .list>li .q {
        font-size: 2rem
    }

    .road-map .timeline .list>li li {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px
    }

    .opti-contract {
        background: url(../images/bg6.jpg) no-repeat top center;
        background-size: cover;
        padding: 4rem 2rem
    }

    .opti-contract .top-p {
        margin-bottom: 3rem
    }

    .opti-contract .box {
        display: block !important;
        padding-left: 0;
        padding-top: 2rem;
        text-align: center;
        font-size: 1.25rem
    }

    .opti-contract .box::before {
        height: 18px;
        width: 18px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .opti-contract .token-address {
        text-align: left;
        padding-top: 0;
        font-size: 12px
    }

    .opti-contract .token-address::before {
        display: none
    }

    .token-sales {
        background: url(../images/bg7.jpg) no-repeat top center;
        background-size: cover;
        padding: 4rem 2rem
    }

    .token-sales #chart {
        margin-left: -3.5rem;
        overflow: hidden;
        min-height: 330px
    }

    .token-sales .carousel-item {
        background: none
    }

    .token-sales .content {
        background: none
    }

    .faq {
        padding: 4rem 2rem
    }

    .faq .top1 h2 {
        margin-bottom: 1rem
    }

    .faq .tablist {
        margin: 0 2rem;
        border-bottom: none;
        position: relative;
        display: flex;
        flex-wrap: wrap
    }

    .faq .tablist:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #2b2d29
    }

    .faq .tablist li {
        width: 50%;
        margin-right: 0;
        padding: 8px 0
    }

    .faq .tablist li .btn-link:after {
        width: 60%
    }

    .join-community {
        background: #171717;
        padding: 4rem 2rem
    }

    .join-community .box {
        height: auto
    }

    .join-community .box::before {
        /* background-image: url(../images/border-left2.png); */
        background-size: 100% 100%
    }

    .join-community .box::after {
        /* background-image: url(../images/border-right2.png); */
        background-size: 100% 100%
    }

    .join-community .box .inner-box {
        /* background-image: url(../images/border-tb2.png); */
        background-size: 100% 100%;
        padding: 4rem 0
    }

    .join-community p {
        line-height: 1.6em;
        margin-bottom: 3rem
    }

    .join-community .btn {
        padding: 1.25rem 3rem;
        border-radius: 13px;
        font-size: 16px
    }

    .whitepaper {
        margin-top: 0
    }

    .whitepaper h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }

    .whitepaper p {
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 2rem
    }

    .whitepaper img {
        width: 260px;
        margin: auto;
        display: block
    }

    .whitepaper .carousel-control-next {
        bottom: inherit;
        top: 10px;
        left: inherit;
        right: 0
    }

    .whitepaper .carousel-control-prev {
        bottom: inherit;
        top: 10px;
        left: inherit;
        right: 36px
    }

    #footer {
        padding: 3rem 2rem 1rem
    }

    #footer h2 {
        font-size: 20px
    }

    #footer p {
        font-size: 14px
    }

    .subscribe-form {
        margin-bottom: 4rem;
        border-radius: 15px
    }

    .subscribe-form .input {
        font-size: 14px
    }

    .subscribe-form .btn {
        padding: 1rem 1.75rem .75rem;
        font-size: 14px;
        border-radius: 12px
    }

    .wink-page {
        background-size: 100% auto;
        background-color: #151515;
        background-position: top center
    }

    .wink-page h1 {
        margin-bottom: 2rem
    }

    .wink-page p {
        margin-bottom: 2rem
    }

    .wink-page .p2 {
        margin-bottom: 4rem
    }

    .wink-page .img1 {
        margin-top: 4rem
    }

    .wink-page .circle {
        width: 260px;
        height: 260px;
        margin: auto;
        margin-bottom: 4rem
    }

    .wink-page .circle p.p1 {
        font-size: 4rem
    }

    .about-page .container {
        padding: 0 2rem
    }

    .about-hero {
        padding: 4rem 0 7rem;
        background-image: url(../images/bg10.jpg);
        border-radius: 0 0 27px 27px;
    }

    .about-hero h1 {
        font-size: 2.25rem
    }

    .about-hero .box {
        margin-left: 2rem;
        margin-top: -3rem;
        padding: 1.25rem;
        font-size: 1.35rem;
        max-width: 220px;
        border-radius: 27px;
    }

    .offer-section .container {
        max-width: 335px
    }

    .offer-section .top {
        margin-bottom: 2rem
    }

    .offer-section ul li .box {
        padding: 2rem;
        min-height: 200px;
        margin-bottom: 2rem
    }

    .offer-section ul li h3 {
        font-size: 1.75rem;
        font-weight: 600;
        margin: 1rem 0
    }

    .offer-section ul li p {
        font-size: 1.125rem
    }

    .about-section1 {
        background-position: left 450px
    }

    .about-section {
        padding-bottom: 5rem
    }

    .about-section .top1 {
        padding-top: 2rem
    }

    .about-section .top1 p {
        max-width: 100%
    }

    .about-section h3 {
        margin-bottom: 1rem
    }

    .about-section .box {
        margin-left: 0
    }

    .about-section .box::before {
        left: -2rem;
        top: 2.5rem
    }

    .about-section .box>.row>div {
        padding: 1rem 4rem 0 1rem
    }

    .about-section .box>.row>div:first-child {
        border-right: none
    }

    .about-section .box>.row>div:first-child p {
        border-bottom: solid 2px #d9d9d9;
        padding-bottom: 3rem
    }

    .about-section .box p {
        font-size: 1.25rem
    }

    .value-section p {
        line-height: 1.8em
    }

    .value-section .image {
        margin-top: 0;
        position: relative;
        width: auto;
        bottom: 100px;
        top: 250px;
        right: 0px;
    }

    .started-steps .container {
        max-width: 380px
    }

    .started-steps .steps {
        margin: 3rem 2rem 0
    }

    .started-steps .steps::after {
        left: 50%;
        right: inherit;
        top: 0;
        height: 70%;
        width: 1px;
        background-image: url(../images/progress-line1.svg)
    }

    .started-steps .steps .box {
        margin-bottom: 3rem
    }

    .started-steps .steps .number {
        margin: 1.5rem
    }

    .started-steps .steps h3 {
        font-size: 1.75rem
    }

    .started-steps .steps p {
        font-size: 1.1rem
    }

    .secured-platform h2 {
        margin-bottom: 1rem
    }

    .secured-platform .row div:last-child {
        text-align: center
    }

    .secured-platform img {
        width: 260px
    }

    .promocional-dialog .modal-dialog {
        width: 350px;
        margin: auto
    }

    .promocional-dialog .modal-content {
        padding: 2rem 2rem 8rem;
        position: relative;
        background-image: url(../images/social-popup.png)
    }

    .promocional-dialog h3 {
        font-size: 2.25rem;
        line-height: 1.3em;
        margin: 6rem 0rem
    }

    .promocional-dialog h3 br {
        display: none
    }

    .promocional-dialog h3 span {
        display: block
    }

    .promocional-dialog .social-icon {
        margin-bottom: 1rem
    }

    .promocional-dialog .social-icon a {
        margin-right: 1.5rem
    }

    .promocional-dialog .social-icon img {
        width: 2.5rem
    }

    .promocional-dialog p {
        font-size: 16px
    }

    .promocional-dialog .dialog-close {
        border: none;
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        top: 2rem;
        right: 2rem
    }

    .promocional-dialog .btn {
        font-size: 1.5rem;
        padding: .8rem 3rem
    }

    .promocional-dialog .image {
        max-width: 200px
    }

    .how-buy h3 {
        font-size: 1.75rem
    }

    .how-buy .steps {
        max-width: 300px;
        margin: 0 auto 4rem
    }

    .how-buy .steps:last-child {
        margin-top: -2rem
    }

    .how-buy .steps .image img {
        display: block
    }

    .how-buy .steps .step-box::after {
        bottom: -60%;
        height: 60%;
        top: inherit;
        width: 100%;
        left: 0 !important;
        right: 0
    }

    .how-buy .steps .step-box1 {
        margin-bottom: 2rem
    }

    .how-buy .steps .step-box1 h4 {
        text-align: left;
        padding: 8px 15px
    }

    .how-buy .steps .step-box1 h4 img {
        height: 26px
    }

    .how-buy .steps .step-box1 .content p {
        font-size: 14px;
        height: auto;
        min-height: auto;
        margin-bottom: 3rem
    }

    .how-buy .steps .step-box p {
        font-size: 14px
    }

    .logo-box h3 {
        margin-bottom: .5rem
    }

    .logo-box .slide-logo {
        max-width: 150px;
        margin: 0 10px;
        height: 80px
    }

    #footer .f-link {
        margin-top: .25rem
    }

    #footer .f-link a {
        margin: 0 .5rem
    }

    .static-content {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .static-content .container {
        padding: 0 2rem
    }

    .static-content h1 {
        font-size: 2.5rem
    }

    .static-content h2,
    .static-content h3 {
        font-size: 1.5rem
    }

    .static-content p,
    .static-content li {
        font-size: 1.3rem;
        line-height: 1.5em
    }

    .twitter-feeds .tweet-box .tweet-content p {
        font-size: 1rem
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px
    }

    .cookies-box {
        padding: 1rem
    }

    .cookies-box .text {
        margin-bottom: .5rem
    }

    .cookies-box .btn-primary {
        margin-bottom: 0;
        margin-right: 1rem
    }

    .cookies-box div+div {
        text-align: right
    }

    .page-hero .certik-btn {
        padding: 0;
        margin-left: 10px
    }

    .page-hero .certik-btn>img {
        width: 150px
    }

    .page-hero .certik-btn .certik-box {
        right: 0;
        width: 300px
    }


}

@media print {
    .container {
        width: auto;
        padding: 0 15px
    }

    #header,
    #footer,
    #menu,
    .case-info #caseBox-toggle,
    .table-top,
    .right-link,
    .reopen-box,
    .modal,
    .back-button,
    .radio-list1.row,
    .helpfull-title,
    .case-search,
    .columnsdd,
    .paging-box {
        display: none !important
    }

    .case-info .detail,
    .case-table .openRow .toggle-box,
    .collapse {
        display: block !important
    }
}


/* Popup message for signup */
.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,
            0,
            0,
            0.4);
    display: none;
}

.popup-content {
    background-color: rgba(0,
            0,
            0,
            0.4);
    margin: 10% auto;
    padding: 20px;
    border: 1px solid var(--green-yellow);
    border-radius: 30px;
    width: 35%;
    font-weight: bolder;
}

.popup-content button {
    display: block;
    margin: 0 auto;
}

.show {
    display: block;
}

.login-pop {
    font-size: 2.5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "nasalizationbold", sans-serif;
    line-height: var(--bs-body-line-height);
}

.login-pop--text {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: large;
    color: var(--green-yellow);
}

#closePopup {
    margin-top: 10px;
    border-radius: 20%;
    background-color: var(--green-yellow);
    color: black;
    padding: 5px 10px;
}

.blog-message {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding: 50px 0px;
}

.blog-image {
    width: 300px;
    margin-top: 30px;
}

.header_image {
    width: 100%;
    /* Adjust the width as necessary */
    height: 400px;
    /* Set a fixed height or make it responsive */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    /* Retaining your original opacity setting */
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transition: opacity 0.5s ease;
    /* Example transition for opacity */
}

/* Different images for different viewport widths */
/* @media (max-width: 479px) {
    .header_image {
        background-image: url('images/opti-img-p-500.png');
    }
}

@media (max-width: 767px) {
    .header_image {
        background-image: url('images/opti-img-p-800.png');
    }
}

@media (max-width: 991px) {
    .header_image {
        background-image: url('images/opti-img-p-1080.png');
    }
}

@media (max-width: 1439px) {
    .header_image {
        background-image: url('images/opti-img-p-1600.png');
    }
}

@media (min-width: 1440px) {
    .header_image {
        background-image: url('images/opti-img-p-2000.png');
    }
} */

/*# sourceMappingURL=style.css.map */
.image-src {
    display: none;
    /* Hide all by default */
    width: 100%;
    /* Make images responsive */
}

/* Display the appropriate image based on viewport width */
@media (max-width: 479px) {
    #img-small {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #img-medium {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #img-large {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    #img-xlarge {
        display: block;
    }
}

@media (min-width: 1440px) {
    #img-xxlarge {
        display: block;
    }
}