/* Base Typography */
body {
  font-family: 'Josefin Sans', sans-serif;
}


button:hover{
  text-decoration: none;
}
p {
  font-family: 'Josefin Sans', sans-serif;
}

.sectionHeader {
  font-family: 'Caveat', cursive;
  font-size: 20px;
  text-align: center;
}

/* Navbar */
.navbar {
  width: 100%;
  height: 100px;
  background: #BE9618;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-toggler-icon {
  color: #121619;
}

.nav-link {
  color: white;
}

.logo {
  width: 70px;
  height: 100px;
  margin-left: 100px;
}

/* Header Section */
.home {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headerContainer {
  width: 100%;
  max-width: 40%;
  margin-left: 50px;
  background: white;
  opacity: 0.8;
  border-radius: 10px;
  text-align: center;
}

.headerContainer h1 {
  font-size: 50px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
}

.appointment {
  background-color: #BE9618;
  color: white;
  border: none;
  border-radius: 5px;
  height: 40px;
  font-size: 12px;
  margin: 5px 0 20px;
  padding: 0 20px;
  cursor: pointer;
  text-decoration: none;
}

.appointment:hover {
  background-color: #07090a;
  transition: 0.3s ease-in;
}

/* Hero Section */
.hero {
  width: 100%;
  margin-bottom: 150px;
}

.heroContainer {
  margin-top: 150px;
  text-align: center;
}

.heroContainer h1 {
  font-size: 50px;
  color: black;
  font-family: 'Josefin Sans', sans-serif;
}

.heroContainer p {
  margin: 0 80px;
  color: black;
  font-weight: lighter;
}

.heroContainer button {
  margin: 30px auto;
  display: block;
  background-color: #BE9618;
  color: white;
  border: none;
  border-radius: 5px;
  height: 40px;
  font-size: 12px;
  padding: 0 15px;
  cursor: pointer;
}

.heroContainer button:hover {
  background-color: #07090a;
  transition: 0.3s ease-in;
  text-decoration: none;
}

/* Offer Section */
.offer {
  width: 100%;
  height: 70vh;
  margin-top: 150px;
  margin-left: 50px;
}

.offerContainer h1 {
  text-align: center;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.about {
  padding-top: 60px;
  background: #F69D47;
  height: 350px;
}

.offerContainer p {
  text-align: center;
  font-weight: lighter;
  color: black;

}
.offerBtn:hover,
.offerBtn:focus,
.offerBtn:active {
  text-decoration: none;
  color: white;
}

.offerBtn {
  background-color: #DE5947;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 20px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: fit-content;       /* Adjusts to content width */
  max-width: 300px; 
}

.offerBtn:hover {
  background-color: black;
  transition: 0.3s ease-in;
  

}
.offerContainer img {
  width: 100%;
  max-width: 525px;
  height: auto;
  display: block;
}

/* Features Section */
.features {
  width: 100%;
  height: 90vh;
  margin-top: 150px;
}

.featuresContainer {
  margin-left: 100px;
}

.features h1 {
  text-align: center;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
}

.featureCard {
  background: #F69D47;
  margin-left: 10px;
}


.details {
  text-align: center;
}

.featuresBtn {
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 20px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
  max-width: 100px;
}

.featuresBtn:hover {
  background-color: #BE9618;
  transition: 0.3s ease-in;
  text-decoration: none;
  color: white;
 

}

/* Products Section */
.products {
  width: 100%;
  margin-top: 150px;
}

.productsContainer {
  margin: 20px 40px;
}

.products h1 {
  text-align: center;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
}

.productCard {
  background: white;
  margin-bottom: 20px;
}

.Card.Text {
  text-align: center;
  font-size: 12px;
}
.card-img-top{
  max-height: 450px;
}
.productCardbtn {
  background-color: #BE9618;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: fit-content;
}

.productCardbtn:hover,
.productCardbtn:focus,
.productCardbtn:active {
  background-color: #07090a;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in;
}

/* Footer */
.footerSection {
  width: 100%;
}

.contact {
  background: #DE5947;
  height: 200px;
  padding: 50px 20px 0;
}

.headline {
  font-size: 20px;
  color: black;
  font-family: 'Josefin Sans', sans-serif;
}

.copyright {
  background: #F69D47;
  text-align: center;
  font-family: 'Caveat', cursive;
  font-size: 12px;
  color: white;
  height: 80px;
  padding-top: 20px;
}

/* Responsive */
@media only screen and (max-width: 600px) {
  .logo {
    width: 30px;
    height: 50px;
    margin-left: 10px;
  }

  .headerContainer {
    background-color: #121619;
    color: white;
    width: 60%;
  }

  .headerContainer h1 {
    font-size: 20px;
  }

  .headerContainer button,
  .hero,
  .offerBtn,
  .featuresBtn,
  .Card.Body,
  .copyright {
    display: none;
  }

  .offerContainer p,
  .featureCard {
    padding: 0 40px;
    font-size: 12px;
  }

  .products h1,
  .features h1,
  .headline {
    font-size: 15px;
  }

  .Card.Text {
    font-size: 8px;
  }

  .contact {
    font-size: 10px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .offerButton,
  .featuresBtn {
    display: none;
  }

  .offerContainer {
    margin-left: 40px;
  }

  img {
    max-width: 100%;
  }
}
