@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);

.header1 h1,
.headingdiv h2,
.headingdiv1 h2 {
        font-family: "Inter", sans-serif;
}

.headingdiv,
.headingdiv1 {
    border-left: 6px solid #b08435;
}

.content,
.header1,
.publishing-card {
    overflow: hidden;
    display: flex
}

.content::before,
.header1::after,
.header1::before {
    content: "";
    z-index: 0;
    position: absolute
}

.header1 {
      justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    padding: 15pc 4pc;
    text-align: center;
    position: relative;
    color: #fff;
}

.header1::before {
      top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../bgimage/newtopublish.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; */
    margin: 0;
    font-size: 56px;
    color: #fff
}

.header1 h1 a {
    background: linear-gradient(to right, #b57e10, #f5d56f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-family: "Inter", sans-serif;
    /* border-bottom: 4px solid #b08435; */
    margin: 0;
    text-decoration: none;
    font-size: 56px;
}
.header1 p {
    padding: 10px 35pc;
        font-family: "Poppins", sans-serif;
   line-height: 1.7;
    color: #fff
}


.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: 5pc 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: -8px 8px 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: 5pc -5pc 0 5pc
}

.publishing-content2 {
    background: #ffffffff;
    border: 2px dotted #000000ff;
    margin: 3pc 00px 0 -5pc
}
.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/newtopublish.webp") center/cover no-repeat fixed;
  opacity: 0.4;
}

.text-section {
    color: #fff;
    /* max-width: 40%; */
    text-align: center;
    /* margin-right: 30px */
}

.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); */
        background: transparent;

        font-family: "Poppins", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        padding: 12px 30px;
        font-size: 1rem;
        border: 2px solid #b57e10;
        color: #ffffff;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color .3s ease
    }

    .btn12:hover {
        background: linear-gradient(to right, #b57e10, #f5d56f);
        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
    }

    .journey-title {
        width: 71% !important;
        font-size: 25px !important
    }

    .header1 h1 {
        font-size: 34px;
        margin: 0px 0px 10px;
    }
    .header1 h1 a{
   font-size: 34px
    }

    .header1 p {
        font-size: 14px;
        padding: 0%;
    }

    .content {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 100px 0
    }

    .text-section {
        max-width: 80%
    }

    .text-section h1 {
        font-size: 1.8rem;
        border-left: none;
        padding-left: 0
    }

    .text-section p {
        font-size: .9rem;
        padding: 0%;
    }

    .image-section {
        max-width: 100%;
        margin: 0
    }

    .image-section img {
        width: 50%;
        margin: 0 0 0 4pc
    }

    .publishing-section,
    .publishing-section1 {
        flex-direction: column;
        margin: 40px auto
    }

    .publishing-card,
    .publishing-card.reverse {
        flex-direction: column;
        align-items: center
    }

    .publishing-card img {
        width: 100%;
        border-radius: 10px
    }

    .publishing-content,
    .publishing-content1,
    .publishing-content2 {
        margin: 20px 0 0;
        width: auto;
        height: auto;
        /* border: 2px dotted #b08435; */
    }

    .publishing-content p,
    .publishing-content1 p,
    .publishing-content2 p {
        font-size: .98rem
    }

    .headingdiv,
    .headingdiv1 {
        width: 100%;
        border-left: 6px solid #b08435;
    }
}

@media (min-width:481px) and (max-width:768px) {
  
    .header1 p {
    padding: 10px 5pc;}

    .content {
        flex-direction: column;
        height: auto;
        padding: 175px 0;
        gap: 2rem
    }

    .text-section {
        max-width: 100%;
        text-align: center
    }

    .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: row;
        margin: 60px auto
    }

    .publishing-card {
        flex-direction: row
    }

    .publishing-card img {
        width: 50%
    }

    .publishing-content,
    .publishing-content1,
    .publishing-content2 {
        width: auto;
        margin: 20px 0 0;
        height: auto
    }

    .publishing-content p,
    .publishing-content1 p,
    .publishing-content2 p {
        font-size: .98rem
    }

    .headingdiv {
        width: 100%
    }

    .headingdiv1 {
        width: 100%;
        margin: 0 0 0 20pc
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .header1 p {
     
        padding: 30px 8pc;
    }

    .content {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .text-section {
        max-width: 100%
    }

    .text-section h1 {
        font-size: 2.5rem
    }

    .image-section {
        max-width: 45%;
        margin: 0
    }

    .image-section img {
        width: 80%;
        margin: 0
    }

    .publishing-card {
        flex-wrap: wrap
    }

    .publishing-card img {
        width: 45%
    }

    .publishing-content,
    .publishing-content1,
    .publishing-content2 {
        width: 50%;
        height: auto;
        margin: 3pc 0 0 -3pc
    }

    .headingdiv {
        width: 100%
    }

    .headingdiv1 {
        width: 100%;
        margin: 0 0 0 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,
    .publishing-content2 {
        height: auto
    }
}

.journey-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    align-items: center
}

.journey-title {
    
        font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    width: max-content;
    border-bottom: 4px solid #b08435;
    color: #0e1a3b
}

.journey-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch
}

.journey-card {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 25px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    text-align: left
}

.journey-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0e1a3b;
    border-left: 4px solid #b08435;
    padding-left: 10px;
    margin-bottom: 8px
}

.light-text {
    color: #777;
    font-size: 15px;
    margin-bottom: 18px
}

.fit-btn,
.journey-btn {
    color: #b08435;
    text-decoration: none;
    transition: .3s
}

.card-list p {
    font-size: 17px;
    color: #444;
    margin: 4px 0
}

.journey-btn {
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    border: 1px solid #b57e10;
    padding: 12px 28px;
    border-radius: 30px;
        font-family: "Poppins", sans-serif;
    /* font-size: 21px; */
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
}

.journey-btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff;
}

.fit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.fit-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 24px;
    line-height: 1.6;
    position: relative
}

.fit-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #b08435
}

.fit-list1 {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.fit-list1 li {
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 24px;
    line-height: 1.6;
    position: relative
}

.fit-list1 li::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    color: #b08435
}

.fit-btn-group {
    display: flex;
    gap: 15px;
    margin-top: 10px
}

.fit-btn {
    border-bottom: 2px solid #b08435;
    padding-bottom: 1px
}

.fit-note {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px
}

@media (max-width:900px) {
    .journey-cards {
        flex-direction: column
    }
      .journey-btn {
    font-size: 12px;}

    .fit-wrapper {
        flex-direction: column;
        text-align: center
    }

    .fit-image img {
        max-width: 90%
    }

    .fit-content {
        text-align: left
    }

    .fit-btn-group {
        justify-content: center
    }
}