@font-face {
font-family: 'call';
src:
    url('call.ttf');
}


@font-face {
font-family: 'call-n';
src:
    url('call-n.ttf');
}


@font-face {
font-family: 'hm';
src:
    url('HitmarkerCondensed-Bold.ttf');
}



html {
    scroll-behavior: smooth;
  }

body{
	  background-image: url('../img/body-bg.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.get-into {
	font-family: "hm";
	font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
   	color: #fff;
   	font-size: 39px;
}

.free-cp-text {
	color: #BA8100!important;
	text-transform: uppercase;
   	font-family: "hm"!important;
   	font-size: 26px;
}

/*.header {
	padding-bottom: 70px;
	height: 100vh;
    background-image: url('../img/bg.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}*/


.header {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Adjust height as needed */
  background-color: #000000ab;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure the video is behind all other content */
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  pointer-events: none; /* Make the video non-interactive */
}


a:hover {
	color: #000;
    text-decoration: none;
     transition: all .3s ease-in-out;
}

.menu {
	width: 100%;
	text-align: center;
	color: #fff;position: relative;
    z-index: 1;
   
    
}

.menu:before {
	content: "";
    
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
z-index: -1;
}


.menu ul {
	background-color: #000;
	padding: 1px 10px 10px;
    overflow: auto;

}


.menu ul li {
	display: inline-block;
	list-style-type: none;
}

.menu li img {
	height: 40px;
}


.left {
	float: left;
	margin-top: 10px;
	
}

.right {
	float:  right;
	margin-top: 18px;
}


.menu ul li svg {
	color: #fff;
}

.top-img {
	margin: 0 auto;
	margin-top: 30px;
	height: 81px;
}

.text h3 {
	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #D2C8AE;
   font-size: 31px;
    font-family: 'Roboto Slab', serif;
    
}

.text p {
	font-weight: 600;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #878582;
    text-transform: uppercase;
    font-size: 15px;margin-top: 20px;
    margin-bottom: 60px;
   font-family: 'Roboto Slab', serif;
}

.head-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     margin-bottom: 40px;
         min-width: max-content;
}

.button-get {
    font-family: call;
    color: #000;
    font-size: 17px;
    background-color: #BA8100;
    position: relative;
    margin-top: 40px;
    top: 42px;
    padding: 12px 40px 12px 40px;
    animation: pulse 2s infinite;

    border-radius: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.free-cp {
    padding: 7px 17px 7px 17px;
    color: #fff;
    background-color: #BA8100;
    font-family: call;
    border-radius: 30px;
}

.logos ul  {
	padding-left: 0px;
	margin-top: 145px;
	margin-bottom: 70px;
}

.logos {
	margin-top: 40px;
}

.logos ul li {
	display: inline-block;
	
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

.bottom-header h4 {
		filter: brightness(5.6);
    text-shadow: 0px 0px 10px rgb(224 165 115 / 66%), 0px 0px 10px #c85541, 0px 4px 15px #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
}

.bottom-header p {
		filter: brightness(5.6);
    text-shadow: 0px 0px 10px rgb(224 165 115 / 66%), 0px 0px 10px #c85541, 0px 4px 15px #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}


.section2 {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 1px #7c6f6f solid;
	background-image: linear-gradient(0deg, rgba(111, 25, 6, 0.82), rgba(111, 25, 6, 0.82)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.084) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 24.58%, rgba(0, 0, 0, 0) 49.58%, rgba(0, 0, 0, 0) 76.15%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../img/section2.webp');
    background-blend-mode: color, normal, normal, normal, normal;
}


.store-buttons {
	padding: 0px;
	margin-top: 46px;
}

.store-buttons li {
	display: inline-block;
	list-style-type: none;
}


.store-buttons li a {

}

.store-buttons li a img {
	height: 50px;
}


.section2 h3 {

	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #D2C8AE;
   font-size: 31px;
    font-family: 'Roboto Slab', serif;
   
}


.section2 p {
font-weight: 600;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #878582;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-family: 'Roboto Slab', serif;
}


#CP {
	 color: #D2C8AE;
}

#CP2 {
	 color: #D2C8AE;
}




.button-go {
	font-family: call;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	background-image: url('../img/button-bg-go.webp');
	background-size: cover;
	padding: 24px 26px 24px 26px;
	position: relative;
}


.button-go:before {
    content: "";
    height: 91px;
    width: 100%;
    top: -8px;
    left: -17px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../img/button-left.webp);
}


.button-go:after {
    content: "";
    height: 94px;
    width: 41px;
    top: -9px;
    /* right: 0px; */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../img/button-right.webp);
}

/*.generator {

	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
      background-image: url('../img/bg2.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	

}*/


.gen-cont {
	max-width: 700px;
	margin: 0 auto;
}

.generator h3 {
	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #fff;
   font-size: 31px;
    font-family: 'call';
}

.generator p {
	font-weight: 600;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'call', serif;
}


.pack {
	padding-left: 0px;

}


.pack li {
	list-style-type: none;
	display: inline-block;
	margin-top: 29px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	border:solid 4px #ffffff;
    position: relative;
}



.pack li a img {
	display: block;
	height: 190px;
}


.pack li a  span {
	
	font-family: hm;
	font-weight: 300;
	margin-top: 15px;
	font-size: 25px;
	color: #fff;


}

.footer {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}


.footer img {
	height: 30px;
}


.step2 input {
	font-family: hm!important;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	border: none;
	padding: 9px 5px 9px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
    border: solid 4px #BA8100;
    background-color: #000000;
}



.platform-ul {
	padding: 0px;

}

.platform-ul li {
	list-style-type: none;
	display: inline-block;	
	display: flex;
    flex-direction: column;
}

.platform-ul li a {
	width: 100%;

	background-color: #fff;
	border: solid 3px #fff;
	color: #000;
	font-size: 17px;
    font-family: 'hm';
}




.selected {
	background-color: #000!important;
    transform: scale(1.05);
    border-color: #FFF!important;
    
    color: #fff!important;
}


.platform-ul li a:hover {
	color: #fff;
    background-color: #000;
    transform: scale(1.05);
    border-color: #FFF;
    border-width: 3px;
     transition: all .3s ease-in-out;
     
}


.platform-ul li a.selected img {

	filter: invert(0);
}

.platform-ul li a:hover img {

	filter: invert(0);
}

.platform-ul li a img {
	height: 44px;
	padding: 7px;
	filter: invert(1);
}

input::placeholder,
textarea::placeholder {
  font-family: hm!important;
}

.input-wrap{
	        
	    margin: 0 auto;
	    position: relative;
}







.connect-btn {
    font-family: call;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    background-color:#BA8100;
    width: 100%;
    padding: 12px 40px 12px 40px;
    position: relative;
    display: inline-block;
    margin-top: 20px;

}



.step3 {
    max-width: 500px;
     margin:0 auto;
     position: relative;
}

.step3 img {
    margin:0 auto;

}


.progress-bar {
    
    border-radius: 1px;
    position: absolute;
    z-index: 10;
    height: 61px;
    background-color: #fff;
}

.progress {
    font-family: call;
	
	font-size: 25px;
	font-weight: 600;
	background-color: transparent;

	border: solid 4px #fff;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
    margin: 0 auto;
    height: 50px;
	margin-bottom: 50px;
}




.step4 {
	text-transform: uppercase;
    text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 27px;
    font-family: 'call', serif;
    margin-top: 50px;
}



.verify {
    font-family: call;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    background-size: cover;
    padding: 12px 40px 12px 40px;
    position: relative;
    background-color: #BA8100;
}


.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #FFF;
    border-bottom-color: #ba8100;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 



@media screen and (max-width: 480px) {
  body {
    
  }

  .top-img {
    height: 70px;
  }


  .store-buttons li {
  	display: block;
  	margin-bottom: 7px;
  }

  .logos ul {
  	margin-top: 70px;
  }
}