
body {
  margin: 0;
  font-family: "Play", sans-serif;
  background-color: #151416;
  color: #f5d6b1;
}

.logo {
  color: #4c372c;
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
}

.navbar {
  background-color: #f5d6b1;
  color: #4c372c;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
}

@media (max-width: 600px) {
  .navbar {
    display: none;
  }
}

.navbar .btn {
  background-color: #4c372c;
  color: #f5d6b1;
  padding: 8px 12px;
  border-radius: 20px;
  width: 250px;
  height: 70px;
}

.navbar nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #4c372c;
  font-weight: bold;
}

.hero {
  background-color: #f5d6b1;
  color: #4c372c;
  text-align: center;
  padding: 100px 20px;
  font-size: 30px;
}

.hero-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hero-in-div-h1 {
    padding-top: 50px;
}

.hero-in-div-h2 {
    padding-bottom: 50px;
}

.about{
    margin: 0;
    background-color: black;
    color: aliceblue;
}

.about-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: #151416;
    font-size: 35px;
    padding-top: 15px;
    font-weight: bold;
}

.about-mid {
  background-color: #151416;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  justify-content: space-around;
  align-items: center;
}

.about-text {
  max-width: 650px;
  font-size: 35px;
}

.about-img {
    border-radius: 70px;
    width: 100%;
    height: auto;
    max-width: 550px;
    max-height: 550px;
}

.about-scrolling {
  background-color: #151416;
  font-size: 40px;
}
.about-ext {
  gap: 20px;
  background-color: #f5d6b1;
}

.about-ext-container {
  background-color: #4F3E37;
  height: 180px;
  width: 700px;
  border-radius: 25px;
  text-align: center;
}

.about-ext-text {
  padding: 10px;
  font-size: 22px;
}

.about-ext-div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  justify-content: space-around;
  align-items: center;
}


.perks {
  margin-top: 30px;
  
}

.perks-div {
  background-color: #151416;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}

.perks-img {
  max-width: 500px;
  max-height: 500px;
  height: auto;
  width: 100%;
  border-radius: 25px;
}

.perks-text {
  max-width: 600px;
  max-height: 600px;
  height: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  
}

.perks-text-box {
  height: auto;
  width: 100%;
  max-height: 600px;
  max-width: 600px;
  background-color: #4F3E37;
  border-radius: 25px;
}

.perks-text-box-p {
  padding: 20px;
  font-size: 41px;
  
}

.perks-btn {
  margin-top: 20px;
  background-color: #f5d6b1;
  color: black;
  padding: 15px 25px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin: 60px 20px;
}