@import "pages/variables.css";
@import "../fonts.css";

h1.page-title {
    font-family: 'CreteRound-Regular', sans-serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1.32px;
    margin: 2.313rem 0 0.8rem;
    text-align: var(--text-center);
    line-height: 54px;
}
.sub-title {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-align: var(--text-center);
    margin-bottom: 48px;
}
.sub-title span {
    font-weight: 700;
    color: var(--secondary-color);
}
.card-block-wrap, .plan-card-wrap {
    max-width: 1446px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-block-wrap {
    gap: 40px;
}
.card-block {
    flex-basis: 31%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-block img {
    max-width: 130px;
    margin: 0 auto;
}
.card-title {
    font-family: 'CreteRound-Regular', sans-serif;
    font-size: 24px;
    line-height: 43px;
    text-align: var(--text-center);
    color: var(--secondary-color);
    margin: 10px 0 6px;
}
.card-details {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey-color);
    letter-spacing: 0.64px;
    max-width: 399px;
    text-align: var(--text-center);
}
.section-title {
    position: relative;
    border-top: 1px solid var(--secondary-color);
    margin: 49px 0 64px;
}
.section-title h2 {
    font-family: 'CreteRound-Regular', sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: var(--white-color);
    text-align: var(--text-center);
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -34px;
    width: 100%;
    max-width: 427px;
    padding: 16px 38px;
    background-color: var(--secondary-color);
}
.plan-card-wrap {
    gap: 30px;
    margin-bottom: 65px;
}
.plan-card {
    flex-basis: calc(32% - 25px);
    background-color: var(--pale-white);
    text-align: var(--text-center);
    transition: 0.5s all ease;
}
.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: 'CreteRound-Regular', sans-serif;
    font-size: 22px;
    line-height: 43px;
    color: var(--white-color);
    margin-bottom: 15px;    
    background-color: var(--dark-blue);
    padding: 10px 0;
    text-transform: capitalize;
}
.plan-card-title span {
    font-family: 'CreteRound-Regular', sans-serif;
    color: var(--secondary-color);
}
.plan-offer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}
.plan-principal {
    font-family: 'CreteRound-Regular', 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: 'CreteRound-Regular', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-color);
    letter-spacing: 0.4px;
}
.plan-offer span {
    font-family: 'CreteRound-Regular', sans-serif;
    font-size: 31px;
    line-height: 43px;
    letter-spacing: 0.62px;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.plan-details {
    text-align: left;
    margin: 0 10px 0 40px;
    min-height: 200px;
}
.plan-details li {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.44px;
    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;
    position: relative;
    z-index: 3;
}
.subs-btn {
    display: inline-block;
    font-family: 'CreteRound-Regular', sans-serif;
    font-size: 18px;
    line-height: 33px;
    background: #d9912d;
    color: var(--white-color);
    padding: 9px 38px;
    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: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: 'CreteRound-Regular', 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);
}
@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 {
    color: var(--light-blue-color);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .subs-btn-wrap {
        padding-bottom: 35px;
    }
}
@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: 767px) {
    h1.page-title {
        font-size: 26px;
        line-height: 33px;
        margin: 40px auto 11px;
        letter-spacing: 0.96px;
        max-width: 328px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 26px;
        max-width: 318px;
        margin: 0 auto 48px;
    }
    .card-details {
        max-width: 344px;
        margin: 0 auto;
    }
    .section-title h2 {
        max-width: calc(100% - 30px);
        font-size: 19px;
        line-height: 24px;
        padding: 11px 0;
        left: 15px;
        right: 15px;
        bottom: -24px;
    }
    .plan-card {
        flex-basis: 100%;
    }
    .plan-card-title {
        font-size: 24px;
        line-height: 43px;
    }
    .plan-offer {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.28px;
    }
    .plan-offer span {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 0.48px;
    }
    .plans-to {
        min-height: auto;
        margin-bottom: 1.5rem;
    }
    .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;
    }
}
@media (max-width: 599px) {
    .card-block {
        flex-basis: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .plan-card, .card-block {
        flex-basis: calc(49% - 20px);
    }
    .section-title {
        margin: 69px 0 73px;
    }
    .plan-card:not(:last-child) .plan-details li.plans-to {
        min-height: initial;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-title {
        max-width: 593px;
        line-height: 36px;
        margin-right: auto;
        margin-left: auto;
    }
    .section-title {
        margin: 69px 0 55px;
    }
}
@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: 12px;
    height: 12px;
    margin: -10px 3px 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    content: '•';
    opacity: .25;
    color: #211c1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .95;
    color: #d9912d;
}
@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;
    }
}



/*Exclusive Offer*/
.exclusive-offer {
    max-width: 1225px;
    margin: 50px auto 30px;
    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: 'CreteRound-Regular', sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    margin: 2.313rem 0 0.8rem;
    text-align: var(--text-center);

}
.exclusive-offer h1 span{
    font-family: 'CreteRound-Regular', sans-serif;
    color: var(--secondary-color);
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    background: #fff;
    padding: 0px 10px;
}

.exclusive-offer h2.exclusive {
    padding: 5px 15px 2px 15px;
    margin: 30px auto;
    border-radius: 4px;
    font-size: 45px;
    line-height: 55px;
    color: var(--grey-color)
}
.exclusive-offer h2 {
    font-family: 'CreteRound-Regular', sans-serif;
    color: var(--secondary-color);
    margin: 20px auto 0px auto;
    font-size: 48px;
    line-height: 58px;
    font-weight: normal;
    padding: 10px 30px 10px 30px;
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 25px;
}

.exclusive-offer p.sub-title ,.exclusive-offer p.sub-title span{
    font-family: 'Roboto-Regular', sans-serif;
    letter-spacing: 0.27px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 900px;
    color:#000;
    margin: 10px auto 10px auto;
    font-weight: 400;
} 
.exclusive-offer h3 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: #000;
    margin-bottom:15px;
}
.exclusive-offer h3 span {
    color: #000;
    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:not([style]) ~ .plan-card-wrap ul.plan-details{
    min-height: initial;
    margin-bottom: 30px;
}
.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 {
    font-family: 'Roboto-Regular', sans-serif;
    margin: 0;
    color: #000;
    font-size: 42px;
    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;
}

.ribbon span {
    padding: 8px 18px;
    background-color: #ff421f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 15px / 1 'Roboto-Regular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto;
}

.plan-card {
    margin-top: 50px;
}

.ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    margin-top: -46px;
    z-index: 2
}

.plan-card:has(.ribbon):before {
    content: "";
    border: 2px solid #ff421f;
    padding: 10px 10px;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -12px;
    top: -29px;
    z-index: 1;
}

.plan-card:has(.ribbon) {
    position: relative;
    /* 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%); */
}

@media(max-width:767px){
	.plan-card:has(.ribbon)::before {
        width: 100%;
        left: -7px;
        padding: 10px 5px;
        padding-top: 30px;
    }
    .exclusive-offer p.sub-title, .exclusive-offer p.sub-title span{
        font-size: 18px;
        line-height: 28px;
    }
    .exclusive-offer{
        margin: 20px auto 0px;
    }
    .exclusive-offer h1, .exclusive-offer h1 span{
        font-size: 32px;
        line-height: 42px;
    }
    .exclusive-offer h2:first-child{
        margin-bottom: 20px;
    }
    .exclusive-offer h2 , .exclusive-offer h2.exclusive{
        font-size: 25px;
        padding: 8px 10px 8px 10px;
        line-height: 26px;
        text-align: center;
    }
    .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: 22px;
    }
    .exclusive-offer.foot h2{
        margin-bottom: 20px;
        font-size: 26px;
        padding: 15px 30px;
        line-height: 26px;
    }
    .exclusive-offer h2.price{
        font-size: 42px;
        margin-bottom: 20px
    }
}
@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;
    }
}