* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Maven Pro", sans-serif;
}

.navbar {
  background: #4e35b5;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

.navbar__menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
div.image::before {
  content: url(http://placehold.it/350x150);
}

#navbar__logo {
  background-color: #4e35b5;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.navbar__links {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
  height: 100%;
  font-size: 15px;
  left: 1px;
  top: 40px;
  position: relative;
}
.navbar__links.active {
  color: #bf7bd8;
  text-shadow: 0 0 12px #bf7bd8;
}
.navbar__links.active {
  color: #bf7bd8;
  text-shadow: 0 0 12px #bf7bd8;
}

.navbar__links:hover {
  color: #bf7bd8;
  transition: all 0.3s ease;
}
.navbar__links:hover,
.footer__container a:hover {
  color: #d7aaff;
  text-shadow: 0 0 10px #d7aaff;
  transform: scale(1.05);
}

.navbar__logo img {
  transition: all 0.3s ease;
}

.navbar__logo img:hover {
  filter: drop-shadow(0 0 10px #d7aaff);
  transform: scale(1.05);
}

.navbar__item {
  display: inline-block;
}
.navbar__logo {
  text-shadow: 0 0 10px #bf7bd8, 0 0 12px #bf7bd8, 0 0 16px #bf7bd8;
  transition: all 0.3s ease;
}

.navbar__logo:hover {
  text-shadow: 0 0 12px #bf7bd8, 0 0 16px #bf7bd8, 0 0 20px #bf7bd8;
}

.navbar__logo.active {
  text-shadow: 0 0 15px #bf7bd8, 0 0 20px #bf7bd8, 0 0 25px #bf7bd8,
    0 0 30px #bf7bd8;
}

.navbar__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Maven Pro", sans-serif;
  font-weight: 30;
  color: #fff7b3;
  text-decoration: none;
  padding-left: 18px;
  transition: all 0.3s ease;

  text-shadow: 0 0 8px #bf7bd8, 0 0 10px #bf7bd8, 0 0 14px #bf7bd8;
}

.navbar__logo:hover {
  color: #bf7bd8;
  text-shadow: 0 0 12px #bf7bd8, 0 0 16px #bf7bd8, 0 0 20px #bf7bd8;
}

.logo-line1,
.logo-line2,
.logo-line3 {
  line-height: 1;
}

.logo-line1 {
  font-size: 2rem;
  letter-spacing: 0.11em;
}

.logo-line2 {
  font-size: 2rem;
  letter-spacing: 0.09em;
}

.logo-line3 {
  font-size: 2rem;
  letter-spacing: 0.13em;
}

.logo-line3 {
  font-size: 2rem;
  letter-spacing: -0.01em;
}

.navbar__logo:hover {
  color: #bf7bd8;
  text-shadow: 0 0 8px #bf7bd8;
}
.navbar__links {
  text-align: end;
  padding: 5px;
  width: 100%;
  display: table;
}

body {
  background-color: #4e35b5;
}

.paragraph-container4 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.paragraph-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.paragraph-link:hover {
  color: #fff7b3;
  text-shadow: 0 0 10px #fff7b3;
  transform: scale(1.05);
}

/*mostly main section css*/
.main {
  background-color: #4e35b5;
}

.main__container {
  background: linear-gradient(to top, #bf7bd8 0%, #7b4bbc 100%);
  width: 96%;
  margin: 0 auto;
  min-height: 78vh;
  padding: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.main__content {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  padding: 0;
}

.main__content h1 {
  margin: 0 0 0.5rem 00;
  font-size: 30px;
  font-weight: 30;
  color: #fff;
  left: -30px;
  top: 5px;
  position: relative;
}

.main__content h2 {
  margin: 0 0 0.5rem 00;
  font-size: 20px;
  font-weight: 30;
  color: #fff;
  left: -30px;
  top: 5px;
  position: relative;
}
.main__content h3 {
  margin: 0 0 0.5rem 00;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 30;
  color: #fff;
  left: -30px;
  top: 5px;
  position: relative;
}
.main__content h4 {
  margin: 40px 0 0 0;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  position: static;
}

.main__content p {
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 30;
  color: #fff;
  left: -30px;
  top: 10px;
  position: relative;
}
.main__content a img {
  display: block;
  margin: 2rem auto;
}

.main__btn {
  font-size: 4rem;
}

.footer__container {
  background-color: #4e35b5;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__logo {
  display: block;
  margin: 0 auto;
  cursor: default;
  pointer-events: none;
}
.paragraph-container4 {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
}
.paragraph-container4 p {
  max-width: 300px;
}
.paragraph-link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.paragraph-link:hover {
  text-decoration: underline;
  color: #fff7b3;
  text-shadow: 0 0 10px #fff7b3;
}

.paragraph-link.active {
  text-decoration: underline;
  color: #fff7b3;
  text-shadow: 0 0 12px #fff7b3;
}

.cast-page .paragraph-link.english-link,
.cast-page .paragraph-link.korean-link {
  text-decoration: none;
  color: #fff7b3;
  text-shadow: 0 0 5px #fff7b3;
}

.cast-page .paragraph-link.english-link:hover,
.cast-page .paragraph-link.korean-link:hover {
  text-decoration: underline;
  text-shadow: 0 0 10px #fff7b3;
}

.navbar__links {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navbar__links:hover {
  color: #bf7bd8;
  text-shadow: 0 0 10px #bf7bd8;
}

.navbar__links.active.english-link {
  color: #bf7bd8;
  text-shadow: 0 0 14px #bf7bd8;
}

.cast-page .navbar__links.english-link {
  color: #bf7bd8;
  text-shadow: 0 0 6px #bf7bd8;
}
.navbar__links.active.korean-link {
  color: #bf7bd8;
  text-shadow: 0 0 14px #bf7bd8;
}

.cast-page .navbar__links.korean-link {
  color: #bf7bd8;
  text-shadow: 0 0 6px #bf7bd8;
}
.paragraph-link {
  text-decoration: underline;
}
.paragraph-link:hover {
  color: #fff7b3;
  text-shadow: 0 0 10px #fff7b3;
  transform: scale(1.05);
}
