@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-MediumItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-BoldItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-LightItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-BlackItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-UltraLightItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-UltraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-HeavyItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-HeavyItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Regular.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Bold.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Black.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Heavy.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-SemiBoldItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-SemiBold.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Medium.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-ThinItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-UltraLight.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-UltraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Thin.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-RegularItalic";
	src: url("/assets/fonts/Gilroy-RegularItalic.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Gilroy";
	src: url("/assets/fonts/Gilroy-Light.woff2") format("woff2"),
		url("/assets/fonts/Gilroy-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

:root {
	--cyan: #2bdbe8;
	--green: #51bd1f;
	--yellow: #ffd600;
	--orange: #ff6d00;
	--gray: #707070;
}

body {
	background-image: url("/assets/img/atnativeback.png");
	background-repeat: repeat-y;
	font-family: "Gilroy";
	overflow-x: hidden;
}

/* start: [ custom-element/overwrite-bootstrap ] */
[class*="display-"] {
	font-weight: 800;
}
section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#club-form{
	position:relative;
	top:200px;
}

.btn.round-btn {
	border-radius: 100px;
	padding: 0.375rem 2rem;
}
.round-badge {
	border-radius: 100px;
	padding: 0.375rem 2rem;
	background-color: rgba(255, 255, 255, 0.2);
	text-align: end;
	padding-right: 11rem;
	text-align: right;
}
.navbar {
	padding: 0;
}
a.nav-ball {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2rem;
	text-decoration: none;
}

.form-control.custom-scat {
	border: 2px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 7px;
}

.form-control.custom-scat::-webkit-input-placeholder {
	color: white;
}

.form-control.custom-scat:-ms-input-placeholder {
	color: white;
}

.form-control.custom-scat::placeholder {
	color: white;
}

.vertical-carousel .carousel-item-next.carousel-item-left,
.vertical-carousel .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vertical-carousel .carousel-item-next,
.vertical-carousel .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vertical-carousel .carousel-item-prev,
.vertical-carousel .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
/* end: [ custom-element/overwrite-bootstrap ] */

/* start: [ navbar ] */
ul#navbar {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
}
ul#navbar li {
	display: inline-block;
	position: relative;
	transition: top cubic-bezier(0, 1.1, 0.55, 0.42) 100ms;
}

ul#navbar.normal li {
	display: inline-block;
	position: inherit;
}

ul#navbar.normal li a {
	width: inherit;
	height: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0.375rem 1rem;
	background-color: rgba(255, 255, 255, 0.2);
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2rem;
	text-decoration: none;
	margin-top: 30px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 5px;
	transition: width ease 400ms;
}

ul#navbar.normal li a:hover span {
	opacity: 1;
}
ul#navbar.normal li a:hover {
	width: auto;
	border-radius: 8px;
}

ul#navbar.normal li a span {
	opacity: 0;
	transition: opacity ease 400ms;
}

ul#navbar li:nth-child(1) {
	top: 90px;
}
ul#navbar li:nth-child(1):hover {
	top: 65px;
}
ul#navbar li:nth-child(1) a.nav-ball {
	background-color: var(--cyan);
}

ul#navbar li:nth-child(2) {
	top: 157px;
}
ul#navbar li:nth-child(2):hover {
	top: 132px;
}
ul#navbar li:nth-child(2) a.nav-ball {
	background-color: var(--gray);
}

ul#navbar li:nth-child(3) {
	top: 65px;
}
ul#navbar li:nth-child(3):hover {
	top: 40px;
}
ul#navbar li:nth-child(3) a.nav-ball {
	background-color: var(--yellow);
}

ul#navbar li:before {
	content: "";
	width: 4px;
	background-color: #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -2px;
	height: 200px;
}
/* end: [ navbar ] */

/* start: [ hero ] */
section#hero #images-logo {
	width: 853px;
	height: 853px;
	position: relative;
	display: block;
	margin-left: -155px;
}
section#hero #images-logo img:first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
section#hero #images-logo img:last-child {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -346px;
}
/* end: [ hero ] */

/* start: [ club ] */
section#club {
	position: relative;
	padding-bottom: 14rem;
}

section#club::before {
	position: absolute;
	top: calc(100% - 50px);
	left: 60px;
	height: 359px;
	content: "";
	width: 193px;
	background-image: url("/assets/img/rocket.png");
	background-repeat: no-repeat;
}
section#club::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -25px;
	background-image: url("/assets/img/atNativeBubbles.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 359px;
	height: 354px;
}
section#club #enroll-club {
	position: relative;
}
section#club #enroll-club .btn {
	position: absolute;
	top: 80px;
	left: 185px;
	z-index: 99;
}
section#club #enroll-club::after {
	position: absolute;
	top: calc(100% - 50px);
	content: "";
	width: 145px;
	height: 145px;
	background-image: url("/assets/img/right-arrow.png");
}
section#club #tshirts {
	position: relative;
}
section#club #tshirts::before {
	content: "";
	position: absolute;
	left: -210px;
	width: 116px;
	height: 94px;
	top: -64px;
	background-image: url("/assets/img/planet1.png");
	background-repeat: no-repeat;
	background-size: contain;
}
section#club #tshirts::after {
	position: absolute;
	content: "";
	top: 0;
	width: 600px;
	height: 600px;
	background-image: url("/assets/img/tshirts.png");
	background-size: contain;
	background-repeat: no-repeat;
	right: 50%;
}

section#club #buy-club-tshirt::after {
	position: absolute;
	top: calc(100% - 50px);
	content: "";
	width: 145px;
	height: 145px;
	background-image: url("/assets/img/left-arrow.png");
	left: calc(50% - 90.5px);
	transform: translate(-80%, 0%) rotate(-20deg);
}

section#club #buy-club-tshirt .btn {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 140px;
}
section#club #badges {
	margin-top: 130px;
}

section#club #badges p {
	position: relative;
	z-index: 1;
}

section#club #badges p::after {
	position: absolute;
	left: calc(100% - 30px);
	width: 100vw;
	top: 0px;
	bottom: 0px;
	content: "";
	z-index: 2;
}

section#club #badges p:nth-child(1),
section#club #badges p:nth-child(1)::after,
section#club #badges p:nth-child(3),
section#club #badges p:nth-child(3)::after {
	background-color: var(--green);
}

section#club #badges p:nth-child(2),
section#club #badges p:nth-child(2)::after {
	background-color: var(--orange);
}

/* end: [ club ] */

/* start: [ summer-camp ] */
section#summer-camp .container {
	position: relative;
}

section#summer-camp .container::after {
	position: absolute;
	top: calc(100% - 50px);
	left: 60px;
	height: 92px;
	content: "";
	width: 107px;
	background-image: url("/assets/img/planet2.png");
	background-repeat: no-repeat;
	transform: rotate(-27deg);
}

section#summer-camp #summer-camp-text {
	position: relative;
}

section#summer-camp #summer-camp-text::after {
	position: absolute;
	top: calc(100% - 50px);
	left: -110px;
	height: 145px;
	content: "";
	width: 145px;
	background-image: url("/assets/img/left-arrow.png");
	transform: rotate(-27deg);
}

section#summer-camp #carousel-sc {
	width: 100%;
	height: 400px;
	background-color: gray;
}

section#summer-camp #carousel-sc .carousel-inner,
section#summer-camp #carousel-sc .carousel-inner .carousel-item,
section#summer-camp #carousel-sc .carousel-inner .carousel-item img {
	height: 400px;
}

section#summer-camp #carousel-sc .carousel-inner .carousel-item img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

section#summer-camp #carousel-sc .carousel-control-prev,
section#summer-camp #carousel-sc .carousel-control-next {
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, 0%);
}

section#summer-camp #carousel-sc .carousel-control-prev {
	top: -50px;
}

section#summer-camp #carousel-sc .carousel-control-next {
	top: 100%;
}
/* end: [ summer-camp ] */

/* start: [ members ] */

section#members {
	position: relative;
}
section#members::before {
	position: absolute;
	content: "";
	width: 280px;
	height: 174px;
	background-image: url("/assets/img/planet3.png");
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: 130px;
}

section#members #instagram-block {
	position: relative;
}

section#members #instagram-block::before {
	position: absolute;
	content: "";
	width: 208px;
	height: 190px;
	background-image: url("/assets/img/planet4.png");
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: -95px;
}

section#members #instagram-block .carousel .carousel-control-prev {
	margin-left: -9.5%;
}

section#members #instagram-block .carousel .carousel-control-next {
	margin-right: -9.5%;
}

section#members .instagram-gallery {
	background-color: rgba(255, 255, 255, 0.17);
	border-radius: 44px;
	padding: 30px 60px;
	margin-top: 2rem;
}

section#members .instagram-gallery .instagram-item {
	width: 275px;
	height: 275px;
	overflow: hidden;
}

/* end: [ members ] */

/* start: [ sponsors ] */

section#sponsors #sponsor-logos {
	padding-top: 95px;
}

section#sponsors #sponsor-logos .col-1:nth-child(odd) {
	margin-top: -75px;
}

section#sponsors #youtube-block a {
	position: relative;
}

section#sponsors #youtube-block a p {
	margin: 0;
	position: absolute;
	right: -80px;
	width: 90px;
	color: #fff;
	top: 50%;
	transform: translate(0%, -50%);
}

section#sponsors #youtube-block a p::after {
	content: "";
	background-image: url("/assets/img/arrow-top-left.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-80%, 0%);
}

section#sponsors #youtube-block a img {
	width: 70%;
}

section#sponsors #facebook-block {
	padding-top: 60px;
}
section#sponsors #facebook-block a {
	position: relative;
}

section#sponsors #facebook-block a p {
	margin: 0;
	position: absolute;
	right: -80px;
	width: 90px;
	color: #fff;
	bottom: 300%;
	left: 0;
}

section#sponsors #facebook-block a p::after {
	content: "";
	background-image: url("/assets/img/arrow-bottom-right.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-0%, 30%);
}
/* end: [ sponsors ] */

section#merch-store .container {
	position: relative;
}

section#merch-store::before {
	content: "";
	background-image: url("/assets/img/rocket4.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 350px;
	height: 407px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-0%, 30%);
}

section#merch-store::after {
	content: "";
	background-image: url("/assets/img/atNativeBubbles.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 350px;
	height: 407px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-0%, 30%);
}

section#merch-store #shipping-info {
	background-color: rgba(255, 255, 255, 0.2);
}

section#merch-store .gallery .photos .photo {
	width: 40px;
	margin-bottom: 0.7rem;
}

div.sc-requirements .modal-content{
	background-color: #46084E;
}

div.sc-requirements .modal-title{
	color: #FFD600;
}

div.sc-requirements .modal-body, div.sc-requirements button.close{
	color: white;
}

form#payForm .form-row{
	margin-bottom:15px;
}

form#payForm label{
	margin-bottom:0px;
}

div#payFormButtons{
	background-color: #FF6D00;
    border-radius: 10px;
    padding: 12px;
}

div#payFormButtons input{
	margin: 0 auto;
}

div#payFormButtons svg.bi-check{
	color:#51BD1F;
	font-size: 20px;
}

.v-spacer{
	height:20%;
}