@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&display=swap");

.nav-icon {
  
}

.nav-btn {
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.lead {
}

body {
  padding-top: 3rem;
}

.cover-container {
  min-height: 50vh; /* This is 150% of the viewport height */
}

body,
.cover-container {
  /* This will add a vertical scroll bar if the content overflows */
}


.example::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 12px;
}



::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.headers {
  font-family: "Lexend Deca", sans-serif;
  font-size: 700%;
  padding-top: 10rem;
  padding-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  color: #e0e1dd;
  scale: 1.2;
}

.text {
  color: #e0e1dd;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 200px;
}

.buttons {
  font-size: 30px;
  color: #e0e1dd;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 200px;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  
}

a {
  text-decoration: none;
  color: black;
}

.gradient {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px,
    0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(
      18% 28% at 18% 71%,
      #ffffff59 6%,
      #073aff00 100%
    ),
    radial-gradient(70% 53% at 36% 76%, #73f2ffff 0%, #073aff00 100%),
    radial-gradient(42% 53% at 15% 94%, #ffffffff 7%, #073aff00 100%),
    radial-gradient(18% 28% at 35% 87%, #ffffffff 7%, #073aff00 100%),
    radial-gradient(
      74% 86% at 67% 38%,
      #add4edf5 1%,
      #0077fff5 43%,
      #1c00fff5 99%,
      #073aff00 100%
    ),
    repeating-conic-gradient(
      from 34deg at 50% 50%,
      #4eb5ffff 1%,
      #4c00fcff 100%
    );
}

.section {
  padding: 2rem;
  background-color: #0d1b2a;
}

.btnborder {
  padding: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  color: #1b263b;
  text-align: center;
}

.footer {
  padding: 20px;
  background-color: #1b263b;
}

.footnotes {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  color: white;
  width: 100%;
  margin: auto 0;
  margin-top: 2 rem;
  height: 2px;
}

.about {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  font-weight: 500;

  padding-top: 7rem;
  padding-bottom: 7rem;
  
  color: #ffffff;
}

.gradient1 {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(
      49% 81% at 45% 47%,
      #ffe20345 0%,
      #073aff00 100%
    ),
    radial-gradient(113% 91% at 17% -2%, #8900ffff 1%, #ff000000 99%),
    radial-gradient(142% 91% at 83% 7%, #ffdb00ff 1%, #ff000000 99%),
    radial-gradient(142% 91% at -6% 74%, #ff0049ff 1%, #ff000000 99%),
    radial-gradient(142% 91% at 111% 84%, #ff7000ff 0%, #ff0000ff 100%);

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sponsorbuttons:hover {
  transform: scale(1.1);
  margin-right: 40px;
  margin-left: 26px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.teamsection{
	
	margin: 0;
	box-sizing: border-box;
	font-family: "Lexend Deca", sans-serif;
	text-decoration: none;
  padding-bottom: 6rem;
}
.team{
	position: relative;
	width: 100%;
	height: 200%;
  background: #05091d;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.team-content{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, auto));
	align-items: center;
	gap: 2rem;
	text-align: center;
	margin-top: 4rem;
  padding-bottom: 4rem;
  
}
.team-content img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	margin-bottom: 15px;
  

}
.center h1{
	color: #fff;
	font-size: 4rem;
	text-align: center;
  
}
.box{
	padding: 16px;
  background: radial-gradient(#07204e,#0f051d);
	border-radius: 15px;
	transition: all .38s ease;
  
}

.sponsor {
  transition: all .38s ease;
}

.sponsor:hover{
	transform: scale(1.2);
	cursor: pointer;
}



.box h3{
	font-size: 23px;
	font-weight: 600;
	color: #fff;
  
	
}
.box h5{
	font-size: 15px;
	font-weight: 600;
	color: #b7b4bb;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.icons i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin: 0 8px;
	transition: all .38s ease;
}
.icons i:hover{
	transform: scale(1.2);
}
.box:hover{
	transform: scale(1.1);
	cursor: pointer; 
  
}
.middle {
    font-family: "Lexend Deca", sans-serif;
    font-size: 300%;
    padding-top: 10rem;
    text-align: center;
    font-weight: 700;
    color: #e0e1dd;
}

@media(max-width: 1240px){
	.team{
		width: 100%;
		height: auto;
		padding: 90px 2%;
	}
	.center h1{
		font-size: 3.2rem;
	}
}




@media screen  and (max-width: 600px){
  .headers {
    font-family: "Lexend Deca", sans-serif;
    font-size: 300%;
    padding-top: 10rem;
    text-align: center;
    font-weight: 700;
    color: #e0e1dd;
    scale: 1.2;
  }

  .middle {
    font-family: "Lexend Deca", sans-serif;
    font-size: 300%;
    padding-top: 10rem;
    text-align: center;
    font-weight: 700;
    color: #e0e1dd;
  }

  .about{
    
      font-family: "Lexend Deca", sans-serif;
      font-size: 75%;
      font-weight: 800;

      padding-top: 7rem;
      padding-bottom: 7rem;
      
      color: #e0e1dd;
    
  }
}