@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

@font-face {
    font-family: 'HomeVideo';
    src: url('../fonts/HomeVideo-Regular.ttf'); 
}


a{

  text-decoration: none;
  color: inherit;

}


body{

  background-color: #EBEBEB;
  font-family: 'HomeVideo';
  color: #2E2E2E;

}

footer{

height: 100px;
font-size: 12px;
letter-spacing: 3px;
margin-top: 10px;


}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;

}

.container {
  max-width: 1000px;
}


#backgroundCanvas{

filter: blur(2.1px);


}

#backgroundCanvas2{

filter: blur(6.1px);


}

#header{

  height: 140px;
  padding-top: 50px;
  margin-bottom: 50px;

  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;

}

#header_title{

  background-image: url("../img/title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height:60px; 
  width: 200px;
  z-index: 20;
  position: absolute;
  left: 0;

}

#header_logo{

  background-image: url("../img/deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  height:45px; 
  width: 100px;
  z-index: 20;
  position: absolute;
  right: 0;

}


.headerline{

  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the thickness of the line */
  background-color: #2E2E2E; /* Adjust the color of the line */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;

}

.line{

 
  width: 100%;
  height: 2px; /* Adjust the thickness of the line */
  background-color: #2E2E2E; /* Adjust the color of the line */
  padding: 0px;
  margin-top: 60px;

}

.hexo-overlay{

  position:absolute; left:10px; top: 10px; width:100%; height:100%; text-align:left;

}


.product{

  background-color: #000000;
  height: 300px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
  border-radius: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  text-align: right;
  position: relative;

  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px;

}

.hexotitle{


font-size: 45px;

}

.spacer{

height: 50px;
width: 100%;

}

.hero_product{

  height: 450px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;


}

.hero_product .videocontainer{

  width: 100%;
  height: 400px;
  overflow:hidden;
  position: relative;


}

.product_header{

height: 40px;
color: white;
padding: 5px;
font-size: 12px;
letter-spacing: 1px;
padding-left: 10px;
padding-top: 5px;
line-height: 13px;
text-align: right;
position: relative;

}


.videocontainer{

  border-radius: 10px;
  width: 100%;
  height: 250px;
  overflow:hidden;
  position: relative;

}



.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  z-index: 0;
  padding: 0px;
  left: 0;
  top: 0;
  position: absolute;
   min-width: 100%; /* Minimum width to cover container */
  min-height: 100%; /* Minimum height to cover container */

}

.dbutton{

padding: 10px;
padding-left: 30px;
padding-right: 30px;
font-size: 20px;
border-width: 1px;
border-style: solid;
margin-right: 20px;
display: inline-block;
margin-top: 20px;
border-radius: 5px;
background-color: black;
color: white;


}

#ph_overlay {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  background-image: url("../img/ph_overlay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;}


#atomas_overlay {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  background-image: url("../img/atomas_overlay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;}




#footer_deco{

  background-image: url("../img/footerbar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  height:60px; 
  width: 300px;
  z-index: 20;
  position: absolute;
  right: 0;
  top:-20px;

}

.globe_icon{

  background-image: url("../img/icon_globe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height:100%; 
  width: 25px;
  position: absolute;
  left: 10px;
  top: 3px;

}

.atom_icon{

  background-image: url("../img/icon_atom.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height:100%; 
  width: 25px;
  position: absolute;
  left: 10px;
  top: 3px;
}


.solar_icon{

  background-image: url("../img/icon_solar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height:100%; 
  width: 25px;
  position: absolute;
  left: 10px;
  top: 3px;
}





/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

 

  
red{

color: #FA2631;

}

.redbg{

background-color: #FA2631;
color: ffffff;
font-weight: bolder;
border-radius: 5px;
letter-spacing: 10px;
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}



.aside{
  position: absolute;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #EBEBEB;
  background-color: #111111;
  padding-left:20px;
  padding-right:20px;

  text-align: left;

  line-height: 24px;
  transform-origin: top left;
  transform: rotate(90deg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  top: 50px;
  left: 0px;
}

@media only screen and (max-width: 768px){

 .product{

margin-bottom: 40px;

}

.spacer{

height: 0px;
width: 100%;

}

  .container {
  max-width: 90%;
}


}


@media (max-aspect-ratio: 4/5){


.hexotitle{


font-size: 30px;

}





#header{

  height: 100px;
  padding-top: 00px;
  margin-bottom: 50px;

  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;

}


#header_title{

  background-image: url("../img/long_left_2.png");
  background-position: center center;
  height:60px; 
  position: relative;
  left: 0;
  width: 100%;


}

#header_logo{

  background-position: center center;
  height:0px; 
  width: 100px;
  z-index: 20;
  position: relative;
  margin-bottom: 50px;
  right: 0;
  width: 100%;
  visibility: hidden;

}

.product{

  height: 300px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px;

}


.videocontainer{

  height: 245px;
  margin-top: 5px;

}


.hero_product{

  height: 300px;


}

.hero_product .videocontainer{

  height: 245px;
  margin-top: 5px;


}


.aside{

  font-size: 12px;
  letter-spacing: 0px;


}



#footer_deco{

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height:40px; 
  width: 100%;
  z-index: 20;
  position: absolute;
  right: 0;
  top:55px;

}




footer{

height: 180px;
font-size: 12px;
letter-spacing: 3px;
margin-top: 10px;
text-align: center;
padding-top: 45px;


}

.atomasgb-container {
  margin-top: 0 !important;
}

}


