
.google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}


.google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}



* {
	margin: 0;
	font-family: "Cal Sans", sans-serif;
}
.spacer {
	width: 100%;
	height: 120px;
	position: relative;
	background-color: #111a26;
}

.top_nav_container {
	width: 100%;
	padding: 14px 0;
	background-color: #000;
	text-align: center;
	position: fixed;
	z-index: 999;
}
.top_nav_inner_container {
	width: 1200px;
	margin: auto;
	display: table;
}
.logo_cell, .nav_cell {
	display: table-cell;
	vertical-align: middle;
}
.logo_cell {
	width: 20%;
	text-align: left;
}
.nav_cell {
	width: 80%;
	height: 20px;
	margin-top: 34px;
}
#desktop_nav {
	transition: all;
}

.nav_table {
	display: table;
	width: 100%;
}
.logo_background {
	padding: 0 14px;
	width: 140px;

	text-align: center;
	border-radius: 16px 16px 16px 0;
}
.logo_background img {
	width: 120px;
}
.nav_button_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 16.6%;
}
.nav_button_cell a {
	margin: 0;
	color: #fff;
	text-decoration: none;
}


/* === HERO BANNER == */
.hero_banner_container {
	width: 100%;
	height: 490px;
	background-color: #d0d0ce;
	background-image: url("img/banner_001.gif");
	background-size: cover;
	overflow: hidden;
	position: relative;
	
}
.slides_holder {
	width: 1200px;
	margin: auto;
	height: 100%;
	overflow: hidden;
}

/* SLIDES WRAPPER */
.hero_slider {
	display: flex;
	width: 300%; /* 3 slides */
	height: 100%;
	transition: transform 0.6s ease-in-out;
}

.hero_slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	text-align: left;
	position: relative;
}

.banner_text_container {
	width: 600px;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 40px;
}
.banner_text_container h2, p {
	color: #fff;
}
.banner_text_container h2 {
	font-size: 3rem;
}
.banner_text_container p {
	font-size: 1.4rem;
	margin-top: 20px;
	font-family: "Google Sans", sans-serif;
}
.buttons_container {
	display: table;
	margin-top: 60px;
	width: 90%;
}
.banner_buttons_cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.banner_button {
	padding: 8px;
	text-align: center;
	background-color: #fff;
	border-radius: 40px;
	width: 70%;

}
.read_more {
	background-color: transparent;
	border: 2px solid #fff;
}

.banner_button p {
	color: #000;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2rem;

}
.read_more p {
	color: #fff;
}
#slideA {
	background-color: transparent;

}
#slideB {
	background-color: transparent;
}
#slideC {
	background-color: transparent;
}


/* === TILES BODY == */
.tiles_body {
	width: 1200px;
	margin: auto;
	padding: 90px 0 200px;
}
.section_title {
	font-size: 2.4rem;
	font-weight: bold;
}
.tiles_container {
	width: 100%;
	display: table;
	margin-top: 26px;
}
.tile_cell {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	padding: 8px;
}
.tile_inner {
	width: 100%;
	height: 270px;
	background-color: blue;
	border-radius: 6px;
	position: relative;
}
.tile1 {
	background-image: url("img/unsignedTalentShow4b.png");
	background-size: cover;
}
.tile2 {
	background-image: url("img/unsignedTalentShow2.png");
	background-size: cover;
}
.tile3 {
	background-image: url("img/downloadApp.png");
	background-size: cover;
}
.tile4 {
	background-image: url("img/community.png");
	background-size: cover;
}
.tile_text_container {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
}
.tile_text_container h4 {
	color: #fff;
	font-size: 1.6rem;
}

/* == TV SHOWS == */
.tv_show_section {
	width: 1200px;
	margin: auto;
	text-align: center;
}
.tv_shows_slide_container {
	width: 70%;
	height: 400px;
	margin: 32px auto;
	border-radius: 16px;
	overflow: hidden;s
}
.show_slider {
	display: flex;
	width: 300%; /* 3 slides */
	height: 100%;
	transition: transform 0.6s ease-in-out;
}
.show_slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	text-align: left;
	position: relative;
}
.show_slide img {
	width: 34%;
}
#show_slideA {
	background-color: green;
}
#show_slideB {
	background-color: blue;
}
#show_slideC {
	background-color: red;
}


/* == SHOW ICONS == */
.show_icons_container {
	width: 1200px;
	margin: 150px auto;
	text-align: center;
}
.sec_title_2 {
	font-size: 1.8rem;
}
.icons_table {
	width: 100%;
	display: table;
	margin: 60px auto;
}
.icon_cell {
	display: table-cell;
	width: 20%;
	text-align: center;
}
.icon_cell_inner {
	width: 60%;
	margin: auto;
}
.icon_cell_inner img {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 6px;
}
.icon_cell_inner P {
	color: #000;
	font-weight: light;
	font-family: "Google Sans", sans-serif;
}


/* == DOWNLOAD CTA == */
.download_cta_container {
	width: 1200px;
	padding: 40px 0;
	margin: 20px auto 100px;
	display: table;
}
.dwnload_cta_cell_l, .dwnload_cta_cell_r {
	display: table-cell;
	vertical-align: top;
}
.dwnload_cta_cell_l {
	width: 60%;
	text-align: left;
	color: #000;
}
.dwnload_cta_cell_l h3 {
	font-size: 3rem;
}
.dwnload_cta_cell_l p {
	color: #000;
	font-size: 1.2rem;
	font-family: "Google Sans", sans-serif;
}
.dwnload_cta_cell_r {
	width: 40%;
}
.dwnload_cta_cell_r img {
	width: 100%;
}
.btn2 {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	margin-top: 30px;
	text-align: left;
	transition: all 0.5s ease;
}
.btn2:hover {
	border: 2px solid #7380ff;
	background-color: #7380ff;
}
.btn2 img {
	width: 60%;
}
.buttons_container2 {
	width: 100%;
	display: table;
}


/* == DOWN SECTION == */
.social_sec_container {
	width: 100%;
	height: 460px;
	background-color: #7380ff;
	text-align: center;
	padding: 60px 0;
	border-bottom: 70px solid #000;
}
.social_sec_inner_container {
	width: 1200px;
	margin: auto;
	display: table;

}
.social_cell {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
	text-align: left;
	padding: 0 20px;
}

.social_sec_inner_container h4 {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 20px;
}
.social_sec_inner_container p, ul li {
	font-size: 1.4rem;
	color: #fff;
	font-family: "Google Sans", sans-serif;
}
.white {
	color: #fff;
	margin-bottom: 40px;
}


/* == CONTACT FORM SECTION == */
.contact_section_container {
	width: 100%;
	background-color: #111a26;
	text-align: center;
	padding: 60px 0;
}
.contat_inner_container {
	width: 1200px;
	margin: auto;
	text-align: center;
}
.contat_inner_container form label {
	color: #fff;
}
.inputText {
	width: 60%;
	margin: 20px 0;
	border-radius: 8px;
	font-family: "Google Sans", sans-serif;
	font-size: 1rem;
	padding: 20px;
}
.contat_inner_container form textarea {
	width: 60%;
	height: 80px;
	margin: 20px 0;
	border-radius: 8px;
	font-family: "Google Sans", sans-serif;
	font-size: 1rem;
	padding: 20px;
}
.submit_button {
	padding: 16px 60px;
	border-radius: 8px;
	cursor: pointer;
	background-color: tomato;
	transition: all 0.5s ease;
}
.submit_button:hover {
	background-color: #fff;
}


/* == FOOTER == */
.footer {
	width: 100%;
	padding: 30px 0 10px;
	background-color: #000;
}
.footer_inner_container {
	width: 1200px;
	padding: 0 0 10px;
	margin: auto;
}
.footer_inner_container h5 {
	color: #fff;
	
}
.fotter_table {
	width: 100%;
	display: table;
	margin: 20px 0;
}
.footer_cell {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
.footer_cell ul {
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;

}
.footer_cell ul li a {
	color: rgba(255, 254, 254, 0.7);
	text-decoration: none;
	font-weight: 100;
	font-size: 0.9rem;
	font-family: "Google Sans", sans-serif;
	transition: all 0.5s ease;
}
.footer_cell ul li a:hover {
	color: #7380ff;
}
.copyright_container {
	width: 100%;
	border-top: 1px solid #223043;
	padding: 20px 0;
}
.copyright_container p {
	color: rgba(255, 254, 254, 0.5);
	font-family: "Google Sans", sans-serif;
	font-size: 0.9rem;
}
.socialIcons_table {
	width: 60%;
	display: table;
	float: right;
}
.socIcons_cell {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
}
.socialIcons {
	width: 30px;
}



.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	margin-bottom: 40px;
}

.popup_content {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	width: 300px;
}

.popup_content h3 {
	margin-bottom: 20px;
	color: green;
}
.popup_content p {
	color: green;
	margin-bottom: 20px;
}

.popup_content button {
	margin-top: 20px;
	padding: 10px 20px;
	border: none;
	background: #000;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}


/* === MOBILE VIEW === */
.mobile_view_nav_container {
	width: 80%;
	margin-top: 34px;
}
#mobile_nav_container {
	display: none;
}
.menuBtn_container {
	width: 100%;
}
.menuBtn {
	width: 30px;
	height: 30px;
	float: right;
}
.mobile_nav_dropDwn_container {
	width: 100%;
	background-color: #000;
}
#mobileNav_container {
	display: none;
}
.mobile_nav_item {
	width: 100%;
	padding: 20px;
	text-align: left;
	background-color: #000;
	border-bottom: 1px solid #11161a;
}
.mobile_nav_item p {
	color: #fff;
	text-decoration: none;
	margin: 0;
}



@media (max-width: 1024px) {
	.top_nav_inner_container {
		width: 100%;
	}
	#mobile_nav_container {
		display: block;
	}
	#desktop_nav {
		display: none;
	}
	.top_nav_container {
		padding: 0;
	}
	.spacer {
		height: 94px;
	}
	.hero_banner_container {
		height: 420px;
	}
	.slides_holder {
		width: 100%;
	}
	.banner_text_container h2 {
		font-size: 2.2rem;
	}
	.banner_text_container p {
		font-size: 1.3rem;
	}
	.banner_button p {
		font-size: 1rem;
	}
	.section_title {
		font-size: 2rem;
	}
	.tiles_body {
		width: 90%;
		padding: 80px 0 120px;
	}
	.tile_text_container h4 {
		font-size: 1.3rem;
	}
	.tile_inner {
		height: 220px;
	}
	.tv_shows_slide_container {
		height: 341px;
	}
	.tv_show_section {
		width: 100%;
	}
	.show_icons_container {
		width: 100%;
		margin: 90px auto;
	}
	.download_cta_container {
		width: 90%;
	}
	.dwnload_cta_cell_l h3 {
		font-size: 2.4rem;
	}
	.social_sec_container {
		height: 350px;
	}
	.social_sec_inner_container {
		width: 100%;
		
	}
	.social_sec_inner_container h4 {
		font-size: 1.4rem;
	}
	.social_sec_inner_container p, ul li {
		font-size: 1.2rem;
	}
	.contat_inner_container {
		width: 100%;
	}
	.inputText {
		padding: 10px;
		margin: 14px 0;
	}
	.contat_inner_container form textarea {
		padding: 10px;
	}
	.footer_inner_container {
		width: 90%;
	}
}


@media (max-width: 768px) {
	.hero_banner_container {
		height: 320px;
	}
	.banner_text_container {
		top: 60px;
	}
	.banner_text_container h2 {
		font-size: 2rem;
	}
	.banner_text_container p {
		font-size: 1.2rem;
	}
	.banner_text_container p {
		font-size: 1rem;
	}
	.section_title {
		font-size: 1.8rem;
	}
	.tile_cell {
		display: block;
		width: 100%;
	}
	.tile_inner {
		height: 420px;
	}
	.tv_shows_slide_container {
		width: 90%;
	}
	.tv_shows_slide_container {
		height: 330px;
	}
	.icon_cell_inner P {
		font-size: 0.9rem;
	}
	.dwnload_cta_cell_l, .dwnload_cta_cell_r {
		display: block;
		width: 100%;
		text-align: center;
	}
	.btn2 {
		text-align: center;
		width: 90%;
	}
	.inputText, .contat_inner_container form textarea {
		width: 80%;
	}

}

@media (max-width: 540px) {
	.banner_buttons_cell {
		display: block;
		margin-bottom: 20px;
	}
	.hero_banner_container {
		height: 380px;
	}
	.banner_text_container h2 {
		font-size: 1.8rem;
	}
	.banner_text_container {
		width: 370px;
	}
	.banner_buttons_cell {
		width: 100%;
	}
	.tiles_body {
		text-align: center;
	}
	.tile_inner {
		height: 290px;
	}
	.tv_show_section {
		width: 90%;
	}
	.tv_shows_slide_container {
		height: 209px;
	}
	.icon_cell {
		display: block;
		width: 80%;
		margin: 0 auto 20px;
	}
	.banner_buttons_cell {
		width: 100%;
	}
	.dwnload_cta_cell_r img {
		width: 60%;
		margin-top: 40px;
	}
	.social_sec_container {
		height: unset;
	}
	.social_cell {
		display: block;
		width: 90%;
		margin-bottom: 40px;
	}
	.footer_cell {
		display: block;
		width: 100%;
	}
	.socialIcons_table {
		float: unset;
		margin-top: 40px;
	}
	.appStoteBtn {
		width: 60%;
		margin: auto;
	}
	.dwnload_cta_cell_l p {
		margin: 20px 0 40px;
		font-size: 1rem;
	}
}

@media (max-width: 425px) {
	.section_title {
		font-size: 1.6rem;
	}
	.tiles_body {
		padding: 80px 0 90px;
	}
	.sec_title_2 {
		font-size: 1.4rem;
	}
	.tv_shows_slide_container {
		height: 163px;
	}
	.banner_text_container {
		width: 350px;
	}
}