/* Home header — yellow background */
.home header {
	background-color: var(--brand-accent);
}

/* Home hero heading */
.home .hero h1 {
	max-width: 900px;
}

/* Home hero sub-heading */
.home .hero .sub_header_text {
	font-size: 28px;
	max-width: 480px;
}

/* Get that glow */
.home .get_that_glow .col-5 {
	padding-top: 50px
}
.home .get_that_glow_heading {
	font-size: 84px;
	margin-top: 0;
	white-space: nowrap;
}
.home .get_that_glow_description {
	font-size: 28px;
	font-weight: 300;
}
.home .get_that_glow_payoff {
	font-size: 28px;
}

/* Subscription benefits */
.home .benefits {
	background-color: var(--brand-gray-light);
}
.home .benefit_icon {
	max-width: 180px;
}
.home .benefit_description {
	font-size: 20px;
	font-weight: 600;
}

/* Subscribe CTA — half in this section, half in subscriber intro below */
.home .subscribe .row [class^="col"] {
	margin: 0!important;
	min-height: auto;
}
body.home .subscribe .cta_box {
	position: absolute;
	top: 100%;
	z-index: 10;
	margin-top: 0px;
}
.home .subscribe .cta_box img {
	align-self: flex-end;
	margin-top: 0;
	margin-bottom: 0;
}
@media only screen and (min-width: 900px) {
	.home .subscribe .cta_content p {
		max-width: none;
		white-space: nowrap;
	}
}

/* Subscriber intro */
.home .subscriber_intro {
	background-color: var(--brand-dark-background);
	position: relative;
}
.home .subscriber_intro::after {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background-image: url(../img/plus_decal.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.home .subscriber_intro_heading {
	font-size: 40px;
	color: var(--brand-white);
	margin: 0;
	position: relative;
}
.home .subscriber_intro_heading::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/cross_decal.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
	position: absolute;
	top: -50px;
	left: -50px;
}
.home .subscriber_intro_description {
	font-size: 20px;
	line-height: 26px;
	color: var(--brand-white);
	font-weight: 300;
	position: relative;
}
.home .subscriber_intro_description::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../img/cloud_outline.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -135px;
    right: -190px;
}
.home .subscriber_intro_description::after {
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	background-image: url(../img/cloud_outline.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translate(-50%, -50%);
}

/* Where the sun is shining */
.home .sun_shining h2 {
	font-size: 84px;
	margin-top: 0;
}
.home .sun_shining .sub_header_text {
	font-size: 28px;
	font-weight: 300;
    max-width: 800px;
}
.home .sun_shining_map {
	max-width: 900px;
	width: 100%;
	height: auto;
}

/* Ready to be powered CTA */
.home .cta {
	background-color: #f5f5f5;
	padding-top: 80px !important;
}
.home .cta .cta_content p {
	max-width: 600px;
}
@media only screen and (min-width: 1024px) {
	.home .cta .cta_content p {
		max-width: none;
		font-size: 26px;
		white-space: nowrap;
	}
}
.home .cta .cta_box_2 {
	position: static;
	transform: none;
	top: auto;
	left: auto;
	width: auto;
}
.home .cta .cta_box::after {
	bottom: -12px;
	left: 125px;
}
.home .cta_box {
	position: relative;
	max-width: 1152px;
	margin: 0 auto;
}
.home .cta_box img {
	position: relative;
}
@media only screen and (max-width: 769px) {
	.home .cta_box img {
		margin-top: 0;
		align-self: flex-end;
	}
	.home .cta .cta_content {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding-bottom: 30px !important;
	}
	.home .cta .cta_content p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 740px) {
	.home .cta_box img {
		margin-left: 68px;
	}
}
@media only screen and (max-width: 515px) {
	.home .cta .cta_content {
		align-items: center;
		padding-top: 0 !important;
		padding-bottom: 20px!important;
	}
	.home .cta {
		padding-top: 40px !important;
	}
}

/* Be a Sunscriber */
.home .be_sunscriber {
	background-color: var(--brand-accent);
	position: relative;
	overflow: hidden;
}
.home .be_sunscriber h2 {
	font-size: 84px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
.home .be_sunscriber .sub_header_text {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.home .be_sunscriber .button {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.home .be_sunscriber .full_width_inner .row::before {
	content: "";
	display: block;
	width: 160px;
	height: 160px;
	background-image: url(../img/cloud_outline.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(50%, 50%);
	z-index: 0;
}
.home .be_sunscriber .full_width_inner .row::after {
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	background-image: url(../img/cloud_outline.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, 50%);
	z-index: 0;
}

@media only screen and (max-width: 992px) {
	.home .be_sunscriber h2 {
		font-size: 56px;
	}
	.home .be_sunscriber .sub_header_text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 560px) {
	.home .be_sunscriber h2 {
		font-size: 36px;
	}
	.home .be_sunscriber .sub_header_text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.home .be_sunscriber .full_width_inner .row::before,
	.home .be_sunscriber .full_width_inner .row::after {
		background-image: url(../img/cloud1.svg);
	}
}
.button_black {
	background-color: var(--brand-dark-background);
	color: var(--brand-white);
	border-color: var(--brand-dark-background);
}
.button_black:hover {
	background-color: var(--brand-white);
	color: var(--brand-dark-background);
	border-color: var(--brand-dark-background);
}

/* Subscribe to the sun icons */
.home .subscription .gosolr {
	padding: 20px;
}

.home .dirham_symbol {
	width: 24px;
	height: 21px;
}

/* Home hero dual buttons */
.home_hero_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.button_white {
	background-color: var(--brand-white);
	color: var(--brand-dark-background);
	border-color: var(--brand-white);
}
.button_white:hover {
	background-color: var(--brand-dark-background);
	color: var(--brand-white);
	border-color: var(--brand-dark-background);
}

@media only screen and (max-width: 1200px) {
	.home .get_that_glow {
		padding-top: 60px;
	}
	.home .get_that_glow .col-5,
	.home .get_that_glow .col-7 {
		width: 96%;
		text-align: center;
	}
	.home .get_that_glow_img {
		max-width: 60%;
		height: auto;
	}
	.home .get_that_glow_heading {
		font-size: 64px;
		white-space: normal;
	}
	.home .get_that_glow_description,
	.home .get_that_glow_payoff {
		font-size: 22px;
	}
}

@media only screen and (max-width: 560px) {
	.home .get_that_glow_heading {
		font-size: 40px;
	}
	.home .get_that_glow_description,
	.home .get_that_glow_payoff {
		font-size: 18px;
	}
}

@media only screen and (max-width: 992px) {
	.home .subscription.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home .subscription .gosolr.col-5 {
		width: 28%;
	}
}

@media only screen and (max-width: 769px) {
	.home .cta.last {
		padding-top: 60px!important
	}
}
	
@media only screen and (max-width: 720px) {
	.home .subscriber_intro .full_width_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .subscriber_intro_heading {
		font-size: 32px;
	}
	.home .subscriber_intro_heading::before {
		left: 0;
	}
	.home .sun_shining h2 {
		font-size: 56px;
	}
	.home .sun_shining .sub_header_text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 560px) {
	.home .sun_shining h2 {
		font-size: 36px;
	}
	.home .sun_shining .sub_header_text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.home .subscription .gosolr.col-5 {
		width: 42%;
	}
}

@media only screen and (max-width: 560px) {
	.home .get_that_glow.pad_top_120 {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 560px) {
	.home_hero_buttons {
		flex-direction: column;
		align-items: stretch;
	}
	.home_hero_buttons .button {
		text-align: center;
	}
}
