body{
	font-family: sofia-pro;
	font-weight:400;
	padding:0;
	margin:0;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}


.flex {
	display: flex;


}

.flex-a {
	display: flex;
	justify-content: space-around;

}



.hero {	width:100%;
	height:auto;}

.wave {
	background: url("../img/wave-up.svg") no-repeat;
	background-position: top right;
	background-size:60%;
}

/** Cross **/

.cross {
	height:900px;
	width:220px;
	margin-top:150px;
}

.right {
	position:absolute;
	right:0;
	margin-top:-150px;
}

.left {
	position:absolute;
	left:0;
	margin-top:-15px;
	z-index:-1;
}


.right .line-down .line, .left .line-down .line {height:800px;}

.right .line-right .line {
	justify-content: flex-start;
}


.line-down .line {
	background:#1D1D1B;
	width:3px;
	height:1000px;
	margin:auto;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.line-down .circle {
	margin:auto;
}

.line-right .line {
	background:#1D1D1B;
	width:220px;
	height:3px;
	top: 500px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.left .line-right .line {
	top: 200px;
}




.circle {
	width:25px;
	height:25px;
	background: url("../img/circle.svg")

}

.container {
	position: absolute;
	top:150px;
	left:190px;
	width:420px;
	height:auto;
}

.logo {
	background:url("../img/logo.svg") no-repeat;
	background-size: contain;
	width:100%;
	height:130px;
}

p {
	margin:0;
	font-size:22px;
}

h1, h2, h3, h4 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin:0;
}

.subt {
	font-size:34px;
}

.bolder {
	font-weight: 700;
	text-transform:uppercase;

}

.bolder span {color: #48DCAF}

.text-box {
	margin-left: 50px;
    margin-top: 87px;
    width: 455px;
}

.right-text {
	position: absolute;
    right: 150px;
    margin-top: 260px;
}

.player {
	background:url("../img/player.png") no-repeat;
	background-size:contain;
	position: absolute;
    right: 0;
    top: 0;
    width:50%;
    height:1300px;
}


.section-a, .section-b {
	background:linear-gradient(#2AA39B, #00F4BC);
	border-radius: 30px;
	height: 350px;
	width:900px;
	display:flex;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	position: relative;
    margin-left: 190px;
    z-index: 100;
}

.section-b {
	margin-top:-150px;
	margin-left:30%;
}

.screen {
	    width: 340px;
    margin-top: -150px;
    height: 650px;
}

.white {color:white;}

.blurb {
	display: flex;
	align-items: baseline;
	padding:40px 0px;
}

.fire {
	background:url("../img/circle-fire.svg") no-repeat;
	background-size:cover;
	width: 60px;
    height: 60px;
    align-self: normal;
}

.blurb .text {
	width:90%;
padding:10px;
margin-top:-10px;

}

.blurb h2, .blurb h3 {
	margin-top:0;
	text-shadow:  0px 5px 10px rgba(0,0,0,0.3);
}

.ball {
	background:url("../img/ball-blur.jpg");
	background-size:cover;
	width:80%;
	height:500px;
	border-radius:0px 30px 30px 0px;
	margin-top:-150px;
}

.desktop {

    margin-top: 190px;
}

.section-small {
	width:350px;
	height:350px;
	background: linear-gradient(#2AA39B, #00F4BC);
	border-radius:30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-self: center;
	padding:20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3)
}

.section-small a {
	font-weight: bold;
	font-size: 30px;
	color: white;
	text-decoration:none;
}

.screens {
	margin-left: 180px;
    margin-top: 50px;
}

.screens img {
	width:400px;
}

.screen-c {
	margin-left:0px;
}

.screen-d {
margin-left: 190px;
    margin-top: -650px;
    position: relative;
    z-index: -2;
}

.ltext {
	margin-left: 230px;
    margin-top: 140px;
}

.text-box a {
	color:black;
}

.contact-btn {
		background:linear-gradient(#2AA39B, #00F4BC);
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		width:240px;
		font-size:30px;
		font-weight: bold;
		color:white !important;
		padding:20px;
		align-self: baseline;
		margin-top: 20px;
		border:none;
		box-shadow:0px 5px 10px rgba(0,0,0,0.2);
		text-decoration:none;

}

.arrow-right {
	background: url("../img/arrow-right.svg") no-repeat;
	width:30px;
	height:30px;
	margin-left: 10px;
	background-position: 50% 90%
}

.wave-down {
	margin-top:-260px;
	background:url("../img/wave.svg") no-repeat;
	background-position: left bottom;
	background-size: 53%;
}

@media all and (max-width:1339px) {
	.desktop {
	    width: 750px;
    margin-top: 190px;
}

}

@media all and (max-width:1024px) {
	.section-a, .section-b {
		margin:auto !important;
		width:90% !important;
	}

	.section-b {
		margin-top:-150px !important;
	}

.cross {
    height: 800px;
    width: 20px;
}

.line-right .line {
	width:90px;
}


.text-box {
	margin-left:0;
}

.container {left:50px;}

.desktop {
	width: 650px;
    margin-top: 190px;
    height: 523px;
}

.right-text {
    position: absolute;
    right: 10px;
    margin-top: 260px;
    width: 40%;
}

.section-small {
    width: 25%;
    height: 400px;
}

.line-right, .line-down {
	display:none;
}

.screens img {
    width: 350px;
}

.screen-d {display:none}

.ltext {
    margin-left: 230px;
    margin-top: 90px;
    width: 40%;
    margin-left: 40px !important;
}

.girl {width: 350px;
    margin-left: -150px;
}

.wave-down {
    margin-top: -150px;}

    .white p {
	font-size: 24px;
}

}
.navbar{
	position: relative;
	z-index: 1;
	left:38%;
	width: 100%;
}
.nav-inner{
	position: absolute;
	display: flex;
	width:32%;
	justify-content: space-around;
}
.nav-inner a{
	background: linear-gradient(#00F4BC,#2AA39B);
    border-radius: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 155px;
    font-size: 25px;
	font-weight: bold;
	color: #ffffff;
    padding: 15px;
    margin-top:16px;
    border: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: pointer;
}
.subscribe-head{
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	margin-top: 3%;
}
.sub-inner input[type=text] {
	width:95%;
	margin-bottom: 20px;
	padding: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-radius: 3px;    outline: none;
  }
.information{
    display: flex;
    justify-content:space-evenly;
    margin: 3% 11%;
}
.subscribe-head h1{
    font-size: 2.5rem;
    color:#2AA39B;
}
.subscribe-head p{
    margin: 0px;
    font-size: 18px;
}
.subscribe{
    color: #ffffff;
    background-color: #000000;
}
.personal-information,.payment-deatails{
    display: flex;
    flex-direction: column;
    justify-content: center;   
    width: 45%;
}
.personal-information input,.payment-deatails input{
    margin-bottom:4%;
    padding:4% 0%;
}
.cards-image{
    margin-bottom: 3%;
}
.cards-image img{
    margin-right: 1%;
}
.state-container,.date-container{
    display: flex;
    justify-content: space-between;
}
.state,.zip,.exp-date,.cccv{
    display: flex;
    flex-direction: column;
}
.subscribe-head p {
    text-align: center;
}
input[type="submit"]{
    border:1px;  
    background: linear-gradient(#00F4BC,#2AA39B);
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 auto;
    width: 63%;
    margin-bottom: 5%;
    border-radius:25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.personal-information h3,.payment-deatails h3{
    font-size: 1.7rem;
    font-weight: 400;

}
label span{
    color:#DF001A;
    font-weight: 700;
}
.subscribe-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 768px){
    .subscribe-inner{
        margin: 0;
    }
}
@media only screen and (max-width: 576px){
    .subscribe-head p{
        margin: 0% 2%;
    }
    .subscribe-inner{
        flex-direction: column;
        margin: 3% 7%;
    }
    .personal-information,.payment-deatails{
        width: 100%;
    }
    .state-container,.date-container{
        flex-direction: column;
    }
}
