
:root{
    --heading-size:48px;
    --heading-size2:40px;
    --body-textsize2:24px;
}

.heading-wrapper h2{
    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;
}

/* Perfect section style */
.perfect-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: left;
	/* margin-top: 40px; */
}

.perfect-subtitle {
	color: var(--brand);
	font-size: 30px !important;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}

.perfect-list {
	color: #000;
	font-size: var(--body-textsize2);
	font-family: 'Graphik';
}
.list-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.perfectlist-text {
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
}
  /* Join section styles */
  .join-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	text-align: center;
}

.join-subtitle {
	align-self: stretch;
	color: var(--brand);
	font-size:var(--heading-size2);
	font-family: 'Cera Pro';
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
}

.join-price {
	width: 100%;
	max-width: 524px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Graphik';
	font-style: normal;
	line-height: 1.5;
}

.price-value {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.join-col {
	width: 300px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	text-align: center;
}

.join-btn-gold {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0px;
	text-align: center;

	background-image: linear-gradient(to right, #eab13d 0%, #db9302,  #eab13d 76%)!important;
	background-size: 300% 100%;
	padding: 12px 32px;
	border-radius: 50px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.join-btn-gold:hover{
	background-position: 100% 0;

}
.join-text {
	color: var(--text);
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.price {
    font-size: var(--heading-size);
    font-weight: 600;
}


/* Membership details card section styles */

.card-detail {
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
	/* width: 610px; */
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background-color: #fff;
	padding: 15px;
	border-radius: 16px;
	margin-bottom: 20px;
	flex-grow: 1;
}

.card-detail-gold-notes {
	width: 50px;
	flex-shrink: 0;
}

.card-column {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: left;
}

.card-column-subtitle {
	color: var(--brand);
	font-size: 24px !important;
	font-family: 'Cera Pro';
	font-weight: 700;
	text-transform: uppercase;
}

.card-column-text {
	color: var(--text);
	font-size: 18px;
	font-family: 'Graphik';
	/* font-weight: 400; */
	line-height: 1.5;
}

.cta_quote {
  font-size: 2rem !important;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: var(--brand);
}
.guarantee-wrapper {
    padding-bottom: 60px;
	font-family: 'Graphik';
}

/* Bronze membership */
.memberbronze-btn{
	 background: linear-gradient(90deg, rgba(252, 223, 164, 0.80) 18.27%, rgba(223, 154, 83, 0.80) 82.21%) !important;
    background-color: #E9B96E !important;
	    color: #5e4318 !important;
}
   .joinspl-content {
    font-size: var(--body-textsize2);
    font-family: "Graphik";
}

/* Perk membership */
.memberperk-btn{
background: linear-gradient(90deg, rgba(111, 193, 230, 0.80) 23.56%, rgba(76, 147, 205, 0.80) 66.35%, rgba(38, 88, 151, 0.80) 99.04%) !important;
    background-color: #6FC1E6 !important;
}


/* 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;
}