/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
.content-container {
 padding-top: 40px; /* Adjust this value based on the height of the fixed element */
}

.fontStyle {
 font-family: "Poppins", sans-serif;
 font-weight: 500;
 font-style: normal;
 font-size: large;
}

.body{
 font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

/* Product section in indexfile css  */
.productSection {
 padding-top: 1rem;
 background: rgb(155, 155, 162);
 background: linear-gradient(
  90deg,
  rgba(155, 155, 162, 0.33665966386554624) 10%,
  rgba(242, 245, 249, 0.6839985994397759) 37%,
  rgba(144, 171, 208, 0.6139705882352942) 74%,
  rgba(199, 199, 207, 1) 95%,
  rgba(255, 255, 255, 0.6503851540616247) 100%
 );
 text-align: center;
}



.card {
 width: 100%;
 height: 22rem;
 padding: 5px;
 border-radius: 15px;
 background: white;
 position: relative;
 overflow: hidden;
 box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
 transition: transform 0.4s ease-out;
 display: flex;
 flex-direction: column;
}

.card .imgClass {
  width: 100%;
 padding: 1rem;
 object-fit: cover;
 border-radius: 15px;
}

.info {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 1rem;
 background: rgba(0, 0, 0, 0.6);
 color: white;
 opacity: 0;
 transition: opacity 0.5s, transform 0.5s;
}

.card:hover {
 opacity: 1;
 transform: translateY(-10%);
}
a {
 text-decoration: none;
 color: inherit;
}

a:hover,
a:focus,
a:active {
 text-decoration: none;
 color: inherit;
}
.headingClass {
 display: flex;
 justify-content: center;
 align-items: center;
 border: 1px solid black;
 font-size: 1rem;
 font-weight: 600;
 letter-spacing: -1px;
 margin: 0px;
}

.item img {
 padding: 0 10px;
 display: block;
 width: 60%;
 height: 5rem;
}
.owl-prev,
.owl-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
.owl-prev {
 left: 10px;
}
.owl-next {
 right: 10px;
}

.footerFont {
 font-family: "Roboto", sans-serif;
 font-weight: 100;
 font-style: normal;
 font-size: 20px;
 letter-spacing: 2px;
}

.links li:hover {
 background-color: rgb(198, 196, 196);
 border-radius: 5px;
}

.backImg img {
 width: 100%;
 height: 50vh;
}
.backImg p {
 font-family: "Kalnia Glaze", serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-variation-settings: "wdth" 100;
 color: white;
 text-shadow: 2px 2px #1a1818;
 font-size: 3rem;
}
.backImg img {
 width: 100%;
 height: 50vh;
}

.backImg p {
 font-family: "Kalnia Glaze", serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-variation-settings: "wdth" 100;
 color: white;
 text-shadow: 2px 2px #1a1818;
 font-size: 3rem;
}

/* media screen for mobile */
@media (max-width: 450px) {
 .backImg img {
  height: 25vh;
 }
 .productSection .productSectionContainer {
    padding: 0;
}
}

@media (min-width: 451px) and (max-width: 1000px) {
 .backImg img {
  height: 35vh;
 }
}

.stripBG {
 background-color: #714619;
}

input,textarea{
  font-size:x-large;
  padding: 1rem;
  border:-1px;
  background-color:#212529;
}
::placeholder,:focus{
  color: white;
}
.bg-saddlebrown {
    background-color: #6e2d0f;
}
