/* cards we offer */
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bree+Serif&family=EB+Garamond:ital,wght@0,500;1,800&display=swap'); */


/* body {
background: #eef47a;
  background-image: linear-gradient( to right, #9cbbe18d,#92d4ea);
  background-attachment: fixed; 
  background-size: cover;
  
  } */

  .head{
    display: flex;
    flex-direction: row;
    /* margin-top: 10px; */
}
/* .sanitiser{
  margin: 5em auto !important;
} */
#container{
  box-shadow: 0 5px 10px 1px rgb(152, 150, 150);
  background: rgba(255, 255, 255, 0.90);
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  margin: 5em 2em;
  height: 400px;
  width: 90%;
  display: felx;
}
#container1{
  box-shadow: 0 5px 10px 1px rgb(152, 150, 150);
  background: rgba(255, 255, 255, 0.90);
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  margin: 5em 2em;
  height: 400px;
  width: 50%;
  display: felx;
}
#container1 .product-details h1{
  /* font-family: 'Bebas Neue', cursive; */
  display: inline-block;
  position: relative;
  font-size: 27px;
  color: #344055;
  margin: 0;
  
  
}
#container1 .product-details h1{
  /* font-family: 'Bebas Neue', cursive; */
  display: inline-block;
  position: relative;
  font-size: 27px;
  color: #344055;
  margin: 0;
  
  
}
#container1 .product-details h1:before{
  position: absolute;
  content: '';
  right: 0%; 
  top: 0%;
  transform: translate(25px, -15px);
  /* font-family: 'Bree Serif', serif; */
  display: inline-block;
  background: #ffe6e6;
  border-radius: 5px;
  /* font-size: 14px; */
  padding: 5px;
  color: white;
  margin: 0;
  animation: chan-sh 6s ease infinite;

}
#container1 img {width: 100%;height: 100%;}

#container1 .product-details > p {
  /* font-family: 'EB Garamond', serif; */
    padding-bottom: 0.1%;
    text-align: justify;
    padding: 2px 5px 5px 5px;
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 0.5%;
    margin-bottom: 20px;
    
  }

.product-details {
  position: relative;
  text-align: left;
  overflow: hidden;
  padding: 20px;
  height: 100%;
  float: left;
  width: 50%;

}

#container .product-details h1{
  /* font-family: 'Bebas Neue', cursive; */
  display: inline-block;
  position: relative;
  font-size: 27px;
  color: #344055;
  margin: 0;
  
  
}

#container .product-details h1:before{
  position: absolute;
  content: '';
  right: 0%; 
  top: 0%;
  transform: translate(25px, -15px);
  /* font-family: 'Bree Serif', serif; */
  display: inline-block;
  background: #ffe6e6;
  border-radius: 5px;
  /* font-size: 14px; */
  padding: 5px;
  color: white;
  margin: 0;
  animation: chan-sh 6s ease infinite;

}

  


.hint-star {
  display: inline-block;
  margin-left: 0.5em;
  color: gold;
  width: 50%;
}


#container .product-details > p {
/* font-family: 'EB Garamond', serif; */
  padding-bottom: 0.1%;
  text-align: justify;
  padding: 2px 5px 5px 5px;
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 0.5%;
  margin-bottom: 20px;
  
}
.control{
  position: absolute;
  bottom: 20%;
  left: 22.8%;
  
}


.product-image {
  transition: all 0.3s ease-out;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  float: right;
  width: 45%;
  display: inline-block;
}

#container img {width: 100%;height: 100%;}

.info {
    background: rgba(27, 26, 26, 0.9);
    /* font-family: 'Bree Serif', serif; */
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 1.8;
    text-align: left;
    font-size: 105%;
    cursor: no-drop;
    color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.info h5 {
    text-align: center;
    margin-top: 35%;
}
.product-image:hover .info{transform: translateX(0);}

.info ul li{transition: 0.3s ease;}
.info ul li:hover{transform: translateX(50px) scale(1.3);}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}
.heading1{
    text-align: center;
    /* padding: 10px 0px 0px 0px; */
    margin-bottom: 0rem;
    padding-top: 20px;
    background-color: #ddd;
    
}
.heading2{
    padding-top: 20px;
    text-align: center;
    margin-bottom: -0.5em;
    /* padding: 10px 0px 0px 0px; */
    background-color: #fff;
    
}
.row2{
    margin: 0px 0px 0px 0px;
    background-color: #ddd;
    
}
.row1{
    background-color: #fff;
}



.message {
  /* background-color: #ddd; */
  /* color: ; */
  /* display: block; */
  text-align: center;
  /* overflow: hidden; */
  text-align: center;
}

.word1, .word2{
  /* font-family: tahoma; */
  color: black;
  /* display: flex;
  flex-direction: row; */
}

@media screen and (max-width: 1280px){
  .head{
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  #container .product-details .information {
    font-size: 1px !important;
  }
}
