
:root{
    --heading-size:48px;
    --heading-size2:40px;
    --body-textsize2:24px;
}

.heading-wrapper h1{
    font-weight: 600;
    color: var(--brand);
}
 .membershipbody-content{
    background: url(../images/mzero-bg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
    left: 0;
    z-index: -1;
} 

.section-padding{
    padding-top: 60px;
}
.paragraph-text {
    font-family: Graphik;
    font-size: var(--body-textsize2);
    line-height: 1.5;
	/* font-weight: 500; */
}

.heading-wrapper {
    font-family: Graphik;
    margin-bottom: 50px;
}

.heading-quote {
    font-family: Graphik;
    font-size: 20px;
    line-height: 1;
	font-weight: 500;
}

/* coursefeature section style */
.coursefeature-wrapper {
	display: flex;
	flex-direction: column;
	gap: 60px;
	text-align: left;
	/* margin-top: 40px; */
}

.coursefeature-subtitle {
	color: var(--brand);
	font-size: 30px !important;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}

.coursefeature-list {
	color: #000000;
	font-size: var(--body-textsize2);
	font-family: 'Graphik';
}
.list-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.coursefeaturelist-text b {
    font-weight: 500;
}
.coursefeaturelist-text {
    margin: 0;
    
}
  
.cta_quote {
  font-size: 32px !important;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: var(--brand);
}
.guarantee-wrapper {
    padding-bottom: 60px;
	font-family: 'Graphik';
}

.course-pricedetails {
    font-family: 'Graphik';
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.courseprice-val {
    font-size: var(--heading-size);
    font-weight: 600;
}
.accesssection-wrapper .featurelist-container {
    background-color: #E3EFFE;
    border: 1px solid #9FC8FB;
    border-radius: 16px;
    padding: 20px;
}

.access-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.access-header .coursefeature-subtitle {
    margin: 0;
}

.lesson-list {
    display: flex;
    flex-wrap: wrap;
}

.lesson-list-content {
    display: flex;
    gap: 10px;
    width: 50%;
    height: 70px;
    margin: 0;
    align-items: center;
    font-size: 18px;
    font-family: "Graphik";
    font-weight: 500;
    text-transform: uppercase;
}

/* CTA BUTTON STYLE */
.newpage-wrapper .mza-wings-btn{
font-family: 'Graphik';
font-weight: 500;
}
.newpage-wrapper .mza-wings-btn::before, .newpage-wrapper .mza-wings-btn::after{
    width: 82px;
    top: -8px;
    transform: unset;
}

.newpage-wrapper .mza-wings-btn::before{
    left: -82px;
}
.newpage-wrapper .mza-wings-btn::after{
    right: -82px;
}
