*  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
} 



.header {
    /* position: sticky;  */
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    /* background: rgba(255, 255, 255, .1);  */
    background-color: rgba(155, 155, 155, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .5s;
}

.header:hover::before {
    left: 100%;
}

.navbar a {

    color: black;
    font-size: 14px;
    text-decoration: none;
    margin-left: 35px;
    transition: .3s;
}

.navbar a:hover {
    color: #f00;
}




#searchBox {
    width: 300px;
    padding: 10px;
    margin-top: 1%;
    border-radius: 20px;
    /* border: 2px solid red; */

}

#searchIcon {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;

}

.login-button {
    background-color: transparent;
    /* Green */
    border: none;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid black;
}

/* Hover effect */
.login-button:hover {
    background-color: grey;
}

/* Pressed effect */
.login-button:active {
    background-color: grey;
}

/* banner */
/* .banner {
    background-image: url(new.avif);
    background-size: cover;
    height: 85vh;
  } */
  body {
	position: relative;
	/* color: #222; */
	/* font-family: "Kalam", sans-serif; */
	min-height: 100vh;
	overflow-x: hidden;
	background-size: cover;
} 
  
#banner {
    height: 100vh;
     width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center; 
     overflow: hidden;
}

#banner #banner-images {
    height: 100%;
    position: relative;
    object-fit: cover;
    z-index: -10;
    filter: brightness(0.7) grayscale(0.6);
    animation: banner-change 15s infinite ease-in-out;
    display: flex;
    flex-direction: row;
}

#banner #banner-images img {
    width: 100vw;
    object-fit: cover;
}

@keyframes banner-change {
    0% {
        right: -200vw;
        filter: brightness(0) grayscale(0.6);
    }

    20.5% {
        right: -200vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    22.5% {
        right: -200vw;
        filter: brightness(0) grayscale(0.6);
    }

    23% {
        right: -100vw;
        filter: brightness(0) grayscale(0.6);
    }

    25% {
        right: -100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    45.5% {
        right: -100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    47.5% {
        right: -100vw;
        filter: brightness(0) grayscale(0.6);
    }

    48% {
        right: 0vw;
        filter: brightness(0) grayscale(0.6);
    }

    50% {
        right: 0vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    70.5% {
        right: 0vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    72.5% {
        right: 0vw;
        filter: brightness(0) grayscale(0.6);
    }

    73% {
        right: 100vw;
        filter: brightness(0) grayscale(0.6);
    }

    75% {
        right: 100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    95.5% {
        right: 100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    97.5% {
        right: 100vw;
        filter: brightness(0) grayscale(0.6);
    }

    98% {
        right: 200vw;
        filter: brightness(0) grayscale(0.6);
    }

    100% {
        right: 200vw;
        filter: brightness(0) grayscale(0.6);
    }
}

#banner h1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: 8px;
    color: rgb(230, 255, 255);
    text-shadow: 2px 2px 8px rgb(206, 206, 206);
    animation: color-cycle 5s infinite ease-in-out;
    color: rgb(233, 233, 233);
    text-transform: uppercase;
    margin-top: -14px;
    text-align: center;
    width: 90%;
}

.newin {
    height: 15vh;
    text-align: center;
    font-size: 30px;
    margin-top: 4%;
    
}


/* product */
.best {
    height: 450vh;
    width: 100%;
    /* padding-left: 5%; */
    /* border: 2px solid black;   */
}

.bestrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: -1px;
}

.bestimg p {
    text-align: center;
    color: grey;
    margin-top: 5%;
}

.bestimg h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 2%;
}

.bestimg h5 {
    text-align: center;
    font-size: 15px;
    margin-top: 2%;
    color: grey;
}
.bestimg h5 a {
    text-align: center;
    font-size: 15px;
    margin-top: 2%;
    color: grey;
}
.image-box a img{
  margin-left: 5%;
}

/* .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 540px;
  } */
.image-box img {
    /* max-width: 100%; */
    transition: all 0.3s;
    display: block;
    /* width: 100%; */
    /* height: auto; */
    transform: scale(1);
    display: inline;
    margin-top: 8%;
    height: 75vh;
    margin-left: 2%;
    /* border-radius: 20px; */
}

.image-box:hover img {
    transform: scale(1.1);
}



.grown {
    height: 15vh;
    text-align: center;
    font-size: 30px;
    margin-top: 3%;
  }
  
  
  /* product */
  .sangeetbest {
    height: 225vh;
    width: 100%;
    /* padding-left: 5%; */
     /* border: 2px solid black;  */
  }
  
  .sangeetbestrap{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: -1px;
  }
  
  .sangeetbestimg p {
    text-align: center;
    color: grey;
    margin-top: 6%;
  }
  
  .sangeetbestimg h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 2%;
  }
  
  .sangeetbestimg h5 {
    text-align: center;
    font-size: 15px;
    margin-top: 2%;
    color: grey;
  }
  .sangeetbestimg h5 a {
    color: grey;
  } 
  .sangeetbestimg img{
    margin-left: 5%;
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: yellow; /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 90px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: white; /* Add a dark-grey background on hover */
  }


  /* contact us */
.bestimg p {
    width: 100%;
    text-align: center;
    position: relative;
    /* margin-top: 45vh; */
  }
  
  .bestimg a {
    text-decoration: none;
  }
  
  .btn {
    height: 8vh;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 1px 1px 10px 3px hsla(0, 0%, 0%, .6);
    width: 7em;
    padding: 1em;
    color: black;
    text-align: center;
    text-shadow: 0 2px 0 hsla(0, 0%, 0%, .25);
    /* font: 400 1.5em /1 'Raleway', sans-serif; */
    /* letter-spacing: 4px; */
    background: lightgray;
    cursor: pointer;
    margin-top: 5%;
  }
  
  .anim {
    animation: jiggle 2.0s ease-out infinite;
    font-size: 15px;
  }
  
  @keyframes jiggle {
    48%, 62% {
      transform: scale(1.0, 1.0)
    }
    50% {
      transform: scale(1.1, 0.9)
    }
    56% {
      transform: scale(0.9, 1.1) translate(0, -5px)
    }
    59% {
      transform: scale(1.0, 1.0) translate(0, -3px)
    }
  }

  /* contact us 2*/
.sangeetbestimg p {
    width: 100%;
    text-align: center;
    position: relative;
    /* margin-top: 45vh; */
  }
  
  .sangeetbestimg a {
    text-decoration: none;
  }
  
  .btn {
    height: 8vh;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 1px 1px 10px 3px hsla(0, 0%, 0%, .6);
    width: 7em;
    padding: 1em;
    color: black;
    text-align: center;
    text-shadow: 0 2px 0 hsla(0, 0%, 0%, .25);
    /* font: 400 1.5em /1 'Raleway', sans-serif; */
    /* letter-spacing: 4px; */
    background: lightgray;
    cursor: pointer;
    margin-top: 5%;
  }
  
  .anim {
    animation: jiggle 2.0s ease-out infinite;
    font-size: 15px;
  }
  
  @keyframes jiggle {
    48%, 62% {
      transform: scale(1.0, 1.0)
    }
    50% {
      transform: scale(1.1, 0.9)
    }
    56% {
      transform: scale(0.9, 1.1) translate(0, -5px)
    }
    59% {
      transform: scale(1.0, 1.0) translate(0, -3px)
    }
  }
  /* footer  */
  .footer {
    width: 100%;
    height: 75vh;
    background-color:black;
    margin-top: 3%;
  }
  
  .footrap {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
    padding-left: 4%;
  }
  
  .box8 h3 {
    color: white;
    /* font-size: 15px; */
    margin-top: 9%;
  }
  
  .box8 p {
    padding-top: 2%;
    margin-top: 4%;
    color: wheat;
    /* font-size: 12px; */
  }
  
  .box8 img {
    padding-top: 4%;
    padding-left: 8px;
  }
  
  .box8 h4 {
    margin-top: 4%;
    color: white;
    font-size: 20px;
  }
  #myEmail{
    margin-top: 5%;
   height: 6vh;
   width: 80%;
    background-color: wheat;
  }
  #myLOCATION{
    margin-top: 5%;
   height: 6vh;
   width: 80%;
   background-color: wheat;
  }
  
  .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -10%;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .site {
  
    margin-top: 1%;
    margin-left: 60%;
  
  }
  
  