* {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

/* header start */
.header {
    height: 100vh;
    width: 100vw;
    background-image: url('../images/banner/banner3.png');
    background-size: 100% 100%;
    text-align: right;
}

.header-cont {
    width: 30%;
    color: #fff;
    position: absolute;
    right: 200px;
    top: 200px;
}

.header-cont h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.header-cont p {
    margin-top: 50px;
}

.header-cont button {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #005FAC;
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-transform: capitalize;
}

/* header end */





/* main part start */
/* previous year section start */
.previous-year {
    display: flex;
    align-items: center;
    padding: 100px;
}

.p-year1 {
    width: 50%;
}

.p-year1 img {
    width: 70%;
    margin-left: 100px;
}

.p-year2 {
    width: 50%;
}

.newdiv {
    width: 60%;
}

.newdiv article {
    margin: 30px 0;
    line-height: 25px;
}

.newdiv ul {
    line-height: 30px;
}

/* previous year section end */




/* aim section start */

.my-aim {
    height: 700px;
    width: 100%;
    background-image: url("../images/my-background.jpg");
    background-size: 100% 100%;
    color: rgb(255, 255, 255);
    text-align: center;
}
.my-aim h1{
    font-size: 40px;
    padding: 10px;
}
.my-aim-wrap {
    margin: auto;
    height: 50%;
    width: 50%;

}

.aim {
    background-image: linear-gradient(to right top, rgba(0, 0, 255, 0.475), rgba(0, 128, 0, 0.415), rgba(255, 0, 0, 0.537));
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px rgb(255, 255, 255);
}

.aim h2 {
    padding-top: 50px;
}

.aim p {
    margin-top: 50px;
}

.aim button {
    margin-top: 50px;
    padding: 10px 15px;
    background: rgb(0, 0, 0);
    color: #fff;
    box-shadow: 2px 2px 5px rgb(255, 255, 255);
    text-shadow: 2px 2px 2px black;
    border-radius: 5px;
    border: none;
}

.aim-icon {
    display: flex;
    justify-content: space-around;

}

.aim-icon img {
    height: 50px;
    width: 50px;
}

/* aim section end */



/* plan section start */
.plan-wrap {
    text-align: center;
    padding: 100px;
}

.plan-wrap h1 {
    margin-bottom: 80px;
    font-size: 30px;
}

.plan-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.plan {
    background: linear-gradient(45deg, pink, white);
    height: 200px;
    width: 400px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px solid black;
}

.plan img {
    height: 60px;
    width: 60px;
}

/* plan section end */



/* positive section start */
.positive-wrap {
    height: 300px;
    width: 1000px;
    margin: auto;
}

.positive-cont {
    background-image: linear-gradient(to right, #015eaadd, #01427700), url(../images/watch.png);
    /* background-blend-mode: overlay; */
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-position-x: center;
    border-radius: 10px;
    padding-left: 70px;
}

.positive-cont h1 {
    color: #fff;
    font-size: 40px;
    padding-top: 70px;
}

.positive-cont button {
    color: blue;
    padding: 20px 40px;
    border-radius: 5px;
    background: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
}

/* positive section end */
/* main part end */




/* footer start */
.footer-wrap {
    display: flex;
    justify-content: space-around;
    height: 500px;
    align-items: center;
    background-color: #000;
    color: #fff;
    margin-top: 100px;
}

.footer {
    width: 30%;
    text-align: left;
    margin-left: 100px;
}

.footer h1 {
    font-size: 45px;

}

.footer p {
    line-height: 25px;
    margin: 20px 0;
}

.footer a {
    margin: 8px;
}


.footer h2 {
    font-size: 28px;
    font-weight: 600;

}

.footer input {
    padding: 22px 90px;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer input::placeholder {
    font-size: 18px;
    color: #fff;
}

.footer button {
    padding: 20px 40px;
    color: #fff;
    background-color: #005FAC;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;

}


/* footer end */