@import url("https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Symbols:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.main-container {
  padding: 28px 16px;
  font-family: "Inter", sans-serif;
}

ul {
  display: none;
}

.nav {
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 44.98px;
  height: 28px;
}

#burger {
  display: block;
  width: 40px;
  height: 17px;
}

.first-content {
  width: 343px;
  height: 636px;
  margin-bottom: 64px;
}

.main-pic {
  width: 343px;
  height: 300px;
}

h1 {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: left;
}

.first-paragraph {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #5e607a;
}

button {
  margin-top: 24px;
  width: 185px;
  height: 48px;
  border: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 4.375px;
  color: #fffdfa;
  background-color: #f15d51;
}

button:hover {
  transform: scale(0.98);
  background-color: #ed7a60;
}

.second-content {
  display: grid;
  place-items: center;
  height: 100vh;
  width: 343px;
  height: 489px;
  background: #00001a;
}

.block-text {
  width: 302px;
  height: 441px;
}

h2 {
  width: 70px;
  height: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #e9aa52;
}

h3 {
  margin-top: 31px;
  margin-bottom: 8px;
  width: 262px;
  height: 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #fffdfa;
}

.first-h3 {
  margin-top: 35px;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #c5c6ce;
}

hr {
  margin-top: 29px;
  width: 302px;
  height: 1px;
  top: 180px;
  gap: 0px;
  opacity: 0px;
  color: #5e607a;
}

.second-h3 {
  width: 286px;
  height: 24px;
}

.third-h3 {
  width: 250px;
  height: 24px;
}

.third-content {
  margin-top: 64px;
  width: 343px;
  height: 451px;
}

.card {
  margin-top: 32px;
  height: 129px;
  display: flex;
}

.third-content img {
  width: 100px;
}

.text {
  margin-left: 24px;
}

.text h4 {
  width: 38px;
  height: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #c5c6ce;
}

.text h5 {
  margin-top: 12px;
  width: 219px;
  height: 24px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #00001a;
}

.text p {
  margin-top: 9px;
  width: 219px;
  height: 52px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #5e607a;
}
