@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  margin: 0;
  /* height: 100%; */
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
}

/* Header */


header {
  background-image: url("../imgs/b2h_main.png");
  /* background: #65EFEF; */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 52.083%;
}

header h1 {
  color: #fff;
}

header p {
  color: #fff;
}

.header_container {
  position: absolute;
  top: 10vw;   
  width: 45vw;
  height: auto;
  padding-left: 15vw;
  padding-bottom: 10vw;  
}

/* .header_title {
  padding: 2vw;
  font-size: 1.2vw;
} */

.header_text {  
  padding: 2vw; 
  padding-top: 0; 
  font-size: 1.3vw; 
}

.btn_style {
  position: absolute;
  top: 20vw;
  left: 17vw;
  width: 200px;
  height: 45px;    
  border-radius: 50px;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  background: #65EFEF;  
}

.natural_logo {
  position: absolute;
  top: 27vw;
  left: 17vw;
  width: 9vw;
  height: auto;
  margin-top: 2vw;
}

/* Nav */
nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* width: 100vw;   */
  color: #FFF;
  height: 50px;
  /* background: #343434; */
  padding: 20px;
  padding-top: 5%;
  padding-right: 22%;
}

.logo_container {
  padding-left: 20%;
  padding-right: 5%;  
}

.logo {
  width: 100px;
  height: auto;
}

/* Menu */
.menu {
  z-index: 1;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu a {
  text-decoration: none;
  size: 2rem;
  color: #fff;
  font-size: 1.2rem;   
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

/* Main */
main {
  width: 100%;
  height: auto;  
}

section {
  width: 100%;
  height: auto;  
  /* border-top: 1px solid #000; */
}

.section_title {
  white-space: nowrap;
  
  font-size: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 1vw;
  padding-left: 15vw;
 
}

/* Main > Section Products */
.products_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center; 
  padding: 20px;  
}

.product {
  width: 18vw; 
  margin: 0 auto; 
    

}

 
.products{
  margin-top: 10px;
  
}

.product > img {
  width: 18vw;
  height: auto;  
  padding: 5px;  
}

.product_price {
  font-size: 1.5rem;
  font-weight: 700;
}

.product_desc {
  font-size: 1rem;
  font-weight: 300;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* Main > Section How it works */
.section_container {
  display: flex;
  flex-direction: row;  
}

.section_text {
  width: 55vw;
  height: auto;
  padding-top: 2vw;
  padding-left: 15vw;
  padding-bottom: 5vw;  
}

.btn_style_example { 
  margin-top: 10vw;
  width: 200px;
  height: 45px;    
  border-radius: 50px;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  background: #65EFEF;  
}

.section_image {
  width: 45vw;
  height: auto;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-bottom: 5vw;  
}

.product_example > img {
  width: 30vw;
  height: auto;
  text-align: center;
}

.img{
     padding-top: 50px;
     padding-bottom: 20px;

}

/* Main > Section Certificates */
.certificates_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center; 
  padding: 20px;  
}

.certificate {
  width: 25vw;   
}

.certificate > img {
  width: 25vw;
  height: auto;  
  padding: 5px;  
}

/* Main > Section Contacts */
.contact_container {  
  width: 80%;
  height:100px;  
  margin: 0 auto;
  padding-top: 46%;
  
  background-repeat: no-repeat;
  background-size: 30%;  
  
}

#backgrounfimg{
  padding-left: 120px;
  margin-left:600px ;
  height: 70%;
  width: 50%;
  position:absolute;
}
#contact_section_title {
  white-space: nowrap;
  padding-left: 310px;
  font-size: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mail_container {
  display: block;
  width: 300px;
  height: auto;
  padding: 40px;
  background: #343434;
  margin-top: -55%;
  margin-left: 6%;
}


.mail_container label {  
  color: #fff;
}

.mail_container input[type=text], [type=email], [type=tel] {  
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  /* resize: vertical; */
}

.submit_btn_style {
  width: 100%;
  height: 45px;    
  border-radius: 50px;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  background: #65EFEF;
  margin-top: 20px; 
}
#thebutton
   {
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(225, 225, 225, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.19);
  }
  
  #thebutton:hover {
    background-color: #56f1ffd3; /* Green */
    color: white;
    box-shadow: 0 12px 16px 0 rgba(235, 235, 235, 0.24), 0 17px 50px 0 rgba(215, 215, 215, 0.19);
    cursor: pointer;
  }

/* Footer */
footer {
  width: 100%;  
  background: #343434;
  color: #eee;
}

.top_footer {
  width: 100%;  
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center; 
}

.top_left_footer {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 60%;
}

.top_left_list {  
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top_left_list li {  
  margin: 0 4vw;  
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}

.top_left_list a {  
  text-decoration: none;
  color: #ddd;
  font-weight: 200;
  font-size: 0.8rem;
}

.top_right_footer {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 40%;
}

.top_right_footer span {
  font-size: 0.8rem;
}

.subscribe_container {
  width: 300px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;  
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
}

.top_right_footer input[type=email] {
  width: 265px;
  height: 42px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 56px;
  border-radius: 5px;
}

.top_right_footer input[type="submit"] {
  width: 40px;
  height: 37px;
  margin-left: -45px;
  padding-bottom: 2px;
  background: #65EFEF;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.bottom_footer {
  width: 100%;  
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;  
}

.bottom_left_footer {  
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 33%;
}

.bottom_middle_footer {  
  width: 33%;  
}

.bottom_middle_list {  
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom_middle_list li {  
  margin: 0 1vw;  
  text-decoration: none;
  white-space: nowrap; 
}

.bottom_middle_footer a {  
  text-decoration: none;
  color: #fff;
}

.bottom_right_footer {  
  width: 33%;  
}

.social_style {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.fa {
  font-size: 1.5rem;
  color: #fff;
  margin-right: 20px;
}

footer li {
  list-style: none;  
}

@media (max-width: 900px) {
  .products{
    margin-top: 10px;
  }
  .logo {
    width: 70px;
    height: auto;
  }
  .btn_style {
    transform-origin: left;
    transform: scale(0.8);
  }
  #backgrounfimg{
     margin-top: 18px;
    margin-left:320px ;
    height:18%;
    width: 50%;
    position:absolute;
  }
  #contact_section_title{
    padding-left: 120px;
    }
  /* Footer */
  .top_footer {
    width: 100%;  
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    row-gap: 50px; 
  }
  .top_left_footer {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
  
  .top_right_footer {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .logo {
    width: 60px;
    height: auto;
  }
  .btn_style {    
    transform-origin: left;
    transform: scale(0.6);    
  }
  .products{
    margin-top: 10px;
  }
  .img{

    margin: 10px ;
    
    width: 110%;
  padding-left: 10px;}

  /* Header */
  header {
    background: #343434;
    width: 100%;
    height: auto;
  }

  .header_container {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 2%;
}

  .header_text {
    width: 200px;   
    padding: 2%;    
    padding-top: 0; 
    font-size: 10px; 
  }
  
  .btn_style {
    top: initial;
    left: initial;
  }
  
  .natural_logo {
    position: relative;
    top: initial;
    left: initial;
    width: 100px;
    height: auto;
    margin-top: 80px;
}

  /* Main > Section Products */
  .section_title {
    padding-left: 0;
    text-align: center;
  }
  .products_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;    
  }
  .product {
    width: 50vw;  
    padding-right: 0;
    text-align: center;
  }  
  .product > img {
    width: 50vw;
    height: auto;  
    padding-right: 0;    
    text-align: center;
  }  
  .product_price {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .product_desc {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 30px;
  }

  /* Main > Section How it works */
  .section_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
  } 

  .section_text {
    width: 100vw;    
    padding: 15vw;
    padding-top: 5vw;
    padding-bottom: 5vw;  
  }

  .btn_style_example { 
    margin-top: 6vw; 
  }

  .section_image {
    width: 50vw;
    padding-top: 5vw;
    padding-left: 0;
    padding-bottom: 0;  
  }

  .product_example > img {
    width: 50vw;
  }


  /* Main > Section Certificates */
  .certificates_container {
    flex-direction: column-reverse; 
    padding: 20px;  
  }

  .certificate {
    width: 50vw;   
  }

  .certificate > img {
    width: 50vw;
    height: auto;  
    padding: 5px;  
  }

  nav {
    width: 100vw;
    padding: 2%;
    padding-top: 2%;
    padding-right: 5%;
  }  

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;; 
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

@media (max-width: 500px) {
  .products{
    margin-top: 10px;
  }
 
  .img{

    margin: 10px ;
    
    width: 110%;
  padding-left: 10px;}
  #products{
    padding-right: 40px;
  }
  #how_it_works{
    padding-right: 40px;
  }

  .menu-button-container {
   
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  }
  
  #myp{

    font-size: 13px;
  }
  .logo {
    width: 50px;
    height: auto;
  }

  /* Header */
  .header_container {
    column-gap: 0;
    padding-right: 60px;
}

  .header_text {
    width: 200px;   
    padding: 2%;    
    padding-top: 0; 
    font-size: 8px; 
  }
    
  .natural_logo {
    width: 20vw;
    height: auto;
    margin-top: 60%;
}

  /* Footer */
  .bottom_footer {    
    flex-direction: column;      
    row-gap: 10px;
  }
  
  .bottom_left_footer {  
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 33%;
  }
  
  .bottom_middle_footer {  
    width: 33%;  
  }
  
  .bottom_middle_list {  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
    
  .bottom_right_footer {  
    width: 33%;  
  }
  .contact_container {  
    width: 500px;
    height: 700px;  
    margin: 0 auto;
    padding-top: 450px;
    /*background-image: url("../imgs/contact_background.png");  */
   /* background-repeat: no-repeat;*/
    background-size:70%;  
    background-position-x: center;
    margin-right: 35px;
  }
  .btn_style{
    font-size: 25px;
  }
  #contact{
    padding-left: auto;
  }
  #backgrounfimg{
   margin:auto;

    
    height:19%;
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;



    
  }

  #contact_section_title{
  text-align: center;
  display:flex;
  flex-direction: row;
  margin-bottom: 15px;
  
  
  }
  .mail_container {
    display:flex;
    width: 300px;
    height: 350px;
    padding: 50px;
    
    background: #343434;
   
    margin-left: 45px;
  
  }
  footer{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 420px) {
 
  header{
  height: 370px;
 
 }
  .header_container{
   height:200px;
   flex-wrap: wrap;

  }
  .header_text{
    margin-top: 5px;
    padding-bottom: 5px;
    
    flex-wrap: wrap;
  }
  .btn_style {
    /* top: 17vw; */
    transform-origin: left;
    transform: scale(0.45);
  }
  .img{

    margin: 10px ;
    
    width: 110%;
  padding-left: 10px;}
  .products{
    padding-top: 10px; 
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center; 
    padding: 20px; 
  }

#my-video{
width: 80%;

}}
