/* CSS RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Page Container Styles */
.content {
  width: 100%;
  height: 100%;
  margin-left: 60px;
}

/* Navigation Tooltip Styling */
#fp-nav ul li .fp-tooltip {
  color: white;
  background-color: #222;
  padding: 10px;
}

/* Navigation Styling */
#fp-nav.fp-left {
  background-color: #ed2d34;
  left: 0;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px;
  width: 60px;
}

/* Product Page Styling, needed for modal */
#productPage {
  position: relative;
}

/* Coloring the navbar icons white */
#fp-nav ul li a span,
#fp-nav ul li a.active span {
  background-color: white;
  color: black;
}

/* Hide title and buttons */
#product-slider h3,
#product-slider button {
  display: none;
}

/* Product slider active item setting */
#product-slider .active h3,
#product-slider .active button {
  display: block;
}

/* Modal Styling */
#modal {
  display: none;
}

#modal.modal-active {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  border: 1px solid black;
  color: black;
  z-index: 100;
  width: 50vw;
  height: 50vh;
  transform: translate(-50%, -50%);
}
/* Used to prevent the carousel from stretching the screen */
.owl-carousel {
  overflow: hidden;
}

/* Used to scale down the home image. You can remove this. */
img {
  max-width: 40vw;
}

/* PLEASE START YOUR STYLES UNDERNEATH THIS */
#homePage {
  display: flex;
  align-items: center;
}
.home-details {
  width: 50%;
}
.imgp1 {
  width: 50%;
}
.content {
  width: 1200px;
  margin: auto;
}
.home-heading {
  color: black;
  font-weight: 60px;
  font-size: 60px;
}

.home-heading span {
  color: red;
  display: block;
}
.btn {
  color: black;
  border: 2px solid black;
  border-radius: 40px;
  padding: 10px;
  margin: 10%;
  text-decoration: none;
  font-weight: bolder;
  display: flex;
  justify-content: center;
}
.section {
  background-image: url(./banner.jpg);
}
body {
  font-family: sans-serif;
}
.page-heading {
  font-size: 40px;
}

#product-slider {
  text-align: center;
}
#product-slider button {
  margin: auto;
}

.product {
  width: 350px;
}

.product-slider .owl-item {
  width: 350px;
  display: flex;
  align-items: center;
}
#productPage .page-header-container {
  display: flex;
  justify-content: space-between;
}

.numbers {
  display: flex;
  align-items: space-between;
  margin: 10px;
  padding: 30px;
  box-sizing: border-box;
  color: rgb(70, 70, 70);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  float: none;
  line-height: 25px;
  position: static;
  z-index: auto;
}
button {
  color: black;
  border: 2px solid black;
  border-radius: 40px;
  padding: 10px;
  margin: 10%;
  text-decoration: none;
  font-weight: bolder;
  display: flex;
  justify-content: center;
}
section {
  margin: auto;
  padding: 15px;
}
#testimonialPage .page-header-container {
  margin: 40px;
  padding: 20px;
}
.testimonial-img {
  max-width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 70px;
  margin: 5%;
  align-content: center;
}
.testimonial {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  color: #222;
  margin-top: 30%;
  margin-right: 2%;
}
.page-heading {
  display: flex;
  justify-content: center;
  color: #464646;
  margin-top: 5%;
  text-align: center;
}
.page-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
  color: #ed2d34;
  font-size: 48px;
}
#contact-form {
  display: flex;
  justify-content: right;
  align-items: right;
  flex-direction: column;
  padding: 5%;
  float: right;
  width: 50vh;
  height: 100vh;
}
.contact-input {
  padding: 5%;
  margin: 3%;
  border: none;
  border-bottom: solid;
}
.contact-details-container {
  float: left;
}
.testimonial-message {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
  text-align: center;
  color: blue;
  overflow-wrap: break-word;
  font-family: sans-serif;
}

#testimonialPage {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
}

.section {
  flex-direction: column;
  display: flex;
}

.testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#productPage {
  margin-top: 10%;
}
.form-and-details-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
#contactPage .page-header-container h2 {
  text-align: left;
}

.contact-details-heading {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
}

.contact-details-description {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 25px;
}

.contact-details-container .detail p {
  margin-bottom: 25px;
}

.contact-details-container .detail p i {
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #464646;
}

.contact-details-container .detail p span {
  font-size: 16px;
}

.contact-social .social-list {
  display: flex;
  list-style: none;
}

.contact-social .social-list li {
  padding: 10px;
}
