body {
  background-color: #e5e5e5;
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  width: 100%;
  letter-spacing: -1px;
  font-weight: 100;
}

/* HEADER STYLES BEGIN  */

header {
  position: fixed;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: rgb(108, 108, 108) 0px 0px 10px;
}

header .main-logo {
  width: 200px;
  margin-left: 45px;
}

header .main-logo img {
  width: 100%;
}

header .main-cta {
  display: flex;
  justify-content: space-around;
  margin-right: 45px;
  width: 200px;
  padding: 15px 0;
  background-color: #f9ba15;
  cursor: pointer;
}

header .main-cta:hover {
  background-color: #eeae06;
  transition: all 0.4s ease 0s;
}

header .main-cta a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

/* MAIN CONTENT STYLES BEGIN  */

.content {
  width: 100%;
  padding-top: 70px;
}

/* WELCOME CONTENT STYLES BEGIN  */

.welcome-containter {
  padding: 30px 0;
  background-color: #f9ba15;
  display: flex;
  justify-content: center;
}

.welcome-containter .welcome-copy {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  font-weight: bold;
  color: rgb(65, 64, 66);
  letter-spacing: -1px;
  text-align: center;
  width: 40%;
}

.welcome-containter .welcome-copy .copy p {
  margin: 0;
}

.welcome-containter .welcome-copy .welcome-copy-value {
  font-size: 30px;
}

.welcome-containter .welcome-copy .welcome-copy-value2 {
  font-size: 90px;
}

.welcome-containter .welcome-copy .welcome-copy-text-top {
  font-size: 30px;
}

.welcome-containter .welcome-copy .welcome-copy-text-bottom {
  font-size: 18px;
  font-weight: lighter;
}

.welcome-containter .welcome-copy .cta {
  background-color: rgb(81, 149, 49);
  padding: 13px 0;
  margin-top: 38px;
  cursor: pointer;
  width: 40%;
}

.welcome-containter .welcome-copy .cta:hover {
  background-color: #2A8611;
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
}

.welcome-containter .welcome-copy .cta a {
  color: #FFFFFF;
  text-decoration: none;
}

.welcome-containter .welcome-img {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
}

.welcome-containter .welcome-img img {
  width: 100%;
  height: auto;
}

/* GREEN CONTENT STYLES BEGIN  */

.green-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #2F9513;
}

.green-container img {
  width: 60%;
}

.green-container .green-bg,
.trust-points,
.bonus-table {
  width: 100%;
  margin-bottom: 20px;
}

.green-container .green-bg {
  height: 30px;
}

.green-container .green-bg img {
  width: 100%;
  margin: -110px 0;
}

.green-container .card-tittle {
  width: 100%;
  margin-bottom: 20px;
}

.green-container .card-tittle h2 {
  color: white;
}

/* GREY CONTENT STYLES BEGIN  */

.grey-container {
  background-color: #414042;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.grey-container .bitcoin-container {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.grey-container .bitcoin-container p {
  color: white;
  font-size: 38px;
}

.grey-container .bitcoin-container .bitcoin-benefits-img {
  width: 100%;
}

.grey-container .bitcoin-container .bitcoin-benefits-img img {
  width: 100%;
}

.grey-container .bitcoin-img {
  width: 40%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.grey-container .bitcoin-img img {
  width: 80%;
  height: fit-content;
}

.grey-container .benefits-cta {
  background-color: rgb(81, 149, 49);
  padding: 20px 30px;
  margin-top: 38px;
}

.grey-container .benefits-cta:hover {
  background-color: #2A8611;
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
}


.grey-container .benefits-cta a {
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

/* CARDS SECTION STYLES BEGIN  */

.new-cardsection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #2F9513;
  padding: 40px 0;
}

.card-title2 {
  width: 50%;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin: 20px;
}

.card-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.card-holder img {
  width: 145px;
  height: 145px;
}

.cta-more-games {
  background-color: #f9ba15;
  padding: 20px 50px;
  cursor: pointer;
  margin: 30px 0;
}

.cta-more-games a {
  color: #000000;
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
}

.cta-more-games:hover {
  background-color: #eeae06;
  transition: all 0.4s ease 0s;
}

/* FOOTER SECTION STYLES BEGIN  */

footer .container {
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 50px 0;
}

.payment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.payment .image {
  margin: 0 20px;
}

.container .legal p {
  font-size: 13px;
}





/* MEDIA QUERIES  */


@media (max-width: 750px) {

  .desktop-only {
    display: none !important;
  }

  header .main-logo {
    width: 200px;
    float:left;
  }
  

  .welcome-containter {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .welcome-containter .welcome-img {
    margin: 30px 0;
    width: 80%;
  }

  .welcome-containter .welcome-copy {
    width: 80%;
    margin-bottom: 40px;
  }

  .green-container .green-bg img {
    margin: -40px 0;
  }

  .green-container img {
    width: 90%;
  }
  
  .green-container {
	height:610px;
  }

.green-container .card-tittle-mobile {
  width: 80%;
  margin:auto;
  margin-bottom: 20px;
  margin-top: 60px;
}

.card-tittle {
	margin-top:30px;
  }

  .grey-container .bitcoin-container {
    width: 90%;
  }

  .grey-container .bitcoin-container .bitcoin-benefits .mobile-only {
    width: 90%;
    margin: auto;
  }

  .grey-container .bitcoin-container .bitcoin-benefits .mobile-only img {
    width: 90%;
  }

  .card-title2 {
    width: 80%;
  }

  .card-holder {
    margin: 5px;
  }

  .card-holder img {
    width: 148px;
    height: 148px;
  }

  footer .container {
    width: 90%;
	height: 230px;
  }

  .payment .image {
    width: 20%;
  }

  .payment .image img{
    width: 100%;
    height: fit-content;
  }
  
  
.welcome-cta2{
  align-items: center;
  margin: 0 auto;
  
  display:inline !important;
}


.hv-welcome-cta2{
	width: 36px;
  height: 10px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #f9ba15;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #414042;
  font-size: 20px;
  padding:12px 40px;
  font-weight:bold;
  top:20px;
}

.hv-welcome-cta2:hover{
	background-color: #eeae06;
	color: #414042;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

}



@media (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
  
    
.welcome-cta2{
 display:none;
}


  
}


@media (max-width: 360px) {

  .desktop-only {
    display: none !important;
  }
  
  header {
  position: fixed;
  background-color: white;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  width: 100%;
  box-shadow: rgb(108, 108, 108) 0px 0px 10px;
}

  header .main-logo {
    width: 240px;
    float:left;
  }
  
 header .main-logo img {
  width: 80%;
}

header .main-cta {
  display: flex;
  justify-content: space-around;
  margin-right: 25px;
  width: 150px;
  padding: 10px 0;
  background-color: #f9ba15;
  cursor: pointer;
}

  .welcome-containter {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .welcome-containter .welcome-img {
    margin: 30px 0;
    width: 80%;
  }

  .welcome-containter .welcome-copy {
    width: 80%;
    margin-bottom: 40px;
  }

  .green-container .green-bg img {
    margin: -40px 0;
  }

  .green-container img {
    width: 90%;
  }
  
  .green-container {
	height:590px;
  }

/*.card-tittle {
	margin-top:30px;
  }
*/
  .grey-container .bitcoin-container {
    width: 90%;
  }

  .grey-container .bitcoin-container .bitcoin-benefits .mobile-only {
    width: 90%;
    margin: auto;
  }

  .grey-container .bitcoin-container .bitcoin-benefits .mobile-only img {
    width: 90%;
  }

  .card-title2 {
    width: 80%;
  }
  

  .card-holder {
    margin: 5px;
  }

  .card-holder img {
    width: 148px;
    height: 148px;
  }
  
  .cta-more-games {
  background-color: #f9ba15;
  padding: 15px 40px;
  cursor: pointer;
  margin: 30px 0;
}

.cta-more-games a {
  color: #000000;
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

  footer .container {
    width: 90%;
	height: 230px;
  }

  .payment .image {
    width: 20%;
  }

  .payment .image img{
    width: 100%;
    height: fit-content;
  }
  
  
.welcome-cta2{
  align-items: center;
  margin: 0 auto;
  
  display:inline !important;
}


.hv-welcome-cta2{
	width: 36px;
  height: 10px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #f9ba15;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #414042;
  font-size: 20px;
  padding:12px 40px;
  font-weight:bold;
  top:20px;
}

.hv-welcome-cta2:hover{
	background-color: #eeae06;
	color: #414042;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

}
