html {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
body {
  margin: 0;
}
/* ----------------------- */
header {
  display: flex;
  flex-direction: row;
  background-color: #282828;
  padding-top: 5vh;
  padding-bottom: 5vh;
  gap: 15px;
}
header > a {
  display: flex;
}
.headerButton {
  color: #fff;
  background: none;
  border: none;
  font-size: 1.2rem;
  transition: 0.15s;
}
.headerButton:hover {
  color: #f6a93e;
  transition: 0.15s;
  cursor: pointer;
}
.headerButton:active {
  color: #737373;
}
.logo {
  width: 80px;
  margin-left: 2vw;
  border-radius: 45px;
}
.banner {
  height: 75vh;
  background-image: url(./pulpetAssets/KPIINvvV.jpg);
  background-size: cover;
  background-position: center;
}
main > h2 {
  margin-left: 2vw;
}
.aboutUs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  margin-right: 0px;
  padding-right: 2vw;
  margin-bottom: 20vh;
  margin-top: 20vh;
  background-color: #f6a93e;
  color: #000000;
  padding-inline: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.aboutUs > p {
  margin: 0px;
  text-align: center;
}
.aboutUs > h1, .aboutUs > h3, .aboutUs > h2 {
  text-align: center;
}
.lessonLevels {
  display: flex;
  flex-direction: row;
  padding-inline: 2vw;
  gap: 1px;
  margin-top: 2vh;
  margin-bottom: 6vh;
}
.lessonLevels > :nth-child(1) {
  background-image: url(./pulpetAssets/1.png);
  background-size: cover;
  background-position: center;
}
.lessonLevels > :nth-child(2) {
  background-image: url(./pulpetAssets/2.png);
  background-size: cover;
  background-position: center;
}
.lessonLevels > :nth-child(3) {
  background-image: url(./pulpetAssets/3.png);
  background-size: cover;
  background-position: center;
}
.lessonLevels > :nth-child(4) {
  background-image: url(./pulpetAssets/4.png);
  background-size: cover;
  background-position: center;
}
.lessonLevels > :nth-child(5) {
  background-image: url(./pulpetAssets/5.png);
  background-size: cover;
  background-position: center;
}
.lessonLevelButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 20vmax;
  height: 50vh;
  border: none;
  border-radius: 20px;
  transition: 0.25s;
  color: #fff;
}
.lessonLevelButton > h1 {
  display: none;
}
.lessonLevelButton:hover {
  transition: 0.3s;
  border-radius: 40px;
}
.lessonLevelButton:hover > h1 {
  display: flex;
  justify-content: center;
  text-shadow: #000000 2px 2px;
}
.lessonLevelButton:active {
  transition: 0.2s;
  border-radius: 30px;
  border: solid #f6a93e 1rem;
}
main > :nth-child(6) {
  margin-left: 2vw;
  margin-top: 25vh;
}
.lessonTypes {
  display: flex;
  flex-direction: row;
  padding-inline: 2vw;
  gap: 1px;
  margin-top: 2vh;
  margin-bottom: 30vh;
}
main > :nth-child(9) > :first-child {
  background-image: url(./pulpetAssets/93GQJtUa.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 2px 2px #1f1f1f;
}
.lessonTypeButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 45vh;
  width: 50vmax;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}
.lessonTypeButton:hover {
  border-radius: 40px;
  transition: 0.3s;
}
main > :nth-child(9) > :first-child:active {
  transition: 0.3s;
  color: #f6a93e;
  border-radius: 20px;
  border-radius: 30px;
  border: solid #f6a93e 1rem;
}
main > :nth-child(9) > :nth-child(2) {
  background-image: url(./pulpetAssets/pexels-julia-m-cameron-4144294.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 2px 2px #1f1f1f;
}
main > :nth-child(9) > :nth-child(2):active {
  transition: 0.3s;
  color: #f6a93e;
  border-radius: 20px;
  border-radius: 30px;
  border: solid #f6a93e 1rem;
}
main > :nth-child(9) > :last-child {
  background-image: url(./pulpetAssets/3tPN90fl.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 2px 2px #1f1f1f;
}
main > :nth-child(9) > :last-child:active {
  transition: 0.3s;
  color: #f6a93e;
  border-radius: 20px;
  border-radius: 30px;
  border: solid #f6a93e 1rem;
}
.reserveLessonButton {
  display: flex;
  width: 96vw;
  height: 25vh;
  flex-direction: column;
  justify-content: center;
  margin-inline: 2vw;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
  color: rgb(0, 0, 0);
  background-color: #4f9fd5;
}
.reserveLessonButton:hover {
  transition: 0.3s;
  border-radius: 40px;
  border: solid 1rem #ffffff;
}
.reserveLessonButton:active {
  border-radius: 20px;
  transition: 0.3s;
  color: #f6a93e;
}
.shopHiperlink {
  display: flex;
  width: 100vmax;
}
.shopHiperlink > button {
  display: flex;
  width: 96vw;
  height: 15vh;
  flex-direction: column;
  justify-content: center;
  margin-inline: 2vw;
  border: none;
  border-radius: 30px;
  margin-top: 2vh;
  transition: 0.3s;
  color: #000000;
  background-color: #d968ad;
}
.shopHiperlink > button:hover {
  border-radius: 20px;
  transition: 0.3s;
  border: solid 1rem #ffffff;
}
.shopHiperlink > button:active {
  border-radius: 40px;
  transition: 0.3s;
  color: #f6a93e;
}
footer {
  background-color: #000000;
  height: 30vh;
  margin-top: 4vh;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
footer > :first-child {
  display: flex;
  flex-direction: column;
}
.footerButton {
  width: 10.5rem;
  color: white;
  background: none;
  border-radius: 10px;
}
.footerButton:hover {
  background: #f6a93e;
  transition: 0.2s;
}
.footerButton:active {
  background: #fff;
}
.slider {
  overflow: hidden;
  width: 100vw;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-frames {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-images {
  display: flex;
  position: relative;
  width: 100vmax;
  height: 60vh;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
}

.img-container {
  min-width: 100%;
  height: 75vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes slide_animation {
  0% {
    right: 0;
  }
  12.5% {
    right: 0;
  }
  25% {
    right: 100%;
  }
  37.5% {
    right: 100%;
  }
  50% {
    right: 200%;
  }
  62.5% {
    right: 200%;
  }
  75% {
    right: 300%;
  }
  87.5% {
    right: 300%;
  }
  100% {
    right: 0;
  }
}
