@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Bitter&family=Island+Moments&family=Rubik+Marker+Hatch&family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Courgette&family=Kaushan+Script&family=Merriweather:wght@300&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Staatliches&display=swap');

:root{
    --primary-color: #00CEF3;
    --secondary-color: #FFC416;
    --third-color: #FA0107;
    --font-main:"Rubik Marker Hatch";
    --font-second:"Akaya Telivigala"
}
body{
    font-family: var(--font-second);
   
}
.program-header {
    position: relative;
    background-image: url('../img/slider2.jpg'); /* Replace 'path/to/your/image.jpg' with the actual path to your background image */
    background-size: cover;
    background-position: center;
    color: #fff; /* Set the text color to white or any other contrasting color */
    text-align: center;
    padding: 50px 0; /* Adjust the padding as needed */
    font-family: var(--font-second);
}

.program-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 188, 223, 0.3); /* Adjust the overlay color and transparency */
}
.prgmcontent {
    display: none;
  }

  .active {
    display: block;
  }

  .program-main{
    padding: 50px;
  }

  .program-main-btn button{
    border: none;
    background-color: #FFC416;
    padding: 1rem;
    margin: 10px;
    width: 100px;
  }
 
  .program-header h2{
    font-family: var(--font-main);
    font-size: 4rem;
}
.program-header h3{
    color: white;
    font-size: 2rem;
}
.program-header-content{
    padding: 2rem;
    margin: 2rem;
}
.program-btn {
    border: none;
    background-color: #FFC416;
    border-radius: 0px 30px 30px 0px;
    margin: 10px;
    width: 100px;
}


@media (max-width: 776px) {
    .program-header h2 {
        font-family: var(--font-main);
        font-size: 1.5rem;
    }

    .program-header h3 {
        color: white;
        font-size: 1rem;
    }

    .program-main-btn button {
        width: 100%; /* Make the button take up the full width of its container */
    }

    .program-main-btn {
        display: flex;
        flex-direction: column; /* Arrange buttons vertically for small screens */
        align-items: center; /* Center-align buttons within the container */
    }
}

.program-liner .divider{
    margin: auto;
    width: 200px;
}
