@import url("./webfonts/Benzin_ExtraBold/stylesheet.css");
@import url("./webfonts/Benzin_Regular/stylesheet.css");
@import url("./webfonts/Benzin_Medium/stylesheet.css");
@import url("./webfonts/Benzin_Bold/stylesheet.css");
@import url("./webfonts/Benzin_Semibold/stylesheet.css");

section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container {
	width: 1440px;
	display: flex;
	align-items: center;
    flex-direction: column;
}

.about {
	margin-top: -160px;
	z-index: 20;
	position: relative;
}

.about__splitter {	
	width: 100%;
	display: flex;
	background-image: url('./public/external/vector2931-ha7d.svg');
	flex-direction: row-reverse;
	align-items: center;    
	background-position: center;
  	background-repeat: no-repeat;
}

hr {
	color: #fff;
	border: none;
	border-top: 3px medium #fff;
	width: 75%;
	height: 3px;
	
}

.card {
	height: 372px;
	width: 355px;
	display: flex;
 flex-flow: column nowrap;
 justify-content:flex-start;
 align-items: center;
 align-content: flex-start;
	position: relative;
  padding: 20px 35px;
	gap: 30px;
	
  box-sizing: border-box;
  
  color: #fff;
  background: #15100d;
  background-clip: padding-box;
  border: solid 10px transparent;
  border-radius: 2em;
  transition: transform 100ms;
}

.filled path {
	fill-opacity: 0.45;
}

.cardFilled {
	background: #d74506;
	box-shadow: 0px 0px 20px 10px #d74506;
	transform: scale(1.1);
}

 .card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit; 
    background: var(--cardbg, 'linear-gradient(to bottom, #000, #d74506)');
  }

.footer {
	padding-top: 50px;
	padding-bottom: 15px;
	background: rgba(11, 11, 11, 1);
}

ul {
  list-style: none; 
  color: rgb(85, 85, 85);
	font-size: 12px;
}

ul li.status_good::before {
  content: "\2022";  
  color: #a1d50e; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

ul li.status_unknown::before {
  content: "\2022";  
  color: #F9F001; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

ul li.status_bad::before {
  content: "\2022";  
  color: #BD1D20; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.whattodo__slider {
	overflow-x: hidden;
	overflow-y: clip;	
	width: 100%;
	height: 500px;
}

.whattodo__slider-wrapper {
	display: flex;
	width: 100%;
	height: 90%;
}

.whattodo__slider-scroll {
	margin-top: 30px;
}

.swiper-scrollbar-horizontal {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

.swiper-scrollbar-drag {
	height: 18px !important;
	background-image: linear-gradient(to right, #0C0C0C, #d74506 35%, #d74506 65%, #0C0C0C 100%);
}

.whattodo__slide {
	flex-shrink: 0;	
	cursor: pointer;
	overflow-y: visible;
}

.gradient-box {
  display: flex;
 flex-flow: column nowrap;
 justify-content:flex-start;
 align-items: center;
 align-content: flex-start;

 
  height: 423px;  
  margin: auto;
  width: 400px;

  position: relative;
  padding: 0 41px;
	
  box-sizing: border-box;
  
  color: #fff;
  background: #120e0d;
  background-clip: padding-box;
  border: solid 10px transparent;
  border-radius: 2em;
}

 .gradient-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit; 
    background: linear-gradient(to bottom, #d74506, #000);
  }

.rounded {
	border-radius: 1.5em;
}

.image {
      position: relative;
    }

.image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1.0));
	  border-radius: 1.5em;
      z-index: 1; 
	  mix-blend-mode: overlay;
    }



.gradient-box > div:not(:first-child) {
	padding: 10px 0px;
}

.video {
	width: 100%;
	display: flex;
	align-items: center;
    flex-direction: column;	
}

video {
	object-fit: cover;
	overflow: hidden;
}

.gradient-overlay {
  position: absolute; /* Positions the overlay on top of the video */
  margin: 0px auto;
  width: 1440px;
  height: 796px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); 
  pointer-events: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container__video {
	height: 796px;		
}



.container__about {
	height: 1016px;
}

.container__whattodo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	height: 686px;		
}

.letsplay__cards {
	width: 100%;
	height: 596px;	
	display: flex;
	flex-direction: row;
	align-content: space-around;
	column-gap: 157px;
	gap: 175px;
	align-items: center;
}

.container__letsplay {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;	
}

.mainlogo {
  top: 259px;  
  width: 822px;
  height: 143px;
  position: absolute;
}

button {
	background: #d74506;
}

.container__video > button:hover {
	box-shadow: 0px 0px 20px 10px #d74506;
}

.gradient-box > button:hover {
	box-shadow: 0px 0px 20px 10px #d74506;
}

.benzined {
	font-family: 'Benzin Bold';
	font-size: 76px;
	color: #fff;
}

.benzin18 {
	font-family: 'Benzin Bold';
	font-size: 18px;	
}

.card__description {
	font-family: 'Montserrat';
	font-size: 16px;
}

.startplaying {
	position: absolute;
	top: 500px;
	width: 640px;	
	height: 96px;
	font-size: 48px;
	color: #fff;
    font-family: 'Benzin Regular';
    font-weight: bold;
    font-style: normal;
	border-radius: 0.5em;
	padding: 10px 0px;
	z-index: 5;
}

.heading {
	font-size: 48px;
}

.subheading {
	padding-top: 20px;
}

.card__activity {
	width: 246px;
	height: 58px;
	position: absolute;
	font-family: 'Benzin Regular';
    font-weight: bold;
    font-style: normal;
	border-radius: 0.5em;
	bottom: 0px;
	transform: translateY(50%)
}

.benzin {
	font-size: 48px !important;
    font-family: "Benzin ExtraBold" !important;
    font-weight: bold;
    font-style: normal;
}

.underlined {
  border: none;
  border-bottom: 2px solid red;	
}

.fullwidth {
	width: 463px;
}

.email {	
	color: #fff;
  	background: #000;
	border: solid 2px #d74506;
  	border-radius: 2em;
}

.userID {
	width: 100%;
	color: #fff;
  	background: #000;
	border: solid 2px #d74506;
  	border-radius: 2em;
}

.boxes {
	align-self: flex-start;
}

#errors {
	color: #f00;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 15px;	
	display: none;
}

.valid {
	border: solid 2px #00FF0A; 
}

.invalid {
	border: solid 2px #FF0000;
}

.amount {
	color: #fff;
  	background: #000;
	border: solid 2px #d74506;
  	border-radius: 2em;	
}

input:focus-visible {
	outline: none;
}

.w234 {
	width: 234px;
}

.colored {
	color: #d74506;
}

.f12 {
	font-size: 12px;
}

.f16 {
	font-size: 16px;
}

.exchange-rate {
  color: rgba(126, 126, 126, 1);
  font-size: 8px;
  font-style: normal;
  text-align: left;
  font-family: Montserrat;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: underline;
}


.donate {
	width: 246px;
	height: 58px;
	background: #ccc;
	font-family: "Benzin Regular";
	font-size: 16px;
	border-radius: 1em;
	padding: 10px 0px;
}

.donate-accepted {
	background: #d74506;
}

.donate-accepted:hover {
	text-decoration: underline;
}

.double-column {
  display: flex;
  overflow: auto;  
  align-items: center;  
  flex-direction: row;
}

.vertical {
  display: flex;
  overflow: auto;  
  align-items: flex-start;  
  flex-direction: column;
  padding-left: 10px
}

.legal {	
	display: flex;
    align-items: center;
	align-self: flex-start;
	padding: 10px 0px;
}

.confirm {
  
  color: rgba(126, 126, 126, 1);
  padding-left: 8px;
  text-decoration: none;
}

.digit {
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateX(-50%) translateY(-50%);		
}

.grayscale {
	filter: grayscale(1);
}

.swiper {
      width: 100%;
      height: 100%;
    }

.container__tabs {
	height: 100%;
	padding-top: 350px;
}

@keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }

.b-tab {
  padding: 20px;  
  display: none;
  opacity: 1; 
  animation: fadeOut 2s ease-in-out forwards;
}

.b-tab > p {
	padding-bottom: 16px;
}

@keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

.b-tab.active {  
  opacity: 0; 
  animation: fadeIn 2s ease-in-out forwards;	
  display: block;
}

.b-nav-tab {
  font-weight: 400;
  display: inline-block;
  padding: 20px;
}

.b-nav-tab.active {
	text-decoration: underline;
  font-weight: 800;
}

.b-nav-tab:hover {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dashed;
}

 .whattodo__slider-scroll {
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(215, 69, 5, 0.5); /* d74506 */
  --swiper-scrollbar-size: 4px;
}

.dgradient-box {
  display: flex;
 flex-flow: column nowrap;
 justify-content:flex-start;
 align-items: center;
 align-content: flex-start;
	
 
  height: 522px;  
  margin: auto;
  width: 546px;

  position: relative;
  padding: 1% 41px;
	
  box-sizing: border-box;
  
  color: #fff;
  background: #15100D;
  background-clip: padding-box;
  border: solid 10px transparent;
  border-radius: 2em;
}

 .dgradient-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit; 
    background: linear-gradient(to bottom, #15100D, #d74506);
  }

.dpopup > div {
	padding: 10px 0px;
}

.dpopup > div > span {
	font-family: "Montserrat";
	font-size: 12px;
}

.open-popup {
    cursor: pointer;	
}

.open-popup:hover {
	text-decoration: underline;
}

.dpopup__bg {
    position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.dpopup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
	z-index: 100;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
	z-index: 500;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.popup {
	display: flex;
 flex-flow: column nowrap;
 justify-content:flex-start;
 align-items: center;
 align-content: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #15100D;
  	background-clip: padding-box;
  	border: solid 5px #d74506;
	box-sizing: border-box;
  	border-radius: 2em;
    width: 400px;
    padding: 25px;
    transition: 0.5s all;
}

.loader {
  width: 70px;
  height: 26px;
  background: #d74506;
  --c:no-repeat linear-gradient(#000 0 0);
  --s:18px 18px;
  -webkit-mask:
    var(--c) left  4px top 50%,
    var(--c) center,
    var(--c) right 4px top 50%,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  animation: l2 1.5s infinite;
}
@keyframes l2 {
  0%    {-webkit-mask-size:0    0  ,0    0  ,0    0  ,auto}
  16.67%{-webkit-mask-size:var(--s),0    0  ,0    0  ,auto}
  33.33%{-webkit-mask-size:var(--s),var(--s),0    0  ,auto}
  50%   {-webkit-mask-size:var(--s),var(--s),var(--s),auto}
  66.67%{-webkit-mask-size:0    0  ,var(--s),var(--s),auto}
  83.33%{-webkit-mask-size:0    0  ,0    0  ,var(--s),auto}
  100%  {-webkit-mask-size:0    0  ,0    0  ,0    0  ,auto}
}

.dpopup {
	display: flex;
 flex-flow: column nowrap;
 justify-content:flex-start;
 align-items: center;
 align-content: flex-start;
    position: relative;	
    background: #15100D;
  	background-clip: padding-box;
  	border: solid 5px transparent;	
	box-sizing: border-box;
  	border-radius: 2em;
    height: 522px;  
  margin: auto;
  width: 546px;
    padding: 1% 41px;
    transition: 0.5s all;
}

 .dpopup.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit; 
    background: linear-gradient(to bottom, #15100D, #d74506);
  }

.dpopup.active {   
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
	transform: rotate(90deg);
    transition: transform 0.5s ease-in-out;
}

.close-popup:hover {
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
}

.popup span {
	padding: 10px 0px;
}

.notice {
	display: none;
}

.promocode {
	font-size: 28px;
	font-weight: bold;
	cursor: grab;
	display: none;
}

input[type="checkbox"] {  
-webkit-appearance: none;
    appearance: none;
	width: 15px;
    height: 15px;
	border: 1.5px solid #d74506;
    border-radius: 0.35rem;
   
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;	
}

input[type="text"], input[type="email"] {
	height: 43px;
	padding-left: 20px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background: #000 !important;
	-webkit-box-shadow: 0 0 0 30px #000 inset !important;
	-webkit-text-fill-color: #fff !important;
}

input[type="checkbox"]:checked {
     background-color: #d74506;
}

a {
	color: #fff;
}

.footer-links {
	color: #797979;
	font-size: 12px;
	font-weight: 700;
}

.footer-links:hover {
	color: #fff;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: #d74506;
}

.container__footer {
	width: 1440px;
	display: flex;
	flex-direction: column;
	gap:20px;
	column-gap: 20px;
	font-family: "Montserrat";
}

.footer-data {
	width: 100%;
	display: flex;	
	gap: 75px;
	column-gap: 75px;
	align-content: space-between;
	flex-direction: row;	
}

.footer-main {
	display: flex;
	gap: 50px;
	column-gap: 50px;
	flex-direction: row;	
}

.footer-logo {
	display: flex;
	flex-direction: column;
	padding: 0px 35px;
	gap: 15px;
	column-gap: 15px;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap:5px;
	column-gap: 5px;
}

.footer-data h3 {
	color: rgba(238, 238, 238, 1);
	font-size: 16px;
}

.disclaimer {
	color: rgba(85, 85, 85, 1);
}

.status {
	padding-left: 220px;
}

.frame1-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 

.frame1-frame2 {
  width: 546px;
  height: 632px;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;  
}