* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(251, 251, 231, 255);
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.left img.header-logo {
    height: 40px;
}

#menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 28px;
}

.right nav {
    display: flex;
    gap: 20px;
}

.right nav a {
    display: flex;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .right {
        display: none;
        width: 100%;
        background-color: rgba(251, 251, 231, 255);
        position: absolute;
        top: 70px;
        left: 0;
    }

    .right nav {
        flex-direction: column;
        gap: 10px;
        padding: 10px 20px;
    }

    #menu-toggle:checked~.right {
        display: block;
    }

    .menu-icon {
        display: block;
    }
}

#menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .right {
        width: 100%;
        display: none;
        margin-top: -11px;
    }
}


.left {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 500px;
}

nav {
    display: flex;
    gap: 50px;
}
.a1 {
    align-items: center;
}
.a1:hover {
    color: rgba(179, 144, 110, 255);

}
a:hover {
    color: rgba(179, 144, 110, 255);
}

.btn {
    width: 150px;
    display: flex;
    align-items: center;
}

.btn:hover {
    justify-content: center;
    height: 40px;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);
    border: 1px solid black;
    transition: 0.99ms;
}

.btn:active {
    transform: scale(0.99);
}

a {
    color: black;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 650;
}

.section {
   height: 90vh;
   width: 100%;
   background-image: url('lady3.png');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.section p {
    color: white;
   
}

.p22 {
    font-size: clamp(40px, 8vw, 90px);
    animation: parth 3s forwards;
    position: relative;

}

.p33 {
    font-size: clamp(16px, 3vw, 30px);
    animation: harsh 3s 3s forwards;
    position: relative;
    visibility: hidden;
}

/* animation for univex university */
@keyframes parth {
    from {
        left: -1250px;
    }
    to {
        left: -450px;
    }
}

@keyframes harsh {
    from {
        left: -1250px;
        visibility: visible;
    }
    to {
        left: -450px;
        visibility: visible;
    }
}

.sp {
    font-size: 50px;
}

@media (max-width: 768px) {
    @keyframes parth {
        from{
            left: -350px;
        }
        to{
            left: -90px;
        }
    }
    @keyframes harsh {
        from{
            left: -350px;
            visibility: visible;
        }
        to{
            left: -90px;
            visibility: visible;    
        }
    }
}
/* Welcome page css completed */

/* About css start */

.about {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding: 20px;
}

.abt1 {
   flex: 1 1 300px;
   min-height: 300px;
   background-image: url('about.png');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

.abt2 {
    flex: 1 1 500px;
    padding: 20px;
}

.wlcm h1 {
    font-size: 2rem;
}

.abt3 {
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.arrow, .arrow2 {
    flex: 1 1 200px;
}
.ar-main {
    display: flex;
    flex-wrap: wrap;
}

.rm {
    border: 1px solid black;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgba(240, 248, 255, 0.7);
    color: black;
    text-decoration: none;
    border-radius: 6px;

}

.rm:hover {
    transition: 0.99s;
    color: black;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);

}

.rm:active {
    transform: scale(0.99);

}

@media (max-width: 768px) {
    .about {
        flex-direction: column;
    }
    .ar-main {
        flex-direction: column;
    }
    .abt1 {
        min-height: 200px;
    }
    .wlcm h1 {
        font-size: 1.5rem;
    }
}

/* About css completed */

/* Courses css start */

.courses {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(179, 144, 110);
    margin-bottom: 10px;
}

.subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.c-main {
    display: flex;
    justify-content: space-around;
}

.f1 {
    height: 360px;
    width: 260px;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}

.f1:hover {
    border-radius: 10%;
    border: 2px solid rgba(179, 144, 110, 255);
    transform: scale(0.99);
    transition: 0.5ms;
}

.f1 img {
    width: 50%;
    size: 25px;
}

.text1 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.st1 {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 400;
}

.rm1 {
    border: 0.5px solid black;
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: rgb(240, 248, 255, 0.7);
    color: black;
    margin-top: 25px;

}

.rm1:hover {
    transition: 0.99s;
    color: black;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);

}

.rm1:active {
    transform: scale(0.99);
}

.f2 {
    height: 360px;
    width: 260px;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;

}

.f2:hover {
    border-radius: 10%;
    border: 2px solid rgba(179, 144, 110, 255);
    transform: scale(0.99);
    transition: 0.5ms;
}

.f2 img {
    width: 50%;
    size: 25px;
}

.text2 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.st2 {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 400;
}

.rm2 {
    border: 0.5px solid black;
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: rgb(240, 248, 255, 0.7);
    color: black;

}

.rm2:hover {
    transition: 0.99s;
    color: black;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);

}

.rm2:active {
    transform: scale(0.99);
}

.f3 {
    height: 360px;
    width: 260px;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;

}

.f3:hover {
    border-radius: 10%;
    border: 2px solid rgba(179, 144, 110, 255);
    transform: scale(0.99);
    transition: 0.5ms;
}

.f3 img {
    width: 50%;
    size: 25px;
}

.text3 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.st3 {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 400;
}

.rm3 {
    border: 0.5px solid black;
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: rgb(240, 248, 255, 0.7);
    color: black;
    margin-top: 25px;
}

.rm3:hover {
    transition: 0.99s;
    color: black;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);
}

.rm3:active {
    transform: scale(0.99);
}

.f4 {
    height: 360px;
    width: 260px;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;

}

.f4:hover {
    border-radius: 10%;
    border: 2px solid rgba(179, 144, 110, 255);
    transform: scale(0.99);
    transition: 0.5ms;
}

.f4 img {
    width: 50%;
    size: 25px;
}

.text4 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.st4 {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 400;
}

.rm4 {
    border: 0.5px solid black;
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: rgb(240, 248, 255, 0.7);
    color: black;
    margin-top: 25px;

}

.rm4:hover {
    transition: 0.99s;
    color: black;
    box-shadow: inset 0 -100px 0 0 rgba(179, 144, 110, 255);

}

.rm4:active {
    transform: scale(0.99);
}

/* Courses css completed */

/* footer css started */

.footer {
    background-color: #5c4b3c;
    color: #d0c0b0;
    padding: 40px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer-section h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffff;
}

.footer-section h4 {
    font-size: 1.125rem;
    font-weight: 600px;
    margin-bottom: 1rem;
    color: #e0d0c0;
}

.footer-section p,
.footer-section address,
.footer-section ul {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #d0c0b0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #d0c0b0;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-section .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
}

.footer-section .social-icons a {
    font-size: 1.5rem;
    color: #cccccc;
    transition: color 0.2s ease-in-out;
}

.footer-section .social-icons a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #766050;
    font-size: 0.8rem;
    color: #A09080;
}



/* Responsive Adjustments */
@media (max-width: 768px) {


    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-section h3,
    .footer-section h4 {
        text-align: center;
    }

    .footer-section ul,
    .footer-section address {
        padding-left: 0;
    }

    .footer-section .social-icons {
        justify-content: center;
    }

    .c-main {
        padding: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
   
}

/* Responsive for laptop */


