* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #ffedcc#d45618;
    color: #333;
    line-height: 1.6;
}

.header {
    background-color: #5e3928;
    padding: 20px;
}
a{
    text-decoration: none;
    color: #ffffff;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #ffedcc;
    text-decoration: none;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    color: #ffedcc;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #f5e1d7;
}

.login-btn {
    padding: 10px 20px;
    background-color: #8e5e42;
    border: none;
    color: #ffedcc;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #5e3928;
}

.hero {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px solid #e0d4ca;
}

.hero h1 {
    font-size: 42px;
    color: #5e3928;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    color: #8e5e42;
    margin-bottom: 30px;
}

.hero-video {
    width: 80%;
    max-width: 600px;
    border: 3px solid #5e3928;
    border-radius: 10px;
}

.cta-btn {
    background-color: #5e3928;
    color: #ffedcc;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s;
}

.cta-btn:hover {
    background-color: #8e5e42;
    transform: translateY(-2px);
}

.benefits {
    padding: 50px 20px;
    background-color: #ffedcc;
    text-align: center;
}

.benefits h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #5e3928;
}

.benefits-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.benefit-item {
    background-color: #fff;
    padding: 25px;
    margin: 15px;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.benefit-item:hover {
    transform: scale(1.05);
}

.benefit-item h3 {
    font-size: 22px;
    color: #5e3928;
    margin-bottom: 10px;
}

.benefit-item p {
    font-size: 16px;
    color: #8e5e42;
}

.course-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 10px;
}

.course-card {
    background-color: #fff;
    padding: 25px;
    margin: 15px;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, background-color 0.3s;
}

.course-card:hover {
    transform: scale(1.05);
    background-color: #f4f0e6;
}

.course-card h3 {
    font-size: 20px;
    color: #5e3928;
    margin-bottom: 15px;
}

.course-card p {
    font-size: 16px;
    color: #8e5e42;
}

.team {
    padding: 50px 20px;
    background-color: #ffedcc;
    text-align: center;
}

.team h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #5e3928;
}

.team-members {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.member {
    background-color: #fff;
    padding: 25px;
    margin: 15px;
    width: 220px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.member:hover {
    transform: scale(1.05);
}

.member img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.member h3 {
    font-size: 20px;
    color: #5e3928;
}

.member p {
    font-size: 16px;
    color: #8e5e42;
}

.footer {
    background-color: #8e5e42;
    padding: 30px;
    text-align: center;
}

.footer p {
    margin-bottom: 10px;
    color: #ffedcc;
}

.social-media a {
    margin: 0 10px;
    color: #ffedcc;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #f5e1d7;
}
.cle3 {
    text-align: center;
    align-content: center;
}
