.Sponsors {
	margin-top: 30px;
	background-color: transparent;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.Sponsors-container {
	max-width: 80vw;
}

.Sponsors div {
	cursor: pointer;
}

.Sponsors_description {
	color: rgb(238, 224, 224);
	text-align: center;
	border-radius: 25px;;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.sponsor-title {
	color: rgb(236, 230, 217);
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 35px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.awesome {
	color: var(--purple-shade);
}

.Sponsors-card {
	border-radius: 20px;
	margin-top: 4rem;
	padding: 2%;
	padding-left: 4%;
	transition: all ease-in-out 0.4s;
	background: linear-gradient(90deg, rgba(139, 24, 255, 0.7) 0%, rgba(139, 24, 255, 0.36) 51.22%, rgba(139, 24, 255, 0.7) 100%);
	border-radius: 25px;
}

.card-images {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.card-images img {
	height: 40px;
	width: 100px;
	margin-right: 3%;
	margin-top: 20px;
}

.card-images {
	justify-content: space-around;
}


.card-images a {
	margin: 0 50px;
}

a img {
	width: 308px;
	height: 68px;
}


.sponsors-up {
	display: flex;
}

.sponImg{
	width: 280px;
}
.sponsors-down {
	display: flex;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
	.sponImg{
		width: 200px;
	}
}

@media (max-width: 960px) {
	.Sponsors-card{
		border-radius: 40px;
		height:auto;
	}
	.sponsors-up {
		display: flex;
		flex-direction: column;
		margin-left: -20px;
		margin-bottom: 20px;
	}
	.sponsors-down {
		display: flex;
		flex-direction: column;
		margin-left: -20px;

	}
}
@media only screen and (max-width: 768px) {
	.Sponsors-card{
		border-radius: 40px;
		height: auto;
	}
	.sponsors-up {
		display: flex;
		flex-direction: column;
		margin-left: -20px;
		margin-bottom: 20px;
	}
	.sponsors-down {
		display: flex;
		flex-direction: column;
		margin-left: -20px;

	}
}
@media only screen and (max-width: 600px) {
	.Sponsors-card{
		border-radius: 40px;
		height: auto;
	}
	.sponsors-up {
		display: flex;
		flex-direction: column;
		margin-left: -20px;
		margin-bottom: 0px;
	}
	.sponsors-down {
		display: flex;
		flex-direction: column;
		margin-left: -20px;

	}
}
@media only screen and (max-with :400px){
	
}

.sponsors {
	margin-top: 30px;
	background-color: black;
	padding-bottom: 15px;
  }
  .sponsors div {
	cursor: pointer;
  }
  .sponsors_description {
	color: rgb(238, 224, 224);
	text-align: center;
  }
  .sponsor-title {
	color: rgb(236, 230, 217);
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 35px;
	font-family: "Poppins", sans-serif;
	text-align: center;
  }
  .sponsors-alpha,
  .sponsors-beta,
  .sponsors-gold,
  .sponsors-gamma,
  .sponsors-delta,
  .sponsor-nova {
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: 70px;
	background-color: #080808;
	padding: 2%;
	padding-left: 4%;
	transition: all ease-in-out 0.4s;
  }
  
  .alpha-images,
  .beta-images,
  .gamma-images,
  .delta-images,
  .nova-images,
  .gold-images {
	margin-top: 20px;
	padding:5px 5px 5px 5px;
	display: flex;
	flex-wrap: wrap;
  }
  .alpha-images img,
  .beta-images img,
  .gold-images img {
	height: 40px;
	width: 100px;
	margin-right: 3%;
  }
  a{
	padding: -5px 10px 10px 10px;
  }
  .alpha-images,
  .beta-images,
  .gold-images {
	justify-content: space-around;
  }
  .sponsors-alpha {
	border-left: 2px solid #ea4335;
	transition: all 0.5s ease-in-out;
  }
  
  .alpha-title {
	color: #ea4335;
  }
  .sponsors-alpha:hover {
	background-color: black;
	border-right: 2px solid #ea4335;
	border-top: 2px solid #ea4335;
	border-bottom: 2px solid #ea4335;
	border-left: none;
  }
  
  .sponsors-beta {
	border-left: 2px solid #4285f4;
	transition: all 0.5s ease-in-out;
  }
  .sponsors-gold {
	border-left: 2px solid #eedb35;
	transition: all 0.5s ease-in-out;
  }
  .beta-title {
	color: #4285f4;
  }
  .gold-title {
	color: #eedb35;
  }
  .sponsors-beta:hover {
	background-color: black;
	border-right: 2px solid #4285f4;
	border-top: 2px solid #4285f4;
	border-bottom: 2px solid #4285f4;
	border-left: none;
  }
  
  .sponsors-gold:hover {
	background-color: black;
	border-right: 2px solid #eedb35;
	border-top: 2px solid #eedb35;
	border-bottom: 2px solid #eedb35;
	border-left: none;
  }
  
  .sponsors-gamma {
	border-left: 2px solid #df8464;
	width: 40%;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
	margin-right: 4%;
  }
  .gamma-title {
	color: #df8464;
  }
  .sponsors-gamma:hover {
	background-color: black;
	border-right: 2px solid #df8464;
	border-top: 2px solid #df8464;
	border-bottom: 2px solid #df8464;
	border-left: none;
  }
  /* 
  .sponsors-nova {
	display: block;
	border-left: 2px solid #df8464;
	width: 40%;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
	margin-right: 4%;
  }
  .nova-title {
	color: #df8464;
  }
  .sponsors-nova:hover {
	background-color: black;
	border-right: 2px solid #df8464;
	border-top: 2px solid #df8464;
	border-bottom: 2px solid #df8464;
	border-left: none;
  } */
  
  .sponsors-delta {
	border-left: 2px solid #d21fff;
	width: 60%;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
  }
  .delta-title {
	color: #d21fff;
  }
  .sponsors-delta:hover {
	background-color: black;
	border-right: 2px solid #d21fff;
	border-top: 2px solid #d21fff;
	border-bottom: 2px solid #d21fff;
	border-left: none;
  }
  /* .sponsors-alpha:hover > .alpha-title,
  .sponsors-beta:hover > .beta-title,
  .sponsors-gamma:hover > .gamma-title,
  .sponsors-delta:hover > .delta-title {
	color: black; 
  } */
  .sponsors-delta,
  .sponsors-gamma {
	margin-top: 60px;
  }
  .wrap {
	display: flex;
	margin-top: 20px;
	padding: 0;
  }
  .wrap div {
	box-sizing: border-box;
	border-radius: 10px;
  }
  .gamma-images img,
  .delta-images img {
	height: 40px;
	width: 80px;
	margin-right: 20px;
	margin-top: 20px;
  }
  .gamma-images,
  .delta-images {
	width: 100%;
	padding: 0 !important;
	margin-right: 0;
	justify-content: space-evenly;
  }
  
  .partner {
	margin-top: 50px;
	width: 100px;
  }
  .authentication,
  .community {
	padding: 1%;
	padding-left: 2%;
	background-color: #080808;
	margin-top: 60px;
  }
  .authentication {
	border-left: 2px solid #fbbc04;
	width: 40%;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
	margin-right: 4%;
  }
  
  .authentication-title {
	color: #fbbc04;
  }
  
  .authentication:hover {
	background-color: black;
	border-right: 2px solid #fbbc04;
	border-top: 2px solid #fbbc04;
	border-bottom: 2px solid #fbbc04;
	border-left: none;
  }
  .community {
	border-left: 2px solid #34a853;
	width: 60%;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
  }
  .community-title {
	color: #34a853;
  }
  .community:hover {
	background-color: black;
	border-right: 2px solid #34a853;
	border-top: 2px solid #34a853;
	border-bottom: 2px solid #34a853;
	border-left: none;
  }
  
  .alpha-title,
  .beta-title,
  .gamma-title,
  .delta-title,
  .gold-title,
  .authentication-title,
  .community-title {
	font-family: poppins;
  }
  
  @media screen and (max-width: 650px) {
	.wrap {
	  flex-direction: column;
	}
	.authentication {
	  width: 100%;
	}
	.community {
	  width: 100%;
	}
	.sponsors-gamma {
	  width: 100%;
	}
	.sponsors-delta {
	  width: 100%;
	}
  }
  @media screen and (max-width: 650px) {
	.alpha-images {
	  width: 100%;
	}
  }
