* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  font-size: 16.25%;
  font-family: "Comfortaa", cursive;
  font-size: 1rem;
}

a {
  color: #f8cf05;
  font-weight: bold;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background-color: #0c4687;
  color: #f8cf05;
  /* margin-bottom: 10rem; */
}

.logo-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

nav img {
  height: 2.5rem;
}

.hero {
  height: 35rem;
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
  background-image: url(img/ghanawet.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.15rem;
  color: white;
}

.hero p {
  font-size: 1.5rem;
  padding: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  letter-spacing: -0.05rem;
  color: white;
}

.hero a {
  background-color: #0c4687;
  padding: 1rem;
  border-radius: 1rem;
}

.img-break {
  width: 100%;
  height: 15rem;
  margin-bottom: 10rem;
}

.img {
  background-image: url(img/DALLE.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0cm;
  height: 100%;
}

.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem 5rem 5rem 5rem;
}

.service-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* align-items: center; */
  margin-bottom: 5rem;
  /* align-items: center; */
  max-width: 50%;
}

.services img {
  max-width: 100%;
  border-radius: 3rem;
  margin-bottom: 0.5rem;
}

.var1 {
  /* margin-left: 5rem; */
  padding: 1rem;
  border: 0.2rem solid #f8cf05;
  /* background-color: #0c4687; */
  border-radius: 1.5rem;
}

.text-services {
  text-align: center;
}

.text-services h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.text-services p {
  font-size: 1.2rem;
  width: 90%;
}

/* .services-action {
  display: flex;
  /* align-items: center; */
  padding: 5rem;
  gap: 1rem;
}

.action img {
  width: 100%; */
}

.reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7rem;
  gap: 3rem;
  background-image: url(img/DALLE.png);
  /* background-size: 40rem; */
  background-position: center;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
}

.contact h3 {
  line-height: 1.8rem;
}

footer {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  height: 15rem;
  background-color: #0c4687;
  color: white;
  justify-content: space-between;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reviews-group {
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  gap: 1.5rem;
  padding: 2.5rem;
}

.name {
  font-weight: bold;
  margin-top: 0.3rem;
}

@media (max-width: 768px) {

  .services img {
    border-radius: 0.5rem;
  }

  .var1 {
    /* margin-left: 5rem; */
    border-radius: 0.5rem;
  }
}
