.hy-nav-bg{
  background: linear-gradient(180deg, #4DA8FA -99.9999999%, rgba(23, 23, 23, 0) 99.12%);
  backdrop-filter: blur(50px);
}
.hy-footer-bg{
  background: linear-gradient(315.19deg, #4DA8FA -19.33%, #000000 96.29%);
}
.hy-content-bg{
  background: linear-gradient(360deg, #0056A4 0%, rgba(0, 0, 0, 0) 100%);
}
.hy-slide-bg{
  background: linear-gradient(45.8deg, rgba(0, 0, 0, 0) -9.73%, #4BA5F7 109.66%);
  border-radius: 30px;
}

.hy-nav-item{
  transition: 0.25s all;
  border-bottom: 3.5px solid transparent !important;
}
.hy-nav-item:hover{
  transition: 0.25s all;
  border-bottom: 3.5px solid #ffffff !important;
}

.hy-header-text{
  font-style: normal;
  font-weight: 500;
  font-size: 250%;
  text-transform: capitalize;
  background: linear-gradient(264.74deg, #FFFFFF 15.36%, #4AA1F1 93.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hy-grd-text-180{
  background: linear-gradient(179.68deg, #FFFFFF 0.35%, #4BA8FC 99.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hy-grd-text-75{
  background: linear-gradient(74.21deg, #FFFFFF -6.67%, #4DA8FA 31.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hy-grd-text-242{
  background: linear-gradient(242.96deg, #FFFFFF 33.16%, #4BA8FC 116.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hy-btn-outline-light{
  transition: 0.25s all;
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 50px !important;
}

.hy-btn-outline-light:hover{
  transition: 0.25s all;
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50px !important;
}

.hy-btn-outline-primary{
  transition: 0.25s all;
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #459CF3 !important;
  border-radius: 50px !important; 
}
.hy-btn-outline-primary:hover{
  transition: 0.25s all;
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 2px solid #459CF3 !important;
  border-radius: 50px !important;
}

.hy-dropdown{
  
  background: #202020 !important;
  border-radius: 15px !important;
}

/* Edit Class Bootstrap */
body{
  background-color: #000000;
  font-family: 'Prompt',sans-serif !important;
  font-style: normal;
}

.nav-link{
  color: #ffffff !important;
}

.btn{
  font-family: 'Prompt',sans-serif !important;
}

a{
  color: #ffffff;
  text-decoration: none;
}

a:hover{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

hr{
  opacity: 1 !important;
}

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  
}