@font-face {
  font-family: "AktivGrotesk";
  src: url(fonts/AktivGrotesk-Black.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  display: flex;
}

body {
  background-color: #a383d8;
  height: 100dvh;
  width: 100dvw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.6rem;
}

.main {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding: 3rem;
  gap: 2.4rem;
}

.header {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: auto;
  height: 4.8rem;
}

.class-name {
  display: block;
  text-align: center;
  align-self: center;
  font-size: 4.8rem;
  color: #a383d8;
  font-family: "AktivGrotesk", sans-serif;
  text-transform: uppercase;
}

.contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.contact-buttom {
  display: block;
  height: 4.8rem;
  width: 4.8rem;
  color: #a383d8;
}

.class-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.video-player {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  border: none;
}

.class-toolbar {
}

.tools {
  display: flex;
  list-style: none;
  gap: 8.6rem;

  align-items: center;
  justify-content: center;
}

li {
  font-size: large;
}

.tool-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1rem;
  border: #000000b6 solid 3px;
  padding: 2rem;
}

.tool-icon {
  height: 3.1rem;
  width: 3.1rem;
  color: #000000b6;
}

.tool-name {
  font-size: 1.6rem;
  font-family: inter, sans-serif;
  text-align: center;
}

.comment-section {
  display: none;
  background-color: rgb(245, 245, 245);
  height: 100%;
  width: 100%;
  border-radius: 9px;
  padding: 2.4rem;
}

.contact-list-mobile {
  display: none;
}

.contact-bottom {
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 2.4rem;
}
