@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);

.headingdiv,
.headingdiv1 {
    border-left: 6px solid #cb982b
}

.content,
.header1,
.publishing-card {
    overflow: hidden;
    display: flex;
    position: relative
}

.content::before,
.header1::after,
.header1::before {
    content: "";
    z-index: 0;
    position: absolute
}

.header1,
.header1 h1,
.header1 p {
    color: #fff
}

.content,
.content *,
.fit-list li,
.header1,
.header1 *,
.image-section,
.publishing-card {
    position: relative
}

.header1 {
      justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    padding: 15pc 10pc;
    text-align: center;
    position: relative;
    color: #fff;
}

.header1::before {
      top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../bgimage/bookmarketing.webp") center / cover no-repeat fixed;
    opacity: .20;
}

.header1::after {
    bottom: -40px;
    right: -60px;
    width: 300px;
    height: 300px;
    opacity: .35;
    filter: blur(52px);
    border-radius: 50%;
    pointer-events: none
}

.content *,
.header1 * {
    position: relative;
    z-index: 2
}

.header1 h1 {
    font-family: "Inter", sans-serif;
    /* border-bottom: 4px solid #b08435; */
    line-height: 1.5;
    margin: 0;
    font-size: 56px;
    color: #fff
}
.header1 p {
    font-family: "Poppins", sans-serif;
       line-height: 3;
    color: #fff
}


.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);
}
.publishing-section {
    display: flex;
    justify-content: space-between;
    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
}

.headingdiv h2,
.headingdiv1 h2 {
    font-size: 1.8rem;
    color: #121f3e;
    margin: 0 0 10px;
    font-weight: 600
}

.headingdiv h2 span,
.headingdiv1 h2 span {
    font-style: oblique;
    display: block;
    color: #b08435;
    font-weight: 500
}

.publishing-content {
    transition: transform .3s, box-shadow .3s;
    padding: 30px;
    position: relative;
    background: #fff;
    margin: 9pc 00px 0 -5pc;
    width: 80%;
    height: fit-content
}

.publishing-card:hover .publishing-content,
.publishing-card:hover .publishing-content1,
.publishing-card:hover .publishing-content2 {
    transform: translateY(-10px);
    /* box-shadow: -18px 20px 20px 0 rgba(0, 0, 0, .15) */
}

.publishing-content p,
.publishing-content1 p,
.publishing-content2 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
}

.publishing-content1,
.publishing-content2 {
    transition: transform .3s, box-shadow .3s;
    padding: 30px;
    width: 80%;
    height: fit-content;
    position: relative
}

.publishing-content1 {
    background: #fff;
    margin: 7pc -5pc 0 5pc
}

.publishing-content2 {
    background: #ffffffff;
    border: 2px dotted #000000ff;
    margin: 3pc 00px 0 -5pc
}

@media (max-width:1100px) {
    .publishing-section {
        gap: 30px
    }

    .publishing-card {
        width: 90%
    }
}


.content {
    /* margin: 10pc 0 0pc; */
  align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    gap: 0 30rem;
    background-color: #000;
    position: relative;
}

.content::before {
    inset: 0;
    background: url("../bgimage/bookmarketing.webp") center/cover no-repeat fixed;
  opacity: 0.20;
}

.text-section {
    color: #fff;
    max-width: 60%;
    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;
    }
.image-section {
    max-width: 40%;
    position: relative;
    margin-left: 20pc
}

.image-section img {
    width: 100%;
    border-radius: 10px
}

@media (min-width:300px) and (max-width:480px) {

    .header1 h1,
    .header1 p,
    .text-section {
        text-align: center
    }

    .header1 {
        flex-direction: column;
        height: auto;
        padding: 12pc 20px;
        border-radius: 0
    }
    .btn12,
        .btn13 {
            margin: 0px 0px 20px;
        }

    .journey-title {
        width: 71% !important;
        font-size: 25px !important
    }

    .header1 h1 {       
            font-size: 30px;
    }

    .header1 p {
        font-size: 14px;
                line-height: 1.5;
                margin-bottom: 20px;
    }

    .content {
        flex-direction: column;
        height: auto;
        gap: 1.5rem;
        padding: 100px 19px;
    }

    .text-section {
        max-width: 100%;
        margin-right: 0
    }

    .text-section h1 {
        font-size: 1.8rem;
        border-left: none;
        padding-left: 0
    }

    .text-section p {
        font-size: .9rem;
        padding: 10px;
    }

    .image-section {
        max-width: 50%;
        margin: 0
    }

    .publishing-section,
    .publishing-section1 {
        flex-direction: column;
        align-items: center;
        /* margin: 40px auto; */
        padding: 0%;
    }

    .publishing-card,
    .publishing-card.reverse {
        flex-direction: column;
        align-items: center
    }

    .publishing-card img {
        width: 100%;
        border-radius: 10px
    }

    .publishing-content,
    .publishing-content1 {
        width: auto;
        margin: 20px 0 0;
        height: auto
    }

    .publishing-content p,
    .publishing-content1 p {
        font-size: .95rem
    }

    .headingdiv,
    .headingdiv1 {
        width: 100%
    }
}

@media (min-width:481px) and (max-width:768px) {

    .header1 h1,
    .header1 p,
    .text-section {
        text-align: center
    }

    .header1 h1 {
        font-size: 32px
    }

    .header1 p {
        font-size: 20px;        
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .content {
        flex-direction: column;
        height: auto;
        gap: 2rem;
        padding: 180px 0;
    }

    .text-section {
        max-width: 100%
    }

    .text-section h1 {
        font-size: 2.2rem;
        border-left: none;
        padding-left: 0
    }

    .image-section {
        max-width: 100%;
        margin: 0 auto
    }

    .publishing-section,
    .publishing-section1 {
        flex-direction: column;
        align-items: center
    }

    .publishing-card {
        flex-direction: column !important
    }

    .publishing-card img {
        width: 100%;
        border-radius: 10px
    }

    .publishing-content,
    .publishing-content1 {
        width: 100%;
        margin: 20px 0 0;
        height: auto
    }

    .headingdiv,
    .headingdiv1 {
        width: 100%
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .header1 {
        height: 15vh;
    }

    .header1 h1 {
        font-size: 32px
    }

    .content {
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        height: auto;
        padding: 180px 0px;
        justify-content: center
    }


    .text-section {
        max-width: 60%;
        text-align: center
    }

    .text-section h1 {
        font-size: 2.5rem
    }
    .text-section p {
        padding: 0%;
    }

    .image-section {
        max-width: 25%;
        margin: 0
    }

    .publishing-card {
        flex-wrap: nowrap;
        width: auto
    }

   

    .publishing-content,
    .publishing-content1 {
        width: 50%;
        height: auto
    }

    .headingdiv,
    .headingdiv1 {
        width: 100%;
        padding: 0 0 0 10px
    }

    .headingdiv1 {
        margin: 0 0 -20px 30pc
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .header1 h1 {
        font-size: 34px
    }

    .content {
        gap: 10rem
    }

    .text-section h1 {
        font-size: 3rem
    }

    .publishing-section,
    .publishing-section1 {
        max-width: 1200px
    }

    .publishing-card img {
        width: 50%
    }

    .publishing-content,
    .publishing-content1 {
        height: auto
    }
}

@media (min-width:1441px) {
    .content {
        gap: 15rem
    }

    .text-section h1 {
        font-size: 3.2rem
    }

    .publishing-section,
    .publishing-section1 {
        max-width: 1400px
    }
}

.marketing-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 20px
}

.marketing-title {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0e1a3b;
    margin-bottom: 50px
}

.marketing-btn,
.step h4 {
    font-weight: 700
}

.marketing-wrapper {
    display: flex;
    align-items: center;
    gap: 40px
}

.marketing-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15)
}

.fit-content,
.marketing-content {
    flex: 1
}

.step {
    border-bottom: 1px dotted;
    margin-bottom: 25px
}

.step h4 {
    color: #cb982b;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin-bottom: 6px;
    border-left: 2px solid;
    padding-left: 8px
}

.marketing-btn,
.step p {
    font-family: "Poppins", sans-serif;
}


.fit-list li,
.step p {
    color: #555;
    line-height: 1.6
}

.step h4 span {
    color: #121f3e;
    border: none;
    display: block;
    padding: 9px 0
}

.step p {
    margin: auto;
    font-size: 15px
}

.marketing-btn {
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    background: transparent;
    text-decoration: none;
    border: 1px solid #b57e10;
    padding: 12px 28px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    /* font-size: 21px; */
    font-weight: 500;
    color:#121f3e;
    cursor: pointer;
}

.marketing-btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff0e;
    color: var(--primary);
}
.fit-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #0e1a3b;
    margin-bottom: 20px
}

.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: #cb982b;
    /* border-bottom: 2px solid #cb982b; */
    padding-bottom: 1px
}

.fit-note {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px
}

@media (max-width:900px) {

    .fit-wrapper,
    .marketing-wrapper {
        flex-direction: column;
        text-align: center
    }
    .marketing-title {
    font-size: 26px;}


    .fit-image img,
    .marketing-image img {
        max-width: 90%
    }

    .fit-content,
    .marketing-content {
        text-align: left
    }

    .fit-btn-group {
        justify-content: center
    }
}