@media only screen and (max-width: 992px ) {
  section{
    margin-top:50px;
    &#footer{
      margin-top:0;
    }
  }
  .social-btn{
    width:unset;
    height:unset;
  }
  .nav{
    display:none;
  }
  .logo{
    position: absolute;
    left:40px;
    align-items: center;
   img{
     width:150px;
   }
  }
  .btn a:hover{
    color: #FF9400;
  }
  .btn:hover{
    color: #FF9400;
  }
  .hero{
    .text{
      font-size:45px;
    }
  }
  .product-img{
    img{
      border-radius: 8px;
      margin:10px 0;
    }
  }
  .about-sections{
    display:block;
    row-gap: 0;
  }
  footer{
    .btn{
      width:auto;
      height:auto;
    }
  }
  .menu {
    flex-direction: column;
    background-color: #151418;
    align-items: start;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  /*.menu a {
    margin-left: 12px;
  }*/
  ul.menu{
    padding-left:0;
  }
  .menu li {
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
    color: #FF9400;
    font-size: 28px;
    cursor: pointer;
  }
  nav{
    flex-direction: row-reverse;

  }


}
@media only screen and (min-width: 993px ) {
  .hero{
    .text{
      font-size: 65px;
    }
  }
  ul.menu{
  margin-bottom:0;
  }
  .product-img{
    height:auto;
    width: 625px;
    overflow:hidden;
    border-radius: 8px;
    img{
      overflow:hidden;
      border-radius: 8px;

    }
  }
  .menu-icon {
    display: none;
  }
}
.product-row{
  margin:50px 0;
}
.header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
  background-color: white;
  z-index: 1;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.logo a span {
  color: #8739fa;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu a {
  display: block;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  color: #FF9400;
  text-decoration: none;

}
* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.menu:hover a {
  opacity: 0.4;
}

.menu a:hover {
  opacity: 1;
  color: #fff;
}



#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}


.btn:hover{
  color:black;
  background-color: white;
  border:solid 1px #FF9400;
  a:hover{
    color:#FF9400;
  }
}
body{
  font-family: Montserrat, Poppins, serif;
}
.hero{
  height:500px;
  width:100%;
  .text{
    font-weight: bold;
    text-align: center;
  }
  p{
    text-align: center;
  }
  button{
    width:100px;
    height:50px;
    display:block;
    margin: auto;

  }
  button.hero-btn.btn{
    min-height: fit-content;
    min-width: fit-content;
  }
}
.hero{
  display:inline-block;
  margin: 0 auto;
  align-content: center;
}
.hero-btn{
  color:white;
  background-color: #FF9400;
  border:none;
}

.btn{
  border-radius: 8px;
  width:150px;
  height:60px;
  min-width:50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  a{
    text-decoration: none;
    color:white;
  }


}
.social-btn{
  width:unset;
  height:unset;
}

.btn-green{
  background-color: #25d366;
  color:white;
  border:none;
  border-radius: 8px;
  width:150px;
  height:60px;
  min-width:50px;
  text-align: center;
  text-decoration: none;

  a{
    transition:0.5s ease-in-out;
      color:white;
      text-decoration: none;
    :hover{

      text-decoration: none;
    }
  }


}
/*.clips-snake{
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  marquee-speed: fast;
  animation: marquee 10s linear infinite;
  margin:35px 0;
}*/
#about{
  margin:100px 0;
  .about-whole{

  }
  .about-title{
    margin-top:20px;
    font-size: 30px;
    h2{
      font-weight: bold;

    }
  }
  .about-sections{
    margin:10px 0;
    display:grid;
    row-gap:50px;
  }

}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
  margin-top:16px;
}
p{
 color:#828282;
}
.nav-link{
  background-color:transparent;
  color:black;
  margin:5px;
}
.nav-btn{
  :hover {
    color:#FF9400;
  }
  .active{
    background-color:#FF9400;
    color:white;
  }
}

#contact{
  background-color: #FF9400;
  height:500px;
  align-content: center;
  margin-top:50px;
}
.contact-whole{
  display:block;
  background-color: #FF9400;
  color:white;
  text-align: center;


  .contact-placeholder{
  }
  h2{
    color:white;
    font-weight: bold;
    font-size: 60px;
  }
  p{
    color: #555555;
  }
  .mail-subj{
    border:none;
    margin:5px;
    padding:10px;
    border-radius: 8px;
    color:black;
    background-color:white;

  }
  .mail-msg{
    border:none;
    margin:5px;
    padding:50px;
    border-radius:8px;
    color:black;
    background-color:white;
  }

  button.btn-green :hover{
      color:black;
      animation: ease-in-out;
      transform: scale(1);
    }
  }




