@media screen and (min-width: 600px) {

}

html,body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align items to the top */
    height: auto;
    font-family: 'inter' , sans-serif;
    font-size: 12px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

h1, h2, h3 {
    margin: 0;
}

.container {
    width: 99vw;
    margin-left: 1rem;
    margin-right: 1rem;
    /* Add more styling for the container if needed */
} 

@media screen and (min-width: 600px) {
    
    .container {
        width: 800px;

        /* Add more styling for the container if needed */
    } 
}

.topbar {
    background-color: black;
    color :white;
    font-size: 2rem;
    padding-left: 2rem;

}

.header {
    height: ;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.header img {
    height: 9rem;
}

.menu-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fafafa;
    padding: 10px 0;
  }

  /* Style for each menu item */
  .menu-item {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: border-bottom 0.3s ease;
  }

  /* Style for underline on hover */
  .menu-item:hover {
    border-bottom: 2px solid #333;
  }


.hero{ 
    height: 33rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(images/bannerback.png);
    background-size: cover;
    background-position: center;
    position: relative;

}

.hero-overlay {
    width: 100%; /* Make sure the overlay fills the container horizontally */
    height: 100%; /* Make sure the overlay fills the container vertically */
    background-color: rgba(255, 255, 255, 0.5); /* Set the background color with opacity */
    position: absolute; /* Position absolute for stacking order */
    top: 0; /* Position from the top of the container */
    left: 0; /* Position from the left of the container */
    z-index: 0; /* Push the overlay behind other content */

}

.hero-leftcolumn {
    width: 45vw;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index:1;
    }


.get-started-btn {
    padding: 1rem ;
    width: 8rem;
    background-color: #ff7f0e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    }


.hero-rightcolumn {
    height: 24rem;
    width: 45vw;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:;
    border-radius: 2rem;
    z-index:1;
}

.hero-rightcolumn img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bio {
    height: 36rem;
    background-color: #021d4b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.bio-left {
    width: 38 vw;
    height: 16rem;
    border-radius: 1.5rem;
    overflow: hidden;

}

.bio-left img {
    object-fit: cover;
    height: 16rem;
    width: 12rem;
}


.bio-right {
    width: 50vw;
    color: white;
}

@media screen and (min-width: 600px) {



    .bio {
        height: 26rem;
        background-color: #021d4b;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    
    .bio-left {
        width: 35%;
        height: 16rem;
        border-radius: 1.5rem;
        overflow: hidden;
        margin-left: 3rem;
        margin-right: 3rem ;
        
    }
    
    .bio-left img {
        object-fit: cover;
        height: 16rem;
        width: 12rem;
    }
    
    
    .bio-right {
        width: 50vw;
        color: white;
    }


    .bio-right p {
        line-height: 2.2rem;
        text-align: justify;
        margin-right: 3rem;
    }














}








.student-section {
    position: relative;
    width: 98%;
    height: 33rem;
    overflow: hidden;
  }

  .background {
    position: absolute;
    width: 280px;
    height: 280px;
    background-image: radial-gradient(circle, rgba(254, 254, 222, 0.5), rgba(255, 255, 255, 0));
    filter: blur(20px);
  }


  .background2 {
    position: absolute;
    width: 280px;
    height: 280px;
    background-image: radial-gradient(circle, rgba(81, 84, 224, 0.5), rgba(255, 255, 255, 0));
    filter: blur(20px);
  }


  .center-foto {
    display: flex;
    padding-top: 3rem;
    justify-content: center;
  }

  .student-content {

    position: absolute;
    display: grid;
    grid-template-columns:  repeat(2 , 1fr);
    gap: 2rem;


  }

.student-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


  .student-content img {
    height: 12rem;
    width: 12rem;
  }



  .benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;

}

.benefits-title {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


.benefit-card {
    width: 25rem;
    height: 7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ;
    padding: 1rem;
}

.benefit-logo img {
    height: 6rem;
}


.testimonial {
    background-color: #ff7f0e;
}


.testimonial-text {
    color: black;
    padding: 5rem;
}

.testimonial-text h3 {
    margin-bottom: 3rem;
}



.process{ 
    height: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(images/processwrite.png);
    background-size: cover;
    background-position: center;
    position: relative;


}






.process-overlay {
    width: 100%; /* Make sure the overlay fills the container horizontally */
    height: 100%; /* Make sure the overlay fills the container vertically */
    background-color: rgba(255, 255, 255, 0.5); /* Set the background color with opacity */
    position: absolute; /* Position absolute for stacking order */
    top: 0; /* Position from the top of the container */
    left: 0; /* Position from the left of the container */
    z-index: 0; /* Push the overlay behind other content */

}

.process-content {
    z-index: 1;
}

.process-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.process-cards {
    z-index: 1;
    width: auto;
    height: 7rem;
    background-color: #021d4b;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ;
    padding: 1rem;
    border-radius: 0.5rem;
}

@media screen and (min-width: 600px) {

    .process-cards {
        z-index: 1;
        width: 80%;
        height: 7rem;
        background-color: #021d4b;
        color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 3rem;
        margin-bottom: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ;
        padding: 1rem;
        border-radius: 0.5rem;
    }





}






.testimonial2 {
    display: flex;
    flex-direction: row;
    padding: 4rem;
}

.testimonial2-left {
    width: 20vw;
}

.testimonial2-left img {
    height: 4rem;
}

.testimonial2-right {
    text-align: right;

}


.ready {
    background-color: #1dadea;
    padding: 4rem;
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: white;

}

.ready p {
    text-align: center;
    line-height: 2rem;
}





.passion {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3rem;
    margin-top: 0rem;
    box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.1);
}



.passion-left {
    display: flex;
    flex-direction: column;
    align-items: right;
    width: 74%;
}


.passion-left h2 {
font-family: 'Tangerine', cursive;
font-size: 2rem;
margin-bottom: 1rem;
margin-right: 2rem;
text-align: right;
margin-top: 2rem;
}


.passion-left h4 {
    text-align: right;
    margin-right: 2rem;
}



.passion-right {
    height: 5rem;
    width: 4rem;
}

.passion-right img {
    height: 6rem;
    width: 5rem;
    object-fit: cover;
    border-radius: 1.5rem;
}






.footer {
    background-color: black;
    color : white ;
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
    height: 6rem;
}



























































