@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

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

body {
    font-family: 'Poppins', sans-serif;

}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(35, 35, 85);
}



span {
    font-size: .9rem;
    color: #757373;
}

h6 {
    font-size: 1.1rem;
    color: rgb(24, 24, 49);
}

/* Navigation */
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw 8vw;
    align-items: center;
    box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 18%;
    z-index: 999;

}

nav .Collage-name {
    margin-left: 5px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: rgb(24, 24, 49);
    transition: .3s ease-in;
}

nav .Collage-name:hover {
    font-size: 1.5rem;
    padding: 1%;
    color: #FDC93B;
}

nav img {
    width: 125px;
    cursor: pointer;

}

nav .collage-name {
    color: rgb(35, 35, 85);
    font-size: 2.2rem;
    transition: .3s ease-in;
    margin-left: 3%;
}

nav .collage-name:hover {
    color: #FDC93B;



}

nav .navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;


}

nav .navigation {
    display: flex;
}

nav .navigation ul li {
    list-style: none;
    margin-left: 30px;
}

nav .navigation ul li a {
    text-decoration: none;
    color: rgb(21, 21, 100);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}
nav .navigation ul li a.active,
nav .navigation ul li a:hover {
    color: #FDC93B;
    background-color: rgb(44, 44, 80);
    border: 1px solid blueviolet;
    border-radius: 5px;
    transition: 0.3s ease;
}

#menu-btn {
    width: 50px;
    height: 50px;
    display: none;
}

#menu-close {
    display: none;
}

/* Home */
.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


#home {
    background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 40px;

}

#home h1 {
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    /* letter-spacing: 1px; */
    transition: 0.5s ease;

}

#home h1:hover {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#home p {
    color: white;
    width: 50%;
    line-height: 25px;

    font-size: 0.9rem;
    letter-spacing: 1px;

}

#home .btn {
    margin-top: 30px;
}

#home a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;


}

#home a.blue {
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s ease;

}

#home a.blue:hover {
    color: rgb(21, 21, 100);
    background: white;

}

#home a.yellow {
    color: #fff;
    background: #FDC93B;
    transition: 0.3s ease;
    margin-left: 15px;
    ;

}

#home a.yellow:hover {
    color: rgb(21, 21, 100);
    background: white;

}


/* features */
#features {
    padding: 5vw 8vw 0 8vw;
    /* align-items: center; */
    text-align: center;

}

#features .fea-base {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#features .fea-box {
    background: #f9f9ff;
    text-align: start;

}

#features .fea-box i {
    font-size: 2.5rem;
    color: rgb(44, 44, 80);

}

#features .fea-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(44, 44, 80);
    padding: 13px 0 7px 0;
}

#features .fea-box p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(70, 70, 87);
}

/* courses */
#course {
    padding: 8vw 8vw 8vw 8vw;
    text-align: center;
}

#course .courses {
    text-align: start;
    background: #f9f9ff;
    height: 100%;
    position: relative;
    transition: .3s;
}

.courses:hover {
    border: 3px solid #FDC93B;
    padding: 3px;
    border-radius: 5px;
    border-color: #FDC93B;

}


#course .course-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#course .courses img {
    width: 100%;
    height: 60%;
    background-size: cover;
    background-position: center;
}

#course .courses .details {
    padding: 15px 15px 0 15px;
}

#course .courses .details i {
    color: #FDC93B;
    font-size: .9rem;
}

#course .courses .cost img {

    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 80px;
}

/* Registration */


#registration {
    padding: 6vw 8vw 8vw 8vw;
    background-image: linear-gradient(rgba(99, 112, 168, 0.5), rgba(99, 112, 168, 0.5)), url(/Images/College-front.jpeg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#registration .reminder {
    color: #f9f9ff;

}

#registration .reminder h1 {
    color: #f9f9ff;

}

#registration .reminder .time {
    display: flex;
    margin-top: 40px;
}

#registration .reminder .time .date {
    text-align: center;
    padding: 13px 33px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 10px;
    margin: 0 5px 10px 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.1rem;
    font-weight: 600;

}

#registration .form {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

#registration .form input {
    margin: 15px 0;
    padding: 15px 10px;
    border: 1px solid rgb(84, 40, 241);
    outline: none;
}

#registration .form .btn {
    margin-top: 20px;
}

#registration .form input::placeholder {
    color: #413c3c;
    font-weight: 500;
    font-size: 0.9rem;
}


#registration .form a.yellow {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    background: #FDC93B;
    transition: 0.3s ease;

}

#registration .form a.yellow:hover {
    color: rgb(21, 21, 100);
    background: white;

}

/* footers */
footer {
    padding: 2vw;
    background-color:rgb(44, 44, 80);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .footer-col {
    padding-bottom: 40px;

}

footer h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

footer li {
    list-style: none;
    color: #7b838a;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;

}

footer li:hover {
    color: #FDC93B;
}

footer .copyright {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

footer .copyright p {
    color: #fff;
    font-size: 0.9rem;
}

.pro-links i {
    padding: 10px 13px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 2rem;

    transition: 0.3s ease;
}

.pro-links i:hover {
    background: #FDC93B;
    color: #fff;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
}




/* 
@media (max-width: 760px) {
    nav {
        padding: 15px 20px;


    }

    nav img {
        width: 130px;

    }

    #menu-btn {

        display: initial;
    }

    #menu-close {
        display: initial;
        font-size: 1.6rem;
        color: #fff;
        padding: 30px 0 20px 20px;
    }

    nav .navigation ul {
        position: absolute;
        top: 0;
        right: -220px;
        width: 220px;
        height: 100vh;
        background: rgba(17, 20, 104, 0.45);
        backdrop-filter: blur(4.5px);
        border: 1px solid rgba(255, 155, 255, 0.18);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    nav .navigation ul.active {
        right: 0;
    }

    nav .navigation ul li {
        padding: 20px 0 20px 40px;
        margin-left: 0;
    }

    nav .navigation ul li a {
        color: white;
    }

    #home {
        padding-top: 0px;
    }

    #home p {
        width: 90%;
    }

    #features {
        padding: 8vw 4vw 0 4vw;
    }

    #course {
        padding: 8vw 4vw 0 4vw;
    }

    footer .copyright .pro-links {
        margin-top: 15px;
    }
} */