

/* Global Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	object-fit: cover;
	height: auto;
}

body {
	background: #710202;
	overflow-x: hidden;
}

header {
	padding: 0px;
	background: #000000;
	width: 100%;
	background-size: 100%;
	background-position: center center;
}

.header-left img {
	width: 200px;
}

.header-right ul li {
	padding: 0 10px;
}

.header-right ul li a {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	line-height: 28px;
	color: #fdf979;
	letter-spacing: 1px;
	text-shadow: -1px 2px 0px #212529;
	text-transform: uppercase;
}

.header-right ul li a:hover {
	text-decoration: none;
}

.header-right ul li a.active {
	color: #ffffff;
}

/* Banner Section */
.banner {}

.banner ul {
	max-width: 562px;
	margin: 20px auto;
}

.banner img {
	margin: 0 auto;
	display: block;
	height: 300px;
}

.banner ul li {
	padding: 0 18px;
}

.banner ul li a {
	color: #8BFB01;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Archi';
	font-weight: normal;
}

/* Particles */
.particles {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

/* About Us Section */
.aboutus {
	padding: 20px 0;
}

.aboutus-left video {
	margin-left: -25%;
	transform: rotate(30deg);
	margin-top: 30px;
}

.aboutus-left {
	position: absolute;
}

.aboutus-right {
	padding: 20px 0;
}

.aboutus-right h2 span {
	color: #f6c842;
}

.aboutus-right h2,
.founder h2,
.vision h2,
.mission h2 {
	color: #ffffff;
	font-size: 50px;
	line-height: 60px;
	font-family: "Playfair Display", serif;
	padding: 0 0 20px;
	font-weight: normal;
	"Playfair Display",
	font-family: sans-serif;
	text-align: left;
}

.founder,
.vision,
.mission {
	padding: 20px 0;
}

.aboutus-right p,
.founder p,
.vision p,
.mission p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: left;
}

.aboutus-right {
	position: relative;
}

/* Pakka Regional Section */
.pakka-regional {
	padding: 20px 0;
	position: relative;
}

.pakka-regional h2 {
	color: #515151;
	font-size: 120px;
	line-height: 122px;
	font-family: 'Archi';
	font-weight: normal;
	text-align: center;
}

/* Bands Section */
.bands {
	position: relative;
	z-index: 9999999;
}

.bands h2 span {
	color: #8BFB01;
}

.bands h2 {
	color: #ffffff;
	font-size: 120px;
	line-height: 122px;
	font-family: 'Archi';
	font-weight: normal;
	text-align: center;
}

.bands-left {
	padding: 50px 0px 50px 100px;
}

.bands-left h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 70px;
	font-family: 'Archi';
	font-weight: normal;
}

.banner p {
	color: #000000;
	font-weight: 400;
	font-family: 'Glancyr';
	letter-spacing: 1.2px;
}

.bands-left p {
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Glancyr';
	letter-spacing: 1.1px;
}

.footer-main {
	padding: 0 0 30px;
}

.footer h5 {
	color: #A0A0A0;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}

.footer p {
	color: #A0A0A0;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.contact-details {
	padding: 20px 0;
}

.contact-details a {
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: 'arial';
	letter-spacing: 1.1px;
}

.social-media {
	max-width: 120px;
}

.social-media ul li {
	padding: 0 10px;
}

.social-media ul li a {
	color: #ffffff;
}

.social-media ul li a i {
	font-size: 25px;
	color: #a0a0a0;
}

.box {}

.button {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	font-size: 25px;
	line-height: 40px;
	font-family: 'Archi';
	font-weight: normal;
	line-height: 50px;
	display: block;
	width: 150px;
	margin: 0 auto;
	background: rgb(140 253 3);
	border: 2px solid #000000;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
	text-shadow: 1px 2px #000000;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.overlay {
	position: absolute;
	top: -300px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	top: 0px;
}

.popup {
	margin: 70px auto;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	width: 500px;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	padding: 0 0 10px;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;

}

.popup .close:hover {
	color: #69b30a;
	transform: rotate(90deg);
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

.mission {
	text-align: center;
}

.slick-next {
	right: 20px !important;
}

.slick-prev {
	left: 20px !important;
	z-index: 999;
}

.slick-prev:before {
	content: "\f104" !important;
	font-family: fontawesome !important;
	font-size: 48px !important;
}

.slick-next:before {
	content: "\f105" !important;
	font-family: fontawesome !important;
	font-size: 48px !important;
}

.header-right ul {
	margin: 0;
}

footer {
	background: #2a2a2a;
	padding: 20px 0;
}

.tabBlock-tab {
	padding: 0 10px;
}

.tabBlock-tab .nav-link {
	color: #ffffff !important;
}

.tabBlock-tab.is-active .nav-link {
	background: #ffffff !important;
	color: #710202 !important;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000000;
}

.tabBlock-tabs {
	padding: 10px 0;
	background: #d41010;
}

.our-strengths {
	max-width: 950px;
	margin: 35px auto;
	padding: 20px 0;
	border-radius: 10px;
}

.our-strengths p {
	color: #ffffff;
}

.our-strengths ul {
	padding: 0 0 0 20px;
}

.our-strengths ul li {
	list-style-type: disc;
	color: #ffffff;
}

.our-blockbuster-films ul li {
	padding: 10px;
}

.upcoming-projects ul li {
	padding: 10px;
}

.our-strengths img {
	max-width: 300px;
	display: block;
	padding: 0 0 20px;
	margin: 0 auto;
}

.menu {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	right: 20px;
	top: 50px;
	z-index: 9999999;
	padding: 4px 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o--webkit-transform: translateY(-50%);
	display: none;
}

/*sidebar*/
.side_bar,
menu {
	display: block;
	text-align: center;
}

#nav-icon {
	width: 30px;
	height: 23px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: block;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffde55;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 25px;
	display: block;
	height: 3px;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 9px;
}

#nav-icon span:nth-child(3) {
	top: 18px;
}

.open #nav-icon span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.open #nav-icon span:nth-child(3) {
	top: 8px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.side_bar {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 99999;
}

.open .side_bar {
	display: block;
}

.side_bar img {
	width: 100px;
	margin: 0 auto;
	height: auto;
}

.article ul li {
	padding: 10px;
}

.list-unstyled a {
	color: #a0a0a0;
}

footer img {
	width: 200px;
}

.contact {
	padding: 50px 0;
	max-width: 500px;
	margin: 0 auto;
}

.contact ul li label {
	color: #ffffff;
	display: block;
}

.contact ul li input {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid;
	border-radius: 5px;
}

.contact ul li textarea {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 10px;
	margin: 0 0 20px;
	height: 100px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	resize: none;
}

.contact ul li input::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #ffffff;
}

.contact ul li input::placeholder {
	color: #ffffff;
}

.contact ul li button {
	background: #fbda54;
	width: 200px;
	color: #000000;
	text-align: center;
	border-radius: 5px;
	height: 50px;
	line-height: 47px;
}

.contact ul li {
	position: relative;
}
.list-unstyled li{padding: 5px 0;}
textarea::placeholder{color: #ffffff;}
.schedule{padding: 50px 0;}
.schedule ul li{padding: 10px;}
.schedule ul li a{font-family: "Playfair Display", serif;font-size: 18px;line-height: 28px;color: #fdf979;display: block;padding: 10px 0;text-align: center;}
.schedule ul li a:hover{text-decoration: none;}