/* guides */

/*
green: #00cf6c;
green (hover): #00b05c;
yellow: #ffcc0f;

-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
*/

/* important */

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

.display-inline-block {
	display: inline-block !important;
}

.position-relative {
	position: relative !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.background-color-rgba-0-0-0-09 {
	background-color: rgba(0, 0, 0, .9) !important;
}

@media (max-width: 767px) {
	.display-none-for-xs {
		display: none !important;
	}

	.display-inline-block-for-xs {
		display: inline-block !important;
	}

	.mb2rem-for-xs {
		margin-bottom: 2rem !important;
	}

	.plr-0-5rem-for-xs {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}

	.text-center-for-xs {
		text-align: center !important;
	}

	.flex-direction-row-for-xs {
		flex-direction: row !important;
	}

	.justify-content-center-for-xs {
		justify-content: center !important;
	}
}

@media (min-width: 768px) {
	.display-none-for-desktop {
		display: none !important;
	}

	.mb10rem-for-desktop {
		margin-bottom: 10rem !important;
	}
}

/* general */

body {
	background-color: #000;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/cover.jpg");
	background-position: center;
	background-position-y: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.cta-btn-yellow {
	padding: .7rem 2.25rem .8rem !important;
	font-family: "Sofia Medium" !important;
	color: #000 !important;
	border: 0 !important;
	background-color: #FFCC0F;
	border-radius: 15px;
	font-size: 1rem;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.cta-btn-yellow:hover {
	background-color: #ECBA00;
}

input::-webkit-input-placeholder {
  color: #808080 !important;
}

input::-moz-placeholder {
  color: #808080 !important;
}

input:-ms-input-placeholder {
  color: #808080 !important;
}

input:-moz-placeholder {
  color: #808080 !important;
}

/* navigation */

.navbar-main-nav .nav-item {
	font-family: "Sofia Medium" !important;
	color: #fff !important;
	text-transform: uppercase;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.navbar-main-nav .nav-item a {
	color: #fff !important;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.navbar-main-nav .nav-item a:hover {
	border-bottom: 2px solid #fff;
}

.nav-link-soc-icon svg path {
	fill: #fff;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.nav-link-soc-icon:hover svg path {
	fill: #ccc;
}

.nav-cta-btn {
	padding: .6rem 1.5rem !important;
	font-family: "Sofia Medium" !important;
	border-bottom: 0 !important;
	color: #fff !important;
	background-color: #00cf6c;
	border-radius: 20px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.nav-cta-btn i {
	margin-left: .5rem;
}

.nav-cta-btn:hover {
	background-color: #00b05c;
}

@media (max-width: 767px) {
	.navbar-brand {
		margin-right: 0;
	}

	.navbar-brand img {
		width: 150px;
	}

	.nav-link-soc-icon {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media (min-width: 768px) {
	.nav-link-active {
		border-bottom: 2px solid #fff !important;
	}
}

/* message */

.section-message {
	padding-top: 170px;
	padding-bottom: 0;
}

.section-message img {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 6rem;
}

#animationMessage {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
	.section-message {
		padding-top: 150px;
	}

	.section-message img {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}

	#animationMessage {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
}

/* description */

.section-description {
	padding-top: 0;
	padding-bottom: 6rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 1) 100%);
}

.description-div {
	padding: 0;
	border: 5px solid #fff;
	border-radius: 20px;
}

.description-div > div:nth-child(1) {
	position: relative;
	flex: 1;
	padding: 2rem;
	font-family: "Sofia Semi Bold";
	color: #fff;
	text-align: center;
}

.description-div > div:nth-child(1) > span:nth-child(1) {
	display: block;
	position: relative;
	width: 116px;
	height: 142px;
	margin: -3.25rem auto 1.25rem auto;
	padding-top: 3.5rem;
	background-color: #ffcc0f;
	border-radius: 12px;
	color: #000;
	font-size: 3rem;
	z-index: 2;
}

.description-div > div:nth-child(1) > span:nth-child(2) {
	position: absolute;
	top: -12px;
	left: calc(50% - 50px);
	width: 116px;
	height: 118px;
	background-color: #bc9400;
	border-radius: 12px;
	transform: rotate(-10deg);
	z-index: 1;
}

.description-div > div:nth-child(1) p {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.description-div > div:nth-child(2) {
	flex: 4;
	padding: 2rem 3rem;
	font-family: "Sofia Regular";
	color: #fff;
	font-size: .95rem;
}

.description-div > div:nth-child(2) p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.section-description {
		padding-bottom: 4rem;
	}

	.description-div > div:nth-child(1) {
		border-bottom: 5px solid #fff;
	}

	.description-div > div:nth-child(2) {
		padding: 2rem;
	}
}

@media (min-width: 768px) {
	.description-div {
		display: flex;
	}

	.description-div > div:nth-child(1) {
		border-right: 5px solid #fff;
	}
}

/* content */

.section-content {
	margin-top: 0;
	background-color: #000;
	padding-top: 0;
	padding-bottom: 6rem;
}

.section-content video {
	width: 100%;
	height: auto;
}

.section-content p {
	font-family: "Sofia Light";
	font-size: 3rem;
	line-height: 3.5rem;
	color: #fff;
	text-transform: uppercase;
}

.section-content p b {
	font-family: "Sofia Medium";
}

.section-content a {
	font-family: "Sofia Regular";
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.section-content a:hover {
	color: #ccc;
	text-decoration: none;
}

@media (max-width: 767px) {
	.section-content {
		padding-bottom: 3rem;
	}

	.section-content p {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.section-content video {
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
	}
}

/* footer */

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #000;
}

footer p {
	font-family: "Sofia Semi Bold";
	font-size: .9rem;
	color: #fff;
	text-transform: uppercase;
}

footer ul {
	display: block;
	list-style-type: none;
	padding-inline-start: 0;
	margin-bottom: 0;
}

footer ul li {
	display: inline-block;
}

footer ul.logos li {
	margin-right: 2rem;
}

footer ul.logos li:last-child {
	margin-right: 0;
}

footer ul.logos li img {
	height: 50px;
	width: auto;
}

footer ul.soc-icons li a {
	padding: 0 .5rem;
	font-weight: 700;
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	footer ul.soc-icons li:last-child a {
		padding-right: 0;
	}
}

/* registration page - section content */

.registration-page-section-content {
	padding-top: 200px;
	padding-bottom: 0;
}

.registration-page-section-content h2 {
	font-family: "Sofia Semi Bold";
	font-size: 2.5rem;
	line-height: 3rem;
	color: #fff;
	text-transform: uppercase;
}

.registration-page-section-content p {
	font-family: "Sofia Regular";
	font-size: .95rem;
	color: #fff;
}

@media (max-width: 767px) {
	.registration-page-section-content {
		padding-top: 150px;
	}
}

/* registration page - section registration */

.registration-page-section-registration {
	padding: 4rem 0 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 1) 100%);
}

.registration-page-section-registration h3 {
	font-family: "Sofia Medium";
	font-size: 1.1rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.registration-page-section-registration form label {
	font-family: "Sofia Medium";
	font-size: .85rem;
	color: #fff;
	text-transform: uppercase;
}

.registration-page-section-registration form input {
	padding: .75rem 1rem;
	background-color: #000;
	border: 1px solid #606060;
	border-radius: 15px;
	color: #fff !important;
	font-size: .9rem;
	font-family: "Sofia Light";
	outline: 0 !important;
	box-shadow: none !important;
}

.registration-page-section-registration form input:focus {
	background-color: #000;
	border: 1px solid #606060;
}

@media (max-width: 767px) {
	.registration-page-section-registration {
		padding-top: 3rem;
	}
}

/* checkbox container */

.checkbox-container {
	font-family: 'Sofia Light' !important;
	font-size: .925rem !important;
	text-transform: none !important;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: transparent;
	border: 1px solid #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.radio-checkmark {
	border-radius: 50%;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: transparent;
	border: 1px solid #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}

.checkbox-container input:checked ~ .radio-checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container .radio-checkmark:after {
	border-width: 0;
 	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

#registrationAlert {
	margin-bottom: 0 !important;
	font-family: "Sofia Light" !important;
	font-size: .925rem !important;
	text-transform: none !important;
	color: #fff !important;
}

.input-error {
	border: 1px solid #e74c3c !important;
}

.checkmark-error {
	border: 1px solid #e74c3c !important;
}

.conditions-link {
	color: #fff;
	text-decoration: underline;
}

.conditions-link:hover {
	color: #fff;
	text-decoration: none;
}

.conditions-modal {
	display: none;
	max-width: 900px;
	border-radius: 15px;
}

.conditions-modal h2 {
	font-family: "Sofia Semi Bold";
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.5rem;
}

.conditions-modal h3 {
	color: #000;
	font-family: "Sofia Semi Bold";
	font-size: .95rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.conditions-modal p,
.conditions-modal ul {
	color: #000;
	font-family: "Sofia Regular";
	font-size: .95rem;
	margin-bottom: 1rem;
}

.conditions-modal p:last-child,
.conditions-modal ul:last-child {
	margin-bottom: 0;
}

.conditions-modal b {
	font-family: "Sofia Semi Bold";
}

.conditions-modal a {
	color: #000;
	text-decoration: underline;
}

.conditions-modal a:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 767px) {
	.conditions-modal {
		max-width: 90%;
	}
}

/* */
