@charset "utf-8";
/* CSS Document */
html, body, a {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    width: 399px;
    margin:auto;
    background-color: #000;
}

html { 
	scroll-behavior: smooth;
}

h2 {
    font-size: 16pt;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: -3px 0 0 11px;
    color: #89C711;
}

.square {
	width: 7px;
	height: 16px;
	background: rgba(255, 168, 0, 0.9);
}

.a {
    font-family: 'Roboto Flex', sans-serif;
}

.headerMenu {
    height: 83px;
    display: flex;
    padding-left: 16px;
    padding-right: 39px;
    
}

.headerIcon {
    align-content: center;
    margin-top: 31.5px;
}

.headerIcon2 {
    align-content: center;
    margin-top: 31.5px;
    margin-left: 95px;
}

.headerIcon3 {
    align-content: center;
    margin-top: 31.5px;
    margin-left: 25px;
}

.headerLogo {
    margin-left: 33px;
}

.alignLeft {
    display: flex;
}

.alignRight {
    text-align: right;
    justify-content: flex-end;
}

.blackline {
    height: 7px;
    background-color: #1C1C1C;
}

.headline2 {
    display: flex;
    background-color: #0C0C0C;
    padding: 34px 15px 17px 15px;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.9);
    position:relative;
}

.headline3 {
    display: flex;
    background-color: #0C0C0C;
    padding: 50px 15px 17px 15px;
    box-shadow: 0 -6px 13px rgba(0, 0, 0, 0.9);
    position:relative;
}

.firstviewContent {
    display: flex;
    align-items: flex-end;
}

#hero_container{
    overflow: hidden;
    position:relative;
    background-image: url("images/Firstview.jpg");
    background-size: cover;
    height: 253.31px;
    width: 100%;
}

.inner1 {
    margin-left: 5px;
    margin-bottom: 20px;
}

.inner2 {
    display: flex;
}

.inner3 {
    margin-right: 290px;
}

.playIcon {
    margin: 5px 0 -5px 0;
}

.box1 {
    background-color: rgba(147, 216, 15, 0.9);
    width: fit-content;
    padding: 0px 20px 0px 20px;
}

.box2 {
    background-color: rgba(33, 32, 38, 0.77);
    width: fit-content;
    padding: 7px 20px 12px 20px;
}

.font-1 {
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, .9);
}

.font-2 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    position:absolute;
    margin-bottom: 0px !important;
}

.font-3 {
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
    position:absolute;
    margin-top: -8px !important;
}

.content4c {
    background-color: #0C0C0C;
    padding: 29px 15px 20px 15px;
    display:flex;
    
    flex-wrap:wrap;
    justify-content:space-between;
}

.column4-inner{
  flex-basis:calc((100% - 45px) / 4);
  max-width:calc((100% - 45px) / 4);
  margin-top:15px;
}

.column4-inner:nth-of-type(1),
.column4-inner:nth-of-type(2),
.column4-inner:nth-of-type(3),
.column4-inner:nth-of-type(4){
    margin-top:0;
}

.column4-inner:nth-of-type(4n-1):nth-last-of-type(1),
.column4-inner:nth-of-type(4n-2):nth-last-of-type(1){
    margin-right:auto;
    margin-left:15px;
}

.column4-inner:nth-of-type(4n-2):nth-last-of-type(2){
    margin-right:0;
    margin-left:15px;
}

.itemfont1 {
    font-weight: 700;
    color: white;
    font-size: 10pt;
    letter-spacing: -0.5px;
    line-height: 0.1em;
}

.itemfont2 {
    font-weight: 400;
    color: #ccc;
    font-size: 10pt;
    line-height: 0.1em;
}

.centering_item {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -117px 0 0 -165px;
}

.contentA,.contentB{
    width: 50%;
}
 
.contentA{
    float: left;
    height:100vh;
    background-image: url("images/topimage.jpeg");
    background-size: cover;
}
 
.contentB{
    float: right;
    height:100vh;
    display: table;
}

.floatbox {
    background: #4D148C;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 20px;
}

.inner{
    background:#fff;
    padding: 50px;
    border-radius: 10px;
}

.box{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #242424;
}

.iconbox {
    width: 100%;
    align-content: center;
}

.back {
    color: #ffffff;
    font-size: 10pt;
    text-decoration: none;
}

#sidePanel {
    position: absolute;
    display: none;
    justify-content: flex-end;
    padding-right: 1em;
    padding-top: 1em;
    width: 70%;
    height: 100vh;
    
    background-color: #343434;
    color: white;
    z-index: 100;
}