@import "../variables.css";
@import "../fonts.css";

h1.page-title {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: var(--secondary-color);
    letter-spacing: 1.56px;
    margin: 2.313rem 0 0.8rem;
    text-align: var(--text-center);
    line-height: 1.21;
}
.sub-title {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 27px;
    line-height: 1.19;
    text-align: var(--text-center);
    letter-spacing: -0.27px;
    margin-bottom: 48px;
}
.sub-title span {
    font-weight: 700;
    color: var(--secondary-color);
}
.card-block-wrap, .plan-card-wrap {
    max-width: 1463px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-block-wrap {
    max-width: 1125px;
}
.card-block {
    flex-basis: 31%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-block img {
    max-width: 110px;
    margin: 0 auto;
}
.card-title {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 31px;
    line-height: 1.19;
    text-align: var(--text-center);
    color: var(--secondary-color);
    margin: 6px 0rem;
}
.card-details {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 21px;
    line-height: 1.19;
    color: var(--primary-color);
    letter-spacing: 0.84px;
    max-width: 330px;
    text-align: var(--text-center);
}
.card-details.one {
    max-width: 300px;
    margin: 0 auto;
}
.card-details.two {
    max-width: 340px;
    margin: 0 auto;
}
.card-details.three {
    max-width: 330px;
    margin: 0 auto;
}
.card-details.four {
    max-width: 320px;
    margin: 0 auto;
}
.card-details.five {
    max-width: 330px;
    margin: 0 auto;
}
.card-details.six {
    max-width: 340px;
    margin: 0 auto;
}
.section-title {
    position: relative;
    border-top: 2px solid var(--primary-color);
    margin: 49px auto 60px;
    max-width: 1463px;
}
.section-title h2 {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 27px;
    line-height: 1.19;
    color: var(--primary-color);
    text-align: var(--text-center);
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -28px;
    width: 100%;
    max-width: 362px;
    padding: 11px 38px;
    background-color: var(--dark-secondary-color);
}
.plan-card-wrap {
    gap: 30px;
    margin-bottom: 65px;
}
.plan-card {
    flex-basis: calc(29% - 25px);
    background-color: #fff;
    text-align: var(--text-center);
    transition: 0.5s all ease;
    border: 1px solid #707070;
}
.plan-card:hover {
    box-shadow: 5px 5px 5px rgb(102 102 102 / 20%);
    -moz-box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgb(102 102 102 / 20%);
}
.plan-card-title {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 30px;
    line-height: 1.21;
    color: var(--white-color);
    margin-bottom: 10px;    
    background-color: var(--primary-color);
    padding: 2px;
    text-transform: capitalize;
}
.plan-card-title span {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    color: var(--secondary-color);
}
.plan-offer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}
.plan-principal {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 28px;
    position: relative;
    width: 90px;
    margin: 0 auto;
}
.plan-principal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: var(--primary-color);
    transform: rotate(-5deg);
}
.plan-offer {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.78px;
    color: var(--primary-color);
}
.plan-offer span {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.78px;
    color: var(--dark-secondary-color);
    text-transform: uppercase;
}
.plan-details {
    text-align: left;
    margin: 21px 10px 1rem 37px;
    display: flex;
    flex-wrap: wrap;
}
.plan-details li {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: var(--primary-color);
    position: relative;
    /* margin-top: 1rem; */
}
.plan-details li:before {
    content: '- ';
    width: 10px;
    position: absolute;
    margin-left: -20px;
    top: -4px;
    font-size: 18px;
    line-height: 1.17;
    color: #2b2e34;
}
.subs-btn-wrap {
    padding-bottom: 39px;
}
.subs-btn {
    display: inline-block;
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 22px;
    line-height: 1.18;
    background: var(--dark-secondary-color);
    color: var(--black-color);
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.subs-btn:hover {
    box-shadow: 0 15px 10px -15px var(--primary-color);
}
.plans-to {
    min-height: 73px;
}
.plans-to:before {
    display: none;
}
.classification {
    margin-bottom: 5px;
}
.classification span {
    font-weight: 700;
    color: var(--secondary-color);
}
footer.hp-footer {
    background-color: var(--medium-grey-color);
    padding: 50px 0 0;
    text-align: left;
}
.ftr-container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.ftr-container * {
    font-size: 17px;
}
.faq-wrap {
    margin-bottom: 3rem;
}
.faq-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    background-color: var(--white-color);
    position: relative;
    padding: 30px;
    margin: 0;
    box-shadow: 0 0 10px 5px #000000ba;
    -moz-box-shadow: 0 0 10px 5px #000000ba;
    -webkit-box-shadow: 0 0 10px 5px #000000ba;
    cursor: pointer;
}
.faq-arrow {
    background: url(../../images/icon-down-dark.png) no-repeat left top;
    width: 26px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 30px;
    margin-top: 5px;
}
.faq-details-wrap-open .faq-arrow {
    transform: scale(-1, -1);
}
.faq-details-wrap-open + .faq-details-wrap {
    height: auto;
    display: flex;
    gap: 70px;
}
.faq-details-wrap {
    background-color: var(--white-color);
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    height: 0;
    border-top: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}
.faq-details-inner-wrap {
    flex-basis: 50%;
}
.faq-list li {
    margin: 0 0 21px;
}
.faq-details-wrap strong {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    margin-bottom: 16px;
    display: block;
}
.faq-details-wrap strong, .faq-details-wrap p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--medium-grey-color);
}
.gift-ctr {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 15px;
}
@media (min-width: 1360px) {
    .ftr-container {
        max-width: 1290px;
    }
}
.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}
.ftr-content p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #a9a6a6;
    margin-bottom: 0.5rem;
}
.ftr-copy-right {
    padding: 30px 15px;
    margin-top: 70px;
    border-top: 1px solid #4e4e4e;
    display: flex;
    align-items: center;
}
.ftr-copy-right * {
    color: var(--white-color);
}
.ftr-links {
    flex: 1;
    text-align: right;
}
.ftr-links a {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
}
.ftr-links a:hover {
    color: var(--light-blue-color);
}
.ftr-links a i {
    margin-right: 10px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.icon-key {
    background-image: url(../../images/icon-key.png);
}
.icon-lock {
    background-image: url(../../images/icon-lock.png);
}
.icon-clock {
    background-image: url(../../images/icon-clock.png);
}
.faq-list li p a {
    font-family: 'Pangram-Medium', sans-serif;
    font-size: 16px;
    color: var(--light-blue-color);
    text-decoration: underline;
}
footer .faq-wrap h3 {
    font-weight: normal;
}
footer i.payw-icon-tick {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
    left: 4px;
    top: 0;
    position: static;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 5px;
}
@media (min-width: 961px) and (max-width: 1023px) {
    .ftr-links {
        text-align: left;
    }
}
@media (max-width: 960px) {
    .faq-details-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-details-wrap-open + .faq-details-wrap {
        flex-wrap: wrap;
        gap: initial;
    }
    .faq-details-inner-wrap {
        flex-basis: 100%;
    }
    .faq-wrap h3 {
        font-size: 16px;
        padding: 15px 20px;
    }
    .faq-wrap {
        margin-bottom: 1.6rem;
    }
    footer.hp-footer {
        padding: 25px 0 0;
    }
    .ftr-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .ftr-links {
        text-align: left;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .ftr-copy-right {
        display: block;
    }
    .ftr-links a {
        margin: 0 0 10px;
    }
}
@media (max-width: 991px) {
    .subs-btn-wrap {
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    h1.page-title {
        font-size: 33px;
        line-height: 1.21;
        margin: 40px auto 11px;
        letter-spacing: 1.32px;
        max-width: 321px;
    }
    .sub-title {
        font-size: 22px;
        line-height: 1.18;
        letter-spacing: normal;
        max-width: 700px;
        margin: 0 auto 24px;
    }
    .card-block-wrap .slick-list {
        margin-bottom: 23px;
    }
    .section-title {
        margin: 48px 0 45px;
    }
    .section-title h2 {
        max-width: calc(100% - 30px);
        padding: 13px 0;
        left: 15px;
        right: 15px;
        bottom: -24px;
    }
    .plan-card-wrap {
        padding: 0;
        margin-bottom: 40px;
    }
    .plan-card {
        flex-basis: 100%;
    }
    .plan-card-title {
        font-size: 31px;
        line-height: 1.19;
        margin-bottom: 17px;
    }
    .plan-offer-wrap {
        justify-content: flex-start;
        height: 50px;
    }
    .plan-offer {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.28px;
    }
    .plan-offer span {
        font-size: 36px;
        line-height: 1.19;
        letter-spacing: 0.72px;
    }
    .plans-to {
        min-height: auto;
        margin-bottom: 1.5rem;
    }
    .plan-details {
        display: block;
    }
    .subs-btn-wrap {
        padding-bottom: 57px;
    }
    .faq-details-wrap strong, .faq-details-wrap p, .ftr-container * {
        font-size: 14px;
        line-height: 1.45;
    }
    .ftr-links *, .ftr-copy-right {
        font-size: 17px;
        line-height: normal;
    }
    .ftr-copy-right {
        margin-top: 58px;
    }
    .gift-ctr {
        margin-bottom: 1rem;
    }
}
@media (max-width: 599px) {
    .card-block {
        flex-basis: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1345px) {
    .card-block-wrap {
        max-width: 730px;
    }
    .card-block {
        flex-basis: 49%;
    }
    .plan-card {
        flex-basis: calc(49% - 20px);
        display: flex;
        flex-direction: column;
    }
    .section-title {
        margin: 54px 0 56px;
    }
    .subs-btn-wrap {
        margin-top: auto;
    }
    /* .plan-card:not(:last-child) .plan-details li.plans-to {
        min-height: initial;
    } */
}
@media (min-width: 1346px) and (max-width: 1400px) {
    .plan-card-title {
        font-size: 28px;
    }
}
@media (min-width: 1346px) {
    .plan-card {
        position: relative;
    }
    .plan-card-wrap .plan-card:not(:nth-child(4)) .subs-btn-wrap {
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-title {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .sub-title, h1.page-title {
        max-width: unset;
        padding: 0 20px;
    }
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: -10px 5px 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    display: block;
    font-family: 'slick';
    font-size: 62px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '•';
    opacity: .25;
    color: #211c1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .95;
    color: var(--dark-secondary-color);
}
@media (min-width: 768px) and (max-width: 1199px) {
    .sub-title {
        width: 800px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    main {
        padding-right: 15px;
        padding-left: 15px;
    }
    .card-block {
        margin-bottom: 35px;
    }
}
@media (min-width: 961px) {
    .ftr-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer.hp-footer .ftr-content {
        margin-top: 80px;
    }
}
@media (max-width:1030px) {
    .gift-ctr > img {
        width: 100%;
    }
}


/*Exclusive Offer*/
.exclusive-offer {
    max-width: 1225px;
    margin: 50px auto 10px;
    padding: 0;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.exclusive-offer h1, .exclusive-offer h1 span{
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: var(--secondary-color);
    letter-spacing: 1.56px;
    margin: 2.313rem 0 0.8rem;
    text-align: var(--text-center);
    line-height: 1.21;
}
.exclusive-offer h1 span{
    color: var(--white-color);
}
.exclusive-offer h2 {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    color: var(--secondary-color);
    margin: 20px auto 0px auto;
    font-size: 55px;
    line-height: 62px;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
}

.exclusive-offer p.sub-title ,.exclusive-offer p.sub-title span{
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    letter-spacing: -0.27px;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    max-width: 900px;
    color: var(--white-color);
    margin: 10px auto 10px auto;
    font-weight: 400;
} 
.exclusive-offer p.sub-title span{
    color: var(--secondary-color);
}
.exclusive-offer h3 {
    font-family: 'News-Gothic-Condensed-Bold', sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: var(--white-color);
    margin-bottom:15px;
}
.exclusive-offer h3 span {
    color: var(--white-color);
    position: relative;
    font-size: 32px;
    line-height: 48px;
    padding-top: 5px;
    display: block;
}
.exclusive-offer h2:first-child {
    margin-bottom: 20px;
    margin-top: 50px;
}
/*
.exclusive-offer:not([style]) ~ .plan-card-wrap ul.plan-details {
    padding: 20px 0;
}*/
.exclusive-offer:not([style]) ~ .plan-card-wrap ul.plan-details li.plans-to {
    display: none;
}
.exclusive-offer h3 span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 18px;
    left: 0;
    transform: rotate(-4deg);
}
.exclusive-offer .subs-btn-wrap{
    padding-bottom: 25px;
}
.exclusive-offer h3 span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 23px;
    left: 0;
    transform: rotate(7deg);
}
.exclusive-offer:not([style]) ~ .plan-card-wrap .plan-card-title, .exclusive-offer:not([style]) ~ .plan-card-wrap .plan-offer-wrap{
    display:none
}
.exclusive-offer h3 span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 21px;
    left: 0;
    transform: rotate(-7deg);
}
.exclusive-offer.foot h2 {
    margin-top: 0;
}
.exclusive-offer.foot {
    margin-top: 0;
}
.exclusive-offer h2.price {
    margin: 0;
    color: #fff;
    font-size: 52px;
    line-height: 62px;
    font-weight: bold;
}
.exclusive-offer.foot h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    background: #000;
}
@media(max-width:767px){
    .exclusive-offer{
        margin: 20px auto 0px;
    }
    .exclusive-offer h2:first-child{
        margin-bottom: 20px;
    }
    .exclusive-offer h2 {
        font-size: 36px;
        padding: 10px 10px 20px 10px;
        line-height: 36px;
    }
    .exclusive-offer p{
        font-size: 18px;
        line-height: 28px;
        padding: 0px 10px;
    }
    .exclusive-offer h3 {
        margin: 0px 10px 0px 10px;
        text-align: center;
        font-size: 26px;
    }
    .exclusive-offer.foot h2{
        margin-bottom: 20px;
        font-size: 26px;
        padding: 15px 30px;
        line-height: 26px;
    }
    .exclusive-offer h2.price{
        font-size: 38px;
    }

}
@media (min-width: 768px) {
    main {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 961px) {
    .ftr-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    footer.hp-footer .ftr-content {
        margin-top: 80px;
    }
}