html {
  scroll-behavior: smooth;
  user-select: none;
}
@font-face {
  font-family: "roboto";
  src: url(Fonts/Roboto-Regular.ttf);
}
body {
  font-family: "roboto";
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@keyframes wipe-enter {
  0% {
    transform: scale(0, 0.025);
  }
  50% {
    transform: scale(1, 0.025);
  }
}
body h1,
h2 {
  animation: wipe-enter linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.vid {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  object-fit: cover;
  z-index: -1;
}

.bkg {
  margin: 0;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.bkg img {
  filter: blur(2);
}

.main {
  background-color: white;
  position: absolute;
  padding: 0;
  z-index: 1;
}

.typewriter {
  position: absolute;
  animation: typewriter 3s steps(100);
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.header {
  padding-top: 40vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  height: 17vw;
}

.header h1 {
  text-shadow: 1px 3px 6px black;
  text-shadow: 5px 3px 9px black;
  font-size: 17vw;
  color: white;
  margin: 0;
}
.thrs {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-content: center;
  align-items: center;
  margin: auto;
  flex-direction: row;
  justify-content: center;
}

@keyframes thrimganim {
  from {
    scale: 0.5;
  }
  to {
    scale: 1;
  }
}

.thr-img {
  animation: thrimganim linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  border-radius: 8px;
  margin: 10px;
  width: 150px;
  height: 200px;
  overflow: hidden;
}

.thr-img img {
  width: 100%;
  position: relative;
  object-fit: cover;
}

@keyframes scaleUp {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
.grid {
  flex-direction: row;
  margin: 0 0 10vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.grid img {
  animation: scaleUp linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  width: 40vw;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
}

.dynamic-flex {
  padding-top: 6vw;
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.dynamic-flex p {
  font-size: 1.6vw;
  padding: 0;
  text-align: left;
  width: 75vw;
}

@keyframes dynamich1anim {
  from {
    opacity: 0;
    transform: translate(-200px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.dynamic-flex h1 {
  animation: dynamich1anim linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  height: max-content;
  font-size: 2vw;
  width: 10vw;

  padding: 0 50px 0 50px;
}

.profile-btn {
  position: relative;
  border-radius: 10px;
  background-color: black;
  padding: 10px;
  color: white;
}

.profile-btn:hover {
  background-color: #4d585f;
}

.header-bar-items {
  display: none;
  z-index: 2;
  position: fixed;
  flex-wrap: nowrap;
  width: 100%;
  height: 70px;
  margin-right: 40px;
  justify-content: right;
}

.header-holder {
  z-index: 2;
  background-color: transparent;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70px;
  position: fixed;
}
/* .k{
  background-color: white;
 } */
.ulList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-holder a {
  text-decoration: none;
  font-size: 25px;
  color: black;
  background-color: transparent;
}

.header-btn {
  font-family: fantasy;
  border: none;
  background-color: transparent;
  color: black;
  width: 20vw;
  font-size: 2vw;
  height: 5vw;
}

.header-btn:hover {
  background-color: white;
  color: black;
}

.lead-div {
  width: 65vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
@keyframes profimgani {
  from {
    opacity: 0;
    transform: translate(-250px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.lead-prof {
  animation: profimgani linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  padding-right: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.prof-cont {
  width: 82px;
  height: 236px;
  overflow: hidden;
  margin-right: 10px;
}

.lead-prof img {
  position: relative;
  object-fit: cover;
  height: 100%;
}

.lead-prof p {
  padding-left: 5px;
  width: 200px;
}

.teacher {
  flex-direction: row;
  display: flex;
  padding: 2vw 0 2vw 0;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 80%;
  align-items: center;
}
@keyframes teacherh2anim {
  from {
    opacity: 0;
    transform: translate(200px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.teacher h2 {
  animation: teacherh2anim linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.teacher-img {
  margin-right: 10px;
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.teacher p {
  width: 100%;
}

.teacher-img img {
  width: 100%;
  padding-right: 2vw;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (max-width: 600px) {
  .header-bar-items {
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header-holder {
    height: 50px;
    display: flex;
    background-color: transparent;
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: start;
    flex-direction: column;
  }
  .ulList {
    margin-top: 50px;
    width: 100%;
    background-color: white;
    display: none;
    flex-direction: column;
  }
  .listOpen {
    display: flex;
  }
  .header-holder a {
    margin-bottom: 20px;
    height: 20px;
    font-size: 20px;
    text-decoration: none;
    color: black;
    text-align: center;
  }
  .thr-img {
    width: 110px;
    height: 145px;
  }
  .thrs {
    width: 90%;
  }
  .teacher {
    width: 100%;
    padding: 0 0 0 0;
    flex-direction: column;
  }
  .teacher p {
    width: 85%;
    text-align: center;
  }
  .bkg {
    width: 100%;
  }
  .header h1 {
    padding-top: 2vh;
    font-size: 103px;
  }

  /* iijofjofi */
  .dynamic-flex {
    flex-direction: column;
  }
  .dynamic-flex h1 {
    width: 75%;
    font-size: 30px;
  }
  .dynamic-flex p {
    width: 85%;
    font-size: 20px;
  }
  .main {
    width: 100vw;
  }
  .header {
    height: 45%;
    padding-top: 30vh;
  }
  .bkg {
    width: 100vw;
    height: 100vh;
  }

  .header-bar {
    display: none;
  }
  .thrs {
    width: 90%;
  }
  .prof-cont {
    width: 211px;
    height: 211px;
  }
  .lead-prof img {
    width: 100%;
  }
}

/* @media (max-width:320px) {
  .listOpen{
    display: flex;
  }
  .header-bar-items{
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header-holder{
    height: 50px;
    display: flex;
    background-color: aliceblue;
    align-items: center;
    justify-content: start;
    flex-direction: column;
  }
  .header-holder ul{
    width: 100%;
    background-color: aliceblue;
    display: none;
    flex-direction: column;

  }
   .header-holder a{
    margin-bottom: 20px;
    height: 20px;
    font-size: 20px;
    text-decoration: none;
    color: black;
    text-align: center;
   }
  .thr-img{
    width: 110px;
    height: 145px;
  }
  .thrs {
    width: 90%;
  }
  .teacher{
    width:100%;
    padding: 0 0 0 0 ;
    flex-direction: column;
  }
  .teacher p{
    width: 85%;
    text-align: center;
  }
  .bkg{
    width: 100%;
  }
  .header h1 {
    padding-top: 35vh;
    font-size: 100px;
  }
} */
