
#icon-adjusted[data-v-3a4536e1] {
  width: 80px;
  height: auto; 
  margin-left: 10px;
}
#icon-adjusted-bigger[data-v-3a4536e1] {
  width: 100px;
  height: auto;
}






.switch-button[data-v-15c6b0de] {
  background-color: transparent;
  color: white;
  border: white 2px solid;
  font-size: 1.5rem;
  padding: 5px 30px;
  transition: 200ms ease-in-out all;
}
.switch-button[data-v-15c6b0de]:hover {
  background-color: rgb(242, 115, 20, 0.25);
}
.switch-button-active[data-v-15c6b0de] {
  background-color: rgb(242, 115, 20, 1);
}
.switch-button-active[data-v-15c6b0de]:hover {
  background-color: rgb(242, 115, 20, 1);
}
.contact-us-button[data-v-15c6b0de] {
  background-color: #F27314;
  color: white;
  border: none;
  padding: 10px 20px;
  transition: 200ms ease-in-out all;
}
.contact-us-button[data-v-15c6b0de]:hover {
  background-color: #011627;
}
.path[data-v-15c6b0de] {
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: dash-15c6b0de 3s ease-in-out forwards;
}
@keyframes dash-15c6b0de {
to {
    stroke-dashoffset: 0;
}
}
.list-item[data-v-15c6b0de] {
  opacity: 0;
  animation: showup-15c6b0de 1s ease-in-out forwards;
}
@keyframes showup-15c6b0de {
to {
    opacity: 1;
}
}
.contact-popup[data-v-15c6b0de] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.538);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.contact-popup-content[data-v-15c6b0de] {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.features div[data-v-15c6b0de] {
  z-index: 1;
  transition-delay: 0.3s;
}
.features div[data-v-15c6b0de]:hover {
  z-index: 40;
  transition-delay: 0s;
}
.screenshot img[data-v-15c6b0de] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  border: #011627 1px solid;
  transition: all 0.3s ease-in-out;
}
.screenshot:hover img[data-v-15c6b0de] {
  width: 250%;
  height: 250%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1000px) {
.svg-lines[data-v-15c6b0de] {
    display: none !important;
}
.features[data-v-15c6b0de] {
    width: 100% !important;
    padding: 0 50px !important;
}
.features h4[data-v-15c6b0de] {
    text-align: center !important;
}
.features p[data-v-15c6b0de] {
    text-align: center !important;
}
.features-icon[data-v-15c6b0de] {
    display: none !important;
}
.features-line[data-v-15c6b0de] {
    display: none !important;
}
.contact-us-student[data-v-15c6b0de] {
    padding-right: 50px !important;
    width: 100% !important;
    justify-content: center !important;
}
.contact-us-student > button[data-v-15c6b0de] {
    border-radius: 10px !important;
}
.contact-us-teacher[data-v-15c6b0de] {
    padding: 0 50px !important;
    width: 100% !important;
}
.contact-us-teacher > div[data-v-15c6b0de] {
    display: none !important;
}
.list-item[data-v-15c6b0de] {
    flex-direction: column !important;
    gap: 20px !important;
}
.list-item-text[data-v-15c6b0de] {
    width: 100% !important;
}
}


