* {
  margin: 0;
  padding: 0;
  font-family: "Inknut Antiqua", serif;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

#bg {
  width: 100%;
  height: 200%;
  position: absolute;
  filter: brightness(0.5);
  object-fit: cover;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  color: #fff;
  width: 100%;
  z-index: 2000;
  transition: 0.3s ease;
  padding-inline: 5rem;
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand img {
  width: 63px;
  height: 63px;
  transition: 0.3s ease;
}

.brand h2 {
  padding-left: 20px;
  font-size: 35px;
  bottom: 15px;
  font-weight: 400;
  transition: 0.3s ease;
}

nav ul {
  height: fit-content;
  display: flex;
  gap: 1.5rem;
}

nav ul li a {
  color: white;
  padding-inline: 1rem;
  border-radius: 20px;
}

nav ul li a:hover {
  color: brown;
  background-color: #fff;
}

.upper {
  background-color: #493d3d;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.titleCard {
  margin-top: 20px;
  width: 760px;
  height: 90px;
  color: white;
  background-color: #4c4141;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 30px;
}

.content {
  margin-top: 10px;
  width: 1140px;
  height: 1250px;
  color: white;
  background-color: #4c4141;
  border-radius: 20px;
  position: absolute;
  display: flex;
  padding: 40px 40px;
  top: 30%;
}

.container1 {
  width: 100%;
  height: 33.3%;
  position: absolute;
  display: flex;
}

.container1 img {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  width: 500px;
  height: 348px;
  position: relative;
  display: inline-block;
}

.info1 {
  position: relative;
  display: inline-block;
  left: 40px;
  top: -3%;
  width: 520px;
  text-align: justify;
}

.container2 {
  width: 100%;
  height: 33.3%;
  top: 37%;
  position: absolute;
  display: flex;
}

.container2 img {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  width: 520px;
  height: 350px;
  position: relative;
  display: inline-block;
  right: -30px;
}

.info2 {
  position: relative;
  display: inline-block;
  top: -2.5%;
  width: 500px;
  text-align: justify;
  margin-right: 10px;
}

.container3 {
  width: 100%;
  height: 33.3%;
  position: absolute;
  top: 73%;
  right: 10px;
  text-align: center;
}

.container3 p {
  width: 70%;
  transform: translateX(22%);
}

.footer {
  width: 100%;
  height: 230px;
  background-color: #3b2929;
  padding: 40px 20px;
  position: relative;
  bottom: -780px;
}

.icons {
  display: inline-block;
  position: relative;
  width: 55%;
  height: 50px;
  left: 30px;
  margin-bottom: 20px;
}

.icons svg {
  width: 57px;
  height: 57px;
  margin: 0 10px;
}

.footer h5 {
  position: relative;
  left: 18px;
  top: 15px;
  color: white;
  letter-spacing: 2px;
}

.footer p {
  position: relative;
  left: 16px;
  top: 15px;
  color: rgb(152, 152, 152);
}

.footer-logo img {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 89.8%;
  bottom: 28%;
}

.footer-logo p {
  position: absolute;
  left: 89%;
  top: 72%;
  color: white;
}
