body {
    background-color: #ffc633;
    background-repeat: no-repeat;
  background-attachment: fixed;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 150px;
}


.centered {
    display: block;
    margin-left: left;
    margin-right: auto;
    text-align: left;
    margin-top:-960px;
    
}


::-webkit-scrollbar {
    width:10px;
  }



  ::-webkit-scrollbar-thumb {
    background-color: maroon;
    border-radius: 10px;
  }


  ::-webkit-scrollbar-thumb:hover {
    background : maroon;
  }


  .img1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
        max-width: 100%;
        height: auto;
        width: 5000px;

}


.img2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;

}

 h4 {
    position: fixed;
    bottom: -25px;
    right: 270px;
 }

.h2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body {
    font-family: "Lato", sans-serif;
  }
  
a:link {
  text-decoration: none;
}

      h3:hover {
        color: maroon;
      }
    
  

      h5:hover {
        color: maroon;
      }
    
      .parent-element {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
    }
    
    .textp1 {
        display: block;
        margin-left: auto;
        margin-right: 25px;
        text-align: center; 
    }

    .textp2{
        display: block;
        margin-left: 25px;
        margin-right: auto;
        text-align: center;
    }
    

    .product-list-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .product-card {
      width: 25%;
      margin-bottom: 20px;
      border-radius: 5px;
      padding: 10px;
      box-sizing: border-box;
    }
    

    .product-card img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 10px;
    
    }


    .product-title {
      font-size: 30px;
      margin: 0;
      text-align: center;
     
    }


    .product-description {
      margin:10px 0;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
    }

    .product-price {
      font-weight: bold;
      margin: 0;
    }

    .product-list-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }




.product-list-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-cards {
  width: 25%;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.product-cards img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}


.product-titles {
  font-size: 30px;
  margin: 0;
  text-align: center;
}


.product-descriptions {
  margin:10px 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.product-prices {
  font-weight: bold;
  margin: 0;
}

.product-list-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
    
.column {
  float: left;
  width: 33.33%;
  padding: 95px;
  max-width: 100%;
  vertical-align: top;
  display: table;
  
}



/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display:table-cell;
  vertical-align:top;
  display:table-row;
  vertical-align:top;
  width: 33.33%;
  vertical-align: top;
}

.heading {
  text-align: center;
  color: maroon;
  display: block;
} 

.heading1 {
  text-align: center;
}

.img12 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.headings12 {
  color: black;
}

.img23{
  width: 100%;
}

.img24{
  width: 100%;
}

.img25 {
  width: 98%;
}

.button {
  position: absolute;
}

hr.new1 {
 opacity: 0.4;

}

/*Css for product cars */

.ourproducts {
  text-align: center;
  margin-bottom:5rem;
  font-size:4rem;
}

.all-products {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.product {
  overflow:hidden;
  background:#ffffff;
  color: #21201e;
  text-align: center;
  width: 240px;
  height:400px;
  padding:2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  border-radius: 1.2rem;
  margin:2rem;
  
  
  
}


.product .product-titll, .product .product-price{
  font-size: 18px;
}

.product:hover {
  box-shadow: 5px 15px 25px #eeeeee;
}

.product img {
  height: 200px;
  margin: 1rem;
  transition: all 0.3s;
}

.product a:link, .product a:visited{
  color: #ececec;
  display: inline-block;
  text-decoration: none;
  background-color: #2c3e50;
  padding: 1.2rem 3rem;
  border-radius: 1rem;
  margin-top: 1rem;
  font-size:14px;
  transition: all 0.2s;
  
}

.product a:hover{
  transform:scale(1.1);
}




.button-36 {
  background-image: linear-gradient(92.88deg, maroon 9.16%, darkgreen 43.89%, maroon 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-36:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

@media (min-width: 768px) {
  .button-36 {
    padding: 0 2.6rem;
  }
}



.festivities{

  text-align: center;
}


.shop-text{
  text-align: center;
}
