html,
body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden !important;
	font-size: 20px !important;
}

/* .no-scroll {
	overflow-y: hidden !important;
} */

.loader {
	background-color: #2a2017;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
	z-index: 99999;
}

.loader__hide {
	visibility: hidden;
	opacity: 0;
}

.loader__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.loader__text {
	font-size: 20px;
	color: white;
	font-family: Arial, sans-serif;
}

.loading {
	visibility: visible;
	opacity: 1;
	transition: 0.5s all;
	width: 5rem;
}

.rower {
	height: 100vh;
}

.display-1,
.display-2,
.display-3,
.display-4 {
	font-weight: 900 !important;
	color: #ff8000;
}

.sidebar {
	position: fixed;
	top: 0;
	right: 80%;
	left: 0;
	bottom: 0;
	height: 100%;
	background-color: #2a2017;
	z-index: 3;
}

.sidebar-2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #2a2017;
	z-index: 3;
}

.sidebar-container {
	position: relative;
	top: 30%;
	bottom: 20%;
	left: 20px;
}

.sidebar-container a {
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	transition: all 0.2s;
}

.sidebar-container a:hover {
	color: #ff8000;
}

.fas,
.fab {
	color: #ff8000;
}

.sidebar-container h6 {
	color: #ff8000;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.sidebar-container p {
	padding: 0;
	margin: 0;
	color: #dec5ff;
}

#popupNavbar {
	position: fixed;
	top: 0;
	right: 100%;
	left: -20%;
	bottom: 0;
	height: 100%;
	transition: all 0.4s linear;
	z-index: 4;
	background-color: #1b013e;
}

.links--show {
	opacity: 1 !important;
	visibility: visible !important;
}

#popupNavbar > div {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
}

#popupNavbar2 {
	position: fixed;
	top: 0;
	right: 100%;
	left: -100%;
	bottom: 0;
	height: 100%;
	transition: all 0.4s linear;
	z-index: 51;
	background-color: #1b013e;
}

.text-bold b {
	color: #ff8000;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	opacity: 0;
	visibility: hidden;
}

.right-content {
	padding-left: 20%;
}

/*
.dave-picture {
  background-image: url('../static/img/dave.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
*/

.changing-nums {
	position: fixed;
	bottom: 0;
	right: 82%;
	font-size: 170px;
	color: transparent;
	z-index: 5;
	-webkit-text-stroke: 4px #ff8000;
	font-weight: 800;
}

.opening-content .col-md-4 {
	padding-top: 11%;
	padding-right: 70px;
	padding-left: 70px;
}

.opening-content h1,
h3,
.display-2 {
	font-weight: 900;
	font-family: "Poppins", sans-serif;
}

.opening-content h1 {
	margin-top: 40px;
	font-size: 60px;
}

@media screen and (max-width: 1400px) {
	.opening-content h1 {
		font-size: 3.2rem;
	}
}

.basketball h2 {
	font-weight: bold;
}

.col-lg-6 h2 {
	font-weight: bold;
}

.main-content {
	padding-top: 5%;
	padding-bottom: 5%;
}

.customRow {
	display: flex;
}

.customRow--image {
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.customRow > .image {
	flex: 0 1 calc(33% - 1rem);
	margin: 0 0.5rem;
	width: 100%;
}

.opening-text {
	padding: 3rem;
	padding-top: 10%;
}

.customRow > .opening-text {
	flex: 0 0 calc(1 / 3 * 100%);
}

.customRow > .image-anim {
	flex: 0 0 calc(2 / 3 * 100%);
}

.col--6 {
	flex: 0 0 50%;
}

@media screen and (max-width: 1000px) {
	.customRow--home {
		flex-direction: column;
	}

	.opening-text {
		position: absolute;
		bottom: 0;
		z-index: 50;
		background-color: #29005e;
		width: 100%;
		padding: 2rem;
	}

	.customRow > .image-anim {
		flex: unset;
		width: 100%;
	}

	.customRow {
		flex-wrap: wrap;
	}

	.col--6 {
		flex: 1 0 100%;
	}

	.customRow > .image {
		flex: 0 1 calc(50% - 2rem);
		margin: 0 1rem;
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.customRow > .image {
		flex: 0 1 100%;
		margin: 0 1rem;
		width: 100%;
	}
}

.image {
	height: 100%;
}

.image__hide {
	visibility: hidden;
	opacity: 0;
	/* position: absolute;
	left: -100px;
	top: -100px; */
	transform: scale(0);
	width: 0 !important;
	height: 0;
	padding: 0;
	margin: 0;
}

.image__show {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.image {
	position: relative;
	transition: all 0.4s;
}

.image__img {
	width: 100%;
	aspect-ratio: 16/9;
}

.image__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s;
	cursor: pointer;
}

.image__container {
	position: relative;
}

.image__overlay:hover {
	opacity: 1;
}

.image__title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	padding: 0 2.5rem 0 2.5rem;
}

.image__description {
	font-size: 1.4rem;
	margin-top: 0.25rem;
	text-align: center;
}

.filter {
	display: flex;
}

.filter__link {
	color: #ff8000;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s all;
}

.filter__link:hover {
	color: #320af7;
}

.filter__link--active {
	color: #320af7;
}

.filter > span:not(:first-child) {
	margin-left: 1rem;
}

.filter > span:not(:first-child)::before {
	color: #000;
	content: "|";
	margin-right: 1rem;
}

.z-index {
	position: relative;
	z-index: 2;
}

/* Hamburger */

.visuallyHidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

#label {
	top: 0;
	position: absolute;
}

.hamburger {
	margin: 0;
	margin-top: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	position: fixed;
	z-index: 5;
}

.hamburger2 {
	margin: 0;
	margin-top: 14px;
	left: 20px;
	width: 30px;
	height: 30px;
	position: fixed;
	z-index: 5;
}

#checkbox1,
#checkbox2 {
	display: none;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger .bar {
	padding: 0;
	width: 30px;
	height: 4px;
	background-color: rgb(240, 209, 255);
	display: block;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
	position: absolute;
}

.bar1 {
	top: 0;
}

.bar2,
.bar3 {
	top: 13.5px;
}

.bar3 {
	right: 0;
}

.bar4 {
	bottom: 0;
}

.checkbox1:checked + label > .hamburger > .bar1 {
	transform: rotate(45deg);
	transform-origin: 5%;
	width: 41px;
}

.checkbox1:checked + label > .hamburger > .bar2 {
	transform: translateX(-40px);
	background-color: transparent;
}

.checkbox1:checked + label > .hamburger > .bar3 {
	transform: translateX(40px);
	background-color: transparent;
}

.checkbox1:checked + label > .hamburger > .bar4 {
	transform-origin: 5%;
	transform: rotate(-45deg);
	width: 41px;
}

.checkbox2:checked + label > .hamburger > .bar1 {
	transform: rotate(45deg);
	transform-origin: 5%;
	width: 41px;
}

.checkbox2:checked + label > .hamburger > .bar2 {
	transform: translateX(-40px);
	background-color: transparent;
}

.checkbox2:checked + label > .hamburger > .bar3 {
	transform: translateX(40px);
	background-color: transparent;
}

.checkbox2:checked + label > .hamburger > .bar4 {
	transform-origin: 5%;
	transform: rotate(-45deg);
	width: 41px;
}

/* code for loading animation */

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.image-anim {
	background: linear-gradient(to bottom left, #000, #eee);
	height: 100vh;
	position: relative;
}

.img {
	position: absolute;

	left: 10px;
	bottom: -140px;
	opacity: 0;
	height: 100%;

	transition: 2s all cubic-bezier(0, 0.95, 0.57, 1.02),
		opacity 0.6s ease-in-out;
}

@media screen and (max-width: 800px) {
	.img {
		width: 100%;
		height: auto;
		top: 100px;
		bottom: unset;
	}
}

.img__main-img {
	z-index: 6;
	left: -20px;

	opacity: 1;
}

.img__main-img:hover {
	transform: scale(1.02);
}

.img--1 {
	z-index: 5;
}

.img__main-img:hover ~ .img--1 {
	left: 100px;
	transform: scale(0.9);
	opacity: 1;
}

.img--2 {
	z-index: 4;
}

.img__main-img:hover ~ .img--2 {
	left: 150px;
	transform: scale(0.85);
	opacity: 1;
}

.img--3 {
	z-index: 3;
}

.img__main-img:hover ~ .img--3 {
	left: 200px;
	transform: scale(0.8);
	opacity: 1;
}

.img--4 {
	z-index: 2;
}

.img__main-img:hover ~ .img--4 {
	left: 240px;
	transform: scale(0.75);
	opacity: 1;
}

@media screen and (max-width: 800px) {
	.img__main-img:hover ~ .img--1 {
		left: 40px;
		transform: scale(0.9);
		opacity: 1;
	}
	.img__main-img:hover ~ .img--2 {
		left: 80px;
		transform: scale(0.85);
		opacity: 1;
	}

	.img__main-img:hover ~ .img--3 {
		left: 120px;
		transform: scale(0.8);
		opacity: 1;
	}
}

.paragraph {
	font-family: "Poppins", sans-serif;
	color: #fff;
}

.justify {
	text-align: justify;
}

.competitions {
	padding: 3rem 3rem;
	background: linear-gradient(
		to bottom left,
		#56abff 10%,
		#5900ce 50%,
		#29005e 70%
	);
}

.competitions__container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.competitions__competition {
	width: 100%;
	flex: 0 0 calc(50% - 4rem);
	aspect-ratio: 16 / 9;

	margin-bottom: 5rem;
}

@media screen and (max-width: 950px) {
	.competitions__competition {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 2rem;
	}
}

.competitions__video {
	width: 100%;
	height: 100%;
}

.competitions__title {
	color: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	font-weight: 700;
	margin-top: 2rem;
	font-size: 2.5rem;
	text-align: center;
}

.gallery {
	padding: 3rem;
	position: relative;
	height: 500px;
	width: 600px;
	margin: auto;
}

.gallery:hover > .gallery__img {
	transform: rotateZ(-10deg);
}

.gallery__img {
	position: absolute;
	width: 15rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1rem 0.2rem 3rem #0000002f;
	border-radius: 1rem;

	transition: 2s all cubic-bezier(0, 0.95, 0.57, 1.02);
}

.gallery:hover > .gallery__img--1,
.gallery:hover > .gallery__img--2 {
	transform: translateY(-50%) rotateZ(10deg);
}

.gallery__img--1 {
	left: 5%;
	transform: translateY(-50%);
	top: 15%;
}

.gallery__img--2 {
	right: 0;
	left: unset;
	width: 12rem;
	top: 25%;
	transform: translateY(-50%);
}

.gallery:hover > .gallery__img--3 {
	transform: translate(-50%, -50%) rotateZ(-10deg);
}

.gallery__img--4 {
	width: 10rem;
	bottom: 0;
	transform: unset;
	left: 10%;
}

.gallery__img--5 {
	right: 5%;
	left: unset;
	width: 10rem;
	bottom: 0;
	transform: unset;
}

@media screen and (max-width: 1000px) {
	.opening-text {
		flex-direction: column;
	}

	.gallery {
		margin-top: 5rem;
		flex: 0 0 500px;
	}

	.gallery__img--5 {
		right: 10%;
	}

	.opening-text > h3 {
		font-size: 1.6rem;
	}

	.opening-text > h1 {
		font-size: 2.6rem;
	}

	.image-anim {
		height: 100vh;
		overflow: hidden;
	}
}

@media screen and (max-width: 700px) {
	.gallery__img--5 {
		right: 0;
	}

	.gallery {
		flex: 1 0 100%;
	}

	.display-3 {
		font-size: 3rem !important;
	}
}

@media screen and (max-width: 600px) {
	.gallery__img {
		width: 12rem;
	}

	.gallery__img--4 {
		width: 8rem;
	}

	.opening-text > h3 {
		font-size: 1.4rem;
	}

	.opening-text > h1 {
		margin: 0;
		margin-top: 1rem;
		font-size: 2rem;
	}

	.opening-text > p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 500px) {
	.gallery__img {
		width: 9rem;
	}

	.gallery__img--5 {
		width: 7rem;
	}
}

#small-sidebar {
	position: fixed;
	z-index: 100;
}