@charset "UTF-8";
/* CSS Document */

/* Browser reset to zero out margins, padding, and sizing */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}

body {
	margin: 0;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

/*            contents
--------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

body {
	height: 100vh;
	width: 100%;
/*	overflow: auto;*/
	background: #141100;
}

/*    navigation
--------------------------------------------------------------*/
.logo {
	width: 85px;
	height: auto;
	margin-top: 14px;
	background-color: #ffd700;
/*	filter: drop-shadow(15px 5px 2px #ffd700);*/
}

.heading-title {
	display: flex;
	position: fixed;
	left: 100px;
	font-family: "Anek Bangla", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-weight: bold;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	color: #ffd700;
	font-size: 1.5rem;
	margin-top: 34px;
	list-style: none;
	
}

.navi {
	display: flex;
	font-size: 1.25rem;
	margin-top: 34px;
	list-style: none;
}

.navi li {
	margin-left: 36px;
}

.navi a {
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	background-color: transparent;
	color: #ffd700;
	width: 10em;
	height: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.navi a:hover {
	width: 10em;
	height: 5ex;
	color: #141100;
	background-color: #ffd700;
	cursor: pointer;
	padding: 5px;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	z-index: 10;
}


/* movie
----------------------------------------------------------*/
.home-container {
/*	margin-top: 10rem;*/
/*	position: relative;*/
	display: flex;
	justify-content: center;
	align-items: center;	
}

.home-item {
	margin-top: 10rem;
	position: relative;
	align-self: center;
}

img {
	width: 360px;
	height: 540px;
}

h1, h2, h3, p {
/*	color: #d8b600;*/
	color: #c4a500;
	text-align: center;
}

#movie-title {
	  font-family: "Gajraj One", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #c54615;
	font-size: 45px;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-left: 10px;
}

#movie-sub {
	 font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
	color: #c5a37d;
	font-size: 30px;
	letter-spacing: 1rem;
	margin-top: .5rem;
}

#movie-about {
	 font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	font-size: 30px;
	margin-top: 2rem;
}

p {
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	color: antiquewhite;
}


/*   colors
----------------------------------------------------------------*/
section {
	position: absolute;
	top: 15rem;
	width: 100%;
}

.color-container {

}

section h1 {
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	font-size: 30px;
/*	margin-top: 2rem;*/
	text-align: center;
/*	border-left: solid 3px #6666cc;*/
}

.webSafe-color {
/*	margin-top: 10rem;*/
/*	position: relative;*/
/*	align-self: center;*/
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	text-align: center;
	color: antiquewhite;
}

.actual-color {
/*	margin-top: 10rem;*/
/*	position: relative;*/
/*	align-self: center;*/display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	text-align: center;
	color: antiquewhite;
}

.color-01  {
	width: 120px;
	height: 120px;
	background-color: #333366;
}

.color-02  {
	width: 120px;
	height: 120px;
	background-color: #cc99ff;
}

.color-03  {
	width: 120px;
	height: 120px;
	background-color: #cc9966;
}

.color-04  {
	width: 120px;
	height: 120px;
	background-color: #cc3300;
}

.color-05  {
	width: 120px;
	height: 120px;
	background-color: #993333;
}

.color-06  {
	width: 120px;
	height: 120px;
	background-color: #38215e;
}

.color-07  {
	width: 120px;
	height: 120px;
	background-color: #e599e9;
}

.color-08  {
	width: 120px;
	height: 120px;
	background-color: #c5a37d;
}

.color-09  {
	width: 120px;
	height: 120px;
	background-color: #c54615;
}

.color-10  {
	width: 120px;
	height: 120px;
	background-color: #9a453c;
}

/*     Typography
------------------------------------------------------------------*/
/*
.typography {
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	font-size: 26px;
}
*/

.typo-heading {
	font-family: "Gajraj One", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 45px;
	color: #c54615;
	text-align: center;
}

.typo-heading p {
	font-family: "Gajraj One", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 45px;
	color: #c54615;
	text-align: center;
}

.typo-sub {
	font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 30px;
	color: #c5a37d;
	text-align: center;
}

.typo-sub p {
	font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 30px;
	color: #c5a37d;
	text-align: center;
}

.typo-body {
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	color: antiquewhite;
}


/*    imagery
------------------------------------------------------------------*/
/*
.imagery_bg {
	background: url("images/wall_paper.jpeg");
	background-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	height: 151px;
}
*/

/*
.imagery {
	width: 100%;
	color: #141100;
	text-shadow: 1px 1px 0 #d8b600;
	text-align: center;
}
*/

.img-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;	
}

.img-item {
	padding: 1rem;
}

section img {
	width: 700px;
}






/*footer
------------------------------------------------------------------*/
.footer {
	width: 100%;
	font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	text-align: center;
/*	color: #141100;*/
	color: #d8b600;
/*	background-color: #d8b600;*/
	background-color: #4f4300;
	position: fixed;
    bottom: 0;
}




