@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);

.header11,
.header11 h1,
.header1 p,
.headline {
    color: #fff
}

.header1 .btn,
.info-box h3 span,
.text-section h1 strong {
    color: #b08435
}
.publishing-card {
    overflow: hidden;
    display: flex;
    position: relative
}

.content,
.header1,
.pricing-section,
.publishing-card {
    position: relative;
    overflow: hidden
}

.content::before,
.header1::after,
.header1::before,
.pricing-section::after,
.pricing-section::before {
    content: "";
    position: absolute;
    z-index: 0
}

.header1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000e6;
        padding: 160px 30pc 200px;
}

.header1::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../bgimage/readytopublish.webp") center/cover no-repeat fixed;
    opacity: .20; 
}

.header1::after,
.pricing-section::after {
    bottom: -40px;
    right: -60px;
    width: 300px;
    height: 300px;
    opacity: .35;
    filter: blur(52px);
    border-radius: 50%;
    pointer-events: none
}

.content *,
.header1 *,
.pricing-section * {
    position: relative;
    z-index: 2
}

.header1 h1 {
    text-align: center;
    /* border-bottom: 4px solid #b08435; */
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 56px;
    color: #fff;
}


.header1 p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-top: 20px;
    font-optical-sizing: auto;
    text-align: center;
    padding: 10px 5pc;
    line-height: 1.5;
}

.header1 .btn {
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    background: transparent;
    border: 1px solid #b57e10;
    padding: 12px 28px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color:#ffffff;
    cursor: pointer;
}

.btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff0e;
    color: var(--primary);
}
.newletter-banner-section {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    margin: 10px 0 0
}

.newsletter-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #121f3e, #121f3e);
    padding: 30px 50px;
    border-radius: 80px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    max-width: 1300px;
    width: 90%
}

.text-content {
    max-width: 100%
}

.headline {
    font-size: 2rem;
    margin: 0 0 10px
}

.headline span {
    color: #b57e10;
    font-weight: 700
}

.details {
    font-size: 1rem;
    color: #f0f0f0;
    line-height: 1.5
}

.details span {
    color: #b57e10;
    font-weight: 600
}

.subscribe-btn {
    background-color: #b57e10;
    color: #121f3e;
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s, transform .2s
}

.subscribe-btn:hover {
    background-color: #e6b93a;
    transform: translateY(-2px)
}

.subscribe-btn span {
    margin-left: 5px
}

.info-section {
    max-width: 70%;
    margin: 0 auto 60px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify
}

.submission-guidelines {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    margin: 20px 0;
    padding: 15px
}

.submission-guidelines h2 {
    color: #333;
    margin-bottom: 10px
}

.submission-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px
}

.container {
    display: flex;
    max-width: 1200px;
    gap: 60px
}

.books-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center
}

.book-shelf img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.book-shelf img:hover {
    transform: translateY(-5px)
}

.content-column {
    flex: 1.5;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd
}

.info-box h3 {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px
}

.info-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px
}

.info-box h4 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px
}

.feature-list {
    list-style: none;
    padding-left: 0
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.6
}

.feature-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #b08435;
    font-size: 20px;
    line-height: 1
}

.intro-text {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #121f3e;
    text-align: left;
    margin-left: 22pc;
    margin-top: 0;
    margin-bottom: -2pc
}

.intro-text h2 {
    font: inherit;
    color: inherit;
    text-align: inherit;
    margin: 0
}

.intro-text h2 span {
    font-style: oblique;
    color: #b57e10
}


.publishing-section1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px
}

.publishing-card {
    position: relative;
    width: 100%
}

.publishing-card.reverse {
    flex-direction: row-reverse
}

.publishing-card img {
    width: 50%;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
    display: block
}

.headingdiv {
    width: auto;
    padding: 0 0 0 10px
}

.publishing-card:hover .publishing-content1 {
    transform: translateY(-10px);
    /* box-shadow: -18px 20px 20px 0 rgba(0, 0, 0, .15) */
}

.publishing-content1 p {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin: 0
}


.publishing-section1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px
}

.headingdiv1 {
    width: 50%;
    margin: 0 -1.5pc -20px 0;
    padding: 0 0 0 10px
}

.headingdiv h2 {
    font-size: 1.8rem;
    color: #121f3e;
    margin: 0 0 10px;
    font-weight: 600
}

.headingdiv h2 span{
    font-style: oblique;
    display: block;
    color: #b08435;
    font-weight: 500
}

.publishing-content1{
    transition: transform .3s, box-shadow .3s;
    padding: 30px;
    width: 80%;
    height: fit-content;
    position: relative
}

.publishing-content1 {
    background: #fff;
    margin: 7pc -5pc 0 5pc
}

.fit-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #0e1a3b;
    margin-bottom: 20px
}

.fit-list li{
    position: relative
}

.fit-list li,
.step p {
    color: #555;
    line-height: 1.6
}

.fit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.fit-list li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 24px
}

.fit-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #b08435
}

.fit-btn-group {
    display: flex;
    gap: 15px;
    margin-top: 10px
}

.fit-btn {
    color: #b57e10;
    border-bottom: 2px solid #b57e10;
    padding-bottom: 1px
}

.fit-note {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px
}

.rightpage-section {
    max-width: 1200px;
    margin: 90px auto;
    padding: 20px
}

.pricing-wrapper,
.rightpage-wrapper {
    display: flex;
    align-items: center;
    gap: 40px
}

.market-content,
.pricing-content,
.rightpage-content {
    flex: 1
}

.rightpage-title {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #121f3e;
    border-left: 3px solid #b57e10;
    padding-left: 12px;
    margin-bottom: 20px
}

.rightpage-list,
.rightpage-note,
.rightpage-sub {
    font-family: "Noto Serif", serif
}

.rightpage-sub {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px
}

.rightpage-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.rightpage-list li {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px
}

.rightpage-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #b08435;
    font-weight: 800
}

.rightpage-note {
    font-size: 16px;
    color: #555;
    line-height: 1.6
}

.rightpage-link {
    color: #b57e10;
}

.market-step h4,
.market-title {
    font-family: "Inter", sans-serif;
    color: #121f3e
}

.rightpage-link:hover {
    color: #121f3e;
}

.market-image img,
.rightpage-image img {
    width: 100%;
    max-width: 450px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.manuscript-market-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.market-title {
    border-bottom: 2px solid #b57e10;
    width: fit-content;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px
}

.market-wrapper {
    display: flex;
    gap: 40px
}

.market-step {
    margin-bottom: 25px
}

.market-step h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.market-btn,
.market-step p {
  font-family: "Poppins", sans-serif;
}

.market-step p {
    font-size: 15px;
    color: #555;
    line-height: 1.6
}

.market-btn{
    background: linear-gradient(to right, #b57e10, #f5d56f);
    border: 1px solid #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
      font-family: "Inter", sans-serif;
    /* font-size: 21px; */
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
}

.market-btn:hover {
    background: #fff;
     border: 1px solid #b57e10;
}


.pricing-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    padding: 15pc 0;
    color: #fff
}

.support-btn {
    background: #fff;
    text-decoration: none;
    transition: .3s
}

.pricing-section::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../bgimage/readytopublish.webp") center/cover no-repeat fixed;
    opacity: .20
}

.pricing-section1 {
    max-width: 1200px
}

.pricing-title {
    border-left: 5px solid #b57e10;
    font-family: "Inter", sans-serif;
    text-align: left;
    padding-left: 12px;
    font-size: 36px;
    font-weight: 800;
    color: #b57e10;
    text-shadow: #000 2px 2px 0px;
    margin-bottom: 50px;
}

.pricing-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 18px
}

.pricing-btn{
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    border: 1px solid #b57e10;
    background: transparent;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    /* font-size: 21px; */
    font-weight: 500;
    color: #fffffe;
    cursor: pointer;
}

.pricing-btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff09;
    color: var(--primary);
}
.pricing-image img {
    width: 100%;
    max-width: 450px
}


.support-section {
     display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}

.support-title,
.text-section h1 {
    font-family: "Inter", sans-serif;
    margin-bottom: 20px
}

.support-title {
    border-bottom: 3px solid #b57e10;
    font-size: 36px;
    font-weight: 800;
    color: #121f3e
}

.option-desc,
.support-btn,
.support-text {
  font-family: "Poppins", sans-serif;
}

.support-text {
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6
}

.support-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.support-option {
    text-align: center;
    max-width: 260px
}

.support-btn{
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    border: 1px solid #b57e10;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
}

.support-btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff;
}

.option-desc {
    margin-top: 10px;
    font-size: 15px;
    color: #555;
    line-height: 1.5
}



.content {
    /* margin: 10pc 0 0pc; */
  align-items: center; 
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80vh;
    gap: 0 30rem;
    background-color: #000;
    position: relative;
}

.content::before {
    inset: 0;
    background: url("../bgimage/readytopublish.webp") center/cover no-repeat fixed;
  opacity: 0.20;
}

.text-section {
    color: #fff;
    max-width: 40%;
    text-align: center;
    margin-right: 30px
}
.text-section a {
    text-decoration: none;
}

.text-section h1 {
        font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 10px
}

.btn12,
.text-section p {
        font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.text-section h1 strong {
    color: #b08435
}

.text-section p {
        font-size: 1rem;
    line-height: 1.5;
    padding: 0px 10pc;
    margin-bottom: 30px;
}

  .btn12 {
        background: linear-gradient(to right, #b57e10, #f5d56f);
        font-family: "Poppins", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        padding: 12px 30px;
        font-size: 1rem;
        border: none;
        color: #121f3e;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color .3s ease
    }

    .btn12:hover {
        background: #ffffff05;
        border: 2px solid #b57e10;
        color: #ffffffff
    }
    .btn13 {
        font-family: "Poppins", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        padding: 12px 30px;
        font-size: 1rem;
        background-color: transparent;
        border: 2px solid #b57e10;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
    }

    .btn13:hover {
        background: linear-gradient(to right, #f5d56f, #b57e10);
        border: none;
        color: #121f3e;
    }

 @media (min-width:320px) and (max-width: 576px) {

  /* Global */
  body {
    overflow-x: hidden;
  }

  /* Header */
  .header1 {
        padding: 160px 14px !important;
  }

  .header1 h1 {
        font-size: 29px !important;
    text-align: center;
  }

  .header1 p {
    padding: 0 !important;
        margin: 8px 0px 13px;
  }

  /* Buttons */
   .header1 .btn, .btn12, .btn13 {
        font-size: 15px;
        padding: 10px 22px;
        margin: 0pc 0px 15px 0px;}

  /* Intro text */
  .intro-text {
    margin: 0 20px 30px;
    font-size: 26px;
    text-align: center;
  }

  /* Newsletter */
  .newsletter-banner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    border-radius: 30px;
    padding: 25px;
  }

  /* Submission section */
  .container {
    flex-direction: column;
    gap: 30px;
  }

  .content-column {
    padding: 20px;
  }

  .publishing-card.reverse {
    flex-direction: column
}
  /* Publishing section */
  .publishing-card {
    flex-direction: column;
  }

  .publishing-card img {
    width: 100%;
  }

  .publishing-content1 {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }

  /* Right page */
  .pricing-wrapper,
  .rightpage-wrapper,
  .market-wrapper {
    flex-direction: column;
  }

  .market-title {
    font-size: 26px;}
    .market-btn {
    font-size: 13px;
    font-weight: 550;}
  /* Content hero section */
  .content {
    flex-direction: column;
    height: auto;
    padding: 120px 0px !important;
    gap: 40px;
  }
 

  .text-section {
    max-width: 90%;
    margin: 0;
  }

  .text-section h1 {
    font-size: 32px;
  }

  .text-section p {
    padding: 0;
    font-size: 15px;
  }

  /* Pricing */
  .pricing-section {
    padding: 120px 20px;
  }

  .pricing-title {
        font-size: 22px;

  }
  .support-title {
    font-size: 27px;}

}

@media (min-width:578px) and (max-width: 768px) {

  .header1 {
    padding: 140px 40px 180px !important;
    text-align: center;
  }

  .header1 h1 {
    font-size: 42px;
  }

  .header1 p {
    padding: 0 60px;
    margin: 0px 0px 20px;
  }
  .market-title {
    font-size: 30px;}

    .market-image img{
    width: 100%;
    max-width: 348px;
    }

    .pricing-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: column;
        padding: 0px 90px;
    }

  .intro-text {
    margin-left: 0;
    text-align: center;
  }

  .container {
    flex-direction: column;
  }

  .publishing-content1 {
    width: 100%;
    margin: 30px 0 0;
  }

  .content {
    gap: 60px;
    padding: 140px 40px;
  }

  .text-section {
    max-width: 90%;
  }

  .text-section p {
    padding: 0 40px;
  }

}

@media (min-width:769px) and (max-width: 1024px) {

  .header1 {
    text-align: center;
    padding: 160px 80px 200px;
  }

  .header1 p {
    padding: 0 120px;
    margin: 0px 0px 20px;
  }
  .pricing-wrapper{
    padding: 10px 25px;
}

  .content {
    gap: 60px;
    padding: 140px 40px;
  }

  .text-section {
    max-width: 90%;
        padding: 10px 34px;
  }

  .text-section p {
    padding: 0 40px;
  }


  .publishing-content1 {
    width: 90%;
  }

}


@media (max-width: 1500px) {

  .header1 {
    text-align: center;
        padding: 160px 20pc 200px;
  }

  .header1 p {
    padding: 0 120px;
    margin: 0px 0px 20px;
  }
  .pricing-wrapper{
    padding: 10px 25px;
}

  .content {
    gap: 60px;
    padding: 140px 40px;
  }

  .text-section {
    max-width: 90%;
        padding: 10px 34px;
  }

  .text-section p {
    padding: 0 40px;
  }


  .publishing-content1 {
    width: 90%;
  }

}