* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(https://static.canva.com/web/images/371e3c3d29934b8f337db83ad7259c73.png), black;*/
	background-color: black;
	color: white;
	color: #f1f0ea;
	background: #f6f2ef;
	overflow-x: hidden;
}

body,html{
    height: 100%;
    width: 100%;
}

#bg{
    color: #d1d1d1;
    position: relative;
    background-color: #232025;
    overflow: hidden;
}

#warning {
	width: 100vw;
	background-color: green;
	color: white;
	text-align: center;
	height: 4vh;
}
#warning div {
	display: flex;
	position: relative;
	justify-content: center;
	/*align-items: center;*/
}
#warning div p {
	position: absolute;
	left: 20vw;
	font-size: 1.5vw;
	
}
#warning div button {
	position: absolute;
	right: 4vw;
}

#Home {
	position: relative;
	overflow: hidden;
	height: 100vh;
	color: #f6f2ef;
	background-color: darkred;
	background: linear-gradient(180deg, darkred, black);
	/*background: black;*/
}

.for-same-left-start {
	
}

/*
.logo-link {
	left: 2vw;
}

.logo {
	display: flex;
	z-index: 10;
	left: 0vw;

}

.logo img {
	z-index: 5;
	text-shadow: 0 20px 40px rgba(0,0,0,.5);
	width: 5vw;
	margin-left: 2vw;
	margin-right: 2vw;
	text-align: left;
}

.logo span {
	font-size: 2vw;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 8vw;
	color: gold;

}

.logo-link {
	text-decoration: none;
	color: #f6f2ef;
	
}
*/
.logo {
	color: gold !important;
	left: 0vw;
	font-weight: 900;
}

.nav nav {
	position: relative;
	top: 3vh;
	z-index: 5;
	width: 100vw;
}

.nav nav ul {
	display: flex;
	justify-content: center;
	/*justify-content: space-between;*/
	align-items: center;
	right: 2vw;
	/*top: - 5vh;*/

}

.nav nav ul li {
	list-style-type: none;
}

.nav nav ul li a {
	text-decoration: none;
	color: #f6f2ef;
	margin: 1vw;
	font-size: 2vw;
	/*font-family: sans-serif;*/
}

.logo-li {
	position: absolute;
	left: 3.5vw;
}

.joiiin {
	/*position: absolute;*/
	right: 8vw;
	position: absolute;

}

#menu{
    width: 2vw;
    height: 1.6vh;
    /* background-color: yellow; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: column;
    /* background-color: red; */
    position: absolute;
    right: 5vw;
}
#menu .line{
    border-radius: 10px;
    height: 0.3vh;
    width: 100%;
    background-color: #cecece;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
#line1{
    /* transform: rotate(40deg); */
    transform-origin: 0 100%;

}
#menu #line2{
    width: 70%;
    transform-origin: 30% 50%;
    /* transform: rotate(-40deg); */
}
/*
.nav nav ul li a:hover {
	color: gold;
	text-decoration: underline red;

}*/

.nav-a {
  position: relative;
  /*display: block;*/
  text-decoration: none;
  font-family: "Lato";
  /*font-size: 2rem;*/
  color: #ecf0f1;
  /*text-transform: uppercase;*/
  /*padding: 4px 0;*/
  transition: 0.5s;
}
.nav-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #ff7000;
  background: white;
  /*background: red;*/
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.nav-a:hover {
  color: #95a5a6;
  color: red;
  color: gold;
}
.nav-a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.columns a {
	border: 1px solid white;
	border-radius: 50px;
	padding: 5px 10px;
}
.dropdown a {
	border: none;
}

.columns {
	/*display: relative;*/
}

.dropdown {
    display: none;
    position: absolute;
}

.dropdown a {
	margin-bottom: -2vh;
	padding: -2vh;
}

.columns:hover .dropdown {
    display: grid !important;
}

.nav-a-b:hover {
	background-color: white;
	color: black;
	transition-duration: 0.5s;
}

.nav {
	position: relative;
	width: 100vw;


}

.nav nav {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	/*display: flex;*/
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 11;
    width: 100vw;
    /*padding: 7vh 5.8vw;*/
    color: #cecece;
    /* background-color: red; */
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 5s;
}


#topmenu{
    background-color: #cecece;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    color: #2b2b2b;
    transform: translateY(-100%);
    border-top: 1px solid #000;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
    
}
#topmenu h1{
    font-size: 13.5vw;
    margin-top: 15.7vh;
    margin-left: 4.8vw;
    letter-spacing: -1vw;
    text-transform: uppercase;

}
#opt{
    height: 45vh;
    width: 45vw;
    margin-left: 5.5vw;
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
    flex-wrap: wrap;
    /* background-color: azure; */
}
#opt h4{
    /* background-color: red; */
    font-size: 1.8vw;
    font-family: 'montserrat';
    margin-bottom: 2.2vh;
    /* background-color: aqua; */
    font-weight: 500;
    cursor: pointer;
    width: 15vw;
}







.h1 {
	position: fixed;
	width: 93.5vw;
	border-top: 0.1px solid #f6f2ef;
	top: 10.5vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.v1 {
	position: fixed;
	height: 100vh;
	border-left: 0.1px solid #f6f2ef;
	left: 2.5vw;

	top: 0vh;

}

.v2 {
	position: fixed;
	height: 100vh;
	border-left: 0.1px solid #f6f2ef;
	right: 2.5vw;
	top: 0vh;
}

.h2 {
	position: absolute;
	width: 80vw;
	border-top: 0.1px solid #f6f2ef;
	top: 15vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.h3 {
	position: absolute;
	width: 20vw;
	border-top: 0.1px solid #f6f2ef;
	top: 17vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}











.quote {
	width: 45vw;
	text-align: left;
	margin-left: 5vw;
	margin-right: 2vw;
	margin-top: 15vh;
	margin-bottom: -15vh;
}

.quote span{
	font-size: 4vw;
	font-family: sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 5;
	position: relative;

}

.videooo {
	display: flex;
	justify-content: center;
	/*overflow-x: hidden;*/
	width: 100vw;
	height: 100vh;
	position: relative;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

video {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.volt-in-big-words {
	font-size: 50vh;
	font-weight: 900;
	font-family: "Staff XX Condensed";
	font-family: sans-serif;
	font-style: normal;
	/*text-align: left;*/
	/*margin-left: 2vw;*/
	/*margin-right: 2vw;*/
	position: absolute;
	mix-blend-mode: multiply;
	background: black;
	/*background: url(https://static.canva.com/web/images/371e3c3d29934b8f337db83ad7259c73.png), black;*/
	color: white;
	width: 100%;
	height: 100%;
	/*top: 0;*/
	/*left: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;

}

.volt-in-big-words h1 {
	z-index: 5;
	font-stretch: expanded;


}



















#Main {
	/*height: 100vh;*/
	min-height: 82.4479166667vw;
	background: black;
	/*background: darkred;*/
	/*display: flex;
	justify-content: center;*/
	position: relative;
	top: 0;
}

.noise-bg {
	background: url(https://babs.xyz/wp-content/themes/bamboo/assets/img/bg/noise-pattern.webp) repeat 50%;
	content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: screen;
    opacity: .05;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;

}

.grid-bg {
	background-image: repeating-linear-gradient(0deg,transparent,transparent 7.8645833333vw,#d1cfda 7.8645833333vw,#d1cfda 7.96875vw),repeating-linear-gradient(-90deg,transparent,transparent 7.8645833333vw,#d1cfda 7.8645833333vw,#d1cfda 7.96875vw);
    background-size: 7.96875vw 7.96875vw;
    height: 71.8229166667vw;
    height: 400vh;
    left: 50%;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 87.7604166667vw;
}

.about-text {
	left: 5vw;
	padding-top: 10vh;
	position: relative;
	width: 60vw;
}

.about-text div {
	font-size: 1.5vw;
	margin: 2vw;
}

.about-text p {
	font-size: 3vw;
	font-family: sans-serif;
}


.more-info {
	margin-top: 50vh;
}
.parent {
	width: 100vw;
	height: 70vh;
	position: relative;
}

.leffft {
	margin-bottom: 5vh;
	background-color: #6c00b5;
	width: 70vw;
	height: 70vh;
	border-top-right-radius: 10000px;
	/*border-bottom-right-radius: 100px;*/
}
.righhht {
	margin-bottom: 5vh;
	background-color: darkred;
	width: 70vw;
	height: 70vh;
	/*border-top-left-radius: 10000px;*/
	border-bottom-left-radius: 10000px;
	position: absolute;
	right: 0;
}

.leffft div {
	font-size: 4vw;
	left: 1vw;
	top: 1vh;
	padding: 2vw;
}
.leffft p {
	font-size: 2.5vw;
	padding: 2vw;
	padding-right: 5vw;
	left: 1vw;
	top: 1vh;
}
.righhht div {
	font-size: 4vw;
	right: 1vw;
	top: 1vh;
	padding: 2vw;
	text-align: right;
	position: relative;
}
.righhht p {
	font-size: 2.5vw;
	padding: 2vw;
	padding-right: 5vw;
	right: 1vw;
	top: 1vh;
	text-align: right;
}
















#page1{
    /* height: 100vh; */
    background-color: #232025;
    position: relative;
}

#page1 img{
    height: 100vh;
    width: 90vw;
    position: relative;
    margin-top: 88vh;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
}




























#About {
	overflow-x: hidden;
	background-color: darkred;
	position: relative;
	height: 200vh;

}

.about-box {
	background-color: black;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 150vh;
	width: 95vw;
	border-top-left-radius: 5vw;
	border-top-right-radius: 5vw;
	top: 10vh;


}

.about-box h2 {
	color: white;
	font-size: 5vw;
	top: 5vh;
	left: 2.5vw;
}

.about-sets {
	display: flex;
	justify-content: center;
	position: relative;
	top: 10vh;

}

.about-set-1 {
	height: 100vh;
	width: 30vw;
	background: #303030;
	margin-left: 10vh;
	border-radius: 2vw;
	position: relative;
}
.about-set-2 {
	height: 100vh;
	width: 30vw;
	/*margin: 5vh;*/
	margin-left: 1vw;
	margin-right: 1vw;
	background: #6e00ff;
	border-radius: 2vw;
	position: relative;
}
.about-set-3 {
	height: 100vh;
	width: 30vw;
	margin-right: 10vh;
	background: #303030;
	border-radius: 2vw;
	position: relative;
	color: white !important;
}

.about-box div div h3 {
	color: #c0ff00;
	/*text-align: left;*/
	font-size: 4vw;
	left: 1vw;
	margin: 2vw;
}

.about-box div div h4 {
	color: white;
	margin: 1vw;
	left: 1vw;
}

.about-sets div div {
	display: flex;
	align-items: center;

}

.about-sets div div img {
	width: 100px;
	height: 100px;
}

.about-sets div p {
	margin: 2vw;
	font-size: 1.5vw;
}








#About h2 {
	/* display: ; */
	/*align-items: left;?*/
	position: relative;
	font-size: 3vw;

	left: 5vw;

}

#About h3 {
	
	/*font-family: sans-serif;*/
}

.our-story {
	display: grid;
	align-items: center;
	height: 100vh;

}

.our-vision {
	display: grid;
	align-items: center;
	height: 100vh;

}

.our-text {
	font-size: 5vw;
	color: wheat;
	margin: 2vw;
	text-align: center;
	font-family: sans-serif;
}

.our-text span {
	color: darkorange;
}



#Video {
	overflow-x: hidden;
}





#marquee {
	background: black;
	overflow-x: auto;

}

#marquee div {
	color: white;
	font-size: 8vw;
}

#marquee div span {
	color: gold;
}











#Contact{
	height: 90vh;
	background-color: black;

}

.hc {
	border-bottom: 1px solid white;
	width: 96vw;

}

.main-contact {
	height: 70vh;
}
.main-contact h2 {
	font-size: 6vw;
	left: 3vw;
	top: 4vh;
	position: relative;
	font-family: sans-serif;
}

#Footer {
	height: 20vh;
	position: relative;
	bottom: 0vh;
	background-color: #f6f2ef;
	background-color: black;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

#Footer div {
	font-size: 1.3vw;
	margin: 1vw;
}

.footer-logo {
	position: absolute;
	left: 2vw;
	font-size: 5vw;
	color: gold;
	font-weight: 900;
	width: 5vw;
}

.address {
	position: absolute;
	left: 25vw;
}

.policy {
	position: absolute;
	right: 20vw;
}

.copywrite {
	position: absolute;
	right: 3vw;
}

.copywrite a {
	color: white;
	text-decoration: none;
}