* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
footer{
  background: linear-gradient(to right,hwb(273 28% 53%),hwb(184 59% 34%));
  
  text-align: center;
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%;
  font-family: "Georgia",sans-serif ;
  font-size: 20px;

}
footer p{
  color:beige;
}


.imagecont{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fulscr{
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* keeps image aspect ratio */
  display: block;
}
.marquee {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top:0;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 3;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  color:yellow;
  
  
}
.cou{
  width: 100%;
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 30px;
  white-space: normal;
  box-sizing: border-box;
  z-index: 2;
}
.cou h1,h2{
  color:gold;
}
.cou ul{
  list-style-type: disc;
  color:gold;
  padding-left: 20px;
}
.con{
  width: 100%;
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 420px;
  white-space: normal;
  box-sizing: border-box;
  z-index: 1;
}
.con h3,h2,p{
  color: gold;
}

.mamta{
  font-size: 30px;
}
.icon-link{
  display:inline-block;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  margin: 0 10px;
  color:#fff;
  font-size: 24px;
  transition: transform 0.3s ease;


}
.email-icon{
  background-color: hsl(0, 62%, 62%);

}
.fas ,.fab{
  margin-right: 1px;
  color: inherit;
}
.linkedin-icon{
  background-color: #0E76A8;
  
}


.icon-link:hover{
  transform: scale(1.1);
  color: #fff;

}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
  body {
    font-family: Arial, sans-serif;
    background-color:hwb(273 28% 53%);
  }

  nav {
    background-color:hwb(184 59% 34%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
  }

  .logo h1 {
    font-family: 'Gerorgia', sans-serif ;
      font-size: 20px;
      color:yellow;
      letter-spacing: 5px;
      text-transform: uppercase;
  }

  .menu {
    display: flex;
    gap: 1rem;
  }

  .menu a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
  }

  .menu a:hover {
    background-color: #575757;
    border-radius: 4px;
  }

  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
  }
  

  @media (max-width: 768px) {
    .menu {
      width: 100%;
      flex-direction: column;
      display: none;
    }

    .menu.active {
      display: flex;
    }

    .menu-toggle {
      display: flex;
    }
    .con{
      top:400px;
    }
  }
  .recont{
    margin-top: 20px;
}
.recont .vids{
    margin-top: 30px;
}
.recont .mum {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: beige;
}
.recont .vidbox
{
  padding: 20px;
}
.student-profile {
  display: flex;
  background-color:beige;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 20px;
}
.student-info {
  padding: 20px;
  flex: 1;
}

.student-info h2,h3 {
  margin-bottom: 10px;
  color:black;
}
.stuu{
  margin-top: 30px;
}
.con h5{
  color: gold;
}
@media (max-width: 768px) {
  .student-profile {
    flex-direction: column;
    align-items: center;
  }

  .student-profile img {
    width: 100%;
  }

  .student-info {
    padding: 15px;
    text-align: center;
  }
}
h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:beige;
}
body{
    background: linear-gradient(to right,hwb(273 28% 53%),hwb(184 59% 34%));
}
img{
    width: 300px;
    height: 300px;
}