html {
	max-width: 1920px;
}

p, li, a, h1, h2, h3, div, span {
	font-family: 'Comfortaa', cursive;
}



/* Top logo */

header {
	background: linear-gradient(181.08deg,#1d0839 1.21%,#40086c 98.53%);
}

#top-logo-button-1 {
	border: 3px solid #e21d5c;
	font-size: 1rem;
}

#top-logo-button-1:hover {
	background-color: #e21d5c;
}

#top-logo-button-2 {
	border: 2px solid rgba(128,0,255,.5);
	margin-left: 10px;
	font-size: 1rem;
}

#top-logo-button-2:hover {
	background-color: rgba(128,0,255,.5);
}

.top-logo-a {
	color: #fff;
	text-decoration: none;
}

.top-logo-a:hover {
	color: #fff;
	text-decoration: none;
}

/* Navbar under logo */

.under-logo-menu {
	background-color: #280750;
	font-size: 1.3rem;
}

.under-logo-menu-nav {
	max-width: 1250px;
	margin: 0 auto;
}

.under-logo-menu-nav a {
	text-decoration: none;
	color: #fff;
}

.under-logo-menu-nav a:hover {
	color: #e21d5c;
}

/* Banner under logo */

.banner-under-logo {
	position: relative;
}

.banner-under-logo img {
	max-width: 100%;
	max-height: 700px;
}
/* Banner under logo text */

.banner-text {
	position: absolute;
    z-index: 1;
    width: 50%;
    right: 10%;
    top: 20%;
    text-align: right;
}


@media (max-width: px) { 
  .banner-text { 
	position: absolute;
    z-index: 1;
    width: 50%;
    top: 40%;
    text-align: right;
    text-shadow: 2px 2px 3px black;
  }
}

.banner-text-block {
	font-size: 3rem;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 1150px) { 
  .banner-text-block { 
	font-size: 2.5rem;
  }
}

@media (max-width: 950px) { 
  .banner-text-block { 
	font-size: 2rem;
  }
}

@media (max-width: 850px) { 
  .banner-text-block { 
	font-size: 1.7rem;
  }
}

@media (max-width: 700px) { 
  .banner-text-block { 
	font-size: 1.4rem;
  }
}

@media (max-width: 570px) { 
  .banner-text-block { 
	font-size: 1.2rem;
  }
}

@media (max-width: 450px) { 
  .banner-text-block { 
	font-size: 1rem;
  }
}

@media (max-width: 380px) { 
  .banner-text-block { 
	font-size: 0.8rem;
  }
}

.banner-text-button {
	background-color: #e21d5c !important;
	border-color: #e21d5c !important;
	border-radius: 10px !important;
}

.banner-text-button a {
	color: #fff;
	text-decoration: none !important;
	font-size: 2rem !important;
}

.banner-text-button a:hover {
	color: #fff;
}

@media (max-width: 1150px) { 
  .banner-text-button a { 
	font-size: 1.7rem !important;
  }
}

@media (max-width: 950px) { 
  .banner-text-button a { 
	font-size: 1.5rem !important;
  }
}

@media (max-width: 850px) { 
  .banner-text-button a { 
	font-size: 1.2rem !important;
  }
}

@media (max-width: 700px) { 
  .banner-text-button a { 
	font-size: 1rem !important;
  }
}

@media (max-width: 570px) { 
  .banner-text-button a { 
	font-size: 0.8rem !important;
  }
}

@media (max-width: 450px) { 
  .banner-text-button a { 
	font-size: 0.6rem !important;
  }
}

@media (max-width: 380px) { 
  .banner-text-button a { 
	font-size: 0.4rem !important;
  }
}


/* Main content */


.main-content {
	background-color: #1d0839;
}

h1 {
	color: white !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size: 2rem !important;
}

/* Sidebar content */

.sidebar-winner {
	background: linear-gradient(181.08deg,#1d0839 1.21%,#40086c 98.53%);
    border: 2px solid #e21d5c;
    border-radius: 8px;
}

.sidebar-winner-width {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.sidebar-title {
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

.sidebar-winner-text-price {
	color: gold;
	font-weight: bold;
}

.sidebar-winner-link-2 a {
	text-decoration: none !important;
}

.sidebar-winner-text-name {
	color: white;
}


.sidebar-regist {
	margin-top: 25px;
	background: linear-gradient(181.08deg,#1d0839 1.21%,#40086c 98.53%);
    border: 2px solid #e21d5c;
    border-radius: 8px;
    max-width: 350px;
	margin: 35px auto 0 auto;
	text-align: center;
}


.sidebar-google-icon {
	margin-top: 25px;
}


.sidebar-google-icon-a {
	background-color: #e21d5c;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	margin: 0 auto 15px auto;
	position: relative;
}

.sidebar-google-icon-img {
	width: 26px;
	height: 26px;
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-50%);
}

.sign-up-title {
	color: gold; 
	font-weight: bold; 
	margin: 0;
}

.sign-up-title-seconds {
	color: white; 
	font-weight: bold; 
	font-size: 35px;
}

.sign-up-button {
	border: 2px solid #e21d5c;
	border-radius: 10px;
	padding: 10px;
	color: white; 
	font-weight: bold;
	text-decoration: none !important;
}

.sign-up-button:hover {
	color: white;
	background-color: #e21d5c;
}

.sign-up-or {
	color: white;
}


.slot-links {
	position: relative;
}

.play-button {
	display: none;
	color: white;
	font-size: 22px;
	border: 1px solid #e21d5c;
	border-radius: 10px;
	background-color: #e21d5c;
	padding: 5px;
	position: absolute;
	top: 40%;
	left: 5%;
}

.play-button:hover {
	box-shadow: 0 0 10px 10px #d10e2f;
}

.slot-links:hover > .play-button {
	display: block;
}

.demo-button {
	display: none;
	color: white;
	font-size: 22px;
	border: 1px solid #821cff;
	border-radius: 10px;
	background-color: #7d3bff;
	padding: 5px;
	position: absolute;
	top: 40%;
	right: 5%;
}

.demo-button:hover {
	box-shadow: 0 0 10px 10px #821cff;
}

.slot-links:hover > .demo-button {
	display: block;
}

.conta-1 {
	margin-top: 20px;
}

.slots-margin {
	margin: 10px 0 0 0 !important;
	padding: 0;
	text-align: center;
}



/* More slots button */

.more-button {
	border: 2px solid #e21d5c;
	border-radius: 10px;
	padding: 10px;
	margin: 25px auto 0 auto !important;
	max-width: 200px;
}

.more-button:hover {
	color: white;
	background-color: #e21d5c;
}

.more-button a {
	color: white; 
	font-weight: bold;
	text-decoration: none !important;
}

.more-button a:hover {
	color: white;
}

/* Main SEO text */

.main-seo-text {
	color: white;
	margin-top: 25px;
}


.seo-text-img {
	text-align: center;
	margin-bottom: 15px;
}

/* Footer */

footer {
	background-color: #0b0317;
}

.footer-container {
	max-width: 1250px;
	margin: 0 auto;
}


/* Footer menu */

.footer-menu {
	padding-top: 10px;
	list-style-type: none;
	color: white;
	text-align: center;
}

.footer-menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.footer-menu a:hover {
	color: #e21d5c;
	text-decoration: none;
}

.footer-menu li {
	display: inline;
	margin-right: 15px;
}


/* Footer logos */

.footer-left-info-first {
	padding-top: 15px;
	margin-bottom: 30px;
}

.footer-left-info-first img {
	max-width: 110px;
	padding: 5px;
}

.footer-left-info-second img {
	max-width: 135px;
}


/* Footer copyright */

.footer-copy {
	margin-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 767px) { 
  .copy-text-media { 
	padding-top: 15px;
  }
}

@media (min-width: 768px) { 
  .copy-text-media { 
	margin-left: -30px;
  }
}

