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

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

.strip1 {
    position: absolute;
    width: 10%;
    height: 100vh;
    background-color: red;
}

.strip2 {
    position: absolute;
    left: 10%;
    width: 10%;
    height: 100vh;
    background-color: #065535;
}

.strip3 {
    position: absolute;
    left: 20%;
    width: 10%;
    height: 100vh;
    background-color: #ffd700;
}

.strip4 {
    position: absolute;
    left: 30%;
    width: 10%;
    height: 100vh;
    background-color: #d3ffce;
}

.strip5 {
    position: absolute;
    left: 40%;
    width: 11%;
    height: 100vh;
    background-color: #800000;
}

.strip6 {
    position: absolute;
    left: 50%;
    width: 10%;
    height: 100vh;
    background-color: #ff80ed;
}

.strip7 {
    position: absolute;
    left: 60%;
    width: 10%;
    height: 100vh;
    background-color: #ffd700;
}

.strip8 {
    position: absolute;
    left: 70%;
    width: 10%;
    height: 100vh;
    background-color: #008080;
}

.strip9 {
    position: absolute;
    left: 80%;
    width: 10%;
    height: 100vh;
    background-color: #ff7373;
}

.strip10 {
    position: absolute;
    left: 90%;
    width: 10%;
    height: 100vh;
    background-color: #0000ff;
}

.stripwhite {
    width: 100%;
    height: 100vh;
    background-color: white;
}

.black {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
}

/* First Animation Completed  */

.webd {
    position: absolute;
    top: 15%;
    left: 30%;
    font-size: 80px;
    font-weight: 2000;
}

.intro {
    position: absolute;
    top: 35%;
    left: 24%;
    font-size: 40px;
    font-weight: 2000;
}

.placement {
    font-size: 40px;
    position: absolute;
    top: 65%;
    left: 10%;
    font-weight: 900;
}

.experience {
    font-size: 40px;
    position: absolute;
    top: 65%;
    left: 35%;
    font-weight: 900;
}

.students {
    font-size: 40px;
    position: absolute;
    top: 65%;
    left: 65%;
    font-weight: 900;
}

.line1 {
    width: 4px;
    height: 20vh;
    background-color: grey;
    position: absolute;
    top: 60%;
    left: 33%;

}

.line2 {
    width: 4px;
    height: 20vh;
    background-color: grey;
    position: absolute;
    top: 60%;
    left: 62%;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;

}

.menu ul li {
    list-style-type: none;
    margin-left: 30px;
    font-size: 20px;
    cursor: pointer;
}

.menu ul li:hover {
    border-bottom: 2px solid red;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.menubar {
    font-size: 30px;
    margin-top: 8px;
}

.menubar ion-icon {
    margin-right: 40px;
}

.about {
    position: absolute;
    top: 30%;
    left: 5%;
}

.aboutbtmline {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 10%;
    height: 3px;
    background-color: grey;
}

.para1 {
    position: absolute;
    left: 5%;
    top: 42%;
    width: 45%;
}

.banner {
    position: absolute;
    right: 15%;
    bottom: 20%;
    z-index: 5;
}

.cousreheading {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.cousreheading p {
    margin-bottom: 10px;
    font-weight: 600;
}

.social {
    position: absolute;
    top: 45%;
    right: 1%;
}

.social ion-icon {
    font-size: 20px;
    margin-bottom: 20px;
}

.card {
    display: flex;
    justify-content: space-around;
    margin: 20PX 80PX
}

.whyus {
    margin-top: 100px;
}

.whyus h1 {
    font-size: 30px;
}

.whyus h3 {
    font-size: 20px;
    padding-top: 20px;

}

.whyus p {
    padding-top: 20px;
    font-size: 15px;
    width: 300PX;
    text-align: justify;
}