@font-face {
	font-family: 'graphik-medium';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/graphik-medium.ttf);
}


@font-face {
	font-family: 'graphik-regular';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/graphik-regular.ttf);
}


@font-face {
	font-family: 'graphik-semibold';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/graphik-semibold.ttf);
}


@font-face {
	font-family: 'graphik-regular-italic';
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/graphik-regular-italic.ttf);
}
: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;
	position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
    left: 0;
    z-index: -1;
} 
.section-padding{
    padding-top: 60px;
}
.paragraph-text {
    font-family: graphik web;
    font-size: var(--body-textsize2);
    line-height: 1.5;
	font-weight: 500;
}

.heading-wrapper {
    font-family: 'graphik-medium';
    margin-bottom: 50px;
}

.heading-quote {
    font-family: 'graphik-medium';
    font-size: 20px;
    line-height: 1;
}

/* 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;
}

.perfect-list {
	color: #000;
	font-size: var(--body-textsize2);
	font-family: 'Graphik Web';
}
.list-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.row-text {
    margin: 0;
    line-height: 1;
}
  /* Join section styles */
  .join-container {
	/* container: join / inline-size; */
	/* margin: 0 auto; */
	/* width: 90%; */
	/* max-width: 1240px; */
	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 Web';
	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: linear-gradient(90deg, #eab13d 0%, #ba7d00 76%) top left / auto auto no-repeat, linear-gradient(#e5cb61, #e5cb61) top left / auto auto no-repeat;
	padding: 12px 32px;
	border-radius: 50px;
	overflow: hidden;
}

.join-text {
	color: var(--test-color);
	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(--test-color);
	font-size: 18px;
	font-family: 'Graphik Web';
	/* 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 Web';
}