@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;800;900&display=swap);


.why-we {
  height: 714px;
  background: #FFF8E9;


}

.text {
  width: 568px;
  height: 111px;
  font-family: Montserrat Alternates;
  font-weight: 800px;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: gold;
  margin: 0 auto;
  margin-top: 68px;
}

.first-card {
  width: 350px;
  height: 255px;
  background: #fff;
  margin: 100px 0 0 80px;
  border-radius: 50px;
}

body {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s, color 0.3s;
}

.header {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  flex: 1;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  opacity: 0.8;
}

.content {
  margin-bottom: 40px;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  padding: 20px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.footer {
  text-align: center;
  padding: 20px;
}

/* Світла тема */
body.light {
  background-color: #ffffff;
  color: #000000;
}

body.light .card {
  background-color: #f5f5f5;
  color: #000000;
}

body.light button {
  background-color: #4CAF50;
  color: white;
}

/* Темна тема */
body.dark {
  background-color: #222222;
  color: #ffffff;
}

body.dark .card {
  background-color: #333333;
  color: #ffffff;
}

body.dark button {
  background-color: #555555;
  color: white;
}

/* Кастомна тема */
body.custom {
  background-color: #e0f7fa;
  color: #1a237e;
}

body.custom .card {
  background-color: #b2ebf2;
  color: #1a237e;
}

body.custom button {
  background-color: #0288d1;
  color: white;
}


body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.card {
  background-color: var(--card-bg-color);
  box-shadow: var(--card-shadow);
}

.box {
  width: 1050px;
  height: 350px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.why-we-good {
  display: flex;
  flex-direction: column;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.why-we-delivery {
  margin: 0 auto;
}

.why-its-good {
  margin: 0 auto;
  color: #FFBE2E;
}

.box-second {
  width: 1050px;
  height: 250px;
  background: #FFF8E9;
  margin: 0 auto;
  border-radius: 48px;
}

.card-group {
  display: flex;
  margin: 15px;
}


.card {
  width: 260px;
  height: 230px;
  margin: 20px;
  border-radius: 48px;
  border: 1px solid yellow;
}

.group {
  width: 124px;
  height: 74px;
}

.personal {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 25px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  width: 345px;
  height: 80px;


}

.info {
  font-family: Montserrat Alternates;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 207px;
  height: 80px;
  margin-top: -50px;

}

.result{
  width: 124px;
  height: 74px;
}

.schemes{
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 20px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  width: 275px;
  height: 80px;
}

.info-second{
  font-family: Montserrat Alternates;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 207px;
  height: 80px;
  margin-top: -50px;


}

.car{
  width: 124px;
  height: 74px;
}

.key{
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 20px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  width: 275px;
  height: 80px;
}

.info-artice{
  font-family: Montserrat Alternates;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 207px;
  height: 80px;
  margin-top: -50px;
}

.we-can {
  width: 540px;
  height: 110px;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 100px;
}

.delivery {
  width: 540px;
  height: 110px;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 100px;
  color: #FFBE2E;
  margin-top: -100px;
}

.multi-group {
  display: flex;
}

.point {
  width: 10px;
  height: 10px;
  background: #FFBE2E;
  border-radius: 50%;
  margin-left: 100px;
  margin-top: -52px;
}

.in-this-day {
  margin-left: 10px;
  margin-top: -56px;
  width: 253px;
  height: 30px;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.for-the-next-day {
  margin-left: 10px;
  margin-top: -26px;
  width: 253px;
  height: 30px;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;

}

.point-second {
  width: 10px;
  height: 10px;
  background: #FFBE2E;
  border-radius: 50%;
  margin-left: 100px;
  margin-top: -22px;
}

.man {
  width: 300px;
  height: 300px;
  margin-left: 700px;
  margin-top: -250px;
}