
.header{
  width: 100%;
  background-color: #E9E5E5;
  background-position: center;
  background-size: cover;
  display: flex;
  z-index: 999;
  justify-content: space-between;
  top: 0;
  left: 0;
}
.ourProcessSteps img{
  width: 305px;
  height: 260px;
  border-radius: 8px;
}
nav{
  width: 100%;
  padding: 10px 0;
  height: 113px;
}
#poster .poster_row{
  justify-content: space-around;
  display: flex;
  background-color: #BBA4A4;
  justify-content: space-around;
}
#poster .poster_row .left{
  margin-left: -35px;
}
nav ul{
  background: #FDFDFC;
  width: 100%;
  margin-top: 8px;
}
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 25px 30px;
  color: #ffffff;
}
.nav-link:hover {
  color: #BBA4A4;
}
#navbar li a {
  text-decoration: none;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 600;
  margin-top: -25px;
  border-radius: 10px;
  color: #BBA4A4;
  transition: 0.3s ease;
}
.button1 {
  display: flex;
  margin: 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
/*#navbar input {
  width: 382px;
  height: 40px;
  padding: 3px 12px;
  padding-top : 20px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #666563;
  background: var(--Neutral-07, #FDFDFC);
}*/
.logo img{
  padding-left: 24px;
}
#navbar li a:hover,
#navbar li a.active{
    color: #666563;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content:"";
    width: 30%;
    height: 2px;
    background-color: #BBA4A4;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
#mobile .small_logo {
  display: none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#list_products datalist {
  height: 20%;
}

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

.logo {
  display: flex;
  margin-left: 30%;
  padding: 12px;
}
#mobile .logo img {
  height: 30px;
  width: auto;
}
.logo img {
  margin-left: -115%;
  margin-top: 5px;
  padding: 0px;
  color: #BBA4A4;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.burgermenu{
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
.backarrow{
  display: none;
}
.header {
  display: none;
}
#mobile .searchicon {
  margin-top: 5%;
  margin-right: 30px;
}
.gallery {
  overflow: auto;
  margin: 0;
  margin-right: 0;
  gap: 8px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 0px;
}
.galleryy {
  padding-bottom: 52px;
  overflow: auto;
  margin: 0;
  margin-right: 0;
  gap: 8px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 100px;
  padding-right:0px;
}
.ourProcessSteps {
    width: 170px;
    height: 146%;
}
.ourProcessSteps img {
  width: 125px;
  height: 98px;
  align-self: stretch;
  border-radius: 8px;
  padding: 0px;
}
#poster .poster_row .left {
  margin-left: 0%;
}
.textDiv h3 {
  color: #000;
font-family: 'Poppins';
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 110%;
}
.textDiv p {
  color: var(--Neutral-04, #8A8885);
font-family: 'Poppins';
margin-top: 5px;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
footer input {
  width: 130%;
  padding: 20px;
  margin-bottom: 4px;
  margin-left: 0px;
  margin-top: -9px;
}
}


/*media moblie-small screen */
@media only screen and (max-width:400px) {
  .logo img {
    margin-left: -65%;
}
  .logo {
    display: flex;
    margin-left: 15%;
    padding: 8px;
}

  footer input {
    padding: 20px;
    margin-bottom: 4px;
    margin-left: -5px;
    margin-top: -9px;
}
}

@media only screen and (max-width:350px) {
  footer input {
    width: 110%;
}
}