/* Poppins and league gothic Source Serif Google Font CDN */
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Frank+Ruhl+Libre:wght@300..900&display=swap');

body {
    background-color: #fff;
    font-family: "Poppins", serif;

}

button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "League Gothic", serif;
    font-weight: 400;
    color: #00421D;
}

/* Reusable Classes */

.ff-league {
    font-family: "League Gothic", serif;
    font-weight: 400;
}

.ff-frank {
    font-family: "Frank Ruhl Libre", serif;
}

.logo {
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    padding: 0;
}

.no-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.text-white {
    color: #FFFBE4;
}

.primary-text {
    color: #00421D !important;
}

.info-text {
    color: #6CCCEF;
}

.muted-text {
    color: #364A4180;
}

.text-warning {
    color: #FC6D31 !important;
}

.danger-text {
    color: #FF0000;
}

.primary-bg {
    background-color: #00424B !important;
}

.bg-secondary {
    background-color: #FF9D00 !important;
}

.bg-light {
    background-color: #E9FAFA !important;
}

.pack2 .bg-light {
    background-color: rgba(233, 250, 250, .5) !important;
}

.bg-light1 {
    background-color: #A7E7FF80 !important;
}

.bg-light2 {
    background-color: #C5F3E4 !important;
}

.bg-yellow {
    background-color: #FF9D00 !important;
}

.bg-warning {
    background-color: #9ADE9166 !important;
}

.bg-urgent {
    background-color: #FFCACA !important;
}

.b1 {
    border: 1px solid #00421D;
}

.b2 {
    border: 2px solid #00421D;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

h2 {
    font-size: 64px;
    line-height: 80px;
}

h3 {
    font-size: 52px;
    line-height: 65px;
}

h4 {
    font-size: 38px;
    line-height: 50px;
}

h5 {
    font-size: 32px;
    line-height: 48px;
}

h6 {
    font-size: 24px;
    line-height: 36px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #00421D;
}

.fs-22 {
    font-size: 22px;
    line-height: 34px;
}

.fs-26 {
    font-size: 26px;
    line-height: 38px;
}

.fs-32 {
    font-size: 32px;
    line-height: 48px;
}

.fs-36 {
    font-size: 36px;
    line-height: 50px;
}

.fs-40 {
    font-size: 40px;
    line-height: 50px;
}

.fs-46 {
    font-size: 46px;
    line-height: 70px;
}

.fsize-4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.fsize-5 {
    font-size: 24px;
    line-height: 36px;
}


/* Buttons CSS  */
.primary-btn {
    background-color: #00424B;
    border-radius: 8px;
    height: 50px;
    text-transform: uppercase;
    border: 2px solid #00424B;
    color: #FFFBE4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "League Gothic", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    transition: all .2s ease-in-out;
    padding: 5px 30px;
}

.primary-btn:hover {
    background-color: #00424bdd;
    color: #fff;
    transition: all .2s ease-in-out;
}

.secondary-btn {
    background-color: #FF9D00;
    border-radius: 8px;
    height: 50px;
    padding: 5px 30px;
    text-transform: uppercase;
    border: 2px solid #FF9D00;
    color: #00421D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "League Gothic", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    transition: all .2s ease-in-out;
}

.secondary-btn:hover {
    background-color: #ff9d0080;
    transition: all .2s ease-in-out;
}

.banner-bg .primary-btn,
.banner-bg .secondary-btn {
    max-width: 240px;
}

.btn-warning {
    background-color: #00424B;
    color: white;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    border: #00424B;
}

.btn-buy {
    background-color: #FF9D00;
    color: #00424B;
    font-family: "League Gothic", serif;
    border: 4px solid #FF9D00;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;

}

.btn-buy:hover {
    color: #FF9D00;
    background-color: transparent;
    transition: all .2s ease-in-out;
}

.btn-md {
    padding: 8px 115px !important;
    border-radius: 8px;
    transition: all .3s ease;
}

.btn-md.btn-dark {
    border: 1px solid #FFFFFF !important;
    background: #00421D !important;
}

.btn-md.btn-light {
    background: #FF9D00 !important;
    border-color: #FF9D00 !important;
    border: #FF9D00 !important;
    color: #00421D !important;
}


/* Navbar CSS */
nav {
    background: #9ADE9166;
    border-radius: 12px;
    border: 2px solid #00421D;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 20px;
    height: 70px;
}

nav .primary-btn {
    height: 44px;
    font-size: 24px;
    line-height: 18px;
}

ul {
    padding-left: 1.5rem;
}

.packed {
    font-size: 37px;
    font-weight: 400;
    line-height: 55px;
}

.appanail {
    font-size: 42px;
    font-weight: 400;
    line-height: 63px;
}

.appanail-success {
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
}

p.big-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.accordion {
    border-top: 1px solid #00421D;
    border-bottom: 1px solid #00421D;
    padding: 10px 0;
}

.accordion-item {
    border-color: #00421D;
}

.accordion-button {
    font-family: "League Gothic", serif;
    font-size: 28px;
    color: #00421D;
    line-height: 32px;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 25px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #00421D !important;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    /* change this to the color you want */
    color: #00421D;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("../img/Icon.png");
    width: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/Icon.png");
    width: 20px;
}

.accordion-body {
    padding: 0;
}

/* Reusable Classes */


nav .nav-link {
    color: #00421D;
    font-weight: 400;
    font-size: 25px;
    line-height: 18px;
    font-family: "League Gothic", serif;
    transition: all .1s ease-in-out;
}

nav .nav-link:hover {
    color: #00421D;
    transition: all .1s ease-in-out;
}

.app-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.app-card h1 {
    color: #00421D;
    font-size: 90px;
    line-height: 108px;
    font-weight: 400;
}

.app-card ul li {
    color: #00421D;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    list-style: none;
}

.app-card ul li span {
    font-size: 30px;
}

.banner-bg {
    background: url(../img/bg1.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.primary-card {
    border-radius: 40px;
    background: #9ADE9166;
    padding: 50px 32px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.list-unstyled li {
    font-size: 38px !important;
    line-height: 57px !important;
}

.list-unstyled img {
    height: 40px;
    width: 40px;
}


.user-img {
    height: 100%;
    width: 100%;
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    border-radius: 8px;
}

.free .card {
    border-radius: 24px;
    padding: 30px 34px;
    background: #E9FAFA;
    border: 2px solid #00424B;
}

.free .card.text-danger {
    border-width: 1px;
}

.warning-ic {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -110px;
}

.warning-card .bg-light {
    border: 10px solid #FF0000;
}

.footer-box {
    border: 2px solid #00421D;
    border-radius: 20px;
    text-align: center;
    padding: 20px 10px;
}

.footer-box a {
    text-decoration: none;
    color: #00424B;
}

.footer-box .text-break {
    text-decoration: underline;
}

.card-text {
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
}

.buy-pack .row img {
    height: 100%;
    max-width: 400px;
    max-height: 260px;
    object-fit: contain;
}

.pack-badge {
    border-radius: 200px;
    background: #00424B;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 32px;
    line-height: 48px;
    padding: 5px 20px;
    width: 100%;
    font-family: "League Gothic", serif;
    font-weight: 400;
}

.buy-pack .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-subtitle {
    font-size: 25px;
    line-height: 25px;
    color: #00424B;
    font-weight: 600;
    text-transform: uppercase;
}

.buy-pack sub {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.border-top {
    border-color: #00421d24 !important;
}

.border-top.cen {
    border-color: #25B4F880 !important;
}

/* Responsive CSS  */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }

    section .container,
    section .container-lg,
    section .container-md,
    section .container-sm,
    section .container-xl,
    footer .container {
        max-width: 1240px;
    }
}

section .container,
footer .container {
    padding: 0 20px;

}


/* UpSell CSS */

.upsell-pills {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;

}

.left-pill,
.right-pill {
    background: #9ADE91B2;
    border-radius: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px 20px;
    font-size: 18px;
    line-height: 18px;
    width: 280px;
    font-family: "League Gothic", serif;
}

.left-pill {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -35px;
}

.right-pill {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -35px;
    justify-content: center;
    opacity: 50%;
}

.center-pill {
    background: #E4FFC8;
    border: 10px solid #9ADE91B2;
    border-radius: 100px;
    height: 140px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px 20px;
    font-size: 32px;
    line-height: 48px;
    width: 420px;
    font-family: "League Gothic", serif;
    position: relative;
    z-index: 11;
}

.upsell-pills .counter {
    height: 65px;
    width: 65px;
    border: 1px solid #00421D;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    color: #00424B;
    font-family: "Poppins", serif;
}

.vip-listed li {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
}

.vip-list li {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
}

.vip-list li:last-child {
    margin-bottom: 0;
}

.vip-list li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    background: #00421D;
    height: 20px;
    width: 20px;
    border-radius: 30px;
}

.ap-img {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.ap-img img {
    height: 100%;
    object-fit: contain;
}

footer #disclaimer .main.container>div {
  background-color: transparent!important;
  box-shadow: none!important;
}
footer #disclaimer .bg-text-disclaimer {
  color: #333!important;
  font-family: 'Ubuntu', sans-serif!important;
}
footer #disclaimer .bg-img-disclaimer {
  display: none!important;
}

@media (min-width: 768px) {
    .col-md-33 {
        flex: 0 0 auto;
        width: 30%;
    }

    .col-md-66 {
        flex: 0 0 auto;
        width: 40%;
    }
}

@media (max-width:767px) {
    nav {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: #CEF5B8;
        height: 64px;
        border-bottom: 1px solid #00421D;
    }

    nav .logo {
        font-size: 32px;
        line-height: 32px;
    }

    /* nav .primary-btn {
        height: 42px;
        font-size: 22px;
        line-height: 22px;
        padding: 5px 15px;
        font-weight: 400;
    } */

    .navbar-toggler {
        padding: 4px 7px;
        border-radius: 13px;
        border: none;
    }

    .navbar-toggler-icon {
        height: 1.2em;
        width: 1.2em;
    }

    .logo {
        font-size: 30px;
        line-height: 45px;
        font-weight: 400;
    }

    .banner-bg {
        background-position: bottom center;
        background-size: 200% 60%;
        background-repeat: no-repeat;
        padding: 60px 0;
    }

    .primary-card {
        border-radius: 20px;
        padding: 24px 20px;
        gap: 40px;
    }

    .primary-card .text-center img,
    .packed-bg .text-center img {
        height: 100px;
        width: 100px
    }

    .offcanvas-body .navbar-nav {
        border-radius: 10px !important;
        margin-bottom: 20px !important;
    }

    .primary-btn,
    .secondary-btn {
        height: 42px;
        font-size: 18px;
        line-height: 18px;
        padding: 5px 15px;
        font-weight: 400;
    }

    .fs-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .hero-img {
        margin-top: 20px;
    }

    .btn-md {
        padding: 8px 55px !important;
        margin-bottom: 20px;
        border-radius: 8px;
        transition: all .3s ease;
    }

    .btn-md.btn-dark {
        border: 1px solid #FFFFFF !important;
        background: #00421D !important;
    }

    .btn-md.btn-light {
        background: #FF9D00 !important;
        border-color: #FF9D00 !important;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    .list-unstyled li {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .list-unstyled img {
        height: 30px;
        width: 30px;
    }

    h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    h3 {
        font-size: 40px;
        line-height: 52px;
    }

    h4,
    h5 {
        font-size: 28px;
        line-height: 40px;
    }

    h6 {
        font-size: 26px;
        line-height: 28px;
    }

    .fsize-4 {
        font-size: 16px;
        line-height: 24px;
    }

    .fsize-5 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs-22 {
        font-size: 16px;
        line-height: 24px;
    }

    .fs-32 {
        font-size: 22px;
        line-height: 30px;
    }

    .fs-26 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs-36 {
        font-size: 26px;
        line-height: 38px;
    }

    .fs-40 {
        font-size: 26px;
        line-height: 34px;
    }

    .fs-46 {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-buy {
        border: 2px solid #FF9D00;
        font-size: 24px;
        line-height: 32px;
        height: 56px;
    }

    .free .btn-warning {
        font-size: 18px;
        line-height: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .free .card {
        padding: 5px;
    }

    .free .card h3 {
        line-height: 50px;
    }

    .card-text {
        font-size: 36px;
        line-height: 40px;
    }

    .buy-pack .fsize-4 {
        font-size: 14;
        line-height: 21px;
    }

    .buy-pack .fsize-5 {
        font-size: 12px;
        line-height: 18px;
    }

    .free .card.h-100,
    .buy-pack .card.h-100 {
        height: auto !important;
    }

    .accordion {
        padding: 4px 0;
    }

    .accordion-button {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 0;
    }

    .footer-box {
        padding: 20px 12px;
    }

    .footer-box .bg-white {
        word-break: break-all;
    }

    .app-card h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .app-card ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .app-card ul li span {
        font-size: 22px;
    }

    .packed-bg .bg-secondary.rounded-pill {
        border-radius: 24px !important;
    }

    .packed-bg .appanail {
        display: block;
    }

    .warning-ic {
        top: -70px;
    }

    .warning-ic img {
        max-height: 100px;
    }

    .left-pill,
    .right-pill {
        height: 46px;
        gap: 5px;
        padding: 7px;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
        width: 120px;
    }

    .left-pill {
        margin-right: -10px;
    }

    .right-pill {
        margin-left: -10px;
    }

    .left-pill img {
        height: 8px;
    }

    .center-pill {
        border: 6px solid #9ADE91B2;
        border-radius: 100px;
        height: 58px;
        gap: 10px;
        padding: 8px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        width: 140px;
    }

    .upsell-pills .counter {
        height: 28px;
        width: 28px;
        font-size: 16px;
        line-height: 16px;
    }

    .vip-list.list1 li::before {
        left: -27px;
        top: 8px;
        height: 12px;
        width: 12px;
    }

    .vip-list.list1 li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .vip-listed li {
        font-size: 12px;
        line-height: 14px;
    }

    .vip-listed li img,
    .no-style li img {
        height: 20px;
    }

    .ap-img {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

}