body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.mtop {
  margin-top: 90px;
}
.text-gen {
  color: #374c9f;
}

nav {
  background-color: white;
}
.nav-link {
  color: #374c9f !important;
}

/* .carousel {
  height: 550px;
} */
.carousel-item {
  position: relative;
}

.cimg {
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
/* .carousel3 {
  background-image: url("/images/carousel8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 100;
} */
.pimg {
  width: 100%;
  height: 400px;
}

.caption1 {
  position: absolute;
  left: 10%;
  top: 20%;
  font-size: 3.5rem;
  font-weight: 500;
}
.caption2 {
  position: absolute;
  left: 32%;
  top: 15%;
  font-size: 3.5rem;
  color: #374c9f;
  font-weight: 500;
}
.caption3 {
  position: absolute;
  left: 25%;
  top: 35%;
  font-size: 3.5rem;
  color: #374c9f;
  font-weight: 500;
}

.btn-gen {
  background-color: #374c9f;
  color: white;
  padding: 10px 25px;
}

.btn-gen:hover {
  color: white;
}

.btn-rounded {
  border-radius: 15px;
}

.guarantee {
  height: 50px;
  width: 50px;
}

.quality {
  background-color: #374c9f;
  color: white;
  padding: 10px;
}
.quality-text {
  width: 60%;
}
.promise {
  background-color: #e5e5e5;
  padding-top: 50px;
}
.promise-heading {
  color: #374c9f;
  text-align: center;
}
.promise-border {
  border-left: #374c9f solid 2px;
  border-right: #374c9f solid 2px;
}

.sample {
  background-color: #e5e5e5;
}

.mattress {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.price {
  color: #374c9f;
  font-weight: 600;
}

.gradient {
  /* background-image: linear-gradient(#e5e5e5, white); */
  background: #e5e5e5;
}

.gradient-image {
  max-width: 100%;
  height: auto;
}

.faqs {
  background: #e5e5e5;
}
.faq {
  border-bottom: #374c9f solid 1px;
}
.faq a {
  color: black;
}

/* PRODUCTS */

.products {
  background-color: #f5efed;
}

.pcaption {
  position: absolute;
  left: 55%;
  top: 55%;
  color: #374c9f;
  font-weight: 500;
  font-size: 1.9rem;
}

.product {
  background-color: #f5efed;
}
.p-img {
  width: 100%;
  max-width: 500px;
}
.product-price {
  min-height: 200px;
}
.product-image {
  height: 100%;
}

.form-select-custom {
  display: block;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  /* vertical-align: middle; */
  background: transparent;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e); */
  border-radius: 0.5rem;
  border: 1px solid #374c9f;
  color: #374c9f;
}

.form-control-custom {
  display: block;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  /* vertical-align: middle; */
  background: transparent;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e); */
  border-radius: 0.5rem;
  border: 1px solid #374c9f;
  color: #374c9f;
}

.dimension {
  display: none;
}

/* .show {
  display: inline !important;
} */

/* GALLERY */

.gallery-heading {
  color: #374c9f;
}
.gallery-image {
  overflow: hidden;
}
.gallery-video {
  overflow: hidden;
}

/* ABOUT */

.about {
  background-color: #f5efed;
}

.contact {
  border-bottom: 1px solid #374c9f;
}

#map {
  height: 500px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/* CART */

.cart {
  background-color: #f5efed;
}
.cart-image {
  width: 200px;
}
/* .sub-total {
  border-bottom: 2px solid #374c9f;
} */
.cart-summary {
  border-bottom: 2px solid black;
}
.total {
  border-top: 2px solid black;
}

/* CHECKOUT */

.checkout {
  background-color: #f5efed;
}

/* FOOTER */

.footer {
  background: #d2d3d5;
  line-height: 1.5;
  padding-bottom: 10px;
}
.footer ul {
  padding: 0;
  margin: 0;
}

.f-link {
  text-decoration: none;
  color: black;
}
.f-link:hover {
  color: black;
}

.subscribe {
  border-radius: 15px;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
    position: absolute;
    bottom: 40%;
}

.phone-no {
  margin-bottom: 0;
  font-weight: bold;
  color: rgb(21, 97, 21);
  font-size: 18px;
}

.sandwich{
  color: #0e1a4b;
  font-family: 'Monoton', cursive;
}
/* Media Queries */

@media (max-width: 768px) {
  .nav-item {
    border-bottom: 1px solid #374c9f;
  }
  .nav-cart {
    margin-left: 30px;
  }
  .cimg {
    height: 200px;
  }
  .pimg {
    height: 200px;
  }
  .caption1,
  .caption2,
  .caption3 {
    font-size: 1.7rem;
    left: 10%;
    top: 15%;
  }
  .btn-gen {
    padding: 2px 5px;
  }
  .quality-text {
    width: 90%;
  }
  .promise-border {
    border-top: #374c9f solid 2px;
    border-bottom: #374c9f solid 2px;
    border-left: none;
    border-right: none;
  }
  .gradient-image {
    width: 500px;
  }
  .pcaption {
    font-size: 1.3rem;
  }
  .cart-image {
    width: 130px;
  }
  .gallery-heading {
    text-align: center;
  }
}
