body{
    padding: 0;
    margin: 0;
    background-color: #eef6ff;
}

.headings{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}

.heading {
    text-align: center;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000fff;
    padding: 10px;
    background: linear-gradient(180deg,  hsla(100, 43%, 50%, 0.74), hsla(113, 100%, 50%, 0.74));;
}

.components{
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg,  hsla(100, 43%, 50%, 0.74), hsla(113, 100%, 50%, 0.74));;
}

.components .component{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    height: 100px;
    width: 100%;
    margin: 10px;
    background-color: darkmagenta;
}

.campus{
    background-image: url("EBF-CAPCUT/campus.png");
    background-size: cover;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    height: 480px;
}

.campus p{
    font-size: 30px;
}

.campus p1{
    font-size: 20px;
}

.features{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px;
}

.features .feature{
    font-family: Arial, Helvetica, sans-serif;
    border-style: solid;
    border-radius: 10px;
    border-color: darkmagenta;
    background-color: lightgreen;
    padding: 10px;
    margin: 10px;
    width: 60%;
    height: 300%;
}

.features .feature .list{
    text-align: left;
}

.features a{
    padding: 10px;
    border-style: solid;
    border-color: yellow;
    background-color: #000fff;
    color: #fff;
    text-decoration: none;
}

.features a:hover{
    background-color: #fff;
    color: #000fff;
    font-weight: bold;
}

.phases{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.phases .phase{
    font-family: Arial, Helvetica, sans-serif;
    border-style: solid;
    border-radius: 10px;
    border-color: darkmagenta;
    background-color: lightgreen;
    padding: 10px;
    margin: 10px;
    width: 30%;
    height: 150%;
}

.footer{
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.foot{
    background-color: #000000;
    margin-top: 20px;
}

footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    padding: 10px 30px 30px 10px;
    width: 100%;
    background-color: #fff;
}

footer1 .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer1 .logo{
    margin-bottom: 30px;
    margin-top: 40px;
}

footer1 h2{
    font-size: 14px;
    margin-top: 40px;
}

footer1 p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #000000;
}

footer1 a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
}

footer1 .follow{
    margin-top: 20px;
}

footer1 .follow .icon img{
    padding-right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

footer1 .follow .icon{
    padding: 10px 10px;
}

footer1 .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}

footer1 .install .row1 img{
margin-right: 10px;
}

footer1 a:hover{
    color: #00d9ff;
    text-decoration: underline;
}

.copyright p{
    font-size: 13px;
    width: 100%;
    color: #088178;
    text-align: center;
}

@media all and (max-width: 1000px){

    .headings{
        font-size: 60px;
    }

    .headings a{
        display: block;
    }

    .heading{
        font-size: 50px;
        width: 104%;
    }

    .components{
        display: block;
    }

    .components .component{
        height: 50%;
        font-size: 50px;
        width: 103%;
    }

    .components .component img{
        height: 200px;
        width: 250px;
    }

    .campus{
        font-size: 70px;
        width: 104%;
    }

    .features{
        display: block;
    }

    .features .feature{
        font-size: 50px;
        width: 102%;
        padding: 10px;
    }

    .phases{
        display: block;
    }

    .phases .phase{
        font-size: 50px;
        width: 102%;
    }

    .phases .phase img{
        height: 200px;
        width: 250px;
    }
    
    .footer{
        font-size: 40px;
        margin-top: 200px;
       }

       footer1{
        display: block;
        align-items: center;
        margin-left: 40px;
       }

       footer1 p{
        font-size: 50px;
       }

       footer1 h2{
        font-size: 50px;
       }

       footer1 a{
        font-size: 50px;
       }
    
}