h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Monarcha';
    font-weight: 400;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Monarcha';
    font-weight: 400;
}

.container {
    display: flex;
    justify-content: space-between;
}

.comm-img {
    border-radius: 0;
    margin: 40px 0;
}

.common-para {
    letter-spacing: 0;
}

.common-para a {
    color: #2D36F7;
    text-decoration: underline;
}

.common-para span a,
.common-para b a {
    text-decoration: none;
}

.title {
    margin-top: 50px;
}

.right-sec {
    float: none;
}

.text-center {
    text-align: center;
}

.sec-block {
    margin: 50px 0 0 0;
}

.sec-block h1 {
    margin-bottom: 15px;
}

.blue-color {
    color: #2D36F7;
}

.top-nav {
    --bg-color: #2d36f7;
    --font-color: #ddd;
    background: var(--bg-color);
    color: var(--font-color);
    height: 130px;
    padding: 26px 0;
}

.top-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.top-heading {
    float: none;
}

.author {
    display: flex;
    align-items: center;
    margin: 26px 0;
    gap: 16px;
}

.author-image {
    border-radius: 50%;
}

.quote-review {
    display: flex;
    border: 1px solid #CCDAFF;
}

.quote-review-symbol {
    background: #CCDAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.quote-review-text {
    padding: 13px 28px 13px 55px;
    flex: 1;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.top-para {
    margin-top: 20px;
}

.top-para span {
    color: #2D36F7;
    font-weight: 600;
}

.shower-comp {
    margin-bottom: 50px;
}

.shower-comp img {
    margin-bottom: 20px;
}

.shower-comp-text {
    display: flex;
    justify-content: center;
    gap: 104px;
}

.shower-comp-text div {
    max-width: 240px;
}

.shower-comp-text div p {
    margin-top: 0;
}

.shower-comp-text div span {
    font-size: 14px;
    font-weight: 20px;
}

.features {
    border-radius: 20px;
    background: #EDF2FF;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: end;
    padding: 30px;
    margin: 50px 0;
}

.features-items {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.features-items hr {
    margin: 21px 0;
    height: 1px;
    background-color: #C8D1E9;
    border: none;
}

.cta-button {
    color: #FFF;
    font-family: 'Inter', 'sans-serif';
    background: #2D36F7;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 60px;
    border: none;
    cursor: pointer;
}

.features button,
.expiration button {
    font-size: 18px;
    line-height: 28px;
    margin-top: 22px;
}

.features-items div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.block-2-col {
    margin: 50px 0;
}

.block-2-col-item {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.update-box {
    background-color: #F5F6FF;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
}

.update-box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #FFDE00;
    padding: 20px 45px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.update-box-content {
    padding: 50px 40px;
}

.update-box-top {
    display: flex;
    align-items: center;
    gap: 65px;
    margin-bottom: 43px;
}

.update-box-top.two {
    gap: 20px;
}

.update-box-top.two .common-para {
    margin-top: 16px;
}

.update-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    max-width: 570px;
}

.update-box-top li {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin-top: 13px;
    max-width: 350px;
    list-style: initial;
    margin-left: 22px;
}

.journal {
    margin-top: 42px;
}

.journal-item {
    display: flex;
    gap: 50px;
    margin-bottom: 27px;
    position: relative;
}

.journal-item:before {
    content: '';
    background-color: #2D36F7;
    width: 2px;
    height: 150px;
    position: absolute;
    left: 49px;
    top: 90px;
}

.journal-day {
    border-radius: 50%;
    height: 96px;
    width: 96px;
    background-color: #2D36F7;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
}

.journal-day span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
}

.journal-day div {
    font-size: 40px;
    line-height: 38px;
}

.journal-text {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.05);
    padding: 25px;
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.comparison {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.comparision-header {
    background-color: #EFF2FF;
    padding: 16px;
    width: 50%;
    text-align: center;
}

.comparision-header .common-para {
    margin-top: 13px;
}

.comparision-header.first {
    border-radius: 20px 0 0 0;
    border-right: 1px solid #C8D1E9;
}

.comparision-header.second {
    border-radius: 0 20px 0 0;
}

.comparision-item {
    width: 50%;
    display: flex;
    gap: 13px;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #C8D1E9;
    padding: 16px 16px 16px 0;
}

.comparision-item img {
    width: 30px;
    height: 30px;
}

.comparision-item:nth-child(2n + 1) {
    border-right: 1px solid #C8D1E9;
}

.comparision-item:nth-child(2n + 2) {
    padding-left: 28px;
}

.special-offer-box {
    display: block;
    border: 1px solid #2D36F7;
    background: #EFF2FF;
    padding: 30px 40px;
    color: #2D36F7;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    max-width: 657px;
    margin: 50px auto;
}

.warning-box {
    border: 1px solid #FFDE00;
    background: #FFFED1;
    padding: 30px 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 50px 0;
}

.warning-box span {
    color: #FF1D03;
}

.expiration {
    border-radius: 20px;
    background: #EDF2FF;
    margin: 50px 0;
    padding: 77px 30px;
    position: relative;
}

.expiration > div {
    margin-left: auto;
    width: 50%;
}

.expiration-time {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 24px 30px;
    max-width: 400px;
    margin: 0 auto;
}

.expiration-time h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #FF1D03;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
}

.expiration-time span {
    color: #B7B7B7;
    font-size: 18px;
    line-height: 28px;
}

.expiration button {
    margin-top: 0;
}

.deal {
    border-radius: 20px;
    background: #EDF2FF;
    padding: 30px;
    display: flex;
    margin: 50px 0 0 0;
}

.deal > div {
    width: 50%;
}

.deal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deal-content p {
    margin: 15px 0 27px 0;
}

.deal-content button {
    font-size: 24px;
    padding: 25px 30px;
    margin-bottom: 27px;
}

.deal-bottom {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.deal-bottom span {
    color: #FF1D03;
    font-weight: 700;
}

.right-sec-inner {
    border: none;
    background: transparent;
    border-radius: 0;
}

.right-sec-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-sec-top div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-sec-top p {
    color: #FF1D03;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.9px;
    margin-top: 2px;
}

.right-sec-mid-box {
    border-radius: 20px;
    background: #EDF2FF;
    padding: 27px;
}

.right-sec-mid-box {
    float: none;
}

.right-sec-inner .features-items {
    font-size: 18px;
    line-height: 28px;
}

.right-sec-inner .features-items h3 {
    text-align: left;
    margin: 32px 0 28px 0;
}

.right-sec-inner .features-items hr {
    margin: 15px 0;
}

.right-sec-inner .features-items div {
    gap: 12px;
}

.right-sec-inner button {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 44px;
    width: 100%;
    max-width: 370px;
    margin-top: 22px;
}

.footer {
    background: #131D24;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content img {
    margin: 50px 0 40px 0;
}

.footer-txt1 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400;
}

.footer-txt1 a {
    padding: 0 20px;
}

@media (min-width: 1201px) {
    .expiration img {
        position: absolute;
        bottom: 0;
        left: 20px;
    }
}

@media (max-width: 1200px) {
    .features,
    .block-2-col-item {
        flex-direction: column;
    }

    .block-2-col-item img,
    .expiration > div {
        width: 100%;
    }
    .expiration {
        text-align: center;
    }
    .expiration img {
        width: 240px;
        margin-bottom: 30px;
    }
    .block-2-col .block-2-col-item:last-child > div {
        order: 1;
    }
}

@media (min-width: 1022px) {
    .journal-item:last-child:before {
        content: none;
    }
}

@media (max-width: 1021px) {
    .update-box-top {
        flex-direction: column;
    }
    .update-box-top.two div {
        order: 1;
    }
    .journal-item {
        flex-direction: column;
        align-items: center;
        gap: 37px;
    }
    .journal-item:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .journal-item:nth-child(n+2):before {
        top: -30px;
        height: 200px;
    }
    .deal {
        flex-direction: column;
        gap: 20px;
    }
    .deal > div {
        width: 100%;
    }
}

@media (max-height: 1020px) {
    .right-sec-inner .features-items {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-nav {
        height: 69px;
        padding: 15px 0;
    }
    .container {
        padding: 0 35px;
    }
    .top-nav .container {
        align-items: center;
        font-size: 12px
    }
    .top-nav .logo {
        width: 104px;
    }
    .main-sec .container {
        flex-direction: column;
    }
    .right-sec #sticky {
        position: static !important;
        display: none !important;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .title {
        margin-top: 30px;
    }
    .comm-img {
        height: 264px;
        margin: 40px 0 20px 0;
    }
    .main-sec {
        padding: 33px 0 0 0;
    }
    .author {
        margin: 20px 0;
        font-size: 14px;
        line-height: 22px;
        gap: 10px;
    }
    .author-image {
        width: 30px;
        height: 30px;
    }
    .quote-review-text {
        padding: 17px 27px 17px 25px;
    }
    .quote-review-symbol {
        height: 50px;
        align-self: flex-start;
    }
    .shower-comp-text {
        gap: 30px;
    }
    .features {
        padding: 30px 0;
    }
    .features-items div {
        font-size: 18px;
        line-height: 24px;
        gap: 14px;
        margin: 0 18px;
    }
    .features-items hr {
        margin: 16px 0;
    }
    .features button {
        margin: 37px 20px 0 20px;
    }
    .cta-button {
        padding: 10px 30px;
    }
    .box-mobile {
        padding: 30px;
        border: 1px solid #131D24;
        margin: 40px 0;
    }
    .box-mobile p:first-child {
        margin-top: 0;
    }
    .update-box-header {
        align-items: flex-start;
        gap: 10px;
        padding: 10px 45px;
    }
    .update-box-header img {
        width: 21px;
        height: 21px;
        margin-top: 4px;
    }
    .update-box-content {
        padding: 32px 25px;
    }
    .update-box-top {
        gap: 25px;
        margin-bottom: 20px;
    }
    .journal {
        margin-top: 20px;
    }
    .comparision-header.first,
    .comparision-header.second {
        border-radius: 20px 20px 0px 0px;
        border-right: none;
    }
    .comparision-header,
    .comparision-item {
        width: 100%;
    }
    .comparision-item.first {
        order: 1;
    }
    .comparision-header.second {
        order: 2;
    }
    .comparision-item {
        order: 3;
    }
    .comparision-item:nth-child(2n + 1) {
        border-right: none;
    }
    .comparision-item:nth-child(2n + 2) {
        padding-left: 0;
    }
    .comparision-item:nth-child(11) {
        border-bottom: none;
        margin-bottom: 20px;
    }
    .warning-box {
        padding: 30px 22px;
    }
    .expiration {
        padding: 50px 30px;
    }
    .expiration-time {
        padding: 0 0 20px 0;
    }
    .deal {
        padding: 30px 12px;
    }
    .deal-content button {
        padding: 25px 12px;
    }
    .footer .container {
        margin-top: 20px;
    }
}
