.headBanner{
    background-color: aliceblue;
     background-size:  cover;
    background-position: center;
    background-repeat: no-repeat;
}
.headBanner2{
    background-color: aliceblue;
     background-size:  cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner2 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 100%;
}
.banner3 {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.h-regisGroup{
    min-height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-regisHeader {
    font-size: 28px;
    font-family: 'nt-b';
    color: #7ed0e2;
    text-align: center;
}
.h-regisHeader_2 {
    font-size: 24px;
    font-family: 'nt-b';
    color: #7ed0e2;
    text-align: center;
    padding-bottom: 15px;
}
.h-regisText {
    font-size: 24px;
    font-family: 'nt';
    color: #646464;
    text-align: center;
    margin-top: 10px;
}

.btn-regis {
    background-color: #40b2cd;
    color: #fff;
    font-family: 'nt-m';
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-regis:hover {
    background-color: #2797b3;
    color: #fff;
    font-family: 'nt-m';
    font-size: 20px;
 
}
.btn-schedule {
    background-color: #40b2cd;
    color: #fff;
    font-family: 'nt-m';
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-schedule:hover {
    background-color: #2797b3;
    color: #fff;
    font-family: 'nt-m';
    font-size: 20px;
 
}

.bgImage {
    background-color: rgba(245, 245, 245, 0.897);
}

/* Slideshow Styles */
.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }

.slides-wrapper {
    display: flex;
    width: 200%; /* 2 slides = 200% */
    transition: transform 0.5s ease-in-out;
}

.slide-item {
    width: 50%; /* Each slide takes 50% of wrapper */
    flex-shrink: 0;
}

.slide-item img {
    width: 100%;
     object-fit: cover;
    display: block;
}

/* Navigation arrows */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0,0,0,0.5);
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
}

/* Dots indicators */
.dots-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active, .dot:hover {
    background-color: rgba(255,255,255,0.9);
}

#countdown {
    font-size: 64px;
    font-family: 'nt-l';
    color: #40b2cd;
    text-align: center;
    margin-top: 20px;
}
.youtubeEmbed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.youtubeEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}