.linear-blue-red {
  background: linear-gradient(270deg, #F04848 0%, #4673FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 84px;
  letter-spacing: 2px;
} 

.linear-white-blue{
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, #FFFFFF 0%, #56B9E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 86px;
}

.banner-content {
	text-align: center;
	margin-top: 100px;
	padding-top: 140px;
}

@media (max-width: 1440px) {
  .linear-blue-red {
		font-size: 64px;
	}
  .linear-white-blue {
		font-size: 66px;
	}
	.banner-content {
		padding-top: 100px;
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.linear-blue-red {
		font-size: 42px;
	}
  .linear-white-blue {
		font-size: 44px;
	}
  .banner-content {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
	.linear-blue-red {
		font-size: 35px;
	}
  .linear-white-blue {
		font-size: 37px;
	}
  .banner-content {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
	.linear-blue-red {
		font-size: 30px;
	}
  .linear-white-blue {
		font-size: 32px;
	}
  .banner-content {
    padding-top: 60px;
  }
}

.linear-blue-red-fill {
  background: linear-gradient(270deg, #F04848 0%, #4673FF 100%)!important;
  border: none!important;
  border-radius: 10px!important;
} 

.top0-left50{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top1-left50{
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.w-max-content{
  width: max-content;
}

.text-indent{
  text-indent: 2em;
}

.flex-1{
  flex: 1;
}

.mt-200 {
  margin-top: 200px!important;
}

.opacity-0{
  opacity: 0;
  pointer-events: none;
}

.letter-spacing-0{
  letter-spacing: 0!important;
}
