* {
   box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   font-weight: inherit;
   font-size: inherit;
}

p {
   margin: 0;
}

img {
   max-width: 100%;
   height: auto;
   display: block;
}

body {
   margin: 0;
   font-family: "Lora";

   min-height: 100vh;
   background-color: #000A22;

   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

section {
   padding: 80px 20px;
   min-height: auto;
}

.hero {
   padding-top: 50px;
   padding-bottom: 85px;
   background-color: #000A22;
}

.container {
   max-width: 1285px;
   margin: 0 auto;
   padding: 0 20px;
}

@media (max-width: 768px) {

   .hero-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
   }

   .hero-text {
      width: 100%;
   }

   .hero h1 {
      font-size: 32px;
      line-height: 120%;
   }

   .hero p {
      font-size: 18px;
   }

   .image {
      width: 100%;
      max-width: 260px;
      height: auto;
      display: block;
      flex: none;
   }

   .learn-button {
      width: 100%;
      max-width: 260px;
   }
}

.hero h1 {
   font-weight: 400;
   font-size: 48px;
   line-height: 120%;
   letter-spacing: 0.02em;
   color: #AED1FF;
}

.hero p {
   font-weight: 400;
   font-size: 24px;
   line-height: 130%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.learn-button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 194px;
   height: 55px;
   background-color: #38BDF8;
   color: #031738;
   border-radius: 9999px;
   text-decoration: none;
   font-family: "Lora", serif;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.06em;
   line-height: 1;
   transition: transform 0.2s ease;
}

.navbar {
   display: flex;
   justify-content: space-between;
   align-items: center;

   width: 100%;
   margin-top: 0px;
   margin-bottom: 140px;
}

.logo {
   font-weight: 400;
   font-size: 36px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #E2E8F0;

   text-decoration: none;
}

.nav-links {
   display: flex;
   gap: 40px;
}

@media (max-width: 768px) {

   .navbar-content {
      flex-direction: column;
      gap: 20px;
   }

   .nav-links {
      flex-wrap: wrap;
      justify-content: center;
   }

}

.nav-links a {
   font-weight: 400;
   font-size: 20px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #E2E8F0;

   text-decoration: none;
}

.hero-content {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   gap: 40px;
}

.hero-text {
   flex: 2;
}

.image {
   flex: 1;
   width: 100%;
   max-width: 357px;
   height: auto;
}

.navbar-content {
   display: flex;
   justify-content: space-between;
   align-items: center;

   width: 100%;
}

.further-reading {
   background-color: #000E31;
   padding: 80px 40px;
   box-shadow: 0px 4px 4px 0px #00000040;
}

.further-reading h2 {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.fr-heading p {
   font-weight: 400;
   font-size: 24px;
   line-height: 120%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.fr-content {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.cover-rect {
   width: 251px;
   height: 377px;
   border-radius: 5px;
   background-color: #031738;
   box-shadow: 0px 2px 2px 0px #00000040;

   display: flex;
   flex-direction: column;   
   justify-content: center;
   align-items: center;
}

.cover-text {
   font-weight: 400;
   font-size: 24px;
   line-height: 120%;
   letter-spacing: 0.06em;
   text-align: center;
   color: #7EA1C9;

   padding-bottom: 40px;

   user-select: none;
}

.fr-book {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.title {
   font-weight: 700;
   font-size: 26px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #38BDF8;

   margin-top: 20px;
   margin-bottom: 8px;

   text-align: center;
}

.desc {
   font-weight: 400;
   font-size: 20px;
   line-height: 130%;
   letter-spacing: 0.06em;
   text-align: center;
   color: #E2EAF4;

   margin-top: 0;
   margin-bottom: 20px;

   max-width: 238px;
}

.release {
   font-weight: 700;
   font-size: 24px;
   line-height: 130%;
   letter-spacing: 0.06em;
   text-align: center;
   color: #AED1FF;

   max-width: 131px;
   padding-top: 30px;
}

.why-i-write {
   background-color: #000A22;
   padding: 80px 40px;
   padding-top: 50px;
}

.about-content {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.about-main {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 60px;
}

@media (max-width: 768px) {

   .about-main {
      flex-direction: column;
      text-align: center;
   }

}

.about-heading h2 {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.about-heading p {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.about-main img {
   width: 273px;
   height: auto;
   border-radius: 150px;
   border-width: 1px;
   border: 1px solid #38BDF8;
}

.about-main .paragraphs {
   font-weight: 400;
   font-size: 24px;
   line-height: 130%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.paragraphs {
   display: flex;
   flex-direction: column;
   gap: 24px;

   flex: 2;
   max-width: 1100px;
}

.paragraphs p {
   margin: 0;
}

.about-main img {
   flex: 1;
   max-width: 273px;
   width: 100%;
   height: auto;
}

.literary-dispatch {
   background-color: #000E31;
   padding: 80px 40px;
   padding-top: 50px;
}

.literary-content {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.literary-cards {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 380px));
   justify-content: center;
   gap: 40px;
}

.literary-heading h2 {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 6%;
   color: #AED1FF;
}

.literary-heading p {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 6%;
   color: #7EA1C9;
}

.card-text h3 {
   font-weight: 700;
   font-style: Bold;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 6%;
   text-align: center;
   color: #38BDF8;

   max-width: 224px;
   margin-bottom: 20px;
}

.card-text-italic {
   font-style: italic;
}

.card-text p {
   font-weight: 400;
   font-size: 20px;
   line-height: 100%;
   letter-spacing: 6%;
   text-align: center;
   color: #E2EAF4;

   max-width: 320px;
}

.card-text h3 {
   max-width: 308px;
}

.card-text {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;

   padding: 30px;

   user-select: none;
}

.card-rect {
   width: 100%;
   max-width: 380px;
   min-height: 241px;

   display: flex;
   justify-content: center;
   align-items: center;

   border: 1px solid #38BDF8;
   border-radius: 30px;

   box-shadow: 0px 4px 4px 0px #00000040;
}

.card h3 {
   margin-top: 0;
   margin-bottom: 20px;
   text-align: center;
}

.text-underline {
   text-decoration: underline;
}

.substack {
   background-color: #000A22;
   padding: 60px 40px 35px;
}

.substack-content {
   display: flex;
   flex-direction: column;
   gap: 40px;

   justify-content: center;
   align-items: center;
}

.footer-content {
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.footer-info {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
}

.email,
.email-index {
   display: flex;
   gap: 20px;
   align-items: flex-end;
   justify-content: center;
}

.email-index {
   display: flex;
   gap: 20px;
   align-items: flex-end;
   justify-content: center;

   margin-bottom: 120px;
}

@media (max-width: 768px) {

   .email,
   .email-index {
      flex-direction: column;
      align-items: center;
   }

}

.email-input {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.substack-content .text {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 6%;
   text-align: right;
   color: #AED1FF;
}

.substack-content .text-index {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 6%;
   text-align: right;
   color: #AED1FF;

   padding-top: 60px;
}

.email-input-label {
   font-weight: 400;
   font-size: 20px;
   line-height: 100%;
   letter-spacing: 6%;
   color: #7EA1C9;
}

.email-input-box {   
   width: 368px;
   height: 59px;
   border-radius: 30px;
   background-color: #AED1FF;
   box-shadow: 0px 4px 4px 0px #00000040;

   border: none;

   padding: 0 20px;
   font-family: "Lora";
   font-size: 18px;
}

.email-button {
   width: 198px;
   min-width: 198px;
   height: 59px;

   border-radius: 30px;
   background-color: #38BDF8;
   box-shadow: 0px 4px 4px 0px #00000040;
   
   font-family: "Lora";
   font-weight: 700;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 6%;
   text-align: center;
   color: #031738;

   border: none;

   cursor: pointer;
}

.footer-line {
   width: 100%;
   height: 1px;
   border-radius: 5.54px;
   color: #7EA1C9;
}

.footer-info p {
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   letter-spacing: 6%;
   color: #AED1FF;
}

.about-heading p,
.fr-heading p,
.literary-heading p {
   margin-top: 12px;
}

.literary-heading {
   margin-bottom: 40px;
}

.card {
   display: flex;
   justify-content: center;
}

.hero h1 {
   margin-bottom: 40px;
}

.hero p {
   margin-bottom: 24px;
}

.learn-button {
   margin-top: 30px;
}

@media (max-width: 1024px) {

   .hero-content {
      gap: 30px;
   }

   .about-main {
      gap: 40px;
   }

   .literary-cards {
      gap: 30px;
   }

   .footer-info {
      flex-direction: column;
      text-align: center;
   }

}

@media (max-width: 768px) {

   .hero h1,
   .further-reading h2,
   .about-heading h2,
   .literary-heading h2 {
      font-size: 36px;
   }

   .hero p,
   .about-main .paragraphs,
   .fr-heading p,
   .literary-heading p,
   .substack-content .text {
      font-size: 20px;
   }

}

@media (max-width: 480px) {

   .hero h1,
   .further-reading h2,
   .about-heading h2,
   .literary-heading h2 {
      font-size: 30px;
   }

   .hero p,
   .about-main .paragraphs,
   .fr-heading p,
   .literary-heading p,
   .substack-content .text {
      font-size: 18px;
   }

   .logo {
      font-size: 28px;
   }

   .nav-links a {
      font-size: 16px;
   }

}

@media (max-width: 480px) {

   .email-button {
      width: 100%;
      max-width: 368px;
   }

}

@media (max-width: 768px) {

   section {
      padding: 60px 20px;
   }

}

@media (max-width: 480px) {

   section {
      padding: 50px 16px;
   }

}

@media (max-width: 480px) {

   .image {
      max-width: 280px;
   }

}

@media (max-width: 768px) {

   .navbar-content {
      flex-direction: column;
      gap: 24px;
      text-align: center;
   }

}

@media (max-width: 480px) {

   .literary-cards {
      grid-template-columns: 1fr;
   }

}

.hero .coming-soon {
   font-family: "Lora";
   font-weight: 700;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #38BDF8;
   margin-top: 107px;
   margin-bottom: 0;
}

.review {
   background-color: #000E31;
   padding: 80px 40px;
   box-shadow: 0px 4px 4px 0px #00000040;
}

.review-content {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 40px;
}

.review-text {
   max-width: 733px;
   width: 100%;
}

.review-author {
   width: 100%;
   max-width: 733px;

   display: flex;
   flex-direction: column;
   gap: 8px;

   align-items: flex-start;
   text-align: left;
}

.review-text {
   max-width: 733px;

   font-weight: 400;
   font-size: 24px;
   line-height: 120%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.review-name {
   font-weight: 400;
   font-size: 32px;
   line-height: 100%;
   letter-spacing: 6%;
   color: #E2EAF4;
}

.review-desc {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.additional-description {
   background-color: #000A22;
   padding: 80px 40px;
}

.desc-content {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.desc-title {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.desc-text {
   max-width: 810px;

   font-weight: 400;
   font-size: 24px;
   line-height: 120%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.desc-coming-soon {
   font-weight: 700;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #38BDF8;
   margin-top: 65px;
}

.explore-collection {
   background-color: #000A22;
   padding: 80px 40px;
}

.explore-collection-new {
   padding-top: 50px;
   padding-bottom: 0;
}

.collection-content {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.collection-heading p {
   margin-top: 12px;
}

.collection-name {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.collection-desc {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.book-one-cover {
   width: 251px;
   height: auto;
   display: block;
}

.book-one-title {
   font-weight: 700;
   font-size: 26px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #38BDF8;

   text-align: center;

   margin-top: 20px;
   margin-bottom: 8px;

   user-select: none;
}

.book-one-desc {
   text-align: center;
   max-width: 240px;

   font-weight: 400;
   font-size: 20px;
   line-height: 120%;
   letter-spacing: 0.06em;
   color: #E2EAF4;

   margin-top: 0;
   margin-bottom: 20px;
}

.book-one-release {
   font-weight: 700;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;

   width: 120px;
   text-align: center;

   padding-top: 30px;
}

.collection-books {
   display: grid;
   grid-template-columns: repeat(2, 251px);
   gap: 40px;
   justify-content: start;
}

.collection-book-one,
.collection-book-two {
   display: flex;
   flex-direction: column;
   align-items: center;
}

@media (max-width: 768px) {
   .collection-books {
      grid-template-columns: 1fr;
      justify-content: center;
   }
}

.substack-new-color {
   background-color: #000E31;
   padding: 60px 40px 40px;
   box-shadow: 0px 4px 4px 0px #00000040;
}

.new-footer {
   background-color: #000A22;
   padding: 120px 40px 40px;
}

.why-i-write-new {
   min-height: 100vh;
   padding-bottom: 120px;
}

.paragraphs-new {
   display: flex;
   flex-direction: column;
   gap: 24px;

   font-weight: 400;
   font-size: 24px;
   line-height: 130%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.literary-dispatch-new {
   background-color: #000A22;

   padding-bottom: 120px;
}

.more-padding {
   padding-top: 120px;
   padding-bottom: 120px;
}

.less-padding {
   padding-top: 60px;
   padding-bottom: 60px;
}

.social-links {
   display: flex;
   gap: 10px;
   align-items: center;
   vertical-align: center;
}

img,
button,
a {
   user-select: none;
}

.substack-link:link, .substack-link:visited {
  color: inherit;
}

@media (max-width: 768px) {

   section {
      padding: 60px 20px;
   }

   .container {
      padding: 0 16px;
   }

   h1 {
      font-size: 36px;
   }

   h2 {
      font-size: 36px;
   }

   .hero p,
   .paragraphs,
   .review-text,
   .collection-desc,
   .fr-heading p,
   .literary-heading p,
   .text-index {
      font-size: 20px;
   }

}

@media (max-width:768px){

.hero-content{
    flex-direction:column-reverse;
    text-align:center;
    gap:50px;
}

.hero-text{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.image{
    max-width:260px;
}

}

@media (max-width:768px){

.nav-links{

    gap:16px;

}

.logo{

    font-size:30px;

}

.nav-links a{

    font-size:18px;

}

}

@media (max-width:768px){

.cover-rect{

    width:190px;
    height:285px;

}

.cover-text{

    font-size:18px;

}

}

@media (max-width:768px){

.about-main img{

    max-width:220px;

}

}

@media (max-width:768px){

.email-input{

    width:100%;

}

.email-input-box{

    width:100%;

}

}

@media (max-width:768px){

.footer-info{

    flex-direction:column;

    text-align:center;

    gap:20px;

}

}

@media (max-width:768px){

.social-links img{

    width:26px;
    height:auto;

}

}

@media (max-width:768px){

.learn-button {

    padding:18px 36px;

}

}

@media (max-width: 768px) {

   .fr-book {
      width: 100%;
   }

   .hero-image {
      display: flex;
      justify-content: center;
      width: 100%;
   }

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

   .navbar-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.hero-content {
    flex-direction: column;
    text-align: center;
    gap: 48px;
}

.hero-text {
    align-items: center;
}

.hero-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.image {
    max-width: 300px;
    width: 80%;
    height: auto;
}

.about-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-main img {
    max-width: 280px;
}

.paragraphs {
    align-items: center;
}

.paragraphs-new {
    text-align: center;
}

.collection-books {
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.collection-book-one,
.collection-book-two {
    align-items: center;
}

.book-one-desc,
.book-one-title,
.book-one-release {
    text-align: center;
}

.review-content {
    text-align: center;
    align-items: center;
}

.review-author {
    align-items: center;
}

.literary-cards {
    flex-direction: column;
    align-items: center;
}

.card {
    width: 100%;
    max-width: 360px;
}

.email,
.email-index {
    flex-direction: column;
    align-items: center;
}

.email-input {
    width: 100%;
    max-width: 420px;
}

.email-input-box {
    width: 100%;
}

.footer-info {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.social-links {
    justify-content: center;
}

.hero h1,
.collection-name,
.about-heading h2,
.literary-heading h2,
.desc-title {
    font-size: 36px;
}

.hero p,
.about-heading p,
.collection-desc,
.literary-heading p,
.review-text,
.desc-text,
.paragraphs p,
.paragraphs-new p {
    font-size: 20px;
}

.paragraphs h3,
.book-one-title,
.title,
.review-name {
    font-size: 28px;
}

.book-one-release,
.release,
.review-desc,
.desc-coming-soon,
.coming-soon {
    font-size: 20px;
}

.hero,
.why-i-write,
.further-reading,
.review,
.additional-description,
.explore-collection,
.literary-dispatch,
.substack,
.substack-new-color {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.nav-links a {
    font-size: 16px;
}

.about-heading,
.fr-heading,
.collection-heading,
.literary-heading {
    margin-bottom: 20px;
}

.about-heading p,
.fr-heading p,
.collection-desc,
.literary-heading p {
    margin-top: 16px;
}

.hero-text p,
.paragraphs p,
.paragraphs-new p,
.desc-text,
.review-text {
    margin-bottom: 24px;
}

.hero-text p:last-child,
.paragraphs p:last-child,
.paragraphs-new p:last-child,
.desc-text:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
}

.hero-text,
.paragraphs,
.paragraphs-new,
.desc-content,
.review-content {
    max-width: 75ch;
}

}

@media (max-width: 480px) {

.book-one-cover {
    width: min(250px, 80vw);
    height: auto;
}

}

@media (min-width: 769px) and (max-width: 1024px) {

    .hero-content,
    .about-main,
    .collection-books {
        gap: 40px;
    }

    .image {
        max-width: 340px;
    }

}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 2px solid #AED1FF;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

}

a,
button {
    transition: transform 0.2s ease;
}

@media (hover: hover) {

button:hover,
.nav-links a:hover,
.social-links a:hover {
   transform: scale(1.03);
}

.book-link:hover {
    transform: scale(1.01);
}

.card-link:hover {
    transform: scale(1.01);
}

}

@media (hover: hover) {
   .learn-button:hover {
      transform: scale(1.03);
   }
}

.mobile-button {
    display: none;
}

@media (max-width: 768px) {

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-text .learn-button {
    display: none;
}

.mobile-button {
    display: inline-flex;
}

.hero-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.email-button {
   width: 250px;
   height: 50px;
   font-size: 20px;
}

.email-input-box {
   width: 350px;
}

}

.book-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.policy-content h1,
.terms-content h1 {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.policy-content p,
.policy-content h2,
.terms-content p,
.terms-content h2,
.terms-content ul {
   max-width: 1240px;
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.policy-content h2,
.terms-content h2 {
   color: #AED1FF;
}

.privacy-policy,
.terms-conditions {
    background-color: #000A22;
    min-height: 100vh;
}

.policy-content,
.terms-content {
    display: flex;
    flex-direction: column;
    gap: 28px;

    padding-top: 20px;
    padding-bottom: 40px;
}

.policy-content p,
.terms-content p,
.terms-content li {
    line-height: 140%;
}

.policy-content h2,
.terms-content h2 {
    margin-top: 20px;
}

.terms-content ul {
    padding-left: 30px;
}

.terms-content li {
    margin-bottom: 12px;
    line-height: 140%;
}

@media (max-width: 768px) {
   .policy-content,
.terms-content {
    padding: 40px 24px 80px;
}

.policy-content h1,
.terms-content h1 {
    font-size: 36px;
    text-align: center;
}

.policy-content h2,
.terms-content h2 {
    font-size: 28px;
}

.policy-content p,
.terms-content p,
.terms-content li {
    font-size: 18px;
}

.terms-content ul {
    padding-left: 22px;
}
}

.footer-info p a {
   text-decoration: none;
}

.footer-info p a:visited {
   color: #AED1FF;
}

.policy-footer {
   padding-top: 0;
}

.privacy-policy,
.terms-conditions {
    padding-top: 0;
}

.privacy-policy .navbar,
.terms-conditions .navbar {
    padding-top: 50px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
   .privacy-policy .navbar,
.terms-conditions .navbar {
    margin-bottom: 110px;
}
}

.terms-content ul {
    list-style-position: outside;
    padding-left: 28px;
    margin: 0;
    padding-bottom: 0;
}

.terms-content li {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #7EA1C9;

    margin-bottom: 12px;
}

.review-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 40px;
}

.review-text,
.review-author {
   width: 100%;
   max-width: 733px;
   text-align: left;
}

@media (max-width: 768px) {
.review-text,
.review-author {
   text-align: center;
}
}

footer a {
   user-select: none;
   -webkit-user-drag: none;
   -moz-user-select: none;
   color: inherit;
}

.worldsmith {
   background-color: #000E31;
   padding: 80px 40px;
   box-shadow: 0px 4px 4px 0px #00000040;
}

.worldsmith-heading h2 {
   font-weight: 400;
   font-size: 48px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #AED1FF;
}

.worldsmith-heading p {
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.worldsmith-subscribe h2 {
   max-width: 859px;
   font-weight: 400;
   font-size: 36px;
   line-height: 100%;
   letter-spacing: 0.06em;
   text-align: center;
   color: #E2EAF4;
}

.worldsmith-reviews p {
   font-weight: 400;
   font-size: 20px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #7EA1C9;
}

.worldsmith-reviews .review-content {
   max-width: 270px;
   font-weight: 400;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0.06em;
   color: #E2EAF4;
}

.worldsmith-subscribe {
   border-radius: 30px;
   border-width: 1px;

   border: 1px solid #38BDF8;

   box-shadow: 0px 4px 4px 0px #00000040;
}

.worldsmith-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.worldsmith-heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.worldsmith-subscribe {
    max-width: 1240px;
    width: 100%;

    min-height: 399px;

    margin: 0 auto;

    padding: 60px;
    padding-bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    border: 1px solid #38BDF8;
    border-radius: 30px;

    box-shadow: 0 4px 4px rgba(0,0,0,.25);
}

.worldsmith-subscribe h2 {
    max-width: 860px;
    text-align: center;
    line-height: 130%;
}

.worldsmith-reviews {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.review-card {
    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

.review-content {
    line-height: 130%;
}

.review-author {
    line-height: 130%;
}

.worldsmith-subscribe form {
   margin-bottom: 70px;
   margin-top: 30px;
}

@media (max-width: 1024px) {

    .worldsmith-subscribe {
        padding: 50px 40px;
        padding-bottom: 0;
        min-height: auto;
    }

    .worldsmith-subscribe h2 {
        font-size: 30px;
    }

    .worldsmith-reviews {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .review-card {
        flex: 0 1 320px;
    }

}

@media (max-width: 768px) {

    .worldsmith {
        padding: 60px 20px;
    }

    .worldsmith-content {
        gap: 40px;
    }

    .worldsmith-heading h2 {
        font-size: 34px;
        line-height: 120%;
        text-align: center;
    }

    .worldsmith-heading p {
        font-size: 20px;
        text-align: center;
    }

    .worldsmith-subscribe {
        padding: 40px 24px;
    }

    .worldsmith-subscribe h2 {
        font-size: 26px;
        line-height: 130%;
    }

    .worldsmith-subscribe form {
        width: 100%;
        margin: 20px 0 0;
    }

    .worldsmith-reviews {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .review-card {
        max-width: 340px;
        text-align: center;
    }

    .review-content {
        max-width: none;
    }

}

@media (max-width: 480px) {

    .worldsmith-heading h2 {
        font-size: 28px;
    }

    .worldsmith-subscribe {
        padding: 30px 18px;
    }

    .worldsmith-subscribe h2 {
        font-size: 22px;
    }

    .review-content {
        font-size: 21px;
    }

    .review-author {
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .worldsmith-subscribe form {
        margin: 20px 0 0;
    }
}

@media (max-width: 768px) {

    .worldsmith-reviews {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 40px;
    }

    .worldsmith-review {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

}

.worldsmith-reviews {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 0px;
}

.worldsmith-review {
    flex: 1;
    max-width: 280px;
}

@media (max-width: 768px) {

    .worldsmith-reviews {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

}

.worldsmith-review .review-content {
    margin-bottom: 14px;
}

.worldsmith-bar {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 321px;
    height: 31px;

    margin-top: 0px;
    margin-bottom: 20px;

    background: #38BDF8;
    color: #031738;

    border-radius: 30px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);

    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: .06em;

    text-decoration: none;
    transition: transform .2s ease;
}

.worldsmith-bar:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
   .worldsmith-bar {
    width: 100%;
    max-width: 321px;

    margin: 16px auto 36px;
}
}

html {
    scroll-behavior: smooth;
}

.hero-content {
   padding-top: 35px;
}

.navbar {
   margin-bottom: 60px;
}
