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

body {
  font-family: "Quicksand", sans-serif;
  background: #f9f9f9;
  color: #303030;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}

.nav {
  background: #2d2d2d;
  
}

.burger {
  background: transparent;
  color: #fff;
  border: none;
  display: none;
}

.nav>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  gap: 120px;
  font-weight: 500;
  font-size: 20px;
  line-height: 375%;
  color: #fff;
}

.icons {
  max-width: 77px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo {
  font-weight: 700;
  font-size: 32px;
  line-height: 234%;
  color: #fff;
}

.tolst {
  background-image: url(../img/Rectangle\ 14@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 731px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

h1 {
  font-weight: 500;
  font-size: 96px;
  line-height: 78%;
  color: #fff;

}

.more {
  border-radius: 12px;
  width: 199px;
  height: 75px;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 375%;
  color: #000;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 100px;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 188%;
  color: #303030;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 100px;
}

.about p {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #303030;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

.collection h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 94%;
  color: #303030;
  margin-bottom: 37px;
}

.collection p {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #303030;
  max-width: 459px;
  width: 100%;
  margin-bottom: 68px;
}

.collection .content {
  display: flex;
  gap: 30px;
  margin-top: 80px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.collection a {
  background: #000;
  border-radius: 12px;
  width: 160px;
  height: 75px;
  font-weight: 700;
  font-size: 20px;
  line-height: 375%;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.collection  img {
  max-width: 555px;
  width: 100%;
}

.footer .nav {
  padding: 70px 0;
}