* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
  text-decoration: none;
  list-style: none;
}

:root {
  --bg: #0e599c;
  --text: #fff;
  --primary-color: #f4d03f;
  --secondary-color: #000;
}

@font-face {
  font-family: "LevenimMTBold";
  src: url("/assets/Levenim\ MT\ Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Usage */
body {
  font-family: "LevenimMTBold", sans-serif;
  background: var(--bg);
}
html {
  scroll-behavior: smooth;
}
.container {
  width: 100%;
  min-height: 100vh;
  font-size: 10px;
}
.container nav {
  position: fixed;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 75px;
  /* From https://css.glass */
  background: var(--bg);
  border-radius: 35px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(17, 16, 16, 0.3); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4em;
  z-index: 5;
}
.container nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container nav ul li a {
  color: var(--text);
  font-size: 1.8em;
  transition: all 0.3s ease-in-out;
}
.container nav ul li a:hover {
  color: var(--primary-color);
}

/* HEADER */
header {
  width: 100%;
  min-height: 200vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4em 6em;
  background: var(--bg);
  position: relative;
  padding-top: 25vh;
  /* border: 1px solid var(--text); */
}

header .headerImg{
position: sticky;
  top: 25vh;
  width: 400px;
  height: 550px;
  /* background: linear-gradient(135deg, #2874cb 0%, #1e5ba8 50%, #1a4d8f 100%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  color: var(--primary-color);
  /* border: 1px solid var(--text); */
}

header .txt {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.txt h1 {
  color: var(--text);
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
/* .typewriter {
  border-right: 3px solid var(--text);
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  50% {
    border-color: var(--text);
  }
  51%,
  100% {
    border-color: transparent;
  }
} */

header .txt a.buy {
  width: 240px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 1.6em;
  font-weight: 600;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-in-out;
}
header .txt a.buy img {
  object-fit: contain;
  width: 30px;
}
header .txt a.buy.active:hover {
  opacity: 1;
}
header .txt a.buy.active {
  transform: translateY(0px);
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}

header .book-cover {
  position: sticky;
  top: 25vh;
  width: 600px;
  height: 550px;
  background: linear-gradient(135deg, #2874cb 0%, #1e5ba8 50%, #1a4d8f 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  color: var(--primary-color);
}

header .main-title {
  font-family: "Futura", "Arial Black", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
header .main_title_one {
  display: flex;
}
header .sailors {
  display: block;
  margin-bottom: 0.2rem;
}

header .of-the {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  margin-bottom: 2rem;
  margin-left: 0.5em;
}

header .starry-skies {
  display: block;
  margin-top: 0.2rem;
}

header .subtitle {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  margin: 2rem 0 3rem 0;
  letter-spacing: 0.03em;
  opacity: 0.95;
}

header .by {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

header .author {
  font-family: "Futura", "Arial Black", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

.container .about {
  width: 100%;
  min-height: 200vh;
  padding: 10em 6em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--bg);
  position: relative;
  background-image: url("./assets/IMG_4485\ 3.JPG");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .container .about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
} */
.container .about a.buyBtn {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 1.6em;
  font-weight: 600;
  border-radius: 10px;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 500ms ease-in-out;
  position: sticky;
  top: 30%;
}
.container .about a.buyBtn img {
  object-fit: contain;
  width: 30px;
}

.container .about .txt {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  color: var(--text);
  margin-top: 100vh;
}

.container .about .txt .links {
  display: flex;
  gap: 1rem;
}
.container .about .txt .links a.buy {
  width: 240px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 1.6em;
  font-weight: 600;
  border-radius: 30px;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 500ms ease-in-out;
}
.container .about .txt .links a.buy img {
  object-fit: contain;
  width: 30px;
}

.container .about .aboutImg {
  /* position: relative; */
  /* z-index: 0.5; */
  border-radius: 5px;
}

/* JOIN */
.container .join {
  width: 100%;
  min-height: 200vh;
  padding: 10em 6em;
  padding-top: 10em;
  background-image: url("./assets/IMG_4485\ 3.JPG");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container .join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.container .join h1 {
  color: var(--text);
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.container .join a.buy {
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 2em;
  font-weight: 600;
  border-radius: 10px;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 500ms ease-in-out;
  margin-bottom: 6em;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.social-links li {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: var(--secondary-color);
}

.social-links a:hover {
  background: #fbbf24;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.container .join .social-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.container .join p {
  width: 60%;
  color: var(--text);
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
  margin-top: 6em;
}
.container .join .newsletter_cont {
  width: 60%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-color);
  border-radius: 10px;
  margin: 0em auto;
  padding: 0rem 1rem;
  position: relative;
  z-index: 1;
}
.container .join .newsletter_cont input {
  width: calc(100% - 150px);
  height: inherit;
  color: var(--text);
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
}
.container .join .newsletter_cont input::placeholder {
  color: var(--text);
  opacity: 0.8;
}

.container .join .newsletter_cont button {
  width: 150px;
  height: 55px;
  font-size: 2em;
  color: var(--text);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: var(--secondary-color);
  transition: background 0.3s ease;
}
.container .join .newsletter_cont button:hover {
  background: var(--secondary-color);
}

/*  */
/* start hidden */
.about h1,
.about .links,
.about .aboutImg {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* visible state */
.about h1.show,
.about .links.show,
.about .aboutImg.show {
  opacity: 1;
  transform: translateY(0);
}

/* CONATCT US */
.container .contact {
  width: 100%;
  min-height: 100vh;
  padding: 10em 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bg);
  position: relative;
}

.container .contact h1 {
  color: var(--text);
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact form input {
  width: 100%;
  padding: 1rem;
  border: none;
  font-size: 1.6em;
  outline: none;
  background: var(--text);
  color: var(--secondary-color);
  border-radius: 5px;
}
.contact form textarea {
  width: 100%;
  height: 300px;
  padding: 1rem;
  border: none;
  font-size: 1.6em;
  outline: none;
  background: var(--text);
  color: var(--secondary-color);
  border-radius: 5px;
}
.contact form button {
  width: 200px;
  height: 55px;
  font-size: 2.4em;
  color: var(--secondary-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: var(--text);
  margin: 1em auto;
  transition: background 0.3s ease;
}
.contact form button:hover {
  background: var(--primary-color);
}

/* COMMING SOON */
.container .coming {
  width: 100%;
  min-height: 100vh;
  padding: 10em 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bg);
  position: relative;
}

.container .coming h1 {
  color: var(--primary-color);
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  z-index: 1;
  word-break: break-all;
}
.container .coming p {
  color: var(--text);
  font-size: 2em;
  line-height: 1.2;
  margin-top: 0.5em;
  text-align: center;
  word-break: break-all;
}

/* FOOTER */
.container footer {
  padding: 6em 6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10em;
}
.container footer p {
  color: var(--text);
  font-size: 2em;
  text-align: center;
  margin-bottom: 2rem;
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links li {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: var(--secondary-color);
}

.social-links a:hover {
  background: #fbbf24;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.container footer p.mobile {
  display: none;
}
/* header .book-cover.mobile {
  display: none;
} */

/* ••••••••••••MOBILE RESPONSIVENESS•••••••••••••••••••• */
@media (max-width: 768px) {
  .container {
    width: 100%;
    min-height: 100vh;
    font-size: 10px;
    overflow-x: hidden;
  }
  .container nav {
    position: fixed;
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
    border-radius: 0px;
    padding: 0 2em;
  }
  .container nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .container nav ul li a {
    font-size: 1.2em;
  }

  /* HEADER */
  header {
    width: 100%;
    min-height: 200vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6em 2em;
    background: var(--bg);
    position: relative;
    padding-top: 10vh;
    border: 1px solid var(--text);
    flex-direction: column;
  }

  header .txt {
    width: 100%;
    height: 200vh;
    display: flex;
    justify-content: flex-start;
    margin-top: 30vh;
  }
  header .headerImg {
   width: 90vw;
    height: auto;
    padding: 30px 20px;
    display: block;
    top: 10em;
  }

  .container .about {
    width: 100%;
    min-height: 200vh;
    padding: 10em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg);
    position: relative;
    background-image: url("./assets/IMG_4485\ 3.JPG");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
  }

  /* .container .about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
} */
  .container .about .txt {
    width: 100%;
    height: 250vh;
    justify-content: flex-start;
    margin-top: 10vh;
  }

  .container .about .txt .links {
    display: flex;
    gap: 1rem;
  }

  .container .about .aboutImg {
    width: 100%;
  }

  /* JOIN */
  .container .join {
    width: 100%;
    min-height: 200vh;
    padding: 10em 2em;
    padding-top: 10em;
  }

  .container .join h1 {
    font-size: 8em;
  }

  .social-links {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container .join p {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.6;
    text-align: left;
  }
  .container .join .newsletter_cont {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin: 0em auto;
    padding: 0rem 1em;
  }
  .container .join .newsletter_cont input {
    width: calc(100% - 50px);
    padding: 0.5em 0.5em;
    font-size: 16px;
  }

  .container .join .newsletter_cont button {
    width: 60px;
    height: 35px;
    font-size: 1em;
    color: var(--text);
    border: none;
    border-radius: 3px;
  }

  /* CONATCT US */
  .container .contact {
    width: 100%;
    min-height: 100vh;
    padding: 10em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg);
    position: relative;
  }

  .container .contact h1 {
    font-size: 5em;
  }
  .contact form {
    width: 100%;
  }

  /* COMMING SOON */
  .container .coming {
    width: 100%;
    min-height: 20vh;
    padding: 10em 1em;
  }

  .container .coming h1 {
    color: var(--primary-color);
    font-size: 2.5em;
  }
 

  /* FOOTER */
  .container footer {
    padding: 2em 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10em;
    flex-wrap: wrap;
  }
  .container footer p {
    color: var(--text);
    font-size: 2em;
    text-align: center;
    margin-bottom: 2rem;
    display: none;
  }
  .container footer p.mobile {
    display: block;
    font-size: 1.6em;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
