/*
Theme Name: Shafer
Theme URI: 
Author: Graphin
Author URI: 
Description: Shafer Theme.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.3
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shafer
Tags: 
*/
@font-face {
    font-family: 'Satoshi Variable';
    src: url('assets/fonts/Satoshi-Regular.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi Variable';
    src: url('assets/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi Variable';
    src: url('assets/fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi Variable';
    src: url('assets/fonts/Satoshi-Black.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi Variable';
    src: url('assets/fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
html:root{
    scroll-behavior: smooth;
}
html *{
    box-sizing: border-box;
    margin: 0;
}
a{
    text-decoration: none;
    font-family: "Satoshi Variable", sans-serif;    
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.2s linear;
}
p{
    font-family: "Satoshi Variable", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}
h2{
    font-family: "Satoshi Variable", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}
h2 br{
    height: 0;
}
h3{
    font-family: "Satoshi Variable", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}
h4{
    font-family: "Satoshi Variable", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.hero,
.problem,
.reviews,
.faq{
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-inner,
.problem-inner,
.ct-inner,
.coach-inner,
.modules-inner,
.reviews-inner,
.offers-inner,
.faq-inner,
.inner-cta,
.footer-inner{
    width: 1440px;
    margin: 0 auto;
    padding: 40px 60px;
}
.hero-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 148px;
}
.hero-logo{
    width: 284px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hero-menu{
    display: flex;
    gap: 40px;
}
.hero-menu a{
    position: relative;
}
.hero-menu a:hover::after,
.footer-menu a:hover::after{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DFFF29;
    transition: all 0.4s linear;
}
.header-btn,
.h-cta-btn,
.ms-link,
.faq-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 99px;
    background: #DFFF29;
    padding: 13px 16px 11px;
    color: #131D2A;
    position: relative;
    margin-right: 32px;
}
.header-btn::after,
.h-cta-btn::after,
.ms-link::after,
.faq-btn::after{
    position: absolute;
    content: '';
    top: 0;
    right: -32px;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    background-color: #DFFF29;
    background-image: url("assets/img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    transition: all 0.2s linear;    
}
.header-btn:hover,
.h-cta-btn:hover,
.ms-link:hover,
.faq-btn:hover{
    background: #fff;
}
.header-btn:hover::after,
.h-cta-btn:hover::after,
.ms-link:hover::after,
.faq-btn:hover::after{
    background-color: #fff;
    transform: rotate(45deg);
}
.hero-users{
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
}
.hero-users-img{
    width: 168px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hu-count{
    font-weight: 500;
    font-size: 24px;
}
.h-users-right p:not(.hu-count){
    font-size: 12px;
    opacity: 0.7;
}
h1{
    font-family: 'Satoshi Variable', sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.hero-description{
    width: 694px;
    margin-bottom: 40px;
    font-weight: 300;
}
.h-cta-btn{
    padding-right: 64px;
    width: fit-content;
}
.h-cta-btn .price{
    color: #DFFF29;
    position: absolute;
    top: 4px;
    right: 8px;
    display: flex;
    align-items: center;
    background: #131D2A;
    border-radius: 99px;
    padding: 8px;
    transition: all 0.2s linear;    
}
.h-cta-btn:hover .price{
    color: #fff;
}
.problem{
    height: auto;
    min-height: 476px;
}
.problem-inner{    
    padding: 80px 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
/*.problem-inner h2 br{
    height: 0;
}*/
.problem-desc{
    min-width: 45%;
    width: 48%;
}
.problem-desc p{
    margin-bottom: 6px
}
.problem-desc ul{
    list-style: none;
    margin: 32px 0;
    padding: 0;
}
.problem-desc ul li{
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 16px;
    font-family: 'Satoshi Variable', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}
.problem-desc ul li:last-child{
    margin-bottom: 0;
}
.problem-desc ul li::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #DFFF29;
    transform: rotate(45deg);
}
.coach-title{
    background: #DFFF29;
}
.ct-inner{
    padding: 30px 60px;
}
.ct-inner h2{
    color: #131D2A;
}
.coach{
    background: #0F1722;
}
.coach-inner{
    padding: 0 60px 60px;
    display: flex;
    justify-content: space-between;
    gap: 58px;
    position: relative;
}
.coach-inner::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 60px; 
    width: calc(100% - 120px);
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}
.coach-left{
    padding-top: 60px;
}
.coach-left h3{
    font-size: 40px;
    margin-bottom: 60px;
}
.coach-left p{
    margin-bottom: 10px;
}
.coach-img{
    width: 63.3%;
    min-width: 63.3%;
    height: 600px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: -20px;
}
.modules{
    background: #0F1722;
}
.modules-inner{
    padding: 80px 0 80px 60px;
    position: relative;
}
.modules-header{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px;
}
.modules-header p{
    max-width: 312px;
}
.modules-features{
    display: flex;    
    gap: 24px;
    margin: 0 60px 40px 0;
}
.mf-box{
    width: calc( (100% - 48px) / 3);
    padding-left: 40px;
    position: relative;
}
.mf-box::before{
    position: absolute;
    content: '';
    top: 0;    
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mf-box:nth-child(1)::before{
    background-image: url('assets/img/feature1.svg');
}
.mf-box:nth-child(2)::before{
    background-image: url('assets/img/feature2.svg');
}
.mf-box:nth-child(3)::before{
    background-image: url('assets/img/feature3.svg');
}
.mf-text{
    height: 100%;
    padding-left: 24px;
    border-left: 1px solid #fff;
}
.mf-text h4{
    margin-bottom: 8px;
}
.modules-slider{
    width: 100%;
    overflow: hidden;
}
.ms-window{
    overflow: hidden;
}
.ms-track{
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}
.ms-slide{
    flex: 0 0 calc((100% - 72px) / 3.74);
    height: 490px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 20px;
    position: relative;
}
.ms-slide::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 281px;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 3, 4, 0.7) 0%, rgba(3, 3, 4, 0) 100%);
    border-radius: 20px 20px 0px 0px;
    z-index: 5;
}
.ms-slide *{
    position: relative;
    z-index: 10;
}
.ms-slide h3{
    margin-bottom: 24px;
}
.ms-bottom{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ms-progress{
    width: 354px;
    height: 4px;
    background: #d6dce8;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
}
.ms-progress-bar{
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 4px;
    transition: width 0.4s ease;
}
.ms-arrows{
    display: flex;
    align-items: center;
    gap: 4px;
}
.ms-arrows > div{
    width: 48px;
    height: 48px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    background-image: url('assets/img/slider-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;    
}
.ms-arrows .ms-arrow-right{
    transform: rotate(180deg);
}
.ms-arrows > div:hover{
    background-color: rgba(255, 255, 255, 0.16);
}
.ms-link{
    margin-top: auto;
    width: fit-content;
    background-color: #fff;
}
.ms-link::after{
    background-color: #fff;
}
.ms-link:hover{
    background: #DFFF29;
}
.ms-link:hover::after{
    background-color: #DFFF29;
}
.modules-popup{
    padding: 24px;
    position: absolute;
    width: 518px;
    min-height: 146px;
    right: 40px;
    bottom: 40px;
    background: rgba(3, 3, 4, 0.24);
    backdrop-filter: blur(40px);
    border-radius: 20px;
    z-index: 20;
}
.modules-popup.hidden{
    display: none;
}
.modules-popup .close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 8px;
    top: 8px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 99px;
    z-index: 30;
    cursor: pointer;
}
.modules-popup .close-btn:hover{
    background: rgba(255, 255, 255, 0.4);
}
.modules-popup h4{
    margin-bottom: 16px;
}
.reviews{
    height: 724px;
    transition: all 0.4s ease;
}
.reviews-inner{
    padding: 80px 60px;
}
.reviews h2{
    margin-bottom: 40px;
}
.review-desc{
    width: 648px;
    min-height: 212px;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px;
}
.review-btns{
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.review-btn{
    width: 292px;
    height: 64px;
    display: flex;
    align-items:center;
    padding: 8px;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 99px;
    cursor: pointer;
}
.review-btn:not(.active):hover{
    background: rgba(255, 255, 255, 0.16);
}
.review-photo{
    width: 48px;
    height: 48px;
    border-radius: 100px;
}
.review-text h4{
    line-height: 100%;
    text-transform: none;
    margin-bottom: 4px;
}
.review-text p{
    font-size: 12px;
    line-height: 100%;
    opacity: 0.4;
}
.review-btn.active{
    background: #DFFF29;
    border-color: #DFFF29;
    cursor: default;
}
.review-btn.active .review-text h4,
.review-btn.active .review-text p{
    color: #131D2A;
    opacity: 1;
}
.review-count-text{
    font-size: 12px;    
    opacity: 0.7;
}
.offers{
    background: #0F1722;
}
.offers-inner{
    padding: 80px 60px;
}
.offers-header{
    display: flex;
    justify-content: space-between;
    gap: 6%;
    margin-bottom: 40px;
}
.offers-header h2{
    font-style: italic;
}
.oh-right{
    max-width: 424px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.oh-right *{    
    padding-right: 12%;
}
.oh-right h4{
    width: fit-content;
    padding: 13px 16px 11px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    font-size: 12px;
    line-height: 100%;
}
.offers-cards{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}
.offer,
.cta-card{
    width: calc(50% - 20px);
    padding: 24px;
    height: 460px;
    background: linear-gradient(180deg, rgba(3, 3, 4, 0) 0%, rgba(3, 3, 4, 0.7) 100%), #131D2A;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
}
.offer-head,
.cta-card-head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 80px;
}
.offer-head h4,
.cta-card-head h4{
    padding: 13px 16px 11px;
    width: fit-content;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    font-size: 12px;
    line-height: 100%;
}
.offer-table{
    display: inline-grid;
    grid-template-columns: max-content max-content;
    margin-bottom: 80px;
}
.offer-table p{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.16);
    white-space: nowrap;
}
.offer-table p:nth-last-child(-n + 2){
    border: none;
    padding-bottom: 0;
    margin: 0;
}
.offer-table p:nth-child(2n){
    font-style: italic;
    padding-left: 30px;
}
.offer-footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}
.of-left p{
    margin: 8px;
}
.of-left h4{
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
}
.of-left h4 span{
    font-style: italic;
}
.of-btn{
    padding: 13px 16px 11px;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 99px;
    color: #131D2A;
}
.of-btn:hover{
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.offer.premium{
    border-color: #DFFF29;
}
.premium .offer-head h4{
    border-color: #DFFF29;
    color: #DFFF29;
}
.premium .of-left h4 span{
    color: #DFFF29;
}
.premium .of-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 4px 4px 16px;
    background: #DFFF29;
}
.premium .of-btn span{
    padding: 8px;
    background: #131D2A;
    border-radius: 99px;
    color: #DFFF29;
}
.premium .of-btn:hover{
    background: #fff;
    color: #131D2A;
}
.premium .of-btn:hover span{
    color: #fff;
}
.offers-footer{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.offers-footer::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 41%;
    height: 0.5px;
    background: rgba(255, 255, 255, 0.16);
}   
.offers-footer-wrap{
    width: 58%;
    padding: 24px;
    background: rgba(3, 3, 4, 0.24);
    backdrop-filter: blur(40px);
    border-radius: 20px;
}
.offers-footer-wrap h3{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
}
.faq{
    min-height: 736px;
    height: auto;
}
.faq-inner{
    padding: 80px 60px;
}
.faq-above-title{
    padding: 13px 16px 11px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 40px;
    width: fit-content;
}
.faq h2{
    margin-bottom: 40px;
}
.faq-content{
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.faq-box{
    padding: 24px;
    max-width: 424px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
}
.faq-box h3{
    margin-bottom: 40px;
}
.faq-box p{
    margin-bottom: 40px;
}
.faq-btn{
    width: fit-content;
}
.faq-accordion{
    width: 647px;
}
.fa-item{
    padding: 16px 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.16);
}
.fa-item:last-child{
    border: none;
}
.fa-item h3{
    line-height: 36px;
    cursor: pointer;
    position: relative;
    padding-right: 44px;
}
.fa-item h3::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('assets/img/plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.16);
    border: 0.5px solid rgba(255, 255, 255, 0.16);
    border-radius: 99px;
}
.faq-answer{
    padding-top: 24px;
    display: none;
}
.fa-item.active h3::after{
    background-image: url('assets/img/minus.svg');
    background-color: #fff;
    border-color: #fff;
}
.faq-accordion .active .faq-answer{
    display: block;
}
.cta{
    background: #0F1722;
}
.inner-cta{
    padding: 80px 60px;
}
.cta-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px;
}
.cta-right{
    max-width: 32%;
    padding-right: 2.4%;
}
.cta-right h4{
    width: fit-content;
    padding: 13px 16px 11px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 32px;
}
.cta-cards{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.cta-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cta-card-head{
    margin: 0;
}
.cta-features{
    display:flex;
    flex-direction: column;
    gap: 16px;
}
.cta-feature{
    width: fit-content;
    padding: 13px 16px 11px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}
.cta-footer p{
    margin-bottom: 8px;
}
.cta-footer h4{
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 40px;
}
.cta-footer h4 span{
    font-weight: 500;
    font-style: italic;
}
.cta-footer .of-btn{
    display: flex;
    width: fit-content;
}
.cta-card.premium{
    border-color: #DFFF29;
}
.cta-card.premium .cta-card-head h4{
    border-color: #DFFF29;
    color: #DFFF29;
}
.cta-card.premium .cta-footer h4 span{
    color: #DFFF29;
}
.footer{
    background: #090E14;
}
.footer-inner{
    padding: 80px 60px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.footer-logo{
    width: 760px;
    height: 88px;
}
.footer-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-menu{
    display: flex;
    gap: 32px;
}
.footer-menu a{
    position: relative;
}
.footer-btns{
    display: flex;
    gap: 8px;
}
.footer-btn{
    padding: 13px 16px 11px;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 99px;
    color: #131D2A;
}
.footer-btn:hover{
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
}