:root {
    --red-primary: #C9060A;
    --grey-primary: #333333;
    --white-primary: #ffffff;
    --light-grey-primary: #E2E2E2;
    --primary-family: 'Montserrat', sans-serif;
    --secondary-family: 'Poppins', sans-serif;
    --bg-grey: #333333;
    --bg-light-grey: #F8F8F8;
    --bg-white: #ffffff;
}

.top-header {
    height: 100px;
    background: var(--bg-white);
}

.top-header-inner {
    padding: 15px 0px;
    align-items: center;
}

.top-header .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.top-link-left {
    display: flex;
}

.explore-icon {
    width: 110px;
}

.top-link-left a {
    color: var(--grey-primary);
    font-family: var(--secondary-family);
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s;
}

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

.main-logo img {
    margin: auto;
    width: 190px;
    height: auto;
}

.top-link-right {
    display: flex;
    float: right;
}

.subscribe-icon {
    width: 125px;
}

.top-link-right a {
    color: var(--grey-primary);
    font-family: var(--secondary-family);
    font-size: 16px;
    text-decoration: none;
    transition: 0.25s;
}

.top-link-left a {
    color: var(--grey-primary);
    font-family: var(--secondary-family);
    font-size: 16px;
    text-decoration: none;
    transition: 0.25s;
}

.main-navbar {
    background: var(--bg-light-grey);
    /* height: 50px; */
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.main-navbar .container {
    padding-left: 0px;
    padding-right: 0px;
}

ul#menu-main-menu {
    display: flex;
    list-style: none;
    padding: 10px 0px !important;
    align-items: center;
    margin-bottom: 0px !important;
}

.main-navbar ul li {
    font-size: 15px;
    font-family: var(--secondary-family);
}

ul#menu-main-menu li a {
    font-size: 16px;
    color: var(--grey-primary);
    font-family: var(--secondary-family);
    text-decoration: none;
    padding: 13px 35px 13px 0px;
}

ul#menu-main-menu li a:hover {
    color: var(--red-primary);
}


/* header */


/* footer */

.footer {
    background: #333333;
    padding: 50px 0px 0px;
}

hr {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    color: var(--grey-primary);
}

.logo-footer {
    margin-bottom: 25px !important;
}

.logo-footer img {
    width: 164px;
    height: 62px;
}

.footer-heading h3 {
    font-family: var(--secondary-family);
    font-size: 18px;
    color: var(--white-primary);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-heading h3 span {
    font-family: var(--secondary-family);
    font-size: 18px;
    color: var(--red-primary);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-content p {
    font-family: var(--secondary-family);
    font-size: 14px;
    color: var(--light-grey-primary);
    font-weight: 400;
    margin-bottom: 20px;
}

.social-connect {
    display: flex;
}

.social-connect p {
    font-family: var(--secondary-family);
    font-size: 14px;
    color: var(--white-primary);
    font-weight: 400;
}

.social-connect i {
    color: var(--white-primary);
    font-size: 14px;
    padding: 3px 6px;
}

.download-app-btn {
    display: flex;
}

.download-app-btn img {
    width: 100px;
    margin-right: 10px;
    border: 1px solid #757575;
    border-radius: 5px;
}

.summit-legacy {
    margin-bottom: 30px;
}

.summit-legacy-info p {
    font-family: var(--secondary-family);
    font-size: 12px;
    color: var(--light-grey-primary);
    text-transform: capitalize;
    font-weight: 400;
}

.summit-legacy-info span a {
    font-family: var(--secondary-family);
    font-size: 12px;
    color: var(--red-primary);
    text-transform: lowercase;
    font-weight: 500;
    text-decoration: none;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-family: var(--secondary-family);
    font-size: 14px;
    color: var(--light-grey-primary);
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    padding: 15px 0px 20px 0px;
    margin-bottom: 0px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: var(--red-primary);
    color: var(--white-primary);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px;
}


/* home-page */
.hero_section {
    padding: 100px 0px;
}

.herosection_logo {
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
    /* Black fade */
}

.herosection_logo img {
    width: 40%;
}

.herosection_content h2 {
    font-family: var(--secondary-family);
    font-size: 36px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: 20px;
}

.herosection_content p {
    font-size: 16px;
    color: var(--grey-primary);
    font-family: var(--secondary-family);
    text-decoration: none;
    padding: 13px 35px 13px 0px;
}

.herosection_content h5 {
    color: #333;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.26px;
    margin-bottom: 20px;
}

.herosection_content a {
    background-color: #C9060A;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--secondary-family);
    justify-content: center;
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 15px;
}

.herosection_content .renew_now {
    background-color: #ffffff;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--secondary-family);
    justify-content: center;
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 20px;
}

.magazine_image_colum {
    align-items: center;
    display: flex;
}

.magazine_image img {
    width: 90%;
}


/* card-css */

.sub-card {
    border-radius: 12px;
    border: 3px solid #C9060A;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    padding: 0px;
    position: relative;
    text-align: center;
}

.best-deal {
    background-color: #C9060A;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 0px 15px 20px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 5px 0;
    background: #C9060A;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    transform: rotate(45deg);
    top: 25px;
    right: -45px;
}

.plan-price {
    font-size: 36px;
    font-weight: bold;
}

.plan-old-price {
    text-decoration: line-through;
    color: gray;
    margin-top: 25px;
}

.plan-discount {
    color: #C9060A;
    font-size: 12px;
    margin-bottom: 30px;
}

.plan-img {
    width: 100px;
    margin: 10px auto;
}

.get-btn {
    background-color: #C9060A;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 70%;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 16px;
}

.toggle-buttons .btn {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.toggle-buttons .btn.active {
    background-color: #0d6efd;
    color: white;
}

.digital_content {
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    padding: 20px 20px 0px 20px;
    margin-top: 16px;
    border-radius: 10px 10px 0px 0px;
    position: inherit;
    top: -22px;
}

.plan-price span {
    font-size: 18px;
    color: #6c757d;
}

.plan-discount span {
    color: #000;
    font-size: 12px;
}

.card_image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    /* Optional background */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    /* Center the circle horizontally if needed */
}

.card_image img {
    object-fit: cover;
    width: 40%;
}

.save-ribbon {
    position: absolute;
    top: 41%;
    right: 0px;
    width: 47px;
    height: 75px;
    border-top: 60px solid #C9060A;
    border-left: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    z-index: 2;
    padding: 91px 0px;
}

.save-ribbon span {
    position: absolute;
    top: -53px;
    right: -60px;
    transform: rotate(45deg);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 153px;
    line-height: 1.2;
}

.card_coloum {
    background-color: #F2F2F2;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

.sub-card-second {
    border: 0px solid #C9060A !important;
}

.digital_print {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
}

.save-ribbon-second {
    position: absolute;
    top: 26%;
    right: 0px;
    width: 47px;
    height: 75px;
    border-top: 60px solid #C9060A;
    border-left: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    z-index: 2;
    padding: 91px 0px;
}

.small-text {
    font-size: 0.75em;
    /* You can adjust to 0.6em or 12px as per design */
    color: #555;
    /* Optional - makes it slightly lighter */
}


/* Compare Our Plans */


.compare-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.compare-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.plan-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.plan-tab {
    padding: 5px 20px;
    border-radius: 6px;
    background: #C9060A;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.plan-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.plan-card {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0 14px 0px;
    /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06); */
    width: 200px;
    transition: all 0.3s ease;
}

/* .plan-card.active {
    border-color: #000;
} */

.benefits-table {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
}

.benefits-left {
    flex: 0 0 300px;
    font-weight: 600;
}

.benefits-left div,
.benefits-col div {
    padding: 12px 10px;
    font-size: 13px;
    /* border-bottom: 1px solid #eee; */
}

.benefits-col {
    flex: 0 0 140px;
    text-align: center;
}

.tick {
    color: #C9060A;
    font-size: 18px;
}

.cross {
    color: #ccc;
    font-size: 18px;
}

.your_benefit {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 31px;
    margin-top: 12px;
}

.compare_plans {
    padding: 50px 0px;
}


/* codpen-css */


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.explore-icon img {
    height: 15px;
}
.search-icon img {
    height: 15px;
}

/*--blog----*/

.sec-title {
    position: relative;
    margin-bottom: 70px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}


.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #C9060A;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #C9060A;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}


.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #C9060A;
    border-radius: 50%;
    font-size: 50px;
    color: #C9060A;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #C9060A;
}


.pricing-block .features {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #C9060A;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #C9060A;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #C9060A;
    background: none;
    border-radius: 0px;
    border-color: #C9060A;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #C9060A;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #C9060A;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #C9060A;
    background: none;
    border-radius: 0px;
    border-color: #C9060A;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #C9060A;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #C9060A;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #C9060A;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #C9060A;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #C9060A;
    background: none;
    border-radius: 0px;
    border-color: #C9060A;
}


/* slider-css */


.slider-wrapper {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: 400px;
    perspective: 1000px;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide {
    position: absolute;
    width: 250px;
    height: 360px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    /* border: 6px solid red; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}

.left {
    transform: translateX(-270px) rotateY(25deg) scale(0.85);
    opacity: 0.6;
    z-index: 2;
}

.right {
    transform: translateX(270px) rotateY(-25deg) scale(0.85);
    opacity: 0.6;
    z-index: 2;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    /* padding: 10px;
      border-radius: 50%;
      cursor: pointer; */
    z-index: 5;
}

.nav-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

#prev {
    left: -40px;
}

#next {
    right: -40px;
}

.slider_section .heading-2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 54px;
    margin: 50px 0px;
}

/* .left {
    transform: translateX(-223px) rotateY(34deg) scale(0.85);
    opacity: 0.6;
    z-index: 2;
} */


.faq-section {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
    margin-top: 100px;
}

.faq-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.faq {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}

.faq-question {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question.active {
    font-weight: 600;
    color: #003366;
    /* Navy like in screenshot */
}

.arrow {
    transition: transform 0.3s ease;
}

.faq-question.active .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}

.faq-answer p {
    padding: 15px 0;
    margin: 0;
}

.faq-question .icon i {
    transition: transform 0.3s ease;
}

.faq-question.active .icon i {
    transform: rotate(180deg);
}