* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    background: url('pic22339.PNG'), linear-gradient(to bottom, red, yellow);
    background-size: cover; background-attachment: fixed; min-height: 100vh;
}
.up-position-div {
    position: fixed; top: 0; left: 0; right: 0; height: 55px; z-index: 100;
    display: flex; flex-direction: row; align-items: center;
    justify-content: space-between; padding: 0 15px;
    border-color: rgba(50,117,65,0.3); border-style: solid;
    background: rgba(36,118,85,0.3); border-radius: 5px;
    backdrop-filter: blur(10px); box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.ZAFA {
    color: wheat; font-family: arial; font-size: 1.1rem;
    font-weight: bolder; text-shadow: 1px 1px 13px rgb(217,248,241); white-space: nowrap;
}
.button-div { display: flex; flex-direction: row; align-items: center; gap: 5px; }
.button {
    border: none; cursor: pointer; font-size: 1rem; font-weight: bold;
    color: #fff; background: transparent; border-radius: 5px; padding: 5px 8px;
}
.button:hover { color: wheat; }
.Registration {
    color: #fff; border: none; cursor: pointer; font-size: 0.9rem; font-weight: bold;
    border-style: solid; border-color: rgb(17,140,83); background-color: rgb(17,140,83);
    padding: 5px 10px; border-radius: 5px; margin-left: 10px; white-space: nowrap;
}
.Registration:hover { opacity: 0.7; transition: 0.3s; }
.hamburger {
    display: none; flex-direction: column; cursor: pointer;
    gap: 5px; background: transparent; border: none; padding: 5px;
}
.hamburger span { display: block; width: 25px; height: 3px; background: #fff; border-radius: 3px; }

.Our-Courses {
    margin-top: 90px; text-align: center; font-weight: bolder; font-family: arial;
    font-size: 2.5rem; color: #f0b96e; text-shadow: 1px 1px 13px rgb(164,163,117); padding: 0 15px;
}
.Explore-para {
    font-family: arial; color: rgb(220,215,215); text-align: center;
    font-weight: lighter; line-height: 1.6; margin-top: 10px; padding: 0 15px;
}
.Explore-para-2 {
    font-family: arial; color: rgb(220,215,215); text-align: center;
    font-weight: lighter; line-height: 1.6; padding: 0 15px;
}

.first-line-divs {
    display: flex; flex-direction: row; flex-wrap: wrap;
    justify-content: center; gap: 15px; padding: 10px 15px;
}
.first-line-divs1 {
    height: auto; min-height: 180px; width: 260px; max-width: calc(50% - 10px);
    border: 1px solid rgba(50,117,65,0.3); border-radius: 15px;
    background: rgba(36,118,85,0.3); backdrop-filter: blur(10px);
    padding-bottom: 15px;
}
.first-line-divs1:hover { box-shadow: 1px 1px 13px rgb(12,122,78); }
.math-button {
    margin-top: 10px; background-color: rgb(13,122,78); border: none;
    border-radius: 25px; height: 50px; width: 50px; margin-left: 15px;
}
.math-img { height: 50px; width: 50px; border: none; margin-left: -6px; }
.h3 { font-family: arial; margin-left: 15px; margin-top: 8px; color: #fff; }
.h5 { font-family: arial; margin-left: 15px; margin-top: 5px; margin-bottom: 10px; color: rgb(220,215,215); }
.Learn-More {
    margin-left: 15px; background-color: transparent;
    border: 1px solid rgb(33,110,79); border-radius: 8px;
    height: 28px; width: 100px; color: rgb(220,215,215);
    font-family: arial; font-weight: lighter; cursor: pointer;
}
.Learn-More:hover { cursor: pointer; }

.last-para-andget-in-touch {
    display: flex; flex-direction: row; align-items: center;
    justify-content: center; flex-wrap: wrap; gap: 15px; padding: 25px 20px;
}
.Join-us-last-para { font-weight: bold; color: #fff; font-family: arial; font-size: 1.3rem; text-align: center; }
.Get-in-touch-last {
    color: #fff; border: 1px solid rgb(16,93,57); cursor: pointer; font-size: 14px;
    font-weight: bold; background-color: rgb(17,140,83); height: 38px;
    padding: 0 18px; border-radius: 5px; width: 130px;
}
.Get-in-touch-last:hover { box-shadow: 1px 1px 13px rgb(12,122,78); cursor: pointer; }

@media (max-width: 768px) {
    .hamburger { display: flex; }
    .button-div {
        display: none; flex-direction: column; position: fixed;
        top: 55px; left: 0; right: 0; background: rgba(20,80,50,0.97);
        backdrop-filter: blur(10px); padding: 15px; gap: 10px;
        align-items: flex-start; z-index: 99;
    }
    .button-div.open { display: flex; }
    .button { font-size: 1.1rem; padding: 8px 10px; }
    .Registration { margin-left: 0; margin-top: 5px; width: 100%; text-align: center; }
    .Our-Courses { font-size: 1.8rem; margin-top: 75px; }
    .first-line-divs1 { max-width: 90%; width: 320px; }
    .last-para-andget-in-touch { flex-direction: column; }
}

@media (max-width: 480px) {
    .first-line-divs1 { width: 95%; max-width: 95%; }
}
