@font-face {
    font-family: "AzoSans" ;
    src: url(./font/AzoSans-Regular.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: "AzoSans" ;
}

.banner {
    position: relative;
    background-image: url('./assets/banner.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 40px 0px 100px 0px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.date-box {
  background-color: transparent;
  color: white;
  width: 200px;
  margin: 0 auto;
  border: 1px solid white;
  padding: 10px;
  margin-bottom: 20px;
}
.back-color, .back-color-iframe{
    width: max-content;
    margin: auto;
    margin-bottom: 300px;
    color:white !important;
}
.date-box p, .back-color , .date-box-iframe p, .back-color-iframe{
    font-size: 22px;
    letter-spacing: 8px;
    color: #fff;
    text-align: center;    
}
.date-box p:last-child, .date-box-iframe p:last-child{
    margin-top: 0px ;
    
}
.date-number-iframe {
    font-size: 86px;
    text-align: center;
    margin: 0px auto;
    display: table;
}
.date-number, .date-number-iframe{
    font-size: 86px;
    text-align: center;
}

.notified-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 9px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    width: 200px;
    font-size: 16px;
    letter-spacing: 3px;
}

.button:hover {
    background-color: white;
    color: black;
}

.section {
    background-color: white;
    padding: 50px 0;
    text-align: center;
}

.content .labels span  {
    letter-spacing: 2px; /* Adjust letter spacing as needed */
    
}

.timer {
    font-size: 28px;
    margin-top: 10px;
   
}

.labels {
    margin-top: 10px;
    font-size: 10px;
}

.parallax {
    /* The image used */
    background-image: url('./assets/pexels-pixabay-531880.jpg');
  
    /* Set a specific height */
    min-height: 350px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
  }

  .custom-section {
    margin: auto;
  }

  .custom-row {
    display: flex;
    margin: 0 -15px;
  }

  .custom-column {
    width:  50%;
    padding: 0 15px;
  }

  .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (iframe) */
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .image-gallery {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery-image {
    width: calc(33.33% - 10px);
    margin: 0 10px 20px 0;
    height: 154px;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .custom-column {
      flex: 100%;
      margin-bottom: 20px;
    }
    .custom-row {
        flex-wrap: wrap;
      }

    .gallery-image {
      width: calc(50% - 15px);
    }
    .custom-column-25, .custom-column-50 {
        width: 100% !important;
        padding: 10px 20px !important;
        text-align: center;
  }
}

  .custom-column-25 {
    width: 25%;
  }
  
  .custom-column-50 {
    width: 50%;
  }
  .custom-column-50 img{
    margin: auto;
    display: block;
  }
  
  .text-container {
    font-size: 12px;
    padding: 0px 20px;
  }
  .top-bot{
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    padding: 40px 0px;
  }
  .top-bot .text-container p {
    line-height: 1.7;
  }
  .social-icons-section {
    padding: 20px;
  }
  
  .social-icons-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .social-icon a {
    font-size: 24px;
    color: #3C3D40;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: 0.3s all ease;
    text-decoration: none;
  }
  
  .social-icon i {
    margin: 0;
  }
  
  .social-icon a:hover {
    background-color: #3C3D40;
    border: 2px solid #3C3D40;
    color: white;
  }
  
  .fa-arrow-right {
    transform: rotate(45deg);
  }
  
  .copyright-section {
    padding-top: 60px;
    text-align: center;
  }
  
  .copyright-section p {
    color: black;
    font-size: 12px;
  }
  .last-copyright{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

@media screen and (min-width: 768px) {
  .align-items-center{
    align-items: center;
  }

}
.banner-iframe{
    position: relative;
}
.date-box-iframe{
  position: absolute;
  background-color: transparent;
  color: white;
  width: 200px;
  padding: 10px;
  bottom: 200px;
  border: 1px solid white;
  left: 50%;
  transform: translateX(-50%);
}
.notified-container-iframe{
    position: absolute;
    bottom:80px;
    left: 50%;
    transform: translateX(-50%);
}
.back-color-iframe{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.flex-iframe{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.image-gallery a {
  display: contents;
}