* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Medium.ttf') format('truetype'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre Bold'), local('../fonts/ProzaLibre-Bold'), url('../fonts/Prozalibrebold.woff2') format('woff2'), url('../fonts/Prozalibrebold.woff') format('woff'), url('../fonts/Prozalibrebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre ExtraBold'), local('../fonts/ProzaLibre-ExtraBold'), url('../fonts/Prozalibreextrabold.woff2') format('woff2'), url('../fonts/Prozalibreextrabold.woff') format('woff'), url('../fonts/Prozalibreextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../fonts/Manrope-Medium.ttf') format('truetype'), url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-medium';
    src: url('../fonts/manrope-medium.eot');
    src: url('../fonts/manrope-mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope-medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --max-width: 1360px;
    --primary-color: #FACF27;
    --secondary-color: #D7BF62;
    --btn-second-color: #2196f3;
    --btn-third-color: #f44336;
    --heading-main-font-family: 'Proza Libre';
    --section-heading-font-large-size: 42px;
    --section-heading-font-small-size: 30px;
    --section-heading-font-color: #fff;
    --body-font-family: 'OpenSans-Regular';
    --body-font-bold-family: "Proza Libre";
    --body-font-color: #fff;
    --body-font-size: 18px;
}

body.charity-page {
    --primary-color: #0BF09E;
    --secondary-color: #0BF09E;
}

section.nft-marketplace-section,.header-nft-marketplace-section {
    --primary-color: #FA8027;
    --secondary-color: #FA8027;
}

section.store-section,.header-store-section {
    --primary-color: #A40BF0;
    --secondary-color: #A10CEB;
}

section.elysium-token-section,.header-elysium-token-section {
    --primary-color: #FA2773;
    --secondary-color: #FA2773;
}

section.tokenomics-section,.header-tokenomics-section {
    --primary-color: #51D5FF;
    --secondary-color: #51D5FF;
}

section.section-dx-sale-section,.header-dx-sale-section {
    --primary-color: #C3255D;
    --secondary-color: #C3255D;
}

section.footer-top-section,.header-footer-top-section {
    --primary-color: #3324DA;
    --secondary-color: #3324DA;
}

body {
    background: url(../images/body.jpg) #010c39;
    background-size: 119%;
    font-family: var(--body-font-family);
    color: var(--body-font-color);
    font-size: var(--body-font-size);
    background-position: 0 -93px;
    background-repeat: no-repeat;
    font-size: 20px;
    
}

body.store-page {
    background: url(../images/store-page-bg.jpg);
}

body.nft-marketplace-page {
    background: url(../images/nft-marketplace-bg.jpg) #010000;
    background-repeat: no-repeat;
}



.container {
    padding: 0 15px;
    width: 100%;
    margin: auto;
    max-width: var(--max-width);
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
}

[class*='col-'] {
    padding: 0 15px;
}

.col-12 {
    width: 100%;
    flex: 0 0 100%;
}

.col-10 {
    width: 84%;
    flex: 0 0 84%;
}

.col-9 {
    width: 75%;
    flex: 0 0 75%;
}

.col-8 {
    width: 67.33%;
    flex: 0 0 67.33%;
}

.col-6 {
    width: 50%;
    flex: 0 0 50%;
}

.col-5 {
    width: 40%;
    flex: 0 0 40%
}

.col-4 {
    width: 33.33%;
    flex: 0 0 33.33%;
}

.col-3 {
    width: 25%;
    flex: 0 0 25%;
}

.col-2 {
    width: 20%;
    flex: 0 0 20%
}

p {
    font-size: 1em;
    line-height:1.5;
}

.pb-50 {
    padding-bottom: 50px;
}

@media (min-width:768px) {
    .pa-d100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pa-d50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pa-d40 {
        padding-top:40px;
        padding-bottom:40px;
    }
    .pa-d30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pa-d20 {
        padding-top:20px;
        padding-bottom:20px;
    }
    .pa-d10 {
        padding-top:10px;
        padding-bottom:10px;
    }
    
    section#store-section {
    padding: 35px;
}
}

.pa-d30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.textCenter {
    text-align: center;
}

img {
    max-width: 100%;
}

.image video {
    max-width: 100%;
     border: 2px solid var(--primary-color);
    border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font-bold-family);
    font-weight: 700;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
     color: var(--primary-color);
}

.icon-box img {
    max-width: 100%;
}

strong {
    font-family: 'OpenSans-Medium';
    color: var(--primary-color);
}

body.opened-menu.landing-page .main_div:after {
    content: "";
    background: url(../images/background-for-menu.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background-size: 100%;
}

body.opened-menu.landing-page .main_div:before {
    background: url(../images/noise-bg.png) #151313cc;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body.opened-menu.landing-page .section{opacity:0;}
body.opened-menu.charity-page .section{display:none;}
.video-bg{position:relative;}
.video-bg:after{
     position: absolute;
     width:100%;
     left:0;
     right:0;
     z-index:2;
     height:100%;
     background-size:100% !important;
     content:"";
     background: url(../images/video-bg-dx.jpg);
     border: 2px solid var(--primary-color);
    border-radius: 8px;
   
     
}


.video-bg.video-main-bg:after{ background: url(../images/Elysium-video-revised-thumbnail.jpg);}
.play-button {
    position: absolute;
    background: url(../images/iconPlay.png);
    width: 70px;
    z-index:99;
    height: 70px;
    background-size: 100%;
    text-indent: -99999px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:0;
}

.video-dx-bg .play-button {
   
    background: url(../images/video-dx-icon.png);
   
}
.play-video-active .play-button,.play-video-active.video-bg:after{display:none;}

.bgvideo {
    position: absolute;
    width: 100%;
    height: 126%;
    top: -50px;
    left: 0;
    z-index: -11;
}

.btn {
    font-family: var(--body-font-bold-family);
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #000000;
    padding: 10px 18px;
    border-radius: 4px;
    margin: 0 15px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-primary {
    background: var(--primary-color);
   
    border: 1px solid var(--primary-color);
}
.btn-primary:hover{ color: #000000;background: var(--secondary-color); border: 1px solid var(--secondary-color);}
.btn-secondary {
    background: #ffffff15;
    color: var(--primary-color);
    border: 2px solid;
}

.btn-secondary:hover {
    background: #ffffff15;
    color: var(--secondary-color);
    border: 2px solid;
}

body.opened-menu {
    overflow: hidden;
}




/* header css */

.header {
   display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999999999;
}

.logo-box {
    padding: 10px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

header#header .logo-box {
    padding: 0;
}

header#header .logo-box img {
    max-width: 100%;
    text-align: center;
    width: 120px;
}

.opened-menu .logo-box {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.icon-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.active-menu .menu-close {}

.icon-box .menu-icon rect {
    fill: var(--primary-color)
}

.icon-box .menu-icon path {
    stroke: var(--primary-color)
}

.icon-box .menu-icon svg:hover rect {
    fill: var(--secondary-color)
}

.icon-box .menu-icon svg:hover path {
    stroke: var(--secondary-color)
}

.menu-close {
    display: none
}

.active-menu .menu-close {
    display: block
}

.active-menu .menu-open {
    display: none
}

.sidebar-menu-wrapper .mail-link {
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary-color);
}

#arrow-div {
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}

.landing-section .sound {
    position: absolute;
    z-index: 99;
    right: 30px;
}
.play-button{position:absolute;background:url(../images/iconPlay.png);width:70px;height:70px;background-size:100%;}
.landing-section .sound .play-sound {
    display: none;
}

.landing-section .sound.active-sound .play-sound {
    display: inline-block;
}

.landing-section .sound.active-sound .pause-sound {
    display: none;
}

.landing-section .sound path {
    fill: #facf27;
    stroke: #facf27;
}

.landing-section .sound svg:hover path {
    fill: #ffffff;
    stroke: #fff
}

.sidebar-menu {
    max-width: 400px;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    overflow:hidden;
    transition: transform 0.5s ease-in-out;
    transform: translate(-400px, 0);
    padding: 20px;
    text-align: center;
    z-index: 9999999;
    border-right: 3px solid var(--primary-color)
}

.sidebar-logo-box {
    margin: 70px 0 20px;
}

.sidebar-menu ul.sidebar-menus li a {
    color: var(--primary-color);
    ;
    font-family: var(--body-font-bold-family);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.sidebar-menu ul.sidebar-menus li a:hover {
    color: var(--secondary-color);
    ;
}

.sidebar-menu ul.sidebar-menus li a:active {
    color: #594E95;
}

.sidebar-menu li {
    padding: 6px 0;
}

ul.sidebar-social-icon {
    display: flex;
    padding: 30px 0;
    justify-content: center;
}

ul.sidebar-social-icon li {
    padding: 0 10px;
}

ul.sidebar-social-icon li a {
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.sidebar-menu-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sidebar-footer {
    height: 30%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.sidebar-content {
    height: 60%;
}

ul.sidebar-social-icon li a path {
    fill: var(--primary-color)
}

ul.sidebar-social-icon li a svg:hover path {
    fill: var(--secondary-color)
}

.sidebar-menu-wrapper p {
    color: var(--primary-color);
    font-size: 24px;
    font-family: var(--body-font-bold-family);
}

.open-menu.sidebar-menu {
    transform: translate(10px, 0);
    transition: transform 0.5s ease-in-out;
}

.btn-section { 
    position: relative;
    z-index: 9999;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
}
.btn-section .btn:last-child {
    width: auto;
}

section.section.landing-section,
section.section.nft-marketplace-section,
section.section.store-section {
    position: relative;
}

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

body.charity-page.active-menu.opened-menu {
    background: url(../images/charity/charity-bg.jpg);
    background-size: 100%;
}

body.charity-page.active-menu.opened-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: url(../images/noise-green.png);
}

/*section.section:after,*/
/*footer#footer:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background: url(../images/noise-bg.png);*/
/*}*/

section.section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    bottom: 0;
    background-position: center !important;
    right: 0;
    background-size: cover !important;
}


/*section.section.landing-section:before {
    background: url(../images/imgSky-bg.png) no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% !important;
    bottom: 0;
    background-position: 0 40% !important;
}*/

section.section.store-section:before {
    /*background: url(../images/store-page-bg.jpg);*/
    background: #000529;
}

section.section.nft-marketplace-section:before {
    /*background: url(../images/nft-marketplace-bg.jpg) #010000;
    background-repeat: no-repeat;*/
    background: black;
}

section.section.footer-top-section:before {
    /*background: url(../images/footer-top-section-bg.jpg);*/
    background: #000529;
}

section.section.elysium-token-section:before,
section.section-dx-sale-section:before {
    /*background: url(../images/ELYSIUM-Token-bg.jpg);*/
    background: #251607;
}

section.section.tokenomics-section:before {
    /*background: url(../images/Tokenomics-bg.jpg);*/
    background: black;
}

section.section.charity-section:before {
    background: url(../images/charity/charity-bg.jpg);
}


/*section.section.landing-section:after {*/
/*    background: url(../images/noise-bg.png);*/
/*    background: rgb(6 16 24 / 62%);*/
/*}*/

section.section.store-section:after {
    background: url(../images/purple.png);
}

section.section.nft-marketplace-section:after {
    background: url(../images/orange.png);
}

section.section.tokenomics-section:after {
    background: url(../images/noise-blue.png);
}

section.section-dx-sale-section:after {
    background: url(../images/noise-erose.png);
}
section.section.elysium-token-section:after{
     background: url(../images/imgNOISErose.png);
}
section.section.footer-top-section:after{
     background: url(../images/imgNOISEblue.png);
}
section.section.charity-section:after {
    background: url(../images/noise-green.png);
}
@media (min-width:1550px) {
    body.landing-page {
        background-position: 0 -116px;
    }
    
    section.section.landing-section:before{background-position: 0 60% !important;}
}
#main-section .background-video {
    /*display: flex;
    align-items: flex-end;
    padding-bottom:15%;*/
    margin: 0;
}

div#background-video {
    position: relative; 
}

div#background-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div.CountDowntime {
    display: flex;
    width: 100%;
}

.CountDowntime-box>div {
    background: #ffffff21;
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    height: 270px;
    font-family: 'manrope-medium';
    font-size: 120px;
    line-height: 270px;
}

.CountDowntime-box {
    flex: 0 0 25%;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.CountDowntime-section {
    max-width: 100%;
    width: 100%;
}

.CountDowntime-box span {
    padding: 10px 0;
    display: block;
    font-family: var(--body-font-bold-family);
    font-size: 24px;
}

.countDownsection {
    max-width: 910px;
    margin: auto;
    padding-top: 100px;
    position: relative;
    z-index: 3;
}

.countDownsection h2 {
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
    font-size: 46px;
    font-weight: bold;
}

.counter-content {
    display: flex;
    margin: 20px auto;
    padding: 30px 10px;
    align-items: center;
    justify-content: space-between;
}

.counter-content div.content {
    flex: 0 0 42%;
    padding-right: 30px;
}

.counter-content .content+div {
    text-align: right;
}

.counter-content .content+div .btn {
    margin-right: 0;
}

.counter-content div.content p {
    margin-bottom: 15px;
    font-size: 20px;
}


/* store page css */

.heading {
    padding: 30px 0;
}

.heading h2 {
    font-size: 46px;
    font-weight: 700;
    font-family: var(--body-font-bold-family);
    text-transform: uppercase;
    color: var(--primary-color);
    max-width: 560px;
    display: inline-block;
}

.heading h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--body-font-bold-family);
    text-transform: uppercase;
    color: var(--primary-color);
}

.tires-boxes {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
}

.tires-boxes .tires-box {
    flex: 0 0 16.75%;
    width: 16.75%;
    padding: 0 15px;
}

.tires-boxes .tires-box .tires-box-image {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding: 15px 0;
    background: #ffffff1a;
}

.tires-boxes .tires-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.tires-boxes .tires-box span {
    font-size: 18px;
}

.tires-boxes .tires-box .tires-box-content p {
    font-size: 18px;
    padding: 15px 0;
}

.top-section-content p {
    max-width: 680px;
    margin: auto;
}

.middle-section-content {
    align-items: center;
}

.middle-section-content p {
    margin-bottom: 20px;
    max-width: 370px;
}

.middle-section-content .btn {
    margin: 20px 0;
}

.nft-marketplace-page .middle-section-content p {
    max-width: 280px;
    line-height: 1.5;
}

.elysium-token-section .middle-section-content p {
    max-width: 420px;
    line-height: 1.5;
}

.video-section .image {
    padding: 15px 0;
}

.tokenomics-boxes {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
}

.tokenomics-boxes .tokenomics-box {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 15px;
}

.arrows-box {
    padding: 0 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.arrows-box .arrows {
    background: url(../images/Arrow.png);
    width: 25%;
    flex: 0 0 25%;
    padding-bottom: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.arrows-box:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    max-width: 90%;
    height:2px;
    background: var(--primary-color);
    margin: auto;
    margin-top: 0;
    width: 100%;
}

.arrows-box.arrows-box-top {
    padding: 4px 0 0;
}

.arrows-box-top .arrows {
    transform: rotate(-180deg)
}

.arrows-box.arrows-box-top:after {
    bottom: auto;
    top: 0;
}

.tokenomics-boxes .tokenomics-box .tokenomics-box-image {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding: 50px 0 20px;
    background: #ffffff1a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: 100%;
    align-content: flex-start;
}

.tokenomics-boxes .tokenomics-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    line: 1.5;
    font-size: 28px;
    color: var(--secondary-color);
    flex: 0 0 100%;
}

.tokenomics-boxes .tokenomics-box span {
    font-size: 20px;
    display: block;
    padding: 10px 25px;
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.Circle-row-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row.Circle-row {
    justify-content: flex-start;
}

.Circle-row-content {
    text-align: right;
    padding: 50px 0
}

.Circle-row-content ul {
    flex: 0 0 214px;
}

.Circle-row-content ul li {
    text-align: left;
}

.Circle-row-content ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.Circle-row-content ul li:nth-child(1):before {
    border: 3px solid #4EC0E4;
}

.Circle-row-content ul li:nth-child(2):before {
    border: 3px solid #FF5151;
}

.Circle-row-content ul li:nth-child(3):before {
    border: 3px solid #ffde00;
}

.Circle-row-content ul li:nth-child(4):before {
    border: 3px solid #04a906;
}

.Circle-row-content ul li:nth-child(5):before {
    border: 3px solid #7e0f46;
}

.Circle-row-content ul li:nth-child(6):before {
    border: 3px solid #1aa0a2;
}

.Circle-row-content ul li:nth-child(7):before {
    border: 3px solid #f72f5a;
}

.Circle-row-content ul li:nth-child(8):before {
    border: 3px solid #185ca7;
}

.roadmaps-boxes {
    display: flex;
    max-width: 1150px;
    margin: auto;
}

.roadmaps-box-image {
    position: relative;
}

.roadmaps-box {
    padding: 0 10px;
    flex: 0 0 50%;
}

.roadmaps-box.roadmaps-box-2 {
    margin-top: 380px;
}

.roadmaps-box.roadmaps-box-3 {
    margin-top: -400px;
}

.roadmaps-box.roadmaps-box-4 {
    margin-top: 80px;
}

.roadmaps-box.roadmaps-box-5 {
    margin-top: -380px;
}

.roadmaps-box.roadmaps-box-2 .roadmaps-content,
.roadmaps-box.roadmaps-box-4 .roadmaps-content {
    text-align: right;
}

.roadmaps-box.roadmaps-box-2 .roadmaps-content ul,
.roadmaps-box.roadmaps-box-4 .roadmaps-content ul {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 310px;
    padding-top: 15px;
}

.roadmaps-box-image .roadmaps-icon h4 {
    text-transform: uppercase;
    font-weight: 700;
    line: 1.5;
    margin-top: 20px;
    font-size: 28px;
    color: var(--secondary-color);
    font-family: 'manrope-medium';
}

.roadmaps-icon {
    position: absolute;
    background-size: 100%;
    width: 250px;
    height: 215px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #ffffff1c; */
}

.roadmaps-box.roadmaps-box-1 .roadmaps-icon,
.roadmaps-box.roadmaps-box-2 .roadmaps-icon {
    width: 235px;
    height: 235px;
}
.roadmaps-box.roadmaps-box-1 .roadmaps-icon {
    
     right: 0px;
    top: -30px;
    background: url(../images/tokenomics/roadmaps-icon-1.png);
}

.roadmaps-box.roadmaps-box-2 .roadmaps-icon {
    
     top: -54px;
    left: 27px;
    background: url(../images/tokenomics/roadmaps-icon-2.png);
}

.roadmaps-box.roadmaps-box-5 .roadmaps-icon {
  
    right: 40px;
    top: -86px;
    background: url(../images/tokenomics/roadmaps-icon-5.png);
}

.roadmaps-box.roadmaps-box-4 .roadmaps-icon {
   left: 33px;
    top: -55px;
    background: url(../images/tokenomics/roadmaps-icon-4.png);
}

.roadmaps-box.roadmaps-box-3 .roadmaps-icon {
    right: 0;
    top: -64px;
    background: url(../images/tokenomics/roadmaps-icon-3.png);
}



.roadmaps-boxes-container {
    background: url(../images/step-sarro-bg-2.png) no-repeat center 170px;
    padding: 100px 0;
}

.roadmaps-content ul li {
    font-size: 20px;
    line-height: 1.5
}

.roadmaps-content ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 3px solid var(--primary-color);
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.our-features-content .feature {
    display: flex;
    padding-bottom: 30px;
}

.feature-content {
    max-width: 380px;
}
.feature-3 .feature-content {
    max-width: 285px;
}
.feature-4 .feature-content {
    max-width: 410px;
}
.feature-5 .feature-content {
    max-width: 410px;
}

.our-features-content .feature span.feature-icon {
    flex: 0 0 62px;
    border: 3px solid var(--primary-color);
    color: var(--secondary-color);
    margin-right: 30px;
    background: #ffffff1a;
    height: 62px;
    border-radius: 50%;
    line-height:56px;
    text-align: center;
    font-size: 40px;
    font-family: 'manrope-medium';
    margin-top: 8px;
}

.our-features-content .feature h3 {
    color: var(--secondary-color);
    font-size: 28px;
    text-transform: uppercase;
}

.dx-sale-logo {
    display:flex ;
    padding-top:0;
}
.dx-sale-logo img:nth-child(1){width:94px;}
.dx-sale-logo img:nth-child(2){width:70px;}
section#dx-sale-section .CountDowntime-box span {
    font-size: 15px;
}

 section#dx-sale-section .CountDowntime-box > div {
    height: 90px;
    font-family: 'manrope-medium';
    font-size: 30px;
    line-height: 90px;
}

.section-dx-sale-section h4 {
   font-size: 24px;
    text-transform: uppercase;
    margin: 10px;
    max-width: 220px;
    color: #fff;
    text-align: left;
}
section#dx-sale-section a.btn {
    margin: 40px 0;
}

.dx-sale-banner {
    width: 100%;
    background: url(../images/DX-section-bg.jpg);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 3px;
    height: 308px;
}
.section-dx-sale-section h2 {
    margin-bottom: 0;
}

.section-dx-sale-section .heading {
    display: flex;
    align-items: center;
    padding:25px 0 40px;
    padding-left:50px;
}

.section-dx-sale-section .heading img {
    width:84px;
    margin-left: 10px;
}

.bscscanlogo {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 70px 0;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    background: #ffffff15;
}

.bscscanlogo img {
    max-width: 300px;
}

.comingsoon-logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 15px;
}

section.footer-top-section .heading {
    padding-bottom: 0;
}
section#charity-section {
    padding-bottom: 0;
}

.charity-section span.number-content {
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
    margin: 20px 0;
    background: #ffffff1a;
    height: 62px;
    width: 65px;
    display: block;
    border-radius: 50%;
    line-height:56px;
    text-align: center;
    font-size: 40px;
    font-family: 'manrope-medium';
}

.charity-middle-content p {
    max-width: 1200px;
    margin: 0 auto 15px;
}

.charity-section .row {
    align-items: center;
}

.charity-section p {
    margin-bottom: 30px;
}

.footer-section .mail a {
    font-size: 46px;
    color: var(--primary-color);
    font-family: var(--body-font-bold-family);
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
}

.footer-content p {
    margin-bottom: 0;
}

footer#footer {
    background: #000;
    position: relative;
}


ul.footer-menu {
    display: flex;
    max-width: 540px;
    margin: auto;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--body-font-bold-family);
    font-weight: 700;
    color: var(--primary-color);
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
}

footer#footer .sidebar-footer {
    flex-wrap: nowrap;
    height: auto;
}

footer#footer ul.sidebar-social-icon li a {
    width: 30px;
    height: 30px;
}

footer#footer ul.sidebar-social-icon li a svg {
    width: 100%;
    height: 100%;
}
.copyright {
    padding: 30px 0;
    text-align: left;
    font-size: 12px;
    border-top: 2px solid #ffffff42;
    margin-top: 30px;
}

.year {
    font-weight: 700;
    font-size: 46px;
    color: var(--primary-color);
    font-family: var(--body-font-bold-family);
}
body.opened-menu footer#footer {
    display: none;
}

a.fixed-button {
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index:999;
    width: 60px;
    height: 60px;
    background: url(../images/airdrop-icon.png);
    background-size: 100%;

  }
a.close-button{
   position: fixed;
    right: 20px;
    top: 20px;
    z-index:99999999999999999;   
    display:none;
}
a.fixed-button svg {
    background: #ffffff29;
    border-radius: 66%;
}
.sweepwidget-widget {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%,-50%);
    border-radius: 10px;
   
    height: 90vh;
    display:none;
   
}
.sweepwidget-widget.active-sweepwidget-widget{display:block;overflow-y: auto;}
.opened-menu-widget a.close-button{display:block;}
.opened-menu-widget #header{display:none;}
.sweepwidget-widget.active-sweepwidget-widget > div {
    position: relative;
    z-index: 99;
}

.sweepwidget-widget.active-sweepwidget-widget:after {
    position: absolute;
    content: "";
    border: 3px solid var(--primary-color);
    width: calc( 95% + 4px );
    height: 100%;
    left: 10px;
    top: 17px;
    z-index: 2;
    border-radius:20px;
}

@media (max-width:1100px) {
    .Circle-row-content {
        justify-content: normal;
        flex-wrap: wrap;
    }
    .Circle-row-content img {
        flex: 0 0 60%;
        display: block;
        width: 60%;
    }
    .row.Circle-row {
        justify-content: center;
    }
}

@media (max-width:960px) {
    .heading h2 {
        font-size: 40px;
    }
    .CountDowntime-box>div {
        height: 200px;
        font-size: 70px;
        line-height: 200px;
    }
    .tokenomics-boxes .tokenomics-box h3 {
        font-size: 24px;
    }
    .tokenomics-boxes .tokenomics-box span {
        font-size: 16px;
    }
    .tires-boxes {
        flex-wrap: wrap;
    }
    .tires-boxes .tires-box {
        flex: 0 0 33.33%;
        width: 33.33%;
    }
    .roadmaps-boxes {
        max-width: 767px;
    }
    .roadmaps-boxes-container {
        background: url(../images/step-sarro-bg-2.png) no-repeat center 78px;
        padding: 50px 0;
        background-size: 320px;
    }
    .roadmaps-icon {
        width: 150px !important;
        background-size: 100% !important;
        height: 150px;
    }
    
    .roadmaps-icon {
        width: 150px !important;
        background-size: 100% !important;
        height: 150px;
    }
    .roadmaps-box.roadmaps-box-2 {
        margin-top: 301px;
    }
    .roadmaps-box.roadmaps-box-3 {
        margin-top: -254px;
    }
    .roadmaps-box.roadmaps-box-4 {
        margin-top: 127px;
    }
    .roadmaps-box.roadmaps-box-5 {
        margin-top: -278px;
    }
    .roadmaps-content ul li {
        font-size: 16px;
    }
    .roadmaps-box.roadmaps-box-2 .roadmaps-content ul,
    .roadmaps-box.roadmaps-box-4 .roadmaps-content ul {
        max-width: 240px;
    }
    .roadmaps-box.roadmaps-box-1 .roadmaps-icon,
    .roadmaps-box.roadmaps-box-2 .roadmaps-icon {
        width: 160px !important;
        height: 179px;
    }
    .roadmaps-box.roadmaps-box-1 .roadmaps-icon {
        right: -14px;
        top: -32px;
    }
    .roadmaps-box.roadmaps-box-2 .roadmaps-icon {
        top: -30px;
        left: 6px;
    }
    .roadmaps-box.roadmaps-box-3 .roadmaps-icon {
        right: -17px;
        top: -23px;
    }
    .roadmaps-box.roadmaps-box-4 .roadmaps-icon {
        left: 34px;
        top: -43px;
    }
    .roadmaps-box.roadmaps-box-5 .roadmaps-icon {
        right: 22px;
        top: -30px;
    }
}

@media (min-width:768px) {
    .charity-bottom-content {
        margin-top: -50px;
    }
    .charity-top-content p:first-child {
        margin-right: -175px;
    }
    .desktop-hide {
        display: none !important;
    }
}

@media (max-width:767px) {
    body {
        font-size: 16px;
        background: url(../images/body-mobile-bg.jpg);
    background-size: 100%;
    background-color: #102c30;
    background-repeat: no-repeat;
    }
    .mobile-hide {
        display: none !important;
    }
    .pa-m50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pa-m40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pa-m30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pa-m20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    [class*='col-'] {
        flex: 0 0 100%;
        width: 100%;
    }
    .row {
        flex-direction: column;
    }
    
    body.landing-page p {
    text-align: center;
}
    .sidebar-menu {
        right: 0;
        display: none;
    }
    .open-menu.sidebar-menu {
        display: block;
    }
    .sidebar-logo-box {
        margin-top: 0;
    }
    .sidebar-menu-wrapper p {
        font-size: 20px;
    }
    .sidebar-menu ul.sidebar-menus li a {
        font-size: 20px;
    }
    .countDownsection h2 {
        font-size: 30px;
         padding: 20px 0;
    }
    .counter-content div.content p {
        font-size: 16px;
    }
    .counter-content div.content {
        flex: 0 0 100%;
        
    padding-right: 0;

    }
   section.section.landing-section:before{display:none;}
    header#header .logo-box {
        width: 70px;
        padding-left: 10px;
    }
    a.open-sidebar-menu {
        padding-top: 0;
    }
    #arrow-div {
        bottom:265px;
    }
    .icon-box {
        width: 60px;
    }
    .CountDowntime-box {
        padding: 0 7.5px;
    }
    video#bgvideo {
        margin-top: -6% !important;
    }
    .CountDowntime-box span {
        font-size: 14px;
    }
    .btn-section {
        margin-top: 130px;
        padding: 0 10px;
        width: 100%;
    }
    .btn-section .btn {
        margin: 0px 3%;
        width: 44%;
    }
    .counter-content .content+div {
        text-align: center;
    }
    .counter-content .content+div .btn {
        margin: 0;
    }
    .countDownsection {
        padding-top: 0;
    }
    .counter-content {
        display: block;
        margin:auto;
        
    }
    a#playbutton.play-button {top: 35%;}
.landing-section .sound{bottom:140px;}
    #main-section .background-video {
        height: auto !important;
        padding-bottom: 50px;
        min-height: 100vh;
    }
    .play-button {
   width: 50px;
    height: 50px;
    background-size: 100% !important;
}
video#mobilevideo {
    width: 100%;
   height: 1730px;
    margin-top: -75px;
}
    .bgvideo {
        min-height: 400px;
    }
    .CountDowntime-box>div {
      height: 90px;
    font-size: 50px;
    line-height: 90px;
    border-width: 1px;
    }
    .CountDowntime-box:first-child {
        padding-left: 10px;
    }
    .CountDowntime-box:last-child {
        padding-right: 10px;
    }
    .heading {
    padding: 20px 0;
}
    .heading h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .section-dx-sale-section   .heading h2 {
        
        margin-bottom: 20px;
    }
    .section-dx-sale-section .heading{padding-left:0;}
    section#store-section .pa-d30{padding:0;}
    section#store-section  .heading p {
    max-width: 170px;
    margin:auto;
}
    .tires-boxes {
        flex-wrap: wrap;
    }
    .tires-boxes .tires-box {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 5px;
    }
    .tires-boxes .tires-box span {
        font-size: 16px;
    }
    .tires-boxes .tires-box .tires-box-content p {
        font-size: 15px;
    }
    .tires-boxes .tires-box h3 {
        font-size: 20px;
    }
    .comingsoon-logos .coming-logo {
        width: 50%;
        flex: 0 0 50%;
        padding: 15px;
    }
   
    .middle-section-content .btn {
        margin: 0 auto 0;
        display: block;
    }
    .middle-section-content p {
        max-width: 100% !important;
    }
    .bscscanlogo {
        margin: auto;
       
        padding: 20px;
    }
    .comingsoon-logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .bscscanlogo img {
    max-width: 100%;
}

    section#tokenomics-section {
        overflow: hidden;
    }
    .tokenomics-boxes .tokenomics-box {
        padding: 0 3px;
    }
    .tokenomics-boxes .tokenomics-box .tokenomics-box-image {
        padding: 15px 0;
        justify-content: center;
        align-content: unset;
    }
    .tokenomics-boxes .tokenomics-box .tokenomics-box-image img {
        max-width: 80%;
        
    }
     .tokenomics-boxes1.tokenomics-boxes .tokenomics-box .tokenomics-box-image img {
        height: 80px;
    object-fit: contain;
        
    }
    .tokenomics-boxes1.tokenomics-boxes .tokenomics-box h3{
       height: 34px
    } 
    .tokenomics-boxes .tokenomics-box h3 {
        font-size: 14px;
    }
    .tokenomics-boxes .tokenomics-box span {
        font-size: 10px;
        padding: 0 20px;
    }
    .footer-section .mail a {
        font-size: 28px;
    }
    .arrows-box:after {
        height: 1px;
    }
    .arrows-box .arrows {
        padding-bottom: 30px;
        background-size: 10px;
    }
    .our-features-content .feature {
        display: block;
        text-align: center;
    }
    .roadmaps-boxes {
        max-width: 375px;
    }
    .roadmaps-boxes-container {
        background: url(../images/step-sarro-bg-mobile.png) no-repeat center 120px;
        padding: 0;
    }
    .roadmaps-icon {
        width: 90px !important;
        height: 78px;
        background-size: 100% !important;
        background: url(../images/tokenomics/iconShield-mobile.png) !important;
    }
    .roadmaps-box.roadmaps-box-1 .roadmaps-icon,
    .roadmaps-box.roadmaps-box-2 .roadmaps-icon {
        width: 98px !important;
        height: 98px;
        background: url(../images/tokenomics/iconIdea-mobile.png) !important;
    }
    .roadmaps-box.roadmaps-box-1 .roadmaps-icon h4,
    .roadmaps-box.roadmaps-box-2 .roadmaps-icon h4 {
        margin-top: 0;
    }
    .roadmaps-box.roadmaps-box-1 .roadmaps-icon {
        right: -45px;
        top: -12px;
    }
    .roadmaps-box.roadmaps-box-2 .roadmaps-icon {
        top: -7px;
        left: -44px;
    }
    .roadmaps-box.roadmaps-box-3 .roadmaps-icon {
        right: -45px;
        top: -4px;
    }
    .roadmaps-box.roadmaps-box-4 .roadmaps-icon {
        left: -49px;
        top: -13px;
    }
    .roadmaps-box.roadmaps-box-5 .roadmaps-icon {
        right: -48px;
        top: -3px;
    }
    .roadmaps-box.roadmaps-box-2,
    .roadmaps-box.roadmaps-box-4 {
        flex-direction: row-reverse;
    }
    .roadmaps-box-image .roadmaps-icon h4 {
        font-size: 16px;
        line-height: 1;
    }
    .roadmaps-box-image .roadmaps-icon span {
        font-size: 13px
    }
    .roadmaps-boxes {
        display: block;
    }
    .roadmaps-boxes .roadmaps-box {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .roadmaps-boxes .roadmaps-box .roadmaps-box-image {
        flex: 0 0 170px;
    }
    .roadmaps-content ul li:before {
        width: 0;
        height: 0;
        margin-right: 5px
    }
    .roadmaps-boxes .roadmaps-box .roadmaps-content ul li {
        font-size: 14px;
    }
    .our-features-content .feature span.feature-icon {
        display: block;
        width: 42px;
        margin: 0 auto 15px;
        height: 42px;
        font-size: 26px;
        line-height:36px;
    }
    .our-features-content .feature h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Circle-row-content {
    padding:40px 0 20px;
    flex-direction: column-reverse;
}
.Circle-row-content img {
    flex: 0 0 90%;
    display: block;
    width: 90%;
}
    .Circle-row-content ul {
        flex: 0 0 40%;
        font-size: 14px;
        display: flex;
    flex-wrap: wrap;
   
    justify-content: center;
    width: 100%;
    max-width: 310px;
    margin: 30px auto 0;
    }
    
.Circle-row-content ul li {
    flex: 0 0 50%;
    line-height: 2;
}

.feature-content {
    max-width: 400px !important;
    margin: auto !important;
}

    .column-reverse {
        flex-direction: column-reverse;
    }
    .charity-section .pa-d30{padding:0;}
    .charity-section  .heading{padding:15px 0;}
    .charity-section span.number-content{margin:20px auto;}
    .charity-section p{text-align:center;}
    .charity-middle-content {
        display: flex;
        flex-direction: column;
    }
    .charity-middle-content .image {
        order: 1;
    }
    .charity-middle-content p {
        order: 2;
    }
    
    ul.footer-menu {font-size:16px;}
    
   
.dx-sale-logo {
    align-items: center;
    padding-top:0;
}

section.section.landing-section {
    padding-bottom:30px;
}
section#store-section {
    padding-bottom: 20px;
}

section#elysium-token-section {
    padding-top: 10px;
}

section#dx-sale-section {
    padding-top: 10px;
}

section.section.footer-top-section {
    padding: 10px 0;
}
.comingsoon-logos .coming-logo a {
    text-align: center;
    display: block;
}

.comingsoon-logos .coming-logo.slick-active a img {
    margin: auto;
}

.copyright {
    padding: 30px 0;
   text-align:center;
    
}

.year {
    font-weight: 700;
    font-size:28px;
   
}

body .delay2 ,body .delay1{
    -webkit-animation-delay: 0 !important;
      -moz-animation-delay: 0 !important;
        -ms-animation-delay: 0 !important;
          -o-animation-delay: 0 !important;
             animation-delay: 0 !important;
}

.dx-sale-banner + .btn {
    margin-bottom: 20px;
}
.dx-sale-banner{margin-bottom:50px}

.sweepwidget-widget.active-sweepwidget-widget{overflow-y:scroll;}
.sweepwidget-widget.active-sweepwidget-widget:after{display:none;}
}

@media (max-width:640px) {
.btn-section {
    display: block;
    width: 100%; 
}
.btn-section .btn {
    width: 100% !important;
    margin: 10px auto;
    padding: 9px 0;
    width: 256px !important;
}
}

@media (max-width:374px) {
    video#bgvideo {
    margin-top: -13% !important;
}
    .roadmaps-boxes .roadmaps-box .roadmaps-content ul li {
    font-size: 10px;
}
}

.btn-info{
    background: var(--btn-second-color) !important;
    color: #fff;
}
.btn-nft{
    background: var(--btn-third-color) !important;
    color: #fff;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center{
    justify-content: center !important;
}
.metaverse h2 {
    font-size: 45px;
    text-decoration: underline;
    margin-bottom: 30px;
    background: #a30bef;
    text-align: left;
    padding: 9px;
    text-align: center;
    border-radius: 4px;
}
.mb-3{
    margin-bottom: 30px !important;
}
.metaverse p span {
    color: #a30bef;
}
.metaverse p {
    font-size: 24px;
}
.home_landing{
    position: relative;
    z-index: 1;
}
/*.home_landing:before {
    content: "";
    background: #ff00006e;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}
*/

.ml-2{
    margin-left: 20px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.top_btn_img a {
    margin-right: 25px;
}
.top_btn_img img {     
    animation: move 2.5s linear infinite; 
}



@-webkit-keyframes move {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(25px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@-moz-keyframes move {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(25px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@-o-keyframes move {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(25px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@keyframes move {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(25px); 
    }
    100% {
        transform: translateY(0px); 
    }  
}

.btn-white {
    background: #fff;
}
.btn-green {
    background: green;
    color: #fff;
    padding: 10px 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.logo-box-texture a h2 {
    font-family: nunito;
    font-size: 58px;
}
.metaverse img {
    width: 90%;
    height: 75px;
}

.text-center {
    text-align: center;
}
.btn-section a {
    font-family: var(--body-font-bold-family);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding: 16px 40px;
    border-radius: 0;
    margin: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: roboto;
    text-shadow: 1px 1px 2px #f7b0bb;
}
.btn-section a.btn-green{
    color: #fff;
    text-shadow: 2px 0px 0px red;
}
img.nogif {
    margin-left: 23px;
    width: 520px;
}
img.gifimg {
    transform: rotate(90deg);
    width: 125px;
    margin-left: 35px;
    margin-top: -26px;
}
.home_landing { 
    /*margin-top: 195px;*/
}
.btn-section a { 
    /*width: 270px !important;*/
}
.our-features-content {
        background: #000529;
    }
    .pa-d500 {
    padding-top: 50px;
    margin-bottom: -20px;
}
/* responsive */

@media only screen and (min-width:768px) and (max-width:1024){
    .metaverse p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -25px;
    }
    .metaverse img {
     width: 95%;
     margin-left: 15px;
    }
    .bg_immmg img {
        margin-top: -78px;
    }
    .elysium-token-section .image img {
        width: 285px;
        margin-left: 35px;
    }
    img.nogif { 
        width: 91%;
        margin-left: 0px;
    }
    section.section.landing-section { 
        margin-top: -20px;
    }
    img.gifimg {
        margin-left: 7px;
    }
    .btn-section .btn { 
        width: 211px !important;
    }
    #main-section .background-video { 
        min-height: 72vh;
    }
    section.section.store-section:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(110 71 180 / 24%);
        width: 100%;
        height: 100%;
    }


    section.section.nft-marketplace-section:before { 
        background: black;
    }
    section.section.store-section:before { 
        background: #000529 ;
    }
    section.section.store-section:after { 
        background: #000529;
    }
    section.section.elysium-token-section:before, section.section-dx-sale-section:before { 
        background: #251607;
    }
    section.section.tokenomics-section:before { 
        background: black;
    }
    section.section.footer-top-section:before { 
        background: #000529;
    }
    .our-features-content {
        background: #000529;
    }
    .pa-d500 { 
        margin-bottom: -41px;
    }

 }
@media only screen and (min-width:360px) and (max-width:740px){
    .metaverse p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -25px;
    }
    .metaverse img {
     width: 95%;
     margin-left: 15px;
    }
    .bg_immmg img {
        margin-top: -78px;
    }
    .elysium-token-section .image img {
        width: 285px;
        margin-left: 8px;
    }
    img.nogif { 
        width: 91%;
        margin-left: 0px;
    }
    section.section.landing-section { 
        margin-top: -20px;
    }
    img.gifimg {
        margin-left: 7px;
    }
    .btn-section .btn { 
        width: 211px !important;
    }
    #main-section .background-video { 
        min-height: 72vh;
    }
    section.section.store-section:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(110 71 180 / 24%);
        width: 100%;
        height: 100%;
    }


    section.section.nft-marketplace-section:before { 
        background: black;
    }
    section.section.store-section:before { 
        background: #000529 ;
    }
    section.section.store-section:after { 
        background: #000529;
    }
    section.section.elysium-token-section:before, section.section-dx-sale-section:before { 
        background: #251607;
    }
    section.section.tokenomics-section:before { 
        background: black;
    }
    section.section.footer-top-section:before { 
        background: #000529;
    }
    .our-features-content {
        background: #000529;
    }
    .pa-d500 { 
        margin-bottom: -41px;
    }

 }
@media only screen and (min-width:320px) and (max-width:568px){
    .metaverse p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -25px;
    }
    .metaverse img {
     width: 95%;
     margin-left: 15px;
    }
    .bg_immmg img {
        margin-top: -78px;
    }
    .elysium-token-section .image img {
        width: 285px;
        margin-left: 8px;
    }
    img.nogif { 
        width: 91%;
        margin-left: 0px;
    }
    section.section.landing-section { 
        margin-top: -20px;
    }
    img.gifimg {
        margin-left: 7px;
    }
    .btn-section .btn { 
        width: 211px !important;
    }
    #main-section .background-video { 
        min-height: 72vh;
    }
    section.section.store-section:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(110 71 180 / 24%);
        width: 100%;
        height: 100%;
    }


    section.section.nft-marketplace-section:before { 
        background: black;
    }
    section.section.store-section:before { 
        background: #000529 ;
    }
    section.section.store-section:after { 
        background: #000529;
    }
    section.section.elysium-token-section:before, section.section-dx-sale-section:before { 
        background: #251607;
    }
    section.section.tokenomics-section:before { 
        background: black;
    }
    section.section.footer-top-section:before { 
        background: #000529;
    }
    .our-features-content {
        background: #000529;
    }
    .pa-d500 { 
        margin-bottom: -41px;
    }
 }

.roadmaps-box-image .image img {
    width: 420px;
    margin-top: 35px;
}
