p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
body {
	font-family: "Nunito Sans", sans-serif;
	color: #fff;
}

li,
a,
p,
span {
	color: #fff;
}

body {
	color: #fff;
	background-color: #0d0d0d;
}

.gold-text {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	background: linear-gradient(
		180deg,
		rgba(231, 184, 70, 1) 10%,
		rgba(255, 242, 164, 1) 30%,
		rgba(231, 184, 70, 1) 60%,
		rgba(224, 188, 56, 1) 75%,
		rgba(212, 153, 34, 1) 90%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 3px 2px #333);
}

/***********************/
/***** TOP HEADER *****/
/**********************/

#top-header {
	padding: 6px;
	background-color: #ab0000;
}

#top-header .icon-white {
	background-color: #fff;
}

#top-header a {
	color: #fff;
}

#top-header .icon-inverted-white {
	border-radius: 6px;
	background-color: white;
	border: 1px solid #ab0000;
}

/***********************/
/***** MAIN HEADER *****/
/***********************/

#main-header {
	padding: 0;
	height: 60px;
	color: #fff;
	background-color: #8b0000 !important;
}

#main-header .nav-logo {
	width: 148px;
	height: 40px;
}

#main-header .navbar-toggler {
	color: #fff;
}

#main-header .navbar-toggler:focus {
	box-shadow: none;
}

#main-header li a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

#main-header li a.active {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 5px;
}

#main-header li a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

/***********************/
/****** SECTION 1 ******/
/**********************/
#r-section-1 .carousel-img {
	height: 220px;
	width: 100%;
}

#section-1 {
	width: 100%;
	height: 220px;
	position: relative;
	background-color: #0d0d0d;
	background-size: 220% auto;
	background-repeat: no-repeat;
	background-position: 16% 0px !important;

	background-clip: content-box;
}

#section-1 .container {
	top: 12%;
	position: relative;
}

#section-1.affiliate .signature,
#section-1.sponsor .signature,
#section-1.home .signature {
	height: auto;
	margin-top: 60px;
	width: 160px;
}

#section-1.affiliate .group-content,
#section-1.sponsor .group-content,
#section-1.home .group-content {
	padding: 0 24px;
}

#section-1 .btn.join {
	text-align: center;
	margin-bottom: 6px;
	height: 40px;
	width: 130px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	border-radius: 100px;
	background: rgb(231, 184, 70);
	background: linear-gradient(
		180deg,
		rgba(231, 184, 70, 1) 10%,
		rgba(255, 242, 164, 1) 30%,
		rgba(231, 184, 70, 1) 60%,
		rgba(224, 188, 56, 1) 75%,
		rgba(212, 153, 34, 1) 90%
	);
}

#section-4 .btn.questions:hover,
#section-4 .btn.questions:focus,
#section-1 .btn.join:hover,
#section-1 .btn.join:focus {
	color: #000;
	border: 2px solid #000;
	box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.75);
}

#section-1 .btn.login:hover,
#section-1 .btn.login:focus {
	color: rgba(255, 242, 164, 1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

#section-1 .btn.login {
	width: 130px;
	height: 40px;
	font-size: 16px;
	font-weight: 800;
	position: absolute;
	letter-spacing: 1px;
	border-radius: 100px;
	border: 4px solid rgba(231, 184, 70, 1);
	color: rgba(255, 242, 164, 1);
}

/***********************/
/****** SECTION 2 ******/
/**********************/

#section-2 {
	padding: 12px 0;
	background-color: #ab0000;
}

/***********************/
/****** SECTION 3 ******/
/**********************/

#section-3 {
	background-color: #000000;
}

#section-3 .carousel-indicators {
	top: 0;
	bottom: 0;
	right: 15%;
	left: unset;
	transform: rotate(90deg);
}

#section-3 .carousel-indicators button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid white;
	background-color: transparent;
}

#section-3 .carousel-indicators button.active {
	background-color: #fff;
}

/***********************/
/****** SECTION 4 ******/
/**********************/

#section-4 {
	padding: 24px 0;
	background-color: #ab0000;
}

#section-4 .black-box {
	width: auto;
	margin: 12px;
	height: 200px;
	padding: 12px;
	position: relative;
	border-radius: 20px;
	background-color: #0d0d0d;
	box-shadow: 0px 1px 10p 0px rgba(0, 0, 0, 0.75);
}

#section-4 .black-box:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

#r-section-2 a,
#section-4 a {
	text-decoration: unset;
}

#section-4 .titled-black-box {
	width: auto;
	margin: 12px 0;
	border-radius: 20px;
	background-color: #0d0d0d;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

#section-4 .titled-black-box .card-footer {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #181818;
	border-radius: 0 0 20px 20px;
}

#section-4 .main-promo-banner {
	width: 100%;
	margin: 12px 0;
	height: auto;
	border-radius: 20px;
	background-color: #0d0d0d;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

#r-section-2 .card-body,
#section-4 .card-body {
	padding: 0px;
}

#section-4 .promo-banner,
#r-section-2 .promo-banner {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 20px 20px;
	background-color: #0d0d0d;
	box-shadow: -27px 26px 42px -10px rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: -27px 26px 42px -10px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: -27px 26px 42px -10px rgba(0, 0, 0, 0.85);
}

.r-youtube-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

/***********************/
/******* FOOTER ********/
/**********************/

#footer {
	min-height: 300px;
	background-color: rgba(18, 18, 18, 1);
	padding: 20px 0px;
}

#footer .footer-2 {
	margin-top: 20px;
}

#footer .footer-2 .f-logo {
	height: auto;
	width: 100%;
}

#footer .footer-2 .f2-socials-row {
	margin-top: 40px;
	padding: 0 14px;
	text-align: center;
}

#footer .footer-2 .f2-curacao-row {
	margin-top: 40px;
}

#footer .footer-2 .f2-curacao-logo {
	height: auto;
	width: 100%;
}

#footer .footer-2 .f2-icon-logos,
#footer .footer-2 .f2-content {
	margin-top: 50px;
}

#footer .footer-2 .f2-content h1 {
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#footer .footer-2 .f2-content p {
	text-align: center;
	margin-bottom: 8px;
	font-size: 12px;
}

#footer .footer-3 {
	margin-top: 60px;
	text-align: center;
}

#footer .footer-3 .f3-content {
	font-size: 12px;
	padding: 12px;
}

/************************************/
/*********** MEDIA QUERY ************/
/************************************/

@media (min-width: 375px) {
	#section-1 {
		height: 230px;
		background-size: 200% auto;
		background-position: 67%;
	}

	#section-1 .container {
		top: 15%;
	}
}

@media (min-width: 425px) {
	#section-1 {
		height: 265px;
		background-position: 65%;
	}

	#section-1 .container {
		top: 21%;
	}

	#r-section-1 .carousel-img {
		height: 265px;
	}

	#section-2 .black-box {
		padding: 24px;
	}
}

@media (min-width: 576px) {
	#section-1 {
		height: 350px;
		background-position: 65%;
	}

	#r-section-1 .carousel-img {
		height: 350px;
	}

	#section-1 .container {
		top: 24%;
	}

	#section-1.affiliate .signature,
	#section-1.sponsor .signature,
	#section-1.home .signature {
		margin-top: 90px;
	}

	#section-1 .btn.join {
		height: 50px;
		width: 160px;
	}

	#section-1 .btn.login {
		height: 50px;
		width: 160px;
	}

	#section-1 .btn.login::before {
		height: 50px;
	}

	#footer .footer-2 .f2-socials-row {
		padding: 0;
	}
}

@media (min-width: 768px) {
	#section-1 {
		height: 240px;
		background-size: 100% auto;
	}

	#section-1 .container {
		top: 25%;
	}

	#section-1.affiliate .signature,
	#section-1.sponsor .signature,
	#section-1.home .signature {
		margin-top: 20px;
		width: 200px;
	}

	#section-2 .black-box {
		padding: 22px 0px;
	}

	#section-2 .black-box h3 {
		font-size: 14px;
		letter-spacing: 0.8px;
	}

	#section-2 .black-box p {
		letter-spacing: 0.8px;
		font-size: 9px;
	}

	#section-2 .img-girl {
		width: 140px;
	}

	#section-2 .img-girl.first {
		width: 150px;
	}

	#section-4 .black-box,
	#section-4 .titled-black-box {
		margin: 12px 0;
	}

	#section-4 .titled-black-box .card-footer {
		font-size: 10px;
	}

	#footer .f-brands-row {
		margin-top: 30px;
	}

	#footer .footer-2 {
		margin-top: 50px;
	}

	#footer .footer-2 .f2-content {
		margin-top: 12px;
	}

	#footer .footer-2 .f2-icon-logos {
		margin-top: 0px;
	}

	#footer .footer-2 .f2-content h1 {
		text-align: start;
	}

	#footer .footer-2 .f2-content p {
		text-align: start;
	}
}

@media (min-width: 992px) {
	#main-header li a {
		letter-spacing: 0.8px;
	}

	#section-1 {
		height: 310px;
	}

	#section-1.affiliate .signature,
	#section-1.sponsor .signature,
	#section-1.home .signature {
		margin-top: 15px;
		width: 250px;
	}

	#section-1 .container {
		top: 28%;
	}

	#section-1 .btn.join {
		margin-bottom: 12px;
	}

	#section-1 .btn.join,
	#section-1 .btn.login {
		height: 60px;
		width: 200px;
	}

	#section-1 .btn.login::before {
		height: 60px;
	}

	#section-2 .black-box h3 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	#section-2 .black-box p {
		font-size: 12px;
		letter-spacing: 1px;
	}

	#section-2 .img-girl {
		width: 140px;
	}

	#section-2 .img-girl.first {
		width: 150px;
	}

	#section-4 .titled-black-box .card-footer {
		font-size: 14px;
	}

	#footer .footer-2 .f2-content h1 {
		font-size: 22px;
	}

	#footer .footer-2 .f2-content p,
	#footer .footer-3 .f3-content {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	#main-header li a {
		letter-spacing: 1px;
	}

	#section-1 {
		height: 375px;
	}

	#section-1 .container {
		top: 30%;
	}

	#section-1.affiliate .signature,
	#section-1.sponsor .signature,
	#section-1.home .signature {
		margin-top: 0px;
		width: 300px;
	}

	#section-1 .btn.join,
	#section-1 .btn.login {
		width: 230px;
	}

	#section-2 .img-girl {
		width: 190px;
	}

	#section-2 .img-girl.first {
		width: 200px;
	}

	#section-2 {
		padding: 48px 0;
	}

	#footer .footer-2 .f2-content h1 {
		font-size: 32px;
	}

	#footer .footer-2 .f2-content p,
	#footer .footer-3 .f3-content {
		font-size: 16px;
	}
}

.new-icons {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	flex-direction: row;
	gap: 0px;
	padding: 24px 56px;
}

.new-icons div {
	flex: 1;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 1400px) {
	#section-1 {
		height: 435px;
	}

	#section-1 .container {
		top: 33%;
	}
}

@media (min-width: 1600px) {
	#section-1 {
		height: 490px;
	}

	#section-1 .container {
		top: 32%;
	}
}

@media (min-width: 1800px) {
	#section-1 {
		height: 560px;
	}

	#section-1 .container {
		top: 36%;
	}
}

@media (min-width: 1900px) {
	#section-1 {
		height: 600px;
	}

	#section-1 .container {
		top: 38%;
	}
}

@media (min-width: 2200px) {
	#section-1 {
		height: 710px;
	}

	#section-1 .container {
		top: 40%;
	}
}

@media (min-width: 820px) and (max-width: 1068px) {
	.ico-image {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 820px) {
	.new-icons {
		flex-direction: column;
		width: 100%;
		padding: 24px 2px;
	}
}

/* JAMES ADDED CODE */
.onclick,
.remove {
	width: 100%;
	height: 100%;
	margin: 5% 0;
}

.newJuventus,
.newSevilla {
	width: 100%;
	height: 100%;
	margin: 1% 0 4% 0;
}

#footer .f-section-row {
	margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 900px) {
	.remove {
		margin-left: unset;
	}

	.onclick,
	.remove {
		width: 100%;
		height: 100%;
		margin: 5% 0;
	}

	#footer .f-section-row {
		margin-top: unset;
	}

	.newJuventus,
	.newSevilla {
		margin: unset;
	}

	.newSevilla {
		margin-top: 2%;
	}

	.newJuventus {
		margin-top: 8%;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.newJuventus,
	.newSevilla {
		width: 100%;
		height: 100%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

.loader {
	display: none;
	width: 100%;
	height: 100%;
}

#iframe-container {
	height: 560px;
}

#signupIframe {
	display: none;
}

#signupModal .modal-body {
	border-radius: 8px;
}

#signupModal .modal-content {
	padding: 14px;
	background-color: rgba(18, 18, 18, 1) !important;
	border: none !important;
}

#signupModal .close {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	background: transparent;
	border: none;
	font-size: 2em;
	line-height: 0;
	padding: 10px;
}
