 :root {
	--soor-padding: 0px;
	--soor-desktop-padding: 0px;
	--soor-tablet-padding: 0px;
	--soor-mobile-padding: 0px;
	--soor-max-width: 1400px;
	--soor-colour-primary: #35A2FF;
	--soor-colour-link: #008BFF;
	--soor-colour-headline: #000;
	--soor-colour-subheadline: rgba(0, 0, 0, 0.54);
	--soor-colour-body: rgba(0, 0, 0, 0.87);
	--soor-colour-footnote: rgba(0, 0, 0, 0.7);
	--soor-font-headline: -apple-system-headline;
	--soor-font-subheadline: -apple-system-subheadline;
	--soor-font-body: -apple-system-body;
	--soor-font-caption: -apple-system-caoption1;
	--soor-font-footnote: -apple-system-footnote;
	--background-image-height: 47em;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

/*-------------------------------
	Main
-------------------------------*/

body,
html {
	padding: 0;
	margin: 0;
	font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: black
}

a {
	text-decoration: none;
    color: orange;
	border-radius: 5px;
	padding: 0px;
	will-change: color, background;
}

a:hover {
	background-color: orange;
	color: white;
	padding: 5px;
}

main {
	max-width: var(--soor-max-width);
	width: 100vw;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

hr {
	max-width: var(--soor-max-width);
}

/*-------------------------------
	Header Container
-------------------------------*/


header {
	padding: 0 var(--soor-padding);
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-image: linear-gradient(to bottom right, #FF9500, #E4195E);
}

header .content .title {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
}


#titleSubtitle {
	text-align: center;
}

#titleSubtitle h1,
#titleSubtitle h2 {
	padding: 20px;
	margin: 0;
	line-height: 110%;
}

#titleSubtitle h1 {
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 5em;
	letter-spacing: 0.48px
}

#titleSubtitle h2 {
	text-align: center;
	font-weight: 200;
	font-size: 2.1em;
	color: white;
	letter-spacing: 0.46px
}

#titleSubtitle a {
	text-decoration: none;
}

#titleSubtitle a:hover {
	background-color: transparent;
}

main {
	max-width: var(--soor-max-width);
	width: 100vw;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}


.mainLogo {
	padding-top: 30px;
}


/*-------------------------------
	Hero Image
-------------------------------*/

.heroImageContainer {
    height: 100%;
	padding-top: 20px;
    align-items: center;
	
}

.slider {
	height: 563px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 100%;
}

.slide-track {
		animation: 255s slideImg linear infinite;
		display: flex;
		width: 4998px;
	}
	
.slide {
	height: 563px;
	width: 100%;
}

@keyframes slideImg {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%)}
}


.heroImageContainer .playBtn {
	position: absolute;
	top: 750px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
}

.heroImageContainer .playBtn:hover {
 background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

/*-------------------------------
	Download Button
-------------------------------*/

.downloadButton {
    background-color: #FFFFFF; 
    border: none;
    border-radius: 30px;
    color: black;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    /*transition: all 1s ease;*/
}

#downloadButton_Container {
	width:33px;
    height:33px; 
    border-radius:5px;
    float:left;
    position: relative;
}

.downloadButton img {  
	display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 7px;
    border-radius: 5px;
}

.downloadButton span {
	display:inline-block;
    /*width: 150px;*/
    vertical-align:middle;
    transition: all 0.5s;
  	cursor: pointer;
  	position: relative;
}

.downloadButton:hover {
	background-color: orange;
}


/*-------------------------------
	Youtube Video
-------------------------------*/

.youtube {
	background: white;
	position: relative;
	text-align: center;
}

#youtubeContent {
	max-width: var(--soor-max-width);
	text-align: center;
	margin: 0 auto;
	height: 100%;
	padding-top: 40px;
}

.youtubeVideo {
	top: 20px;
	background: white;
	position: relative;
	text-align: center;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.youtubeVideo iframe,
.youtubeVideo object,
.youtubeVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube h1 {
	text-align: center;
	color: black;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	padding-bottom: 10px;
	line-height: 110%;
}

/*-------------------------------
	Tweets
-------------------------------*/

.twitter {
	padding-top: 50px;
	background: white;
	position: relative;
	text-align: center;
}

#twitterContent {
	max-width: var(--soor-max-width);
	text-align: center;
	margin: 0 auto;
	height: 100%;
	padding-top: 20px;
}

.tweets {
	top: 20px;
	margin: 0 auto;
	background: white;
	position: relative;
	text-align: center;
	max-width: 500px;
}

.twitter h1 {
	text-align: center;
	color: black;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	padding-bottom: 10px;
	line-height: 110%;
}

/*-------------------------------
	Apple Music Container
-------------------------------*/

.appleMusic {
	background: white;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#appleMusicContent {
	max-width: var(--soor-max-width);
	text-align: center;
	margin: 0 auto;
}

#appleMusicContent video {
	margin: 0 auto;
	text-align: center;
	max-width: 80%;
/* 	width: 180%; */
}

.appleMusic h1 {
	text-align: center;
	color: black;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	line-height: 110%;
}

.appleMusic h6 {
    color: gray;
}

#appleMusicHeroImage {
	width: 50%;
}

.appleMusic p {
	text-align: center;
	color: black;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 0.48px;
	line-height: 130%;
	padding-bottom: 40px;
	padding-left: 10%;
	padding-right: 10%;
}

#scaledVideo {
    background: white;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#scaledVideo video {
    transform: scale(2, 2);
    text-align: center;
}

/*-------------------------------
	Themes Container
-------------------------------*/

.themes {
	background-image: linear-gradient(#060606, #323232);
	position: relative;
	text-align: center;
	margin-bottom: -30px;
}

#themesContent {
	max-width: var(--soor-max-width);
	text-align: center;
	margin: 0 auto;
}

.themes h1 {
	text-align: center;
	color: white;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	padding-top: 80px;
	padding-bottom: 10px;
	line-height: 110%;
}

#themesHeroImage {
	width: 90%;
}

.themes p {
	text-align: center;
	color: white;
    font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 0.48px;
	line-height: 130%;
	padding-bottom: 80px;
	padding-left: 10%;
	padding-right: 10%;
}

/*-------------------------------
	Features Container
-------------------------------*/

.features {
	background: white;
	position: relative;
	text-align: center;
}

#featuresContent {
	max-width: var(--soor-max-width);
	text-align: center;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.features h3 {
    overflow: hidden;
    text-align: center;
    text-align: center;
	color: black;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	padding-top: 40px;
	padding-bottom: 10px;
	line-height: 100%; 
	margin:10px 0 20px; 
}

.features h3:before, h3:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.features h3:before {
    right: 1em;
    margin-left: -50%;
}
.features h3:after {
    left: 1em;
    margin-right: -50%;
}

.features h1 {
	text-align: left;
	color: black;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.48px;
	line-height: 110%;
}

.features h2 {
	text-align: left;
	color: #6F6F6F;
	font-weight: 300;
	font-size: 1.6em;
	letter-spacing: 0.48px;
	padding-top: 100px;
	line-height: 110%;
}

.features p {
	text-align: left;
	color: black;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 0.48px;
	line-height: 130%;
	padding-right: 10%;
}

.featureContainer {
	overflow: hidden;
}

.featureImageLeft img, video {
    display: block;
    margin-left: 70px;
    margin-right: 90px;
    max-width: 40vw;
    max-height: 40vw;
}

.featureImageRight img, video {
    display: block;
    margin-left: 90px;
    margin-right: 70px;
    max-width: 40vw;
    max-height: 40vw;
}

.featureImageLeft {
    float: left
}

.featureImageRight {
    float: right
}

.featureContentLeft {
    margin-left: 30%;
    padding-bottom: 40px;
}


.featureContentRight {
    margin-right: 30%;
    padding-bottom: 40px;
}



/*-------------------------------
	Footer
-------------------------------*/


footer {
	margin: 0 auto;
	background-image: linear-gradient(#FFFFFF, #E5E9EC);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    position:relative
}


footer .columns{
	max-width: var(--soor-max-width);
	margin: 0 auto;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
}

footer .columns .column{
    -webkit-box-flex:1;
    -ms-flex:1 1 33%;
    flex:1 1 33%;
    text-align: center
}

footer .columns .column h5{
    font-size:18px;
    margin-bottom:8px
}

footer .columns ol{
    list-style:none;
    padding:0
}

footer .columns ol li{
    margin-bottom:8px
}

footer .buttonContainer {
	text-align: center;
	margin: 0 auto;
}

.buttonContainer a {
    text-decoration: none;
    color: transparent;
	border-radius: 0px;
	padding: 0px;
    will-change: background;

}

.buttonContainer a:hover {
	background-color: transparent;
	color: transparent;
	padding: 0px;
}

footer .downloadButton {
	color: white;
	background: orange; /* #E55260; */
}

.footerCopyright {
	margin: 0 auto;
}

.footerCopyright h4 {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.footerCopyright p {
	text-align: center;
	color: black;
	font-weight: 200;
	font-size: 0.8em;
	letter-spacing: 0.48px;
	padding-top: 0px;
	width: 70vw;
}


/*-------------------------------
	Responsive
-------------------------------*/


@media only screen and (max-width: 65em) {
    
	.featureImageLeft img, video {
	    display: block;
	    max-width: 100%;
	    text-align: center;
	    margin-left: 5vw;
    	margin-right: 5vw;
    	margin-bottom: 40px;
	    padding-bottom: 20px;
	    max-height: 80vw;
	}

	.featureImageRight img, video {
	    display: block;
	    max-width: 100%;
	    text-align: center;
	    margin-left: 70px;
    	margin-right: 70px;
    	margin-bottom: 40px;
	    padding-bottom: 20px;
	    max-height: 80vw;
	}

	.featureContentLeft {
	    margin-left: 0%;
	}

	.featureContentRight {
	    margin-right: 0%;
	}

	#themesHeroImage {
		width: 100%;
		text-align: center;
	}

	#appleMusicHeroImage {
		width: 80%;
	}

	.footerCopyright p {
		width: 90vw;
	}

	#appleMusicContent video {
		margin: 0 auto;
		text-align: center;
		max-width: 80vw;
		min-width: 80vw;
	}
}

@media only screen and (max-width: 45em) {

	.featureImageLeft img, video {
		max-width: 50vw;
		margin-right: 25vw;
		margin-left: 25vw;
		max-height: 100vw;
	}

	.featureImageRight img, video {
		max-width: 50vw;
		margin-right: 25vw;
		margin-left: 25vw;
		max-height: 100vw;
	}

	#appleMusicContent video {
		margin: 0 auto;
		text-align: center;
		max-width: 90vw;
		min-width: 90vw;
	}
}



