header {
  background-color: #fff;
}

.timex_logo {
  margin: 0 0 -3% -5%;
}
.boat_crest_logo, .crest_pay_logo {
  margin-bottom: 20px;
}
.bg-brown {
  background-color: #fff !important;
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  /* display: flex; */
  /* justify-content: center; */
  background-color: #f9f9f9;
}
p,
h3,
h2 {
  margin: 0;
}

/* home css */
/*
.container {
  max-width: 1200px;
  padding: 30px;
  text-align: center;
}*/

.app-title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 50px;
  text-align: left;
  padding: 0 50px;
}

.app-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  padding: 0 30px;
}
.main-title {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
.app-card {
  width: 300px;
  height: 300px;
  padding: 20px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* text-align: center; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.app-icon {
  object-fit: cover;
  margin-bottom: 10px;
}

.app-icon-placeholder {
  width: 100px;
  height: 100px;
  background-color: #e0e0e0;
  margin: 0 auto 10px;
  border-radius: 8px;
}

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* boat-crest css */

/* hero section */

.promo-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.promo-text {
  flex: 1;
  padding: 20px 5px;
  box-sizing: border-box;
}

.promo-text h1 {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 35px;
}

.promo-text h2 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 100px;
}

.promo-text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.store-buttons a {
  margin-right: 10px;
}

.store-buttons img {
  width: 150px;
}

.promo-image {
  /* flex: 1; */
  display: flex;
  justify-content: end;
  align-items: center;
  /* padding: 20px; */
  box-sizing: border-box;
}

.promo-image img {
  width: 480px;
  height: 500px;
}

/* feature section */

.feature-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  gap: 30px;
}

.feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.feature-image img {
  max-width: 100%;
  height: auto;
}

.feature-grid {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 20px;
  box-sizing: border-box;
}

.feature-card {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 217px;
}

.feature-card h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-card p {
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  line-height: 24px;
}
.card-subimg {
  width: 56px;
  height: 56px;
}

/* fitness overview section */

.fitness-overview {
  color: #212121;
  position: absolute;
  left: 0;
  font-size: 60px;
  font-weight: 800;
  /* padding-left: 12.8%; */
  bottom: 15px;
}

/* overview section */

.overview-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 200px 0;
  background-color: #2a1128;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.overview-text {
  max-width: 50%;
  margin-bottom: 107px;
}

.overview-text h1 {
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 20px;
}

.overview-text p {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.overview-image {
  max-width: 50%;
}

.overview-image img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}

/* fitness journey */
.journey-section {
  display: flex;
  gap: 50px;
  align-items: center;
  box-sizing: border-box;
}

.journey-text {
  /* max-width: 30%; */
  padding-right: 20px;
}

.journey-text h1 {
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 20px;
  color: #212121;
}

.journey-text p {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #757575;
}

.journey-image {
  max-width: 50%;
}

.journey-image img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}

/* watch section */

.watch-section {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.watch-text h1 {
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 20px;
  color: #212121;
}

.watch-text p {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #757575;
}

.watch-image {
  max-width: 50%;
}

.watch-image img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
  /* height: 650px; */
}

/* last feature section */

.last-features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.last-feature-card {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: box-shadow 0.3s ease;
  display: flex;
  gap: 25px;
}

/* .last-feature-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
} */

.last-feature-card h2 {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
}

.last-feature-card .subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.last-feature-card p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.desc {
  color: #757575;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.l-card-img {
  width: 55px;
  height: 55px;
}
.notify {
  background-color: #fffdf0;
  padding: 10px 160px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.notify p {
  color: #75746e;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.fitnessImg {
  width: 100%;
}
.bg_overview {
  display: flex;
  justify-content: end;
  margin: 80px 0 80px 200px;
  position: relative;
}
.store-buttons {
  margin-left: -1.5%;
}

/* media query */
@media (max-width: 1180px) {
  .app-title {
    text-align: center;
    padding: 0 10px;
    font-size: 30px;
  }
  .notify {
    padding: 10px 20px;
  }
}
@media (max-width: 415px) {
  .app-card {
    width: 265px;
    height: 265px;
  }
}
@media (max-width: 700px) {
  .journey-section {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .journey-text {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 860px) {
  .promo-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .promo-text {
    text-align: center;
  }
  .timex_logo {
    margin: 0 0 -7% 0;
  }
}
@media (max-width: 630px) {
  .feature-section {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .fitness-overview {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .fitness-overview {
    font-size: 20px;
  }
  .bg_overview {
    margin: 80px 0 80px 80px;
  }
}

@media (max-width: 1340px) {
  .overview-section {
    padding: 40px 80px 0;
  }
}
@media (max-width: 1128px) {
  .overview-section {
    padding: 40px 20px 0;
  }
}
@media (max-width: 1016px) {
  .overview-section {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .overview-text {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .overview-text h1,
  .journey-text h1,
  .watch-text h1 {
    font-size: 40px;
  }
  .overview-text p,
  .journey-text p,
  .watch-text p {
    font-size: 15px;
  }
  .journey-text,
  .watch-text {
    text-align: center;
    width: -webkit-fill-available;
    margin-bottom: 20px;
  }
}
@media (max-width: 610px) {
  .overview-text h1,
  .journey-text h1,
  .watch-text h1,
  .promo-text h2 {
    font-size: 30px;
  }
  .overview-text p,
  .journey-text p,
  .watch-text p {
    font-size: 15px;
  }
  .journey-text {
    text-align: center;
  }
  .promo-text h1 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .watch-section {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .overview-image img {
    width: 150%;
  }
  .journey-image img {
    width: 180%;
  }
  .watch-image img {
    width: 140%;
    margin-left: -14%;
  }
}
@media (max-width: 590px) {
  .last-feature-card {
    display: flex;
    flex-direction: column;
  }
  .last-features-section {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 500px) {
  .promo-image img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1240px) {
  .app-grid {
    justify-content: space-between;
    padding: 0;
  }
}

@media (max-width: 1180px) {
 .app-grid {
    margin: 0 auto;
    max-width: 731px;
}
}

@media (max-width: 789px) {
  .app-grid {
    justify-content: center;
    padding: 0;
  }
}