* {
    padding: 0;
    margin: 0;
    box-sizing: 0;
  }
  
  body {

    overflow-x: hidden;
  }
  

/* hero section  */
.homes{
    background: rgba(0,0,0,0.4)url("./images/Background.jpg");
    background-blend-mode: darken;
    background-position:center;
    background-size: cover;
    min-height: 120vh;
    min-width: 100vh;

  }
  

  .main-content{
    display: flex;
    align-items: center;
    flex-direction:column ;
  }
  
.homes1{
    display: flex;
    text-align: center;
    margin-top: 25%;
    justify-content: center;
    font-weight: 700;
    font-size: 50px;
    color:rgba(255, 255, 255, 0.704);
    text-shadow: 3px 3px rgba(26, 65, 40, 0.799);
   
  }
  
  .h-btn1{
    height: 50px;
    width: 25%;
    outline: none;
    border: none;
    color: white;
    background: gray;
    border-radius: 50px;
    transition: all 0.4s;
  }
  .h-btn1:hover{
    opacity: 0.8;
    color: orange;
    border: 2px solid white;
  }
  .h-btn1 a{
    outline: none;
    border: none;
    color: white;
    text-decoration: none;
    transition: all 0.4s;
  }
  
  .h-btn1 a:hover{
    opacity: 0.8;
    color: orange;
  }

/* Featured Products  */

.Featured-item{
  max-width: 300px;
  max-height: 500px;
  padding: 0px;
  margin-bottom: 20px;
  border: 2px solid white;
  margin-left: 20px;
  margin-right: 20px;
}
.Featuredproduct-img{
  position: relative;
  overflow: hidden;
}
.Featuredproduct-img:hover .btns{
  bottom: 0;
}


/* About Us  */
.team , h4{
  text-align: center;
  }
/* Hero Section 2  */
#about{
background: rgba(0,0,0,0.4)url("images/Background\ 1.jpg");
background-blend-mode: darken;
background-position:center;
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
margin-top: 50px;

}
.contact1{
  color: white;
  text-align: center;
}

/* Contact us */
.contact h1 {
  color: #000;
  font-weight: 600;
  font-size: 45px;
}

.cbtn1 {
  height: 50px;
  width: 35%;
  outline: none;
  border: none;
  color: white;
  background-color: white;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  font-weight: lighter;
  transition: all 0.4s;
}

.cbtn1:hover {
  opacity: 0.8;
  color: white;
  border: 4px solid white;
}
 /* Footer section  */
 .bg-footer{
  background-color:orange;
  color: #ffffffd4;
 }

.news-letter {
  line-height: 1.8 ;
  padding-right: 30px;
  
}

 .footer-item a {
  text-decoration: none;
  color: #ffffffd5;
  line-height: 2.8 ;
  transition: all 0.4s;
 

  
}
.footersubmit  {
  height: 45px;
  outline: none;
  border: 2px solid  white;
  background-color: transparent;
  border-radius: 10px 0px 0px 10px;

}
.btnfooter {
  height: 45px;
  outline: none;
  border: none;
  background-color: white;
  color: black;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.4s;
  margin-inline-end: 2px;
}
.btnfooter:hover {
  opacity: 0.8;
  color: orange;
  border: 2px solid white;
}

.fa-brands {
  font-size: 2.5rem;
  cursor: pointer;
  padding-right: 5px;
  color: white;
}
.fa-brands:hover{
  color: rgb(57, 57, 231);
}

.mailto{
  text-decoration: none;
}
/* hero section  */
.home{
  background: rgba(0,0,0,0.4)url("");
  background-blend-mode: darken;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 120vh;
}

.h-btn{
  height: 50px;
  width: 25%;
  outline: none;
  border: none;
  color: white;
  background: white;
  border-radius: 50px;
  transition: all 0.4s;
}

.h-btn:hover{
  opacity: 0.8;
  color: white;
  border: 4px solid white;
}

/* Product Page */
.products{
  background: rgba(0,0,0,0.4)url("./images/razer-hanbo-chroma-hero-desktop-v2.png");
  background-position:center;
  background-size: cover;
  min-height: 60vh;
  min-width: 100vh;

}
.productsslogan{
  display: flex;
  text-align: center;
  margin-top: 15%;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
  color:rgba(255, 255, 255, 0.704);
  text-shadow: 3px 3px rgba(26, 65, 40, 0.799);
}
#description{
text-align: justify;
 font-size: 20px;
}
/* Best Sellers starts */
.card{
  margin-bottom: 50px;
  border: 2px solid black;
  text-align: center;
}
.btn{
  background-color: gray;
  color: white;
}
.btn:hover{
  color: orange;
}
#productTitle{
  font-family: 'Times New Roman', Times, serif;
}

/* Best Sellers ends */


/* Product Details Page */
.product-details{
  background: rgba(0,0,0,0.4)url("images/Productdetails.png");
  background-position:center;
  background-size: cover;
  min-height: 40vh;
  min-width: 100vh;  
}
.productsdetails{
  display: flex;
  text-align: center;
  margin-top: 15%;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
  color:rgba(255, 255, 255, 0.704);
  text-shadow: 3px 3px rgba(26, 65, 40, 0.799);
}
.ourproducts{
  margin-top: 20px;
}
/* ------------------------------------------------------------------------- */
.card-body li {
    list-style-type: none;
}

.root-fix {
    margin-top: 0px !important;
}

.category_container {
  border-radius: 5px;
  border: 1px solid black;

}

.category_container h3 {
  padding: 10px 0;
  background-color: orange;
  color: white;
  font-weight: 600;
  border: 1px solid black;
}


.category_container .category_card p {
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.category_container .category_card p:hover{
  background-color: grey;
  cursor: pointer;
  color: white;
}

.category_container .category_card a {
  text-decoration: none;
  color: black;
}

#emailInput {
  color: black;
  background-color: white;
  width: 100%;
}

#sendEmailHandler {
  border: 1px solid black;
  width: 100px;
}
/* @media screen and (max-width: 600px) {
  .homes {
    min-height: 90vh;
  }
  #about {
    
  }
} */