:root {
    --primary-color: #071f4a; /* Royal Blue */
    --secondary-color: #2f508a; 
    --accent-color: #074a4a; /* Forest Green */
    --accent-alt: #1564eb;
    --white-color: #FFFFFF; /* White */
    --black-color: #000000
    
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
  }
  
  body {
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #777;
  background-color: #f8f8f8;
  }

  .no_show_small {
    display: none;
  }

  a {
    color: #fff;
    text-decoration: none;
    
  }

  li {
    list-style: none;
  }

  .button{
    padding: 0.5rem 1rem;
    border: 2px solid var(--accent-alt);
    margin-top: 2rem;
    display: inline-block;
    border-radius: 5px;
  }


  .flex {
    display: flex;
  }
  /* HEADER */
  /* .header {
    height: 10rem;
  } */
  .header {
    height: 100vh;
    background-image: linear-gradient(to right, #0a0a0ae7, #0a0d13c7), url(../images/banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  /* padding: 0 20px; */

    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }

  header .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .logo_box {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
  }
  
  .logo {
    height: 12rem;
  }

  .hamburger {
    position: absolute;
    top: 4rem;
    right: 2rem;
  }

  .hamburger img {
    width: 50px;
  }

  header nav {
    position: absolute;
    right: 4rem;
    top: 4rem;
  }

  nav a {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    margin-left: 2rem;
  }

  .hero {
    position: absolute;
    color: var(--white-color);
    margin-top: 15rem;
    text-align: center;
    padding: 20px;
  }

  h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .span_accent {
    color: var(--accent-color);
    text-shadow: 0 0 2px var(--white-color);
    letter-spacing: 2px;

  }
  .span_block {
    display: block;
  }

  .span_bold {
    font-weight: 700;
    color: var(--accent-alt)
    /* text-shadow: 0 0 2px var(--white-color); */
  }

  .span_break {
    display: block;
  }

  .hero p {
    margin-top: 4rem;
    font-size: 2rem;
    letter-spacing: 1px;
  }


  /* MAIN */
  /* EASY MOVING */
.easy_moving,
.why_klar,
.selling_point,
.services,
.ready,
.booking,
footer,
.about_intro,
.mission,
.values,
.why {
  margin-top: 4rem;
  padding: 20px;
}

.easy_moving h2,
.mission h2,
.values h2 {
  text-align: center;
  font-size: 3rem;
}

.easy_moving h3 {
  margin-bottom: 2rem;
  text-align: center;
}

.easy_moving .commitment {
  display: flex;
  flex-direction: column;
}

.easy_moving .image  img,
.solution .image  img{
  width: 96%;
  margin: 2rem auto;
  display: block;
  max-width: 400px;
}

.easy_moving .question {
  font-weight: bold;
}

.easy_moving p span,
.about_intro p span {
  font-weight: bold;
}

/* why klar */
.choice  p span{
  font-weight: bold;
}


/* selling point */
.selling_point h2,
.services h2,
.ready h2,
.booking h2 {
  /* font-size: 2.2rem; */
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.selling_point li {
  list-style-type: disc;
}

.selling_point .point {
  margin-bottom: 3rem;
}

.selling_point .image {
  width: 90%;
  margin: 1rem auto;
}

.selling_point .point img {
  width: 100%;
}

/* SERVICES */
.services > p {
  text-align: center;
}
.service_card {
  width: 96%;
  border: 4px solid var(--accent-color);
  padding: 1rem;
  margin: 2rem auto;
  border-radius: 10px;
  color: var(--white-color);
  max-width: 350px;
}

.service_1 {
  background-image: linear-gradient(to right, #0a0a0ab9, #0a0d13e9), url(../images/affordable.jpg);
}

.service_2 {
  background-image: linear-gradient(to right, #0a0a0ab9, #0a0d13e9), url(../images/furniture_delivery.jpg);
}

.service_3 {
  background-image: linear-gradient(to right, #0a0a0ab9, #0a0d13ef), url(../images/furniture_disposal.jpg);
}

.services > p {
  margin-bottom: 1.5rem;
}

.service_card h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.service_card p {
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.service_card a {
  border: 2px solid var(--accent-alt);
  padding: 0.6rem 1rem;
  display: inline-block;
  margin: 1rem 0;
  border-radius: 10px;
}

/* READY */

.move_box {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

.move_box img{
  width: 100%;
  max-width: 500px;
}

/* booking */
form {
  max-width: 600px;
  margin: 0 auto;
}
fieldset {
  margin-bottom: 2rem;
  padding: 1rem;
}

input,
select,
textarea {
  display: block;
  width: 350px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

input.radio {
  display: inline;
  width: auto;
}

button {
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border: none;
  background-color: var(--accent-alt);
  color: var(--white-color);
  border-radius: 5px;
}

footer {
  background-color: var(--black-color);
  color: var(--white-color);
}

footer .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .summary .text {
  width: 90%;
  margin: 0 auto;
}

footer .top > div {
  margin-bottom: 3rem;
}

footer h2 {
  font-size: 2rem;
}

footer .contact {
  font-size: 1.2rem;
  letter-spacing: 1px;
  width: 90%;
  max-width: 550px;
}

footer .logo img{
  width: 200px;
}

footer .bottom {
  text-align: center;
}


/* ABOUT */
.span_smaller {
  font-size: 1.8rem;
}
.values {
  letter-spacing: 1px;
}
.values span {
  font-weight: bold;
}

.values li {
  margin-bottom: 1rem;
}

/* SERVICES */
.services_page section {
  margin-bottom: 4rem;
}

.service_services {
  margin-bottom: 3rem;
}
.services_page p {
  margin-bottom: 1rem;
}


/* Animations */
@keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-10rem);
    }
    80% {
      transform: translateX(2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(10rem);
    }
    80% {
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInBottom {
    0% {
      opacity: 0;
      transform: translateY(5rem);
    }
    80% {
      transform: translateY(-0.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }