.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}

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

/* Common Style */

/* Individual Style */

header {
  background: url(../images/banner/banner1.png);
  background-size: cover;
}

.hero-section {
  display: flex;
  justify-content: right;
}

.hero-section .hero-content {
  margin-top: 216px;
  margin-right: 230px;
  max-width: 525px;
  text-align: right;
}

.hero-section .hero-content h1 {
  font-size: 65px;
  font-weight: bold;
  color: #151414;
  margin-bottom: 24px;
}

.hero-section .hero-content p {
  font-size: 16px;
  line-height: 26px;
  color: #444343;
  margin-bottom: 32px;
}

.hero-content .btn {
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f15b22;
  border: none;
  border-radius: 5px;
  margin-bottom: 166px;
  cursor: pointer;
}

.mid-section {
  max-width: 1072px;
  margin-top: 130px;
  margin-left: 206px;
  margin-right: 322px;
  margin-bottom: 130px;
  display: flex;
  gap: 87px;
}

.mid-img {
  max-width: 570px;
}

.mid-content {
  max-width: 416px;
  margin-top: 240px;
  margin-bottom: 84px;
}

.mid-content .section-title {
  font-size: 40px;
  font-weight: bold;
  color: #151414;
  margin-bottom: 24px;
}

.mid-content p {
  font-size: 16px;
  line-height: 26px;
  color: #444343;
  margin-bottom: 16px;
}

.mid-content ul li {
  font-size: 16px;
  line-height: 26px;
  color: #444343;
  list-style: none;
}

.mid-content ul li i {
  color: #16d887;
  height: 24px;
  width: 24px;
}

.bottom-section {
  max-width: 1141px;
  margin: 0 auto;
}

.bottom-section .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #151414;
  margin-bottom: 50px;
}

.bottom-section .bottom-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 124px;
}

.bottom-cards .card {
  text-align: center;
}

.bottom-cards .card img {
  height: 93px;
  width: 93px;
}

.bottom-cards .card h3 {
  font-size: 30px;
  font-weight: bold;
  color: #151414;
  margin-bottom: 16px;
}

.bottom-cards .card p {
  font-size: 25px;
  font-weight: 500;
  color: #737272;
}

.mid-banner {
  background-image: url(../images/gradient2.png), url(../images/watch.png);
  background-size: cover;
  border-radius: 8px;
  max-width: 1140px;
  margin-bottom: 130px;
}

.mid-banner .mid-banner-content {
  max-width: 459px;
  /* margin-top: 60px; */
  padding-top: 60px;
  margin-left: 64px;
}

.mid-banner-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #ffffff;
}

.mid-banner-content button {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 36px;
  color: #f15b22;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  margin-bottom: 60px;
  cursor: pointer;
}

footer {
  background-color: #151414;
}

footer .footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  justify-content: space-between;
}

.footer-container .footer-content {
  max-width: 485px;
}

.footer-content h2 {
  font-size: 45px;
  font-weight: bold;
  color: #f8f8f8;
  margin-bottom: 16px;
}

.footer-content p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-logo {
  display: flex;
  gap: 17px;
}

.footer-form h3 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 31px;
}

form input[type="email"] {
  font-size: 18px;
  color: #f3f3f3;
  padding-top: 21px;
  padding-left: 21px;
  padding-bottom: 21px;
  padding-right: 158px;
  background-color: #151414;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  margin-bottom: 16px;
}

.footer-form button {
  font-size: 20px;
  font-weight: 600;
  color: #f15b22;
  padding: 20px 36px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
