*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    min-height:100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

header {
    background-color:rgb(98, 3, 3);
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid white;
}
nav {
    background-color: rgb(98, 3, 3);
    color: white;
    padding: 10px;
}
a{
    color: white;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline;
    margin-right: 20px;
}
h1 {
    color: #ffffff;
}
.homecontainer {
    margin-top: 10px;
    flex-grow: 1;
}
.one{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav{
    flex-grow: 1;
    
}
.darkmode{
    background-color: black;
    color: white;
    
}
.hfoot{
    position:fixed;
    bottom: 0;
    color:white;    
    display: flex;
    flex-direction: row;
    height: 50px;
    background-color: red;
    width: 100%;
    height: 20px;
   
}
.hfoot marquee{
    background-color: rgb(5, 5, 151);
    height: 20px;
    flex-grow: 1;
}
.hfoot div{
    background-color: black;
    height: 20px;
    width: 20%;
    text-align: center  ;
}

h2{
    background-color:rgb(98, 3, 3);
    text-align: center;
    margin-top: 0;
    color: white;
    border-top: 1px solid white;
}
.cont{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
fieldset{
    padding: 18px;
}
.pmain{
    padding: 20px;
}
.courses{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}
.course{
    height: 100px;
    width: 200px;
    border: 1px solid rgb(98, 3, 3);
    display: grid;
    place-content: center center;
    padding: 10px;
}
.course:hover{
    height: 350px;
    background-color: skyblue;
    border-radius: 10%;
}
.course:hover+.lp{
    
    display: block;
}

.fdiv{
    width: 200px;
    height: 250px;
    border: 2px solid rgb(98, 3, 3);
    display: grid;
    place-content:center center;
    text-align: center;
}
.fdiv img{
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.fdall{
    margin-top:5px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.himg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.vimg{
    display: block;

}
.ub{
    background-color: rgb(98, 3, 3);
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
h3{
    background-color: rgb(98, 3, 3);
    color: white;
    margin-bottom: 1px;
    text-align: center;
}
.com{
    margin-top: 10px;
    margin-left: 10px;
    display: grid;
    grid-template-columns:repeat(7,1fr);
    gap: 10px;

}
.company{
    width: 100px;
    height: 100px;
    border: 1px solid rgb(98, 3, 3);
    border-radius: 25px;
    display: grid;
    place-content: center center;
}
.sp{
    padding: 20px;
}
.s{
    font-size: 10px;
}
.ac{
    color: blue;
}
.lp{
    color: rgb(98, 3, 3);
    display: none;
}
.tcs1{
    animation-name:tcs1;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 5;
    animation-fill-mode: forwards;
    background-color:rgb(109, 75, 75);
    width: 0px;
    text-align: center;
    margin-left: 250px;
}
.tcs2{
    animation-name:tcs2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 5;
    animation-fill-mode: forwards;
    background-color:rgb(98, 3, 3);
    width: 0px;
    text-align: center;
    margin-left: 250px;
}
.cognizant1{
        animation-name: cognizant1;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color: rgb(204, 255, 0);
        width: 0px;
        text-align: center;
        margin-left: 211px;
}
.cognizant2{
        animation-name: cognizant2;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color: rgb(0, 200, 255);
        width: 0px;
        text-align: center;
        margin-left: 211px;
}
.all1{
        animation-name: all1;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color: red;
        width: 0px;
        text-align: center;
        margin-left: 91px;
}
.all2{
        animation-name: all2;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color:bisque;
        width: 0px;
        text-align: center;
        margin-left: 91px;
}
.all3{
        animation-name: all3;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color:navy;
        width: 0px;
        text-align: center;
        margin-left: 36px;
}
.all4{
        animation-name: all4;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 5;
        animation-fill-mode: forwards;
        background-color: pink;
        width: 0px;
        text-align: center;
        margin-left:0px;
}
.all5{
        animation-name: all5;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count:5 ;
        animation-fill-mode: forwards;
        background-color: blue;
        width: 0px;
        text-align: center;
        margin-left: 119px;
}
@keyframes tcs1{
    0%{
      width: 0px;
    }
    25%{
      width:50px ;
    }
    50%{
      width:100px ;
    }
    75%{
      width: 150px;
    }
    100%{
      width:200px;
    }
  }
@keyframes tcs2{
    0%{
      width: 0px;
    }
    25%{
      width:40px ;
    }
    50%{
      width:80px ;
    }
    75%{
      width: 120px;
    }
    100%{
      width:150px;
    }
  }
@keyframes cognizant1{
    0%{
      width: 0px;
    }
    25%{
      width:80px ;
    }
    50%{
      width:160px ;
    }
    75%{
      width: 250px;
    }
    100%{
      width:350px;
    }
  }
@keyframes cognizant2{
    0%{
      width: 0px;
    }
    25%{
      width:100px ;
    }
    50%{
      width:200px ;
    }
    75%{
      width: 300px;
    }
    100%{
      width:400px;
    }
  }
@keyframes all1{
    0%{
      width: 0px;
    }
    25%{
      width:160px ;
    }
    50%{
      width:280px ;
    }
    75%{
      width: 420px;
    }
    100%{
      width:510px;
    }
  }
@keyframes all2{
    0%{
      width: 0px;
    }
    25%{
      width:170px ;
    }
    50%{
      width:320px ;
    }
    75%{
      width: 450px;
    }
    100%{
      width:580px;
    }
  }
@keyframes all3{
    0%{
      width: 0px;
    }
    25%{
      width:170px ;
    }
    50%{
      width:380px ;
    }
    75%{
      width: 510px;
    }
    100%{
      width:650px;
    }
  }
@keyframes all4{
    0%{
      width: 0px;
    }
    25%{
      width:220px ;
    }
    50%{
      width:420px ;
    }
    75%{
      width: 570px;
    }
    100%{
      width:720px;
    }
  }
  @keyframes all5{
    0%{
      width: 0px;
    }
    25%{
      width:160px ;
    }
    50%{
      width:280px ;
    }
    75%{
      width: 420px;
    }
    100%{
      width:490px;
    }
  }
.mr{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 2px;
}
.Placement{
display: grid;
place-content: center center;
}
.urab{
        animation-name: mohith;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-timing-function:ease;
        animation-iteration-count: 1;
        width: 250px;
        background-color:navy;
        height: 30px;
        display: grid;
        place-content: center center;
        border-radius: 10px;
        position: relative;
        top: -200px;
}
@keyframes mohith{
    0%{
      top:0px;
    }
    25%{
      top:70px;
    }
    75%{
      top:50px
    }
    100%{
      top:0px;
    }
  }

