body 
{
	margin:auto;
	min-width:100%;
	min-height:5100px;
	font-size:24px;
	font-family:nunito;
	color:#ffffff;
	background-image: linear-gradient(0deg,transparent, #4594a7,#bb599a, #b0857d, #57797f, #464646, transparent);
	//box-shadow: 500px 4900px 500px 4000px #0ff
}

.header_container
{
	position: absolute;
	margin:auto;
	width:100%;
	/*height:30%;*/
	background-image: linear-gradient(180deg, #000, #464646, transparent);
	z-index:1;
}

.bottom_container
{
    position: absolute;
    margin-top: -4%;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(180deg, transparent, #000, #000, #000, transparent);
}

.nav_container
{
	//position:relative;
	margin-top:5%;
	display:inline-flex;
	justify-content: space-between;
}

.title_image
{
	width: fit-content;
	background:transparent;
}

#title_image
{
    width: 35%;
	background:transparent;
}

.menu
{
    width: -webkit-fill-available;
    float: right;
    font-size: 15px;
	font-weight: 600;
}

.menu ul {
	padding: 1em 0px; 
	margin: initial;
	list-style-type: none;
}

.menu li {
	text-decoration: none;
	display: inline;
}

.menu li a:hover{
	background-color: #b9bdb7;
	color:#444141;
	border-radius:5px;
}

.menu li a {
	text-decoration: none;
	padding: 4px 11.1px 4px 11.2px;
	display: inline;
	color:white;
}

.menu a.active {
    color: Red;
}

.hero_media
{
	margin:auto;
	width:100%;
}

.hero_media img, .hero_media video 
{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.body_container
{
	position:relative;
	margin:auto;
	width:80%;
	text-align: center;
	//background-image: linear-gradient(0deg, #000, #000, transparent);
}

 .main
{
	position:relative;
	margin:auto;
	width:69%;
	text-align: center;
}

.main img
{
	position:relative;
	width:240px;
}

.main p
{
    font-size: 24px;
    text-align: justify;
    font-style: normal;
    color: #ffffff;
}

.cd-top {
  display: inline-block;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(upside_arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
 }
 
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch a.cd-top:hover {
  opacity: 1;
}

.cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }

#store
{
    position: relative;
    margin: auto;
    width: 8%;
	padding-right:5%;
    background: transparent;
}

#video {
    width: 99.6%;
    height: 712px;
}

#social
{
    position: relative;
    margin: auto;
    width: 3%;
	padding-right:1%;
    background: transparent;
}

h2
{
	font-size:30;
}

table 
{
	border-collapse: collapse;
	width: 100%;
}

td, th 
{
	border: 0px solid #dddddd;
	padding: 8px;
	width:50%;
}

td h2
{
    font-size: 38px;
    text-align: center;
    display: inline;
}

#image
{
	width:6%;
	border:none;
	background:transparent;
}

table img
{
	width:90%;
	border:15px solid black;
	border-radius:5px;
	background:#000;
}
	
table video
{
	width:90%;
	border:15px solid black;
	border-radius:5px;
	background:#000;
}

table p
{
	font-size:24px;
	text-align:justify;
	color:#fff;
}

.footer_container
{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 300;
    background-image: linear-gradient(180deg,transparent, #888ebd, #a1c4fc);
}

.footer_contant
{
    position: relative;
    margin: auto;
    width: 100%;
	padding-top: 10%;
}

.footer_nav
{
	position:relative;
	margin:auto;
}

.footer_nav a
{
	font-size:20px;
	color:#fff;
	text-decoration:none;
}

.footer_copyright
{
	font-size:10px;
	color:#fff;
}

#icon
{
    position: relative;
    margin: auto;
    width: 3%;
	padding-right:1%;
    background: transparent;
}

@media screen and (min-width: 1441px) and (max-width:2048)
{
.menu
{
	font-size:25px;	
}

.bottom_container 
{
    margin-top: -10%;
    height: 300px;
}

.menu li a 
{
    padding: 4px;
}

table p 
{
    font-size: 30px;
}

td h2 
{
    font-size: 60px;
}

.footer_contant 
{
    padding-top: 6%;
}
}

@media screen and (min-width: 1024px) and (max-width: 1440px)
{
	
body {
    min-height: 5100px;
	background-image: linear-gradient(0deg,transparent, #4594a7,#bb599a, #b0857d, #57797f, #464646,#bb599a, transparent);
}

.menu
{
	font-size:14px;
}

.bottom_container 
{
    margin-top: -9%;
	height:225px;
	background-image: linear-gradient(180deg, transparent, #000, #000, transparent);
}
}

@media screen and (min-width: 769px) and (max-width: 1023px)
{
	
body {
    min-height: 4500px;
}

.nav_container 
{
    margin-top: 3%;
}

.menu
{
	font-size:14px;
}

#title_image {
    width: 40%;
}

.body_container 
{
    width: 100%;
}

.bottom_container 
{
    margin-top: -9%;
	height:225px;
	background-image: linear-gradient(180deg, transparent, #000, #000, transparent);
}

.footer_container 
{
    height: 250px;
}

.footer_contant 
{
    padding-top: 13%;
}

.cd-top 
{
    display: none;
}
}


@media screen and (min-width: 641px) and (max-width: 768px)
{
	
body {
    min-height: 4250px;
}

.nav_container 
{
    margin-top: 3%;
}

.menu
{
	font-size:10px;
}

.menu li a 
{
    padding: 4px 10px;
}

#title_image {
    width: 40%;
}

.body_container 
{
    width: 100%;
}

h2 
{
    font-size: 18px;
}

.main p 
{
    font-size: 16px;
}

table p 
{
    font-size: 18px;
}

td h2 
{
    font-size: 30px;
}

.bottom_container 
{
    margin-top: -9%;
	height:225px;
	background-image: linear-gradient(180deg, transparent, #000, #000, transparent);
}

#store 
{
    width: 6%;
    padding: 2%;
}

.footer_container 
{
    height: 250px;
}

.footer_contant 
{
    padding-top: 13%;
}

.cd-top 
{
    display: none;
}
}

@media screen and (min-width: 481px) and (max-width: 640px)
{
body {
    min-height: 2950px;
}

.nav_container 
{
    margin-top: 3%;
}

.menu
{
	font-size:10px;
}

.menu li a 
{
    padding: 4px 9px;
}

#title_image {
    width: 50%;
}

.body_container 
{
    width: 100%;
}

h2 
{
    font-size: 18px;
}

.main p 
{
    font-size: 16px;
}

table p 
{
    font-size: 14px;
}

td h2 
{
    font-size: 22px;
}

.bottom_container 
{
    margin-top: -15%;
	height:225px;
	background-image: linear-gradient(180deg, transparent, #000, #000, transparent);
}

.scroll-container img
{
	width: 30%;
}

#store 
{
    width: 6%;
    padding: 2%;
}

.footer_container 
{
    height: 200px;
}

.footer_nav a 
{
    font-size: 15px;
}

.footer_contant 
{
    padding-top: 10%;
}

.cd-top 
{
    display: none;
}
}

@media screen and (max-width: 480px)
{
body {
    min-height: 1900px;
}

.nav_container 
{
    margin-top: 2%;
}

.menu
{
	font-size: 6px;
}

.menu li a 
{
    padding: 4px 9px;
}

.hero_media 
{
    margin-top: -5%;
}

#title_image {
    width: 50%;
}

.header_container 
{
    height: 15%;
}

.body_container 
{
    width: 90%;
}

h2 
{
    font-size: 12px;
}

.main p 
{
    font-size: 16px;
}

table p 
{
    font-size: 8px;
}

td, th 
{
    padding: 4px;
}

table img 
{
    border: 3px solid black;
    border-radius: 5px;
}

td h2 
{
    font-size: 15px;
}

.bottom_container 
{
    margin-top: -15%;
	height:225px;
	background-image: linear-gradient(180deg, transparent, #000, #000, transparent);
}

.scroll-container img
{
	width: 30%;
}

#image 
{
    width: 8%;
}

#store 
{
    width: 6%;
    padding: 2%;
}

#social 
{
    width: 5%;
}

.footer_container 
{
    height: 150px;
}

.footer_nav a 
{
    font-size: 12px;
}

.footer_contant 
{
    padding-top: 5%;
}

.cd-top 
{
    display: none;
}
}
