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

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


.ogi{
     text-align: center;
     min-height: 5vh;
     background: #252839;


}
.ogi{
    position: relative;
    /* font-size: 14vw; */
    color: #252839;
    /* -webkit-text-stroke: 0.3vw #383d52; */
    text-transform: uppercase;
}
.ogi:before{
    content: attr(data-text);
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    color: #01fe87;
    -webkit-text-stroke: 0vw #383d52;
    border-right: 2px solid #01fe87;
    overflow: hidden;
    animation: animate 5s linear infinite;

}

@keyframes animate
{
    0%,10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}


.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(https://futurevolve.com/uploads/article/image/90/mansi-1.jpg);
    background-position: center;
    background-size:contain;
    position: relative;

}
nav{

    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;

}
nav img{
     width: 50px;
    
}
.nav-link{
    flex: 1;
    text-align: right;

}
.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-link ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-link ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;

}
.nav-link ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

.hero{
    display: inline-block;
    color: white;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 2%;
}
.hero:hover{
    border: 2px solid rgb(13, 176, 241);
    background-color: skyblue;
    transition: 1s;
}


nav .fa{
    display: none;
}
@media(max-width:641px){

    .text-box h1{
        font-size: 20px;
    }
    .nav-link ul li{
        /* list-style: none; */
        display: block;
        /* padding: 8px 12px; */
    }
 .nav-link{ 
       position: absolute;
       background:#f44336;
       width: 200px;
        height: 100vh;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        font-size: 22px;
        margin: 10px;
        cursor: pointer;
    }

}




/*----------------------- course--------------- */
.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top:100px ;

}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.course-col{
    flex-basis: 31%;
    background: #fff3ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px;

}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width : 641px){
    .row{
        flex-direction: column;
    }
}




         /*---------------------- College------------------ */

.college{
         width: 80%;
            margin: auto;
            text-align: center;
            padding-top:100px ;
           
        }
.college-col{
            flex-basis: 31%;
            background: #fff3ff;
            border-radius: 10px;
            margin-bottom: 5%;
            padding: 20px 10px;
            box-sizing: border-box;
            transition: 0.5s;
        }

        .college-col:hover{
            box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        }
       
/* --------------campus------------- */

.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    display: block;

}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background:rgba(100,0,0,0.7) ;
}
.layer h4{
    width:100% ;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 30%;
    transform: translateX(-35);
    opacity: 0;
    transition: 1s;
    position: absolute;
}

.layer:hover h4{
    bottom:49% ;
    opacity: 1;

}

.review{
    
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    
}

@media(max-width : 641px){
    .review{
        flex-direction: column;
    }
}
.recruiters{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;

}
h2{
    font-size: 40px;
}




.heros{
    display: inline-block;
    color:rgb(8, 8, 8);
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 1%;
    border: 1px solid black;
    border-radius: 20px ;
    background-color:skyblue;
}

.heros:hover{
    border: 2px solid rgb(13, 176, 241);
    background-color: brown;
    border-radius: 20px;
    transition: 1s;
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;

}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 40px;

}
.icon .fab{
    color: #f44336;
    margin:0 13px;
    cursor: pointer;
    padding: 18px 0;
    font-size: 50px;
}

/* body {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header h1 {
    text-align: center;
    font-size: 40px;
    color: white;
}

header {
    padding: 40px;
    background-color: rgb(17, 124, 143);
}

nav {
    background-color: #333;
    overflow: hidden;
}

nav a {
    text-decoration: none;
    padding: 20px;
    text-align: center;
    float: left;
    color: white;
}

main {
    background-color: white;
    text-align: center;
}

h2 {
    padding: 20px;
}

section:nth-child(even) {
    background-color: rgb(241, 241, 241);
}

section {
    min-height: 100vh;
}

video {
    padding: 10px;
}

iframe {
    height: 75vh;
}

img {
    padding: 10px;
}

section h5 {
    margin: 40px;
}

footer {
    background-color: #333;
    overflow: hidden;
}

footer a {
    text-decoration: none;
    padding: 20px;
    text-align: center;
    float: left;
    color: white;
} */
