html, body {
    background: #141414;
    color: #fff;
    overflow: auto !important;
    padding: 0 !important;
}

div#bottomleft {
   
    bottom: 30px;
    left: 30px;
}

p#tokclaim {
    font-weight: bold;
    text-align: center;
    font-size: 4em;
    margin: 20px 0 0 0;
}
p#textclaim {
    text-align: center;
    color: #60d400;
    font-weight: bold;
    margin: 0 0 30px 0;
	font-size: 1em; 
}
b.coint {
    border: 3px solid #d8b801;
    border-radius: 100%;
    padding: 3px 9px;
    font-size: 14px;
    position: absolute;
    top: 19px;
    font-weight: bolder;
    color: #d8b801;
    font-family: sans-serif;
    left: -17px;
    background-color: #222;
	z-index: 10001; box-shadow: 0 0 20px;
}
b.tokt {
    border: 3px solid #60d400;
    border-radius: 100%;
    padding: 3px 9px;
    font-size: 14px;
    position: absolute;
    top: 19px;
    font-weight: bolder;
    color: #60d400;
    font-family: sans-serif;
    left: -17px;
    background-color: #222;
	z-index: 10001; box-shadow: 0 0 20px;
}

b.tokb {
    border: 5px solid #60d400;
    border-radius: 100%;
    padding: 2px 10px;
    font-size: 33px;
    position: relative;
    top: -9px;
    font-weight: bold;
    color: #60d400;
    font-family: sans-serif;
    z-index: 10001;
    box-shadow: 0 0 20px;
}

b.tok {
    border: 2px solid #60d400;
    border-radius: 100%;
    padding: 2px 5px;
    font-size: 9px;
    position: relative;
    top: -3px;
    font-weight: bolder;
    color: #60d400;
    font-family: sans-serif;z-index: 10001;box-shadow: 0 0 20px;
}

span.tok {
    border: 3px solid #60d400;
    border-radius: 100%;
    padding: 2px 7px 2px 5px;
    font-size: 14px;
    position: relative;
    top: -1px;
    font-weight: bolder;
    color: #60d400;
    font-family: sans-serif;
    z-index: 10001;
    box-shadow: 0 0 20px;
    text-align: center;
    background: #222;
    margin-left:5px
}


div#bottomleft p {font-size: 12px;}

.list-unstyled strong {
    color: #fff;
    display: block;
	 color: #fff;
	font-size: 22px; font-weight: bold
}

.list-unstyled li {
    color: #888;
    display: block;
	font-size: 15px; margin-bottom: 15px
}

.main-green {
    font-size: 9em;
    font-weight: bold;
    color: #60d400;
   letter-spacing: -6px;
   line-height: 93%;
}

img.marker {
    width: 100%;
}

.main-h2-green {
	font-size: 5em;
   font-weight: bold;
   color: #ffffff;
   letter-spacing: -1px;
   line-height: 93%;
}

.mint-title-headerd {
	font-size: 2.5em;
   font-weight: bold;
   color: #ffffff;
   letter-spacing: -1px;
   line-height: 93%;
   margin-bottom:50px !important;
   display:block
}

.mint-title-headerd b {
	color: #60d400;
}

.main-h4-green {
	font-size: 2em;
   font-weight: bold;
	color: #fff;
}

.titlepy { margin: 3em 0 6em !important; display: block; padding-right:3%}
.main-title {font-size: 3em; }
.main-psma  {font-size: 1em}

.paneltop {margin-top:5em}


.btn-mid {
    color: #fff;
    background-color: transparent;
    border-color: #7e7e7e2c;
    font-size: 3em;
    padding: 10px 30px;
    margin-right: 33px;
    border-width: 2px;
    backdrop-filter: blur(14px);
}

.btn-mid:first-child {
    color: #60d400;
    background-color: transparent;
    border-color: #60d400;
    font-size: 3em;
    padding: 10px 30px;
    margin-right: 33px;
    border-width: 2px;
    backdrop-filter: blur(14px);
}



.btn-mid:hover {
    color: #fff;
    background-color: transparent;
    border-color: #73ff00;
    font-size: 3em;
    padding: 10px 30px;
    margin-right: 33px;
    border-width: 2px;
    color:#60d400;
    backdrop-filter: blur(14px);
}

.dropsdown {
    display: none;position: absolute;
}
.burger {display: block; border:0px}

@media (min-width: 1600px) {
    .dropsdown {  display: block; position: relative;}
    .burger {display: none;}
}
.hovemenu{
    position:relative;
    display: inline-block;
}
#profileap {height: 68px;}
.bmini {
    display: block;
    padding: 23px 24px 10px;
}
@media (max-width: 1299px) {

.hovemenu:hover .dropsdown  {
    display: inline-block !important;
    width: 300px;
    position: absolute;
    top: 70px;
    left: -1px;
    width: 200px;
    background: #222;
    border: 1px solid #333;
    border-bottom: 0px solid #333;
}

.hovemenu:hover .nav-item.rht {
    border-right: 0px solid #333;
    border-left: 0px solid #333;
    border-bottom: 1px solid #333;
    float: left;
    width: 100%;
}

.hovemenu:hover .burger {border-right: 1px solid #333 !important;}

.hovemenu:hover button.nav-link {width:100%}


}
main {
    z-index: 111;
    position: relative;
}

.parallax-container {
    position: absolute;
    height: 1600px;
    overflow: hidden;
    perspective: 1px;
    top: -200px;
    width: 100%;
    z-index: 5;
}
.parallax-layer {
    position: absolute;
    width: 1600px;
    height: 1600px;
    background-position:  center;
    background-repeat: no-repeat;
    background-size:cover;
    will-change: transform;
	right: 0
}

.layer-0 {
    background-image: url('/assets/prl/p0.png');
    transform: translateZ(-2px) scale(4);
    filter: hue-rotate(277deg) grayscale(.51);
}

.layer-1 {
    background-image: url('/assets/prl/p0.png');
    /* Scale the image down to 50% */
    transform: translateZ(-1.5px) scale(1);

}

.layer-2 {
    background-image: url('/assets/prl/x0.png');
    /* Scale the image down to 50% */
    transform: translateZ(231px) scale(1.6);
	;
}

.layer-3 {
    background-image: url('/assets/prl/p1.png');
    /* Scale the image down to 50% */
    transform: translateZ(0) scale(2);
	
}

.content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 2;
    padding: 20px;
}
.bmini {
    display: inline-block;
    padding: 23px 24px 10px;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

img.minicon {
    width: 200px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: -51px;
    left: -70px;
}


.main-title {
    border: #33333336 2px solid;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    padding-right: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 70px;
    text-align: center;
}


.main-title h5 {
    font-size: 32px;
    width: 100%;
    color: #60d400;
    font-weight: bold;
}

.main-title p {
    font-size: 24px;
    width: 100%;
    color: #ffffff;
    margin: 0;
    line-height: 123%;
}

a#downbtn {
    float: right;
    font-size: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #60d400; /* Changed text color to white for better contrast */
    background: transparent;
    border: 2px solid #60d400; /* Border color */
    border-radius: 4px; /* Rounded corners */
    padding: 7px 25px; /* Increased padding */
   
    transition: background 0.3s ease, transform 0.2s ease; /* Smooth transition for hover effects */
}

a#downbtn:hover {
    background: transparent; /* Gradient background */
    border: 2px solid #ffffff; /* Border color */
    color: #ffffff;
}

.feature-section p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.3em;
}


.feature-section .text-green {
    font-weight: bold;
    color: #60d400;
    font-size: 3em;
    margin-bottom: .7em;
}
.apromtboxsm { margin:3em auto}

.apromtboxsm h5, .apromtboxsm p { padding-left: 150px; }

.apromtbox { margin:6em auto}
 .feature-icon {
            font-size: 40px;
            color: #007bff;
        }
        .feature-section {
            margin-bottom: 30px;
            padding: 0 20% 0 0;
        
            border-radius: 5px;
            transition: transform 0.2s;
        }



 .promo-section {
            background-color: #222;
            padding: 150px 100px;
          border: #7b25ff 2px solid;
  			padding-right: 15%;
    border-radius: 8px;
        }

 .promo-section span {
              font-weight: bold;
    font-size: 1em;
        }
 .promo-section h2 {
              font-weight: bold;
    font-size: 6em;
	 color: #7b25ff;
        }
 .promo-section p {
    font-weight: bold;
    color: #ffffff;
    font-size: 3em; margin-bottom: 1em
        }

       .promo-button {
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 3em;
		   background-color: #7b25ff; color:#fff
}


.logobottom {width:100%; margin-bottom: 20px}

.text-screen p {
    color: #888;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
	width:70%
}


   /* Custom CSS for gallery */
        .gallery-slider {
            display: flex;
            overflow: hidden; /* Hide overflow to create sliding effect */
            width: 100%; /* Full width of container */
            position: relative; /* Position relative for sliding navigation */
        }
        .gallery-slider-inner {
            display: flex; /* Flex children for horizontal alignment */
            transition: transform 0.5s ease; /* Controls sliding transition */
        }
        .gallery-slider-item {
    min-width: 33.3333%;
    box-sizing: border-box;
    position: relative;
}
       .gallery-caption {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
}

.gallery-caption  h5 {
    font-size: 1rem;
    margin: 0;
}

.gallery-caption p {
    font-size: 15px;
    margin: 0 0 5px 0;
}
       .gallery-control-prev, .gallery-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 8px;
    border: none;
    border-radius: 22%;
    width: 40px;
}
        .gallery-control-prev {
            left: 10px;
        }
        .gallery-control-next {
            right: 10px;
        }


main#fullpage {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}


.month {
            font-weight: bold; /* Bold month titles */
            font-size: 1.2em; /* Slightly larger font size for month titles */
            color: #007bff; /* Bootstrap primary color for month titles */
        }
      


.roadmap-block p {
    color: #888;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
}


h4.main-h2-green.mt-5 {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

footer {margin-top:200px}


.bg-menu {
    background-color: #222222;
    border-bottom: 1px solid #333333;
    padding: 0;
    width:100%;
    position: fixed;
    top: 0;
    z-index: 3000;
}
nav {
    z-index: 1111;
	
}

div#topleft {
   
   
}

div#topleft img {
   width: 120px;
    height: 48px;
   
}

        .mainenu {
    width: 100%;
    padding: 20px;
    display: block;
}

div#topleft {
    float: left;
}

.nav-item {
    border-left: 1px solid #333;
	float: right;
}

.nav-item.rht   { border-right: 1px solid #333; border-left: 0px solid #333;  float: left;
}
 
.nav-item.lg   { border-right: 1px solid #333; border-left: 0px solid #333;  float: left;
}


.nav-item a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 20px 30px !important;
}
.nav-item a.btn  {
    padding:7px 25px
}

.nav-item a:hover {
    font-size: 20px;
    font-weight: bold;
    color:#fff ;
	background-color: #333;
}

.nav-item button {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 20px 30px !important;
}


.nav-item button:hover {
    font-size: 20px;
    font-weight: bold;
    color:#fff ;
	background-color: #333;
}

.mainmenu { width:100%}
.navbar-nav {float:right}

div#navbarNav {
  width: 100%;
}


.gamelogo {
    width: 118px;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
}


.gamelogo:hover {
    background-color: #333333;
}

ul.navbar-nav {
    width: 100%;
	display: block
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #333333;
    --bs-nav-link-hover-color: #e1e1e1;
    --bs-nav-link-disabled-color: #111111;
	
	
}
.crdtitle  {
    font-size: 9em !important;
    font-weight: bold;
    color: #60d400;
}


.roadmapx .crdtitle {
    color: #7b25ff;
}
  .modal-dialog {
            display: flex;
            align-items: center;
            min-height: calc(100% - 1rem); /* Ensures it appears fully centered */
	  z-index: 5000
        }


        .modal-content {
            background: #222;
            color: #fff;
            border-radius: 0;
            padding:20px
        }

.modal-header {border-color:#232323}
.modal-footer  {border-color:#232323}

h5.modal-title {
    font-weight: bold;
    color: #60d400;
    font-size: 4em;
}

.btn-cls {background-color: #333}

button.close {
    border: 0;
    background: #333;
    padding: 5px 13px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 9px;
    z-index: 333;
}


button.close:hover {

    background: #444;
}

.joinf {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
    font-size: 12px;
}

.mnics {
    float: left;
    width: 57px;
    margin-right: 0px;
    position: relative;
    left: -15px;
    margin-bottom: 10px;
    top: 12px;
    width: 30px !important;
}

h4.topeventtitle {
    font-weight: bold;
    color: #fff;
    font-size: 3em;
    margin: .5em 0 .5em;
}


.featured .market-block {
    border: 2px solid #ee9a11 !important;
    /* box-shadow: 0 0 30px #333; */
    --blur: 1.75rem;
    --box-blur: calc(0.5* var(--blur));
    --glow: var(--color);
    --size: 132rem;
    align-items: center; 
   
}


.featured:first-child .market-block {
    background-image: url(/assets/data/fpics/ch1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.featured:nth-child(2n) .market-block {
    background-image: url(/assets/data/fpics/ch2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.featured:nth-child(3n)  .market-block{
    background-image: url(/assets/data/fpics/ch3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}