@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poller+One&family=Rowdies:wght@300;400&family=Saira:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Iosevka Charon", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0b0f19;
  color: #f0f4f8;
  overflow-x: hidden;
  box-sizing: border-box;
}
header {
  height: 100%;
  width: 100%;
  max-height: 10dvh;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 100%;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(156, 117, 248, 0.1);
  background-color: #0b0f19;
}
header > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header > span > img {
  width: 100px;
}
h1 {
  font-size: 30px;
}
#menu-icon {
  display: none;
}
nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 80%;
  align-items: center;
}
nav > a {
  text-decoration: none;
  color: #f0f4f8;
  font-size: 20px;
}
nav > a:hover {
  color: #4deeea;
}
.active {
  color: #4deeea;
}
main {
  width: 100%;
  box-sizing: border-box;
}
#home {
  height: 100dvh;
  padding-top: calc(10dvh + 40px);
  width: 100%;
  box-sizing: border-box;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("./images/kasivo.jpeg");
  background-position: center;
  background-size: cover;
}
.name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 100px 100px;
  max-width: 600px;
  padding-left: 10%;
}
.name > h2 {
  color: #4deeea;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #4deeea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.7));
}
.name > p {
  font-size: 25px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.name a > button {
  width: 50%;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
  background-color: #4deeea;
}
.name a > button:hover {
  background-color: #34a1a0;
}
#about {
  height: 100dvh;
  padding-top: calc(10dvh + 50px);
  display: flex;
  flex-direction: column;
  gap: 200px;
  width: 100%;
  box-sizing: border-box;
}
.about-des {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: center;
}
.about-me {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-me > h2 {
  color: #4deeea;
}
.about-me > p {
  max-width: 600px;
}
.about-me > h3 {
  color: #4deeea;
  margin-top: 15px;
}
.about-me > ul {
  max-width: 500px;
}
.dp {
  height: 300px;
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(77, 238, 234, 0.3);
  background-image: url(images/kasivo-dp.jpeg);
  background-position: center;
  background-size: cover;
}
.genres {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.genres h3 {
  font-size: 1.8rem;
  color: #4deeea;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
}
.genres ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.genres ul li {
  background: #161c2a;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  border: 1px solid rgba(230, 0, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: default;
}
.genres ul li:hover {
  transform: translateY(-3px);
  color: #4deeea;
}
#featured {
  height: 100dvh;
  padding-top: calc(10dvh + 30px);
  box-sizing: border-box;
  background-color: #0b0f19;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  gap: 30px;
}
#featured > p {
  max-width: 800px;
  color: #8f9cae;
  text-align: center;
}
.video-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  position: relative;
  gap: 20px;
}
.video-cont i {
  flex-shrink: 0;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  color: #4deeea;
  transition:
    background 0.2s,
    color 0.2s;
  user-select: none;
}
.video-cont i:hover {
  color: #329e9c;
}
.video-track {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.video-track-inner {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-slide {
  flex: 0 0 100%;
}
.video-slide video {
  width: 500px;
  height: 100%;
  object-fit: cover;
  display: block;
  height: 600px;
}
.video-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.video-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: gray;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.video-dots button.active {
  background: white;
  transform: scale(1.3);
}
#booking {
  height: 100dvh;
  padding-top: calc(10dvh + 30px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  width: 100%;
}
#booking > p {
  color: #4deeea;
  font-size: 25px;
  text-align: center;
}
.booking-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 150px;
  width: 100%;
}
.booking-details > form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  background: #161c2a;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(77, 238, 234, 0.1);
  width: 500px;
  border-radius: 20px;
}
.booking-details > form > span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
label {
  color: #8f9cae;
}
.booking-details > form > span > input {
  padding: 10px;
  width: 90%;
  font-size: 18px;
  height: 40px;
  border-radius: 12px;
  outline: none;
  border: none;
  background-color: #0b0f19;
  color: white;
}
.booking-details > form > span > textarea {
  padding: 10px;
  width: 90%;
  font-size: 18px;
  height: 100px;
  border-radius: 12px;
  outline: none;
  border: none;
  background-color: #0b0f19;
  color: white;
}
#booking input:focus,
#booking select:focus,
#booking textarea:focus {
  border-color: #4deeea;
  box-shadow: 0 0 10px rgba(77, 238, 234, 0.3);
}
.booking-details > form > button {
  background-color: #4deeea;
  color: #0b0f19;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(77, 238, 234, 0.3);
  transition: all 0.3s ease;
  margin-top: 10px;
  max-width: 200px;
  font-size: 20px;
}
.booking-details > form > button:hover {
  box-shadow: 0 0 5px rgba(77, 238, 234, 0.6);
  background-color: #329e9c;
}
#confirm {
  font-size: 15px;
  margin: 0;
}
#choose {
  padding: 10px;
  width: 90%;
  font-size: 18px;
  height: 40px;
  border-radius: 12px;
  outline: none;
  border: none;
  margin-top: 10px;
  background-color: #0b0f19;
  color: white;
}
#chose-two {
  display: none;
  flex-direction: row;
  max-width: 90%;
  justify-content: space-between;
}
#chose-two > span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#chose-two > span > input {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  border-radius: 12px;
  outline: none;
  border: none;
  background-color: #0b0f19;
  color: white;
}
#booking input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
#booking input[type="date"]:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}
.handles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.handles > a {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: #f0f4f8;
  text-decoration: none;
  padding: 20px;
  background: #161c2a;
  border-radius: 6px;
  border-left: 4px solid #e600ff;
  transition: all 0.3s ease;
  align-items: center;
  width: 100%;
}
.handles > a:hover {
  background: #1f293d;
  border-left-color: #4deeea;
}
#two {
  display: none;
}
footer {
  height: 30dvh;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  box-sizing: border-box;
  font-size: 18px;
  color: #afb1b4;
}
footer h3 {
  color: white;
}
.footer-left {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.quick-links-box {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-links-box h3 {
  font-size: 18px;
}
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-links > a {
  color: #afb1b4;
  text-decoration: none;
}
.quick-links > a:hover {
  color: #4deeea;
}
.footer-handles-box {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-handles-box h3 {
  font-size: 18px;
}
.footer-handles {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-handles a {
  color: #afb1b4;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.footer-handles a:hover {
  color: #4deeea;
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  header {
    grid-template-columns: 30% 70%;
  }
  header > span > img {
    width: 80px;
  }
  h1 {
    font-size: 24px;
  }
  nav {
    max-width: 100%;
  }
  nav > a {
    font-size: 18px;
  }
  #home {
    height: auto;
    min-height: 100dvh;
    padding-bottom: 50px;
  }
  .name {
    padding: 60px 40px;
    max-width: 90%;
  }
  .name > h2 {
    font-size: 40px;
  }
  .name > p {
    font-size: 20px;
  }
  #about {
    height: auto;
    min-height: 100dvh;
    gap: 100px;
  }
  .about-des {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
    padding: 0 20px;
  }
  .about-me {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-me > p {
    max-width: 700px;
  }
  .about-me > ul {
    max-width: 700px;
  }
  .dp {
    width: 400px;
    height: 400px;
  }
  .genres ul {
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
  }
  #featured {
    height: auto;
    min-height: 100dvh;
    padding-bottom: 60px;
  }
  #featured > p {
    padding: 0 20px;
  }
  .video-cont {
    max-width: 70%;
  }

  .video-slide video {
    width: 100%;
    height: 100%;
    max-height: 700px;
  }
  #booking {
    height: auto;
    min-height: 100dvh;
  }
  .booking-details {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
  }
  .booking-details > form {
    width: 100%;
    max-width: 500px;
  }
  .booking-details > form > span > input,
  .booking-details > form > span > textarea,
  #choose {
    width: 100%;
  }
  .handles {
    width: 100%;
    max-width: 550px;
    padding: 0;
  }
  footer {
    height: auto;
    flex-direction: row;
    gap: 30px;
    padding: 40px 20px;
    text-align: center;
  }
  .footer-left {
    padding-top: 0;
  }
  .quick-links-box {
    padding: 0;
    text-align: left;
  }
  .footer-handles-box {
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: fixed;
  }
  .title > img {
    width: 70px;
  }
  h1 {
    font-size: 22px;
  }
  #menu-icon {
    display: flex;
    background-color: #334363;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
  }
  nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: rgba(11, 15, 25, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(156, 117, 248, 0.1);
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  nav.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  nav > a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
  }
  #home {
    width: 100%;
    height: auto;
  }
  .name {
    padding: 60px 20px;
  }
  .name > h2 {
    font-size: 30px;
  }
  .name > p {
    font-size: 18px;
  }
  .name a > button {
    font-size: 15px;
    width: 40%;
  }
  .dp {
    width: 200px;
    height: 200px;
  }
  #about {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .about-me > ul {
    max-width: 300px;
  }
  #featured {
    width: 100%;
    height: auto;
  }
  .video-cont {
    max-width: 90%;
    gap: 10px;
  }
  #booking {
    padding-bottom: 50px;
  }
  #booking > p {
    font-size: 20px;
  }
  .booking-details {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .booking-details > form {
    width: 100%;
    padding: 20px 10px;
  }
  .booking-details > form > button {
    max-width: 100%;
  }
  label {
    font-size: 15px;
  }
  input,
  textarea,
  select {
    width: 100%;
    font-size: 15px !important;
  }
  #chose-two {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .handles {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .handles > a {
    padding: 10px;
    width: 90%;
  }
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quick-links-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quick-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .footer-handles-box {
    align-items: center;
  }
}
