.taxi-website-home__landing {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  background-color: #0052cc;
  box-shadow: inset 0px 0px 15px 0px gray;
}

.taxi-website-home__description__div {
  padding: 4% 0% 4%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.taxi-website-home__description__div h1 {
  letter-spacing: 2px;
  margin-bottom: 2%;
  font-size: 3rem;
  /*    */
  text-align: center;
}
.taxi-website-home__description__div h4 {
  width: 70%;
  line-height: 1.1rem;
  font-family: var(--fontstyle);
  font-size: 110%;
  text-align: center;
}
#taxi-website-home__img {
  padding: 0;
  width: 40%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#taxi-website-home__img img {
  width: 100%;
  height: 100%;
}

#taxi-website-dispatch__btn {
  margin-top: 1rem;
  display: inline-block;
  font-family: var(--fontstyle);
  background-color: black;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 300;
  transition: all 0.4s ease;
  text-decoration: none;
  color: white;
}

#taxi-website-dispatch__btn:hover {
  transform: scale(1.1, 1.1);
}

.Customized__website_section {
  background-color: #f5f5f5;
  padding: 6% 6% 6%;
}

.Customized__website_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Customized__website_div h2 {
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 2%;
}

.Customized__website_div h6 {
  letter-spacing: 1px;
  width: 80%;
  margin-bottom: 3%;
}

.website_customization_card-section {
  padding: 1% 1% 1%;
}

.website_customization_card-div {
  padding: 2% 2% 2%;
}

.website_customization_card-div div {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.262);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5% 3% 5%;
}

.website_customization_card-div div img {
  width: 25%;
  height: 30%;
  margin-bottom: 8%;
}

.website_customization_card-div div h4 {
  font-size: 21px;
  margin-bottom: 3%;
  font-weight: bold;
  width: 100%;
  letter-spacing: 1px;
}
.website_customization_card-div div p {
  width: 80%;
  letter-spacing: 0.5px;
  color: #867b89;
}

.website_page-divider1 {
  background-color: #0052cc;
  padding: 1.1% 1% 1.1% 6%;
}
.website_page-divider2 {
  background-color: #0052cc;
  padding: 1.1% 13% 1.1%;
}
.divider-firstrow {
  margin-bottom: 1%;
}

.website_features-divider-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  align-items: flex-start;
}

.website_features-divider-content h6 {
  text-transform: capitalize;
  letter-spacing: 1px;
}
.website_features-divider-content2 h6 {
  text-transform: capitalize;
  letter-spacing: 1px;
}

.website_features-divider-content i {
  margin-right: 8px;
  padding: 0.5% 0 0;
}

.website_features-divider-content2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.website_features-divider-content2 i {
  margin-right: 8px;
  padding: 0% 0 1.1%;
}

.difference_benefit-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0 1.2% 0;
}

.difference_benefit-div div {
  flex: 1;
  padding: 5% 0% 4% 7%;
}

.difference_benefit-div div h4 {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 4%;
  font-size: 30px;
}

.difference_benefit-div div p {
  width: 80%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6rem;
}

.difference_benefit-div div ul li {
  letter-spacing: 1px;
  line-height: 1.8rem;
  font-size: 16px;
}

.website__booking-steps-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3% 5% 4%;
}
.website__booking-steps-info {
  flex: 35%;
  padding: 0 1% 0;
}

.website__booking-steps-info div {
  padding: 5% 4% 3%;
  width: 85%;
  border-radius: 15px;
  border: 2px solid #e7eaf2;
}

.website__booking-steps-info div h4 {
  font-weight: 600;
}

.website__booking-steps-info div p {
  color: #867b89;
  font-size: 14px;
}

.website__booking-steps-info div:not(:last-child) {
  margin-bottom: 4%;
}

.website__booking-steps-info > div:nth-child(1) {
  border: 2px solid #ffbd42;
}
.website__booking-steps-info > div:nth-child(1) h4 {
  color: #fbbe42;
}

.website__booking-steps-info div:hover {
  cursor: pointer;
}

.website__booking-steps-img {
  flex: 75%;
}

.website__booking-steps-img div {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.255);
  border-radius: 15px;
}

.website__booking-steps-img div img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.website__booking-steps-img div {
  display: none;
}

.website__booking-steps-img > div:nth-child(1) {
  display: block;
}

@media screen and (max-width: 768px) {
  .taxi-website-home__landing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20% 0 8%;
  }

  .taxi-website-home__description__div h1 {
    font-size: 2.1rem;
    letter-spacing: 1px;
    margin-bottom: 8%;
    font-weight: bold;
  }

  .taxi-website-home__description__div h4 {
    width: 95%;
    line-height: 1.2rem;
  }

  #taxi-website-home__img {
    width: 90%;
  }

  #taxi-website-dispatch__btn {
    padding: 10px 30px 10px 30px;
  }

  .Customized__website_section {
    padding: 10% 2% 10%;
  }

  .Customized__website_div h2 {
    font-size: 2rem;
    margin-bottom: 5%;
  }

  .Customized__website_div h6 {
    width: 95%;
    margin-bottom: 3%;
  }

  .website_customization_card-section {
    padding: 8% 3% 3%;
  }

  .website_customization_card-div div {
    padding: 10% 3% 8%;
  }
  .website_customization_card-div div h4 {
    margin-bottom: 6%;
  }

  .website_customization_card-div div p {
    width: 90%;
  }
  .divider-firstrow {
    margin-bottom: 0;
  }
  .website_features-divider-content h6 {
    margin-bottom: 6%;
  }

  .website_page-divider1 {
    padding: 5% 0% 4% 5%;
  }

  .website_features-divider-content2 {
    padding: 5% 0% 4% 5%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .difference_benefit-div {
    flex-direction: column;
    padding: 8% 0% 8%;
  }

  .difference_benefit-div div p {
    width: 100%;
  }
  .difference_benefit-div div h4 {
    text-align: center;
  }

  .difference_benefit-div div {
    padding: 5% 1% 4%;
  }

  .website__booking-steps-container {
    flex-direction: column-reverse;
    padding: 10% 0% 8%;
  }
  .website__booking-steps-info {
    padding: 8% 0 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .website__booking-steps-info div {
    padding: 5% 2% 3%;
    width: 95%;
  }
  .website__booking-steps-img {
    flex: 100%;
    padding: 0;
    width: 100%;
    height: 15rem;
  }

  .website__booking-steps-img div {
    width: 100%;
    height: 15rem;
  }
}
