body {
    font-family: "Montserrat", sans-serif;
    background: #000000;
    color: #fff;
}

img,
video {
    max-width: 100%;
    height: auto;
}

code {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    word-break: break-word;
}

.animation-float {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.animation-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.header-area {
    padding: 20px 0;
}

.header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 35px;
    padding: 0;
    margin: 0;
}

.header ul li a {
    display: block;
    max-width: 60px;
}

.header ul li:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.header ul li:nth-child(2),
.header ul li:nth-child(3),
.header ul li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.header ul li:nth-child(5),
.header ul li:nth-child(6),
.header ul li:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.header ul li:first-child a {
    max-width: 225px;
}

.promotion-area {
    position: relative;
}

.promotion-area .background-video {
    opacity: .01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.promotion-text h2 {
    font-weight: 800;
    line-height: 42px;
    font-size: 35px;
    margin: 0 0 10px;
}

.promotion-text p {
    color: rgb(226, 226, 226);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
}

.promotion-buttons {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}

.btn-border {
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 8px 24px;
}

.btn-border:hover {
    color: #fff;
    border-color: #fff;
}

.btn-white {
    background: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 24px;
    color: rgb(6, 26, 53);
}

.btn-white:hover {
    background: #fff;
    color: rgb(6, 26, 53);
    border-color: #fff;
}

.promotion-box {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
}

.promotion-card {
    border-style: solid;
    border-color: #BB133E;
    border-width: 0 4px 0 4px;
    text-align: center;
    position: relative;
    margin: 0 0 25px;
}

.card-star {
    position: relative;
    top: -15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.card-star:before,
.card-star:after {
    content: "";
    background: #BB133E;
    height: 4px;
    position: absolute;
    width: 250px;
    left: 0;
    top: 15px;
}

.card-star:after {
    left: auto;
    right: 0;
}

.promotion-body {
    padding: 40px 0;
}

.promotion-body h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 5px;
}

.promotion-body h5 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #E2E2E2;
}

.promotion-code h4 {
    font-weight: 600;
    font-size: 16px;
}

.card-star:before,
.card-star:after {
    content: "";
    background: #BB133E;
    height: 4px;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 15px;
    margin-left: -23px;
}

.card-star:after {
    left: auto;
    right: -100%;
    margin-left: auto;
    margin-right: -25px;
}

.promotion-body {
    padding: 40px 0;
}

.promotion-body h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 5px;
}

.promotion-body h5 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #E2E2E2;
}

.promotion-code h4 {
    font-weight: 600;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
    bottom: -10px;
}

.promotion-code h4:before,
.promotion-code h4:after {
    content: "";
    height: 4px;
    background: #BB133E;
    position: absolute;
    left: -100%;
    width: 100%;
    bottom: 7px;
    margin-left: -10px;
}

.promotion-code h4:after {
    left: auto;
    margin-left: auto;
    margin-right: -10px;
    right: -100%;
}

.code-copy h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 600;
}

.bg-gray {
    background: #E2E2E2;
    color: #000000;
}

.tokenomics-area {
    padding: 60px 0px;
    position: relative;
}

.tokenomics-title {
    text-align: center;
    margin-bottom: 50px;
}

.tokenomics-title h2 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0 0 20px;
}

.tokenomics-title p {
    color: rgb(226, 226, 226);
    line-height: 27px;
    font-weight: 500;
}

.text-red {
    color: rgb(187, 19, 62);
}

.tokenomics-title h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-weight: 800;
    font-size: 28px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
}

.tokenomics-title h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-weight: 800;
    font-size: 28px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
}

.tokenomics-info {
    max-width: 560px;
    margin: auto;
    text-align: center;
}

.tokenomics-info h4 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 5px;
}

.tokenomics-info p {
    color: rgb(226, 226, 226);
    font-weight: 500;
}

.tokenomics-partners {
    max-width: 780px;
    margin: 15px auto 35px;
}

.tokenomics-partners h5 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

.tokenomics-partners figure {
    margin: 0;
    text-align: center;
}

.tokenomics-partners figcaption {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    margin-top: 10px;
}

.tokenomics-footer .btn-border {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 28px;
    font-weight: 700;
}

.tokenomics-footer .btn-border small {
    font-size: 24px;
    color: rgb(226, 226, 226);
}

.tokenomics-footer {
    margin: 0 0 70px;
}

.donations-slider-info {
    text-align: center;
    margin-top: 30px;
}

.donations-slider-info h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
}

.donations-slider-info h2 img {
    margin-left: 10px;
}

.btn-green {
    color: #000000;
    background-color: #2BD8AE;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 23px;
    border-radius: 3px;
}

.btn-green:hover {
    color: #000000;
    background-color: #2BD8AE;
}

.host-area {
    position: relative;
    padding: 70px 0 60px;
}

.host-area:before {
    content: "";
    background: url(../images/American-BG.png) no-repeat scroll center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.host-area .container,
.faq-area .container,
.tokenomics-area .container,
.promotion-area .container {
    position: relative;
    z-index: 1;
}

.host-title {
    text-align: center;
    margin-bottom: 50px;
}

.host-title h2 {
    font-weight: 800;
    font-size: 50px;
}

.host-title p {
    color: rgb(226, 226, 226);
    font-size: 25px;
    font-weight: 500;
}

.host-details {
    margin: 0 0 30px;
    text-align: center;
}

.host-details h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px;
}

.host-details p {
    color: rgb(226, 226, 226);
    font-weight: 500;
    line-height: 27px;
    padding: 10px 20px 10px 20px;
    background-color: #00000073;
    border-radius: 5px 5px 5px 5px;
}

.host-details a {
    color: rgb(218, 19, 51);
    text-decoration: none;
    font-weight: 700;
}

.host-image {
    width: 175px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background: #000000;
    margin: 0 auto 20px;
}

.faq-area {
    padding: 40px 0;
    position: relative;
}

.faq-wrapper {
    max-width: 600px;
    margin: auto;
}

.faq-logo {
    text-align: center;
    margin: 0 0 25px;
}

.faq-logo img {
    padding: 10px 10px 10px 10px;
    background-color: #000000E8;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    max-width: 64px;
    margin: 0 auto 15px;
}

.faq-logo h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
}

.faq-wrapper .accordion-item {
    background: transparent;
    border-color: #E2E2E27A;
    border-width: 0 0 2px;
}

.faq-wrapper .accordion {
    background: #000000E8;
}

.faq-wrapper .accordion-flush .accordion-item:last-child {
    border-bottom: 2px solid #E2E2E27A;
}

.faq-wrapper .accordion-item .accordion-header h3 {
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 65px;
    margin: 0;
    box-shadow: 0 0 0;
}

.faq-wrapper .accordion-item .accordion-header h3 a {
    margin-left: 15px;
}

.faq-wrapper .accordion-button:not(.collapsed):after {
    background-image: url(../images/arrow-top.svg);
}

.faq-wrapper .accordion-button:after {
    background-image: url(../images/arrow-top.svg);
}

.faq-wrapper .accordion-body {
    color: rgb(226, 226, 226);
    font-weight: 500;
    padding: 0 0 20px;
}

.faq-wrapper .accordion-body a {
    color: rgb(218, 19, 51);
    font-weight: 700;
    text-decoration: none;
}

.footer-area {
    padding: 0px 0 60px;
}

.footer {
    text-align: center;
}

.footer-logo {
    margin: 0 0 20px;
}

.footer-logo img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="0" /></filter></svg>#filter');
    -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.link {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.copyright {
    font-size: 14px;
    color: rgb(226, 226, 226);
    max-width: 631px;
    margin: auto;
}

.footer ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.footer ul li a {
    display: block;
    max-width: 35px;
}

.background-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.donations-slider img {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.codeCopyTooltip {
    display: inline-block;
    background: #333;
    color: white;
    padding: 0 8px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #111;
    position: absolute;
    display: none;
    z-index: 999;
}