@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);
}
.about-header {
    position: relative;
    background-image: url('../img/bg2.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);
}

.about-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 */
}
.about-header h2{
    font-family: var(--font-main);
    font-size: 54px;
}
.about-header h3{
    color: white;
    font-size: 2rem;
}
.about-header-content{
    padding: 2rem;
    margin: 2rem;
}
@media (max-width: 776px) {
    .about-header h2 {
        font-family: var(--font-main);
        font-size: 1.5rem;
    }

    .about-header h3 {
        color: white;
        font-size: 1rem;
    }

   
}

@media(min-width:1200px)
{
    .program{
        margin-top: -80px;
        margin-bottom: 20px;
    }
    .program-content .card{
        background: linear-gradient(to bottom, #4c00ff, #bf00ff);
        
        text-align: center;
        padding: 3.5rem;
    }
    
    .program-content .card a{
        text-decoration: none;
        background-color: red;
        color: white;
        padding: 0.3rem;
        border-radius: 10px;
    }
    .program-content .card a:hover{
        background-color: #FFC416;
    }
    .program-content .card h3{
        color: white;
        font-size: 20px;
    }
}
@media (max-width: 789px) {
    .program {
        margin-top:0 /* Adjust as needed for smaller screens */;
        margin-bottom:10 /* Adjust as needed for smaller screens */;
    }
    .program-content .card{
        background: linear-gradient(to bottom, #4c00ff, #bf00ff);
        
        text-align: center;
        margin-bottom: 10px;
        padding: 3.5rem;
    }
    
    .program-content .card a{
        text-decoration: none;
        background-color: red;
        color: white;
        padding: 0.3rem;
        border-radius: 10px;
    }
    .program-content .card a:hover{
        background-color: #FFC416;
    }
    .program-content .card h3{
        color: white;
        font-size: 22px;
    }
}
/* Media query for screens between 789px and 1200px (inclusive) */
@media (min-width: 789px) and (max-width: 1200px) {
    .program-content .card {
        background: linear-gradient(to bottom, #4c00ff, #bf00ff);
        text-align: center;
        padding: 1rem;
        margin-top: -40px;
        margin-bottom: 10px;
    }
    
    .program-content .card a {
        text-decoration: none;
        background-color: red;
        color: white;
        padding: 0.3rem;
        border-radius: 10px;
    }
    
    .program-content .card a:hover {
        background-color: #FFC416;
    }
    
    .program-content .card h3 {
        color: white;
        font-size: 18px;
    }
}


.ls-about-main img{
    border-radius: 0px 200px 200px 0px;
    box-shadow: 10px 10px 10px #00CEF3;
}
.ls-about-main-text{
    color: #7e7e7e;
}

.divider{
    border: 2px solid #FFC416;
    width: 70px;
    margin-bottom: 10px;
}
.ls-about-main h2{
    color: #00CEF3;
}
.ls-about-next .card{
    box-shadow: 10px 10px 10px 10px #7e7e7e;
}
.ls-about-next span a{
    text-decoration: none;
    color: #7e7e7e;
    
}
.ls-about-next span{
    font-size: 24px;
}
.ls-line-about{
    margin-top: 8rem;
    margin-bottom: 5rem;
}
.ls-line-icon i{
    margin-top: 10px;
    color: #FFC416;
   font-size: 52px;
}
.ls-line-icon span{
    font-size: 32px;
}


.ls-line-icon .divider-icon{
    border-bottom: 2px solid #7e7e7e;
    width: 200px;
    margin: auto;
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}