:root {
  --primary-colour: #f1e8c7;
  --heading-font-family: "Arimo", sans-serif;
  --default-font-family: "Poppins", serif;
  --btn-colour: #8c7b6e;
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading-font-family);
  font-weight: bold;
  color: black;
}

h1 {
  font-size: 96px;
}
h2 {
  font-size: 64px;
}
p {
  font-family: var(--default-font-family);
  font-weight: normal;
  font-size: 16px;
  color: black;
  line-height: 30px;
}

/* Nav section*/
nav {
  padding: 10px 0px;
  padding-bottom: 13px;
  background-color: var(--primary-colour);
  margin-bottom: 15px;
}
nav ul {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}

nav li {
  display: inline;
  list-style: none;
  line-height: 44px;
  margin-left: 80px; /* margin-left: 20px;*/
}

nav a {
  text-decoration: none;
  color: black;
  transition: all 100ms ease-in-out;
}
nav li.active a {
  color: var(--btn-colour);
}

nav a:hover {
  text-decoration: underline;
  color: var(--btn-colour);
}
.logo {
  max-height: 40px;
  margin-left: 30px;
}
.logo-2 {
  max-height: 38px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

/*Home section*/

.hero {
  background-image: url(/images/IMG-LAN.png);
  background-size: cover;
  text-align: center;
  color: var(--primary-colour);
  padding: 190px 20px;
  margin-top: 30px;
}

.hero h1 {
  font-family: "Arimo", sans-serif;
  color: var(--primary-colour);
}

.hero h2,
h3 {
  color: white;
}

.hero p {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
.hero h2 {
  font-family: "Poppins", serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
}
.btn-design {
  border-radius: 4px;
  font-size: 18px;
  padding: 15px 30px;
  line-height: 27px;
  background-color: var(--btn-colour);
  color: white;
}
.btn-design:hover {
  background-color: #7a6a5f;
}
.btn-design-nav {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 27px;
  background-color: var(--btn-colour);
  color: white;
}

.btn-design-nav:hover {
  background-color: #7a6a5f;
  color: var(--primary-colour);
}
.our-services {
  background-color: var(--primary-colour);
  margin-top: 40px;
}

.card-colour {
  background-color: var(--primary-colour);
}

.cards-image {
  max-width: 100%;
}
.reviews {
  margin-top: 5px;
}

.reviews h2 {
  color: #444;
}

/*About section*/
.about-hero-container {
  color: var(--primary-colour);
}
.about-hero-container h1 {
  color: var(--primary-colour);
}
.about-hero-container h2,
h3 {
  color: white;
}
.about-hero-container {
  padding: 100px 50px;
}

.about-hero-container {
  background-image: url(/images/IMG-LAN.png);
  background-size: cover;
  text-align: center;
  color: var(--primary-colour);
  padding: 190px 20px;
}
.about-hero-container h2 {
  font-family: "Poppins", serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
}
.about-section {
  padding: 150px 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.about-section h1 {
  font-weight: normal;
  font-size: 64px;
  line-height: 80px;
}
.about-section h2 {
  font-size: 18px;
  font-family: var(--default-font-family);
}
.about-section-content {
  margin: 30px;
}
.img {
  border-radius: 20px;
}
.about-pic {
  max-width: 70%;
  border-radius: 10px;
}

.image-container {
  text-align: center;
  text-align: center;
  color: var(--primary-colour);
  padding: 10px 20px;
}
.image-container img {
  max-width: 100%;
  max-height: 50%;
}

.image-container h1 {
  font-family: "Arimo", sans-serif;
  color: var(--primary-colour);
}

.image-container h2,
h3 {
  color: white;
}

.image-container p {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
.image-container h2 {
  font-family: "Poppins", serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
}

/*Gallery section*/
.gallery-container h1 {
  font-family: var(--heading-font-family);
  font-weight: bold;
  color: black;
  font-size: 96px;
  text-align: center;
}
.gallery-img {
  max-width: 30%;
  border-radius: 20px 10px;
  margin: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}
.gallery-img:hover {
  transform: scale(1.2);
}

.gallery-one img {
  padding-bottom: 10px;
}

/*Contact section*/
.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
}
.contact-us h3 {
  color: black;
}
.contact-us a {
  color: #8c7b6e;
  text-decoration: none;
}
.contact-us a:hover {
  text-decoration: underline;
}

/*Foot section*/
footer {
  padding: 10px;
  margin: 60px 0;

  padding: 20px;
}
.footer-container {
  margin: 50px;
}
.contact-box {
  background-color: var(--primary-colour);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact-box .btn-design {
  display: flex;
  justify-content: center;
}

.email-link {
  color: var(--btn-colour);
  font-size: 24px;
  text-decoration: none;
}
.social-links a {
  color: var(--btn-colour);
  margin: 20px;
  font-size: 30px;
  transition: all 100ms ease-in-out;
}
.social-links a:hover {
  color: white;
  background-color: var(--primary-colour);
  margin: 20px;
  font-size: 30px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 44px;
    line-height: 2;
  }

  h2 {
    font-size: 44px;
  }
  .hero {
    padding: 58px 20px;
  }
  .about-section {
    text-align: center;
  }
  nav a {
    font-size: 14px;
  }
}
@media (max-width: 790px) {
  nav li {
    margin-left: 20px;
  }
  .gallery-img {
    max-width: 30%;
    height: 150px;
    border-radius: 10px 10px 10px 10px;
    margin: 5px;
    padding-left: 20px;
  }
}
@media (max-width: 440px) {
  nav li {
    margin-left: 5px;
  }
  .btn-design-nav {
    font-size: 11px;
    padding: 4px 6px;
  }
}
