* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}
img {
	max-width: 100%;
}
.container {
	max-width: 1592px;
	margin: auto;
	padding: 0 16px;
}
.desktop_hide {
	display: none !important;
}
@media only screen and (max-width:991px) {
	.desktop_hide {
		display: block !important;
	}
	.mobile_hide {
		display: none !important;
	}
	.container {
		padding: 0 25px;
	}
}
@media only screen and (max-width:439px) {
	.container {
		padding: 0 16px;
	}
}
/* Banner */
.banner_wrapper {
	display: flex;
	gap: 60px;
	padding-bottom: 50px;
	align-items: flex-end;
}
.banner_wrapper .content_Side {
	max-width: 900px;
	position: relative;
}
.banner_main {
	padding-top: 80px;
	background: url(../images/banner_bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	margin-bottom: 60px;
}
.banner_main .main_heading {
	font-size:47px;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 56px;
	letter-spacing: -0.5px;
}
.image_side .main_bannerimg {
	margin-right: -50px;
	max-width: 660px;
	position: relative;
}
.bookimg {
	position: absolute;
	bottom: 0;
	right: 0;
}
.shapimg{
    position: absolute;
    left: -20%;
    bottom: 0;
}
.main_bannerimg .desktop_image {
	position: absolute;
	bottom: 0;
	left: -22px;
}
.banner_list {
	margin-bottom: 30px;
	list-style-type: none;
	padding-left: 40px;
}
.banner_list li {
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: -0.5px;
	line-height: 35px;
}
.banner_list li::after {
	position: absolute;
	left: -40px;
	top: 10px;
	content: '';
	background: url(../images/fast-forward.webp);
	height: 20px;
	width: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_list li:last-child {
	margin-bottom: 0;
}
.banner_description {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #FFF;
	margin-bottom: 30px;
}
.live_revealed {
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	text-align: left;
	margin-bottom: 30px;
}
.banner_dates {
	font-size: 21px;
	text-transform: uppercase;
	color: #FFF;
	padding: 15px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-weight: 600;
}
.countdown_conatainer {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.countdown_conatainer .countdown_boxes {
	max-width: 200px;
	padding: 20px;
	background: #ffffff10;
	border-radius: 12px;
	width: 100%;
}
.countdown_boxes p {
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 70px;
}
.countdown_boxes span {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	display: block;
}
.common_button {
	margin-bottom: 30px;
}
.common_button a {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	background: #8a221f;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 1px 5px #561413;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.image_side {
	position: relative;
}
.banner_badge {
	display: flex;
	align-items: center;
	position: absolute;
	left: -310px;
	bottom: -55px;
}
.banner_badge p {
	font-size: 19px;
	font-weight: 700;
	max-width: 180px;
	margin: auto;
	color: #fff;
	text-align: center;
	background: url(../images/banner_badge.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 30px 95px
}
.content_Side .common_button {
	margin-bottom: 175px;
}
@media only screen and (max-width:1690px) {
	.image_side .main_bannerimg {
		margin-right: 0px;
	}
	.banner_main .main_heading {
		font-size: 33px;
		margin-bottom: 25px;
		line-height:1.3em;
		max-width: 630px;
	}
	.banner_list li {
		font-size: 25px;
	}
	.banner_description {
		font-size: 20px;
	}
	.live_revealed {
		font-size: 23px;
	}
	.countdown_boxes p {
		font-size: 75px;
	}
	.banner_dates {
		font-size: 19px;
	}
	.banner_wrapper .content_Side {
		max-width: 865px;
	}
}
@media only screen and (max-width:1560px) {
	.banner_wrapper .content_Side {
		max-width: 835px;
	}
	.countdown_boxes p {
		font-size: 65px;
	}
}
@media only screen and (max-width:1500px) {
	.banner_wrapper .content_Side {
		max-width: 800px;
	}
}
@media only screen and (max-width:1470px) {
	.banner_wrapper .content_Side {
		max-width: 780px;
	}
}
@media only screen and (max-width:1440px) {
	.banner_wrapper .content_Side {
		max-width: 765px;
	}
	.countdown_boxes p {
		font-size: 50px;
	}
	.banner_description {
		margin-bottom: 20px;
	}
	.live_revealed {
		margin-bottom: 20px;
	}
	.banner_list li::after {
		top: 7px;
		height: 16px;
		width: 21px;
	}
	.countdown_conatainer {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:1400px) {
	.banner_wrapper .content_Side {
		max-width: 710px;
	}
	.logo {
		margin-bottom: 45px;
	}
	.banner_main .main_heading {
		font-size: 45px;
		line-height: 55px;
		max-width: 575px;
	}
}
@media only screen and (max-width:1360px) {
	.countdown_boxes p {
		font-size: 45px;
		line-height: 45px;
	}
	.banner_main {
		padding-top: 60px;
	}
	.common_button {
		margin-bottom: 10px;
	}
	.common_button a {
		font-size: 30px;
	}
	.banner_description {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.live_revealed {
		font-size: 21px;
		margin-bottom: 16px;
	}
	.banner_dates {
		font-size: 17px;
	}
}
@media only screen and (max-width:1320px) {
	.banner_wrapper .content_Side {
		max-width: 680px;
	}
}
@media only screen and (max-width: 1199px) {
    .shapimg {
        left: -40%;
    }
}
@media only screen and (max-width: 1140px) {
	.banner_wrapper .content_Side {
		max-width: 615px;
	}
}
@media only screen and (max-width:991px) {
	.banner_main {
		background: url(../images/banner_mobilebg.webp);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 25px;
		padding-bottom: 80px;
	}
	.banner_wrapper {
		flex-direction: column;
	}
	.banner_wrapper .content_Side {
		max-width: 100%;
	}
	.logo {
		text-align: center;
		margin-bottom: 25px;
	}
	.banner_main .main_heading {
		max-width: 100%;
		text-align: center;
	}
	.banner_description {
		text-align: center;
	}
	.live_revealed {
		text-align: center;
	}
	.mobile_banner {
		margin-bottom: 30px;
	}
	.mobile_banner img {
		width: 100%;
	}
	.content_Side .common_button {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:767px) {
	.banner_main .main_heading {
		font-size: 32px;
		line-height: 42px;
	}
	.countdown_conatainer {
		gap: 16px;
	}
}
@media screen and (max-width:575px) {
	.logo {
		max-width: 143px;
		margin: 0 auto 20px;
	}
	.banner_main .main_heading {
		font-size: 21px;
		line-height: 26px;
		margin-bottom: 15px;
		font-weight: 800;
	}
	.mobile_banner {
		margin-bottom: 20px;
	}
	.banner_description {
		font-size: 16px;
		line-height: 25px;
	}
	.live_revealed {
		font-size: 18px;
		line-height: 34px;
	}
	.common_button a {
		font-size: 17px;
		line-height: 21px;
		padding: 18px 70px;
		display: flex;
		align-items: center;

	}
	.common_button a img {
		width: 15px;
		margin-top: -5px;
	}
	.countdown_conatainer {
		gap: 8px;
	}
	.countdown_conatainer .countdown_boxes {
		padding: 15px 15px;
	}
	.countdown_boxes p {
		font-size: 35px;
		line-height: 31px;
	}
	.countdown_boxes span {
		font-size: 14px;
		line-height: 1;
	}
	.banner_list {
		margin-bottom: 0px;
	}
	.banner_list li {
		font-size: 20px;
		line-height: 28px;
	}
	.banner_list li::after {
		top: 7px;
		height: 15px;
		width: 19px;
	}
	.banner_wrapper {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 414px) {
	.countdown_boxes p {
		font-size: 30px;
		line-height: 28px;
	}
}
/* Banner */
/* Video */
.conference_video {
	padding-top: 80px;
}
.conference_video .heading {
	font-size: 55px;
	color: #0f0f0f;
	font-weight: 800;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	margin-bottom:16px;
}
.conference_video .subheading {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: 600;
	text-align: center;
	color: #0f0f0f;
}
.conference_video .video_wrapper {
	text-align: center;
}
@media only screen and (max-width:1560px) {}
@media only screen and (max-width:991px) {
	.conference_video {
		padding-top: 20px;
	}
}
/* Video */
/* Sales Stats */
.sales_stats {
	padding-top: 525px;
	background: url(../images/second_bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -330px;
	padding-bottom: 110px;
}
.sales_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sales_wrapper .heading {
	font-size: 60px;
	font-weight: 800;
	color: #0f0f0f;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.statscontent_side {
	max-width: 750px;
}
.statsimage_side {
	max-width: 750px;
}
.statscontent_side .youcan {
	font-size: 25px;
	font-weight: 600;
	color: #0f0f0f;
	margin-bottom: 35px;
}
.statscontent_side .youcan_common {
	font-size: 20px;
	font-weight: 500;
	color: #0f0f0f;
	margin-bottom: 20px;
}
.statscontent_side .youcan_common2 {
	font-size: 20px;
	font-weight: 500;
	color: #0f0f0f;
	margin-bottom: 30px;
}
.statscontent_side .wakeup_call {
	font-size: 25px;
	font-weight: 700;
	color: #0f0f0f;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.statscontent_side .wakeup_text {
	font-size: 20px;
	font-weight: 500;
	color: #0f0f0f;
	margin-bottom: 35px;
}
.statscontent_side .wakeup_list {
	font-size: 20px;
	font-weight: 600;
	color: #0f0f0f;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.statscontent_side .wakeup_list span {
	color: #8a221f;
}
.statscontent_side .wakeup_text2 {
	margin-top: 35px;
	margin-bottom: 45px;
}
.statscontent_side .bereal {
	font-size: 37px;
	margin-bottom: 40px;
	font-weight: 800;
	color: #0f0f0f;
}
.statscontent_side .bereal_text {
	font-size: 20px;
	margin-bottom: 25px;
	color: #0f0f0f;
	font-weight: 500;
}
.statscontent_side .bereal_text span {
	background-color: #f5eba4;
	padding: 2px 1px;
}
.mob_show {
	display: none;
}
@media only screen and (max-width:1560px) {}
@media only screen and (max-width:991px) {
	.sales_wrapper {
		flex-direction: column;
	}
	.statscontent_side {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.statsimage_side {
		max-width: 100%;
		width: 100%;
	}
	.statsimage_side img {
		width: 100%;
	}
	.sales_stats {
		padding-top: 385px;
	}
	.sales_wrapper .heading {
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.conference_video .heading {
		font-size: 36px;
		line-height: 40px;
	}
	.sales_stats {
		padding-top: 360px;
	}
	.sales_wrapper .heading {
		font-size: 45px;
		line-height: 50px;
	}
}
@media screen and (max-width:575px) {
	.conference_video .heading {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.mob_show {
		display: block;
	}
	.conference_video .subheading {
		font-size: 21px;
		line-height: 26px;
		max-width: 272px;
		margin: 0 auto 36px;
	}
	.sales_stats {
		padding-top: 360px;
		padding-bottom: 50px;
	}
	.sales_wrapper .heading {
		font-size: 31px;
		line-height: 35px;
	}
	.statscontent_side .youcan {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 9px;
	}
	.statscontent_side .youcan_common {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 6px;
		padding-right: 10px;
		font-weight: 400;
	}
	.statscontent_side .youcan_common2 {
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
		margin-bottom: 25px;
		padding-right: 10px;
	}
	.statscontent_side .wakeup_call {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.statscontent_side .wakeup_text {
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.statscontent_side .wakeup_list {
		font-size: 16px;
		line-height: 25px;
		gap: 10px;
		margin-bottom: 10px;
		padding-right: 29px;
	}
	.statscontent_side .wakeup_text {
		margin-top: 20px;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.statscontent_side .bereal {
		font-size: 22px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	.statscontent_side .bereal_text {
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
		margin-bottom: 8px;
	}
	.statscontent_side .bereal_text.sth_text {
		margin-right: -10px;
	}
	.sales_stats {
		overflow: hidden;
	}
	.statscontent_side {
		margin-bottom: 40px;
	}
}
/* Sales Stats */
/* Failing To Scaling */
.failing_to_scaling {
	background: url(../images/third_bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 305px;
}
.failing_to_scaling .mainheading {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	max-width: 1170px;
	margin: auto;
	margin-bottom: 145px;
	text-align: center;
}
.failing_to_scaling .success_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.failing_to_scaling .success_wrapper .scaling_image {
	max-width: 750px;
	text-align: center;
	width: 100%;
}
.failing_to_scaling .success_wrapper .treys_story {
	max-width: 750px;
	width: 100%;
}
.success_wrapper .units_sold {
	margin-top: 70px;
}
.success_wrapper .unitBox {
	background: #212121;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	display: flex;
	gap: 25px;
	align-items: center;
	max-width: 545px;
	margin: auto;
	padding: 4px 3px 0px 2px;
	margin-bottom: 25px;
}
.success_wrapper .unitBox .unit_image {
	width: 100%;
	max-width: 110px;
}
.success_wrapper .unitBox .unit_qty {
	display: flex;
	align-items: center;
	gap: 35px;
	width: 100%;
	justify-content: space-between;
	padding: 22px 40px 22px 0;
}
.success_wrapper .divider {
	width: 3px;
	height: 70px;
	background: #434343;
}
.success_wrapper .unitBox .unit_qty p {
	font-size: 45px;
	color: #FFF;
	font-weight: 700;
	text-align: left;
	max-width: 200px;
}
.success_wrapper .unitBox .unit_qty span {
	font-size: 32px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	max-width: 105px;
	line-height: 36px;
}
.treys_story .story_head {
	font-size: 39px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: left;
}
.treys_story .story_text {
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: left;
}
.treys_story .how_itstarted {
	font-size: 25px;
	color: #FFF;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.treys_story .story_text span {
	color: #a94c4a;
}
.the_eleventh {
	margin-top: 200px;
}
.the_eleventh .heading {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
}
.the_eleventh .subheading {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: #cfcfcf;
	margin-bottom: 90px;
}
.the_eleventh .units_image {
	margin-left: -70px;
	margin-right: -70px;
}
@media only screen and (max-width:1680px) {
	.the_eleventh .units_image {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media only screen and (max-width:1560px) {}
@media only screen and (max-width:991px) {
	.failing_to_scaling {
		background: url(../images/third_mobilebg.webp);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 55px;
		padding-bottom: 80px;
	}
	.failing_to_scaling .success_wrapper {
		flex-flow: column-reverse;
	}
	.the_eleventh .units_image img {
		width: 100%;
	}
	.failing_to_scaling .success_wrapper .scaling_image {
		max-width: 100%;
	}
	.failing_to_scaling .success_wrapper .treys_story {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.failing_to_scaling .mainheading {
		font-size: 45px;
		line-height: 50px;
		text-align: left;
		margin-bottom: 55px;
	}
	.the_eleventh {
		margin-top: 100px;
	}
}
@media screen and (max-width: 575px) {
	.failing_to_scaling .mainheading {
		font-size: 31px;
		line-height: 35px;
		text-align: left;
		margin-bottom: 35px;
		padding-right: 27px;
	}
	.treys_story .story_head {
		font-size: 22px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.treys_story .story_text {
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
		padding-right: 21px;
		margin-bottom: 15px;
	}
	.treys_story .how_itstarted {
		font-size: 18px;
		line-height: 30px;
		margin: 15px 0;
	}
	.treys_image {
		margin-top: 30px;
	}
	.success_wrapper .unitBox .unit_image {
		width: 100%;
		max-width: 79px;
		flex-shrink: 0;
	}
	.success_wrapper .unitBox .unit_qty p {
		font-size: 30px;
		line-height: 45px;
	}
	.success_wrapper .unitBox .unit_qty span {
		font-size: 21px;
		line-height: 21px;
	}
	.success_wrapper .unitBox .unit_qty {
		padding: 0 40px 0 0;
	}
	.the_eleventh {
		margin-top: 70px;
	}
	.the_eleventh .heading {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	.the_eleventh .subheading {
		font-size: 20px;
		line-height: 26px;
		max-width: 300px;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 439px) {
	.success_wrapper .unitBox {
		gap: 12px;
	}
	.success_wrapper .unitBox .unit_image {
		max-width: 60px;
	}
	.success_wrapper .unitBox .unit_qty span {
		font-size: 18px;
		line-height: 21px;
	}
	.success_wrapper .unitBox .unit_qty p {
		font-size: 25px;
		line-height: 38px;
	}
}
/* Failing To Scaling */
/* Live Workshop */
.live_workshop {
	padding-top: 65px;
	padding-bottom: 50px;
}
.live_workshop .main_heading {
	max-width: 990px;
	margin: auto;
	color: #0f0f0f;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	line-height: 68px;
	letter-spacing: 0.5px;
}
.live_workshop .subheading {
	max-width: 815px;
	margin: auto;
	color: #0f0f0f;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 85px;
}
.live_workshop .day_box {
	margin-left: -120px;
	margin-right: -120px;
	box-shadow: 0 2px 18px rgba(186, 186, 186, 0.35);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 55px;
}
.live_workshop .day_box .day_content .heading {
	font-size: 42px;
	text-align: left;
	font-weight: 800;
	color: #0f0f0f;
	text-transform: uppercase;
	max-width: 495px;
	margin-bottom: 40px;
	line-height: 46px;
	letter-spacing: -0.5px;
}
.live_workshop .day_box .heading2 {
	font-size: 25px;
	line-height: 31px;
	text-align: left;
	font-weight: 800;
	color: #0f0f0f;
	text-transform: uppercase;
	display: none;
}
.live_workshop .day_box .day_content .day_list {
	padding-left: 40px;
	list-style-type: none;
}
.live_workshop .day_box .day_content .day_list li {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 25px;
	position: relative;
	line-height: 28px;
}
.live_workshop .day_box .day_content .day_list li:after {
	position: absolute;
	left: -40px;
	top: 5px;
	content: '';
	background: url(../images/day_listsquare.webp);
	height: 13px;
	width: 13px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.live_workshop .day_box .day_content .day_list li span {
	font-weight: 700;
}
.live_workshop .day_box .day_head {
	background: #641d1b;
}
.live_workshop .day_box .day_head p {
	padding: 20px;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.day_box .day_content_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 100px 100px 100px 120px;
}
.day_content_wrapper .day_content {
	max-width: 650px;
}
.day_content_wrapper .day_image {
	max-width: 885px;
}
.live_workshop .bottom_subheading {
	margin-top: 90px;
	margin-bottom: 55px;
	max-width: 885px;
}
.live_workshop .common_button {
	max-width: 760px;
	margin: auto;
}
.tab_show {
	display: none;
}
@media only screen and (max-width:1800px) {
	.live_workshop .day_box {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media only screen and (max-width:1560px) {}
@media only screen and (max-width:991px) {
	.day_box .day_content_wrapper {
		flex-flow: column-reverse;
		padding: 80px 25px 85px;
	}
	.day_content_wrapper .day_content {
		max-width: 100%;
	}
	.day_content_wrapper .day_image {
		max-width: 100%;
		width: 100%;
		margin-bottom: 55px;
	}
	.day_content_wrapper .day_image img {
		width: 100%;
	}
	.live_workshop .day_box .day_content .heading {
		display: none;
	}
	.live_workshop .day_box .heading2 {
		display: block;
		order: 1;
		margin-bottom: 30px;
		font-size: 41px;
		line-height: 45px;
	}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:575px) {
	.live_workshop {
		padding-top: 40px;
	}
	.live_workshop .main_heading {
		font-size: 31px;
		line-height: 35px;
		text-align: left;
		margin-bottom: 20px;
	}
	.live_workshop .subheading {
		font-size: 19px;
		line-height: 25px;
		text-align: left;
		font-weight: 500;
		margin-bottom: 35px;
	}
	.live_workshop .day_box .day_head p {
		font-size: 25px;
		line-height: 37px;
		padding: 25px 33px;
		text-align: left;
	}
	.day_box .day_content_wrapper {
		padding: 35px 33px;
	}
	.day_content_wrapper .day_image {
		margin-bottom: 30px;
	}
	.live_workshop .day_box .day_content .day_list {
		padding-left: 27px;
	}
	.live_workshop .day_box .day_content .day_list li {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.live_workshop .day_box .day_content .day_list li:after {
		left: -27px;
	}
	.live_workshop .day_box {
		margin-bottom: 20px;
	}
	.live_workshop .subheading {
		margin-top: 40px;
	}
	.common_button a.live_workshop_btn {
		padding: 21px 52px;
	}
	.common_button a.live_workshop_btn img {
		margin-top: 0px;
	}
	.live_workshop .day_box .heading2 {
		font-size: 25px;
		line-height: 33px;
	}
}
/* Live Workshop */
/* Successfull Clients */
.successfull_clients {
	padding-top: 300px;
	padding-bottom: 150px;
	background: url(../images/second_bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.successfull_clients .heading {
	font-size: 60px;
	max-width: 1095px;
	margin: auto;
	color: #0f0f0f;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 100px;
}
.clientreview_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 22px;
}
.clientreview_wrapper .review_box {
	max-width: 100%;
	width: 370px;
	background: #fff;
	padding: 15px;
	border-radius: 12px;
	flex: 22%;
}
.clientreview_wrapper .review_box .review_video img {
	width: 100%;
}
.clientreview_wrapper .review_box .review_content {
	min-height: 285px;
	padding: 30px 30px 60px;
}
.review_box .review_content .review_text {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 28px;
}
.review_box .review_content .divider {
	width: 60px;
	height: 5px;
	margin: 20px auto;
	background: #9e2b28;
}
.review_box .review_content .review_name {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.review_box .review_content .review_qualify {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width:1560px) {
	.clientreview_wrapper .review_box {
		flex: 30%;
	}
}
@media only screen and (max-width:1320px) {
	.clientreview_wrapper .review_box {
		flex: 30%;
	}
}
@media only screen and (max-width:1140px) {
	.clientreview_wrapper .review_box {
		flex: 45%;
	}
}
@media only screen and (max-width:991px) {
	.clientreview_wrapper .review_box {
		width: 100%;
	}
	.successfull_clients {
		padding-top: 90px;
		padding-bottom: 60px;
		background: url(../images/client_reviewbg.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.review_carousel .owl-item.active {
		margin-right: 20px !important;
	}
	.review_carousel .owl-dots {
		display: none;
	}
	.clientreview_wrapper {
		margin-right: -25px;
	}
}
@media screen and (max-width:767px) {
	.successfull_clients .heading {
		font-size: 45px;
		line-height: 50px;
	}
}
@media screen and (max-width:575px) {
	.successfull_clients .heading {
		font-size: 31px;
		line-height: 35px;
		margin-bottom: 40px;
		text-align: left;
	}
}
@media screen and (max-width:439px) {
	.clientreview_wrapper {
		margin-right: -16px;
	}
}
/* Successfull Clients */
/* Workshop Begins Soon */
.workshopBegins {
	padding: 110px 0 170px;
}
.workshopBegins .subheading {
	color: #8a221f;
	font-size: 31px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.workshopBegins .heading {
	color: #0f0f0f;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 75px;
}
.workshopBegins .countdown_conatainer {
	justify-content: center;
	margin-bottom: 60px;
	font-size: 40px;
	color: #bbb9b8;
	font-weight: 700;
}
.workshopBegins .workshop_text {
	font-size: 26px;
	font-weight: 500;
	max-width: 952px;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
}
.workshopBegins .common_button {
	max-width: 760px;
	margin: auto;
	margin-top: 65px;
}
.timer_wrapper .days {
	position: relative;
}
.timer_wrapper .timer_badge {
	position: absolute;
	top: -55px;
	left: -87px;
}
.timer_wrapper .timer_badge p {
	font-size: 17px;
	font-weight: 700;
	max-width: 170px;
	margin: auto;
	color: #0f0f0f;
	text-align: center;
	background: url(../images/timer_badge.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 30px 80px;
	text-transform: uppercase;
	line-height: 17px;
}
.timer_wrapper .countdown_boxes {
	background: url(../images/timer_bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 25px;
}
.mob_hide {
	display: block;
}
@media only screen and (max-width:1140px) {
	.workshopBegins .timer_wrapper {
		max-width: 900px;
		margin: auto;
	}
}
@media only screen and (max-width:991px) {}
@media screen and (max-width:767px) {
	.workshopBegins {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.workshopBegins .heading {
		font-size: 45px;
		line-height: 50px;
	}
}
@media screen and (max-width:575px) {
	.workshopBegins {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.workshopBegins .subheading {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 16px;
	}
	.workshopBegins .heading {
		font-size: 31px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.timer_wrapper .countdown_boxes {
		padding: 20px 25px;
	}
	.workshopBegins .countdown_conatainer {
		margin-bottom: 25px;
	}
	.workshopBegins .workshop_text {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.workshopBegins .common_button {
		margin-top: 30px;
	}
	.common_button a.live_workshop_btn {
		padding: 21px 52px;
	}
	.mob_hide {
		display: none !important;
	}
}
@media screen and (max-width: 414px) {
	.timer_wrapper .countdown_boxes {
		padding: 20px 20px;
	}
}
/* Workshop Begins Soon */
/* FAQ */
.faq {
	padding: 140px 0;
	background: #f0f0f0;
}
.faq_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.faq_wrapper .left_side {
	max-width: 625px;
	flex-shrink: 0;
}
.faq_wrapper .subheading {
	font-size: 25px;
	color: #8a221f;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 800;
}
.faq_wrapper .heading {
	font-size: 60px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	color: #0f0f0f;
	margin-bottom: 60px;
}
.faq_wrapper .mail_wrapper {
	display: flex;
	align-items: center;
	gap: 35px;
}
.faq_wrapper .mail_wrapper .mail_text p {
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	color: #0f0f0f;
}
.faq_wrapper .mail_wrapper .mail_text span {
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	color: #0f0f0f;
	display: flex;
	align-items: center;
	gap: 14px;
}
.faq_wrapper .mail_wrapper .mail_text a {
	color: #b22e2b;
}
.faq_wrapper .accordian_side {
	max-width: 795px;
}
.accordian_side .accordion-header p {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.accordian_side .accordion-content p {
	font-size: 19px;
	font-weight: 400;
	padding: 0px 40px 35px 35px;
	line-height: 28px;
}
.accordion-item {
	background: #fff;
	margin-bottom: 15px;
	border-radius: 12px;
	overflow: hidden;
}
.accordion-header {
	width: 100%;
	padding: 35px;
	background: #fff;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.accordion-item.active .accordion-header {
	padding-bottom: 30px;
}
.accordion-header .icon {
	font-size: 22px;
	transition: transform 0.5s ease;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
.accordion-item.active .accordion-content {
	max-height: 200px;
}
@media only screen and (max-width:1560px) {
	.faq_wrapper {
		gap: 30px;
	}
}
@media only screen and (max-width:1320px) {
	.faq_wrapper .heading {
		font-size: 50px;
	}
	.faq_wrapper .left_side {
		max-width: 555px;
	}
}
@media only screen and (max-width:1024px) {
	.faq {
		padding: 50px 0;
	}
	.faq_wrapper {
		flex-direction: column;
	}
	.faq_wrapper .left_side {
		max-width: 100%;
		width: 100%;
	}
	.faq_wrapper .mail_wrapper {
		justify-content: center;
		margin-bottom: 30px;
	}
	.faq_wrapper .heading {
		text-align: center;
		margin-bottom: 35px;
	}
	.faq_wrapper .subheading {
		text-align: center;
	}
	.faq_wrapper .accordian_side {
		max-width: 100%;
	}
}
@media screen and (max-width:767px) {
	.faq_wrapper .heading {
		font-size: 45px;
		line-height: 50px;
	}
}
@media screen and (max-width:575px) {
	.faq_wrapper .heading {
		font-size: 31px;
		line-height: 35px;
		padding: 0 24px;
		margin-bottom: 30px;
	}
	.faq_wrapper .mail_wrapper {
		gap: 20px;
	}
	.mail_image {
		max-width: 65px;
		flex-shrink: 0;
	}
	.faq_wrapper .mail_wrapper .mail_text p {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.faq_wrapper .mail_wrapper .mail_text span {
		font-size: 19px;
		line-height: 1;
	}
	.accordion-header {
		padding: 15px 25px;
	}
	.accordian_side .accordion-header p {
		font-size: 18px;
		line-height: 22px;
	}
	.accordion-item.active .accordion-header {
		padding-bottom: 25px;
	}
	.accordian_side .accordion-content p {
		padding: 0 25px 40px;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
	}
}
/* FAQ */
/* Footer */
footer {
	padding-top: 150px;
	background: url(../images/footer_bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f0f0f0;
}
.footer_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_wrapper .heading {
	font-size: 70px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	color: #FFF;
	margin-bottom: 35px;
}
.footer_wrapper .heading span {
	color: #8e302c;
}
.footer_wrapper .subheading {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	margin-bottom: 45px;
}
.footer_wrapper .footer_content {
	max-width: 920px;
}
.footer_wrapper .footer_image {
	max-width: 535px;
}
@media only screen and (max-width:1560px) {
	.footer_wrapper {
		gap: 30px;
		align-items: flex-end;
	}
	.footer_wrapper .footer_content {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width:1320px) {
	.footer_wrapper .heading {
		font-size: 50px;
	}
}
@media only screen and (max-width:991px) {
	footer {
		background: url(../images/footer_mobilebg.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #f0f0f0;
	}
	.footer_wrapper {
		flex-direction: column;
		gap: 0;
	}
	.footer_wrapper .heading {
		text-align: center;
	}
	.footer_wrapper .footer_content {
		margin-bottom: 20px;
	}
	.footer_wrapper .subheading {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 575px) {
	footer {
		padding-top: 90px;
	}
	.footer_wrapper .heading {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.footer_wrapper .subheading {
		font-size: 22px;
		line-height: 31px;
		margin-bottom: 25px;
	}
	.footer_wrapper .common_button {
		margin-bottom: 0;
	}
}
/* Footer */
/* Copyright */
.copyright {
	padding: 35px 0;
	background: #fff;
}
.copyright p {
	font-size: 21px;
	font-weight: 500;
	color: #0f0f0f;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width:575px) {
	.copyright {
		padding: 20px 0;
	}
	.copyright p {
		font-size: 16px;
		line-height: 25px;
		max-width: 300px;
		margin: 0 auto;
		letter-spacing: 1.3px;
	}
}
/* Copyright */
/* Popup */
.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
	padding: 0 25px;
}
.popup {
	background: #fff;
	padding: 35px 35px 35px;
	width: 100%;
	max-width: 900px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	position: relative;
}
.popup_heading {
	max-width: fit-content;
	padding: 10px;
	font-size: 24px;
	font-weight: 800;
	margin: 0 auto;
	margin-bottom: 25px;
	text-transform: uppercase;
text-align: center;
}
.popup .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 35px;
	cursor: pointer;
	background: #561413;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.popup form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.name-row {
	display: flex;
	gap: 10px;
}
.name-row input {
	flex: 1;
}
.popup input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}
.popup button {
	padding: 12px;
	background: #561413;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}
.popup button:hover {
	opacity: 0.9;
}
@media (max-width: 575px) {
	.popup .close {
		width: 40px;
		height: 40px;
		font-size: 25px;
	}
	.popup_heading {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.name-row {
		flex-direction: column;
	}
}
/* Popup */