@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.future-btn {
    background: linear-gradient(135deg, rgba(6, 118, 255, 0.8), rgba(0, 255, 255, 0.6));
    color: rgb(0, 166, 255);
    font-weight: bolder;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(6, 118, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6);
    transition: all 0.3s ease;
  }

 #nav-button {
  font-family: 'poppins';
  font-weight:bolder;
  align-items: center;
  position: relative;
  top:100px;

 }

 .event-box{
  position: relative;
  top: 100px;
 }
  
  .future-btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 255, 1), rgba(6, 118, 255, 1));
    box-shadow: 0 0 20px rgba(6, 118, 255, 1), 0 0 30px rgba(0, 255, 255, 1);
    color: rgb(255, 255, 255);
    transform: scale(1.1);
  }
  
  .future-btn:active {
    background: linear-gradient(135deg, rgba(0, 132, 255, 1), rgba(6, 118, 255, 0.9));
    box-shadow: 0 0 15px rgba(0, 132, 255, 0.8);
  }
  
/*web wizard webdesign card*/

#webwizard #nav-title{
    margin-top: -55px;
}
.cards {
    overflow: visible;
    width: 800px;
    height: 520px;
  }
  #webwizard h4{
    position: relative;
    left: 10px; top:15px;
}
#webwizard h6{
    position: relative;
    top:15px;
}
  
#webwizard::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; 
}
#webwizard .info {
    background-color: #0c4266cf;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 20px;;
}

#webwizard .bg-custom{
background-color: #094e945f;
height: 870px;
}
#webwizard .custom-width{
width: 800px;
}

#webwizard .card-body{
    height: 870px;
}

#webwizard .card{
position: relative;
}

  .contents {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 300ms;
    box-shadow: 0px 0px 10px 0.3px #062176c6;
    border-radius: 5px;
  }
  
  .front, .back {
    background-color: #151515;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 300px;
    height: 300%;
    background: linear-gradient(90deg, transparent, #4adede, #4adede, #4adede, #4adede, transparent);
    animation: rotation_481 5000ms infinite linear;
  }

  
  .back-contents {
    border: none;
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #7c2a2a;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .cards:hover .contents {
    transform: rotateY(180deg);
  }
  
  @keyframes rotation_481 {
    0% {
      transform: rotateZ(0deg);
    }
  
    0% {
      transform: rotateZ(360deg);
    }
  }
  
  .front {
    transform: rotateY(180deg);
    color: white;
  }
  
  .front .front-contents {
    position: absolute;
    width: 780px;
    height: 380px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .front .front-content2 {
    position: absolute;
    width: 100%;
    height: 380px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .front .front-contents1{
    display: flex;
    flex-direction: row;
  }
  
  .front-contents .badge {
    backdrop-filter: blur(2px);
    width: fit-content;
    font-family: doto;
    font-size: 25px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    

  }
  
  .title {
    font-size: 11px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .title p {
    width: 50%;
  }
  
  .cards-footer {
    color: #ffffff88;
    margin-top: 5px;
    font-size: 8px;
  }
  
  .front .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  

  
  @keyframes floating {
    0% {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }

  .event-card-title{
    color: #ffffff; /* Sky blue */
    font-size: 2.9rem;
    background-color: #000000ac;
    text-transform: uppercase;
    font-family: 'ethnocentric';
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 0 0 5px #00BFFF, 0 0 10px #00bfff8b, 0 0 20px #FFFFFF, 0 0 40px #000000;
    position: relative;
    top:200px;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 10px;
    animation: glow 3s infinite, flicker 1.5s infinite;
  }

/*end*/


.front-page-coor-img{
    border-radius: 6px;
}

@media (max-width:480px){

#nav-button{
  top:0;
}

.event-box{
  top: -50px;
}

  #webwizard h4 {
    left: 5px;
    top: 10px;
    font-size: 1rem; 
}

  #webwizard h3{
      font-size: 1rem;
  }

  #webwizard h5{
      font-size: 0.7rem;
  }

  #webwizard h6{
      font-size: 0.7rem;
      position: relative;
  }

  #webwizard li{
      font-size: 0.65rem;
      position: relative;
      right:2px;
  }


  .contents {
      margin-top: 10vh; 
      height: 100%;
      box-shadow: 0px 0px 0px 0px #062176c6;
  }

  #webwizard .info {
      padding: 10px;
      position: relative;
      top:10px;
      font-size: 0.9rem;
  }

  #webwizard .custom-width {
      width: 90%; 
      margin: 0 auto; 
  }
  #webwizard .bg-custom{
      height: 470px;
      width: 100%;
      }
  #webwizard .cards {
      position: relative;
      left: 0%; 
      width: 100%; 
      margin: 0 auto;
  }

  .front, .back{
      position: absolute;
      width: 100%;
      height: 90%;
  }

  .event-card-title{
      font-size: 1.2rem;
      position: relative;
      top:-1px;
  }

  #web-foot{
      position: relative;
      top: 20px;
  }

}


