body {
    background-image: url("../images/background.png");
    background-size: cover;
    color: white;
    font-family: 'poppins', sans-serif;
    font-size: 12pt;
}

.nopadding{
    padding: 0px;
}

.banner{
    width: 100%;
}

/* .title{
    font-family: 'Orbitron', sans-serif;
} */


.time-container{
  color:#3A92B2; 
  margin: 80px 0; 
  text-align: center;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.time-container .time{
  margin: 0 15px;
  width: auto;
}

.time-container .time .counting{
  font-size: 32pt;
  font-weight: 700;
}

.time-container .time .info{
    font-size: 12pt;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {

  .time-container{
    color:#3A92B2; 
    margin: 80px 0; 
    text-align: center;
    display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
  }
  
  .time-container .time{
    margin: 0 40px;
      width: 180px;
  }
  
  .time-container .time .counting{
    font-size: 120pt;
    font-weight: 700;
  }
  
  .time-container .time .info{
      font-size: 18pt;
      font-weight: 700;
  }

}

.register-now{
  margin: 100px 0; 
}


.header-title{
  color:#3A92B2; font-weight: bolder; margin: 0 0 40px 0; text-align: center;
}

.blue{
  color:#3A92B2;
}

.title{

}

.media-logo{
  width: 100%;
  padding: 20px;
}

.card{
  background: rgb(163,211,254);
  background: linear-gradient(174deg, rgba(163,211,254,0.6) 0%, rgba(255,255,255,0.6) 65%, rgba(253,235,255,0.6) 100%);
  margin: 40px 0 0 0;
  padding: 40px;
  color: rgb(0, 0, 0);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mb-40{
    margin-bottom: 40px;
}

.mb-20{
    margin-bottom: 20px;
}

.mt-20{
    margin-top: 20px;
}

.table{
    margin: 20px 0px 0px 0px;
}

.table-header{
    font-weight: 600;
}

hr{
    border: 2px solid rgb(0, 0, 0);
    opacity: 1;
    margin-bottom: 35px;
}

.button {
  cursor: pointer;
  background: #3A92B2;
  border-radius: 8px;
  width: fit-content;
  padding: 15px 50px;
  color: #FFF;
  font-weight: 700;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 28pt;
  text-align: center;
  margin: 0 auto;
}

#map-9cd199b9cc5410cd3b1ad21cab2e54d3 iframe{
    border-radius: 8px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    display: inline-flex;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    /* background-color: #bbb; */
    background-color: rgba(255, 255, 255, 1);
    /* background-color: rgba(255, 255, 255, 0.55); */
    color: white;
    border-radius: 8px;
  }

  .flip-card-front img{
    width: 100%;
    height: inherit;
    padding: 30px;
    object-fit: contain;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    color: white;
    transform: rotateY(180deg);
    border-radius: 8px;
  }

  .icon-link i{
    font-size: 1.3rem; 
    color: white;
    margin: 10px
  }

  a {
    text-decoration: none;
    cursor: pointer;
    color: white;
  }
  
  a:hover {
    /* opacity: 0.7; */
  }

  ol{
    margin-left: 20px;
  }

  .profile {
    margin: auto;
    text-align: center;
    padding: 40px;
  }

  .profile img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 40px;
  }

  .modal{
    color: black;
  }

  .footer{
    background-color: #3A92B2;
    padding: 40px 80px;
  }

  .footer-container{
    max-width: 1280px;
    margin: 0 auto;
  }

  .social-media{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 60px 0 60px 0;
  }

  .social-media .social-media-icon{
    margin: 20px 20px 0 20px;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(174deg, rgba(163, 211, 254, 0.6) 0%, rgba(255, 255, 255, 0.6) 65%, rgba(253, 235, 255, 0.6) 100%);
  }

  .social-media .social-media-icon img{
    width: 50px;
    height: 50px;
  }