body {
  margin: 0;
  padding: 0;
}
.nave-bar {
  justify-content: space-between;
  display: flex;
  background-color: rgb(241, 235, 228);
  padding: 10px;
  position: sticky;
  width: 100%;
}
.nave-list {
  display: flex;
  margin: 20px;
  position: sticky;
}
.nave-list ul li {
  margin: 20px;
}
ul li {
  margin-right: 20px;
  list-style: none;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
ul li:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: 1s ease;
  color: blueviolet;
}
.search {
  width: 600px;
  border-radius: 20px;
  height: 30px;
  margin: 20px;
  font-size: 25px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
.search:hover {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.twie {
  margin-top: 10px;
  cursor: pointer;
  width: 60px;
}
.twie:hover {
  transform: scale(1.3);
  transition: 1s ease;
}
.logo {
  width: 100px;
  height: 90px;
}
.logo:hover {
  transform: scale(1.4);
  transition: 1s ease;
}
.photo {
  width: 100%;
  height: 100vh;
}
.modern {
  background-image: url(https://cdn.pixabay.com/photo/2022/08/17/08/58/sun-has-7391959_1280.jpg);
  width: 100%;
  height: 100vh;
  padding: 10px;
}
.life {
  color: white;
  font-size: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;

  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 20%;
  font-weight: normal;
}
.rh {
  width: 20%;
  padding: 0;
}
.elevate {
  background-color: beige;
  padding: 10px;
  text-align: center;
}
span {
  text-transform: capitalize;
}
.cnt {
  width: 1200px;
  height: 300px;
  margin: 40px;
  display: flex;
  font-size: 30px;
}
.cnt:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: 1s ease;
}
.btn {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 60px;
  cursor: pointer;
}
.btn:hover {
  color: blueviolet;
  transition: 1s ease;
  cursor: pointer;
  transform: scale(0.6);
}
.contenar {
  background-color: burlywood;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  justify-content: space-around;
}
.name1 {
  width: 300px;
  height: 400px;
  background-color: azure;
  font-size: 20px;
  margin: 30px;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.name1:hover {
  transform: scale(1.2);
  transition: 1s ease;
  cursor: pointer;
}
.event {
  text-transform: capitalize;
  margin-left: 90px;
  font-family: Arial, Helvetica, sans-serif;
}
.contenar2 {
  background-color: rgb(218, 218, 231);
}
.card1 {
  width: 300px;
  height: 400px;
  border: 0.1rem solid black;
  display: flex;

  margin: 30px;
  justify-content: space-between;
  background-color: white;
}
.card-6 {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.name3 {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;

  text-transform: capitalize;
}
.aug {
  width: 100%;
}
.card1:hover {
  transform: scale(1.2);
  transition: 1s ease;
}
.phot1 {
  width: 300px;
  height: 250px;
  margin-top: -38px;
}

.cnt3 {
  background-image: url(https://images.pexels.com/photos/4275885/pexels-photo-4275885.jpeg?_gl=1*1vxq5zk*_ga*MTA3MjQ1NzQyMC4xNzQ3MTUyMzg4*_ga_8JE65Q40S6*czE3NTI4ODYxODckbzU0JGcxJHQxNzUyODg2NDk2JGo2MCRsMCRoMA..);
}
