@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
}

.wrapper{
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f4f4f4ff;
}

            /* arrow to top*/

.arrow-top {
  position: fixed;
  right: 10px;
  bottom: 45px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  transition: 0.5s;
  }

.arrow-top a{
  color: #0044aa;
  text-decoration: none;
}

.arrow-top i{
  font-size: 20px;

}

.arrow-top.active{
  visibility: visible;
  opacity: 1;
}
              /* Header */

header{
  width: 100%;
  height: auto;
}


              /* TOP INFO */

.top-info{
  width: 100%;
  height: 50px;
  background-image: url(images/blue-tile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-info a{
  font-size: 1.2rem;
  text-decoration: none;
  margin-left: 50px;
  color: darkorange;
  }

.top-info a:hover{
  color: white;
}

          /* Navigatin */

.meni{
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav{
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 100px;
}

.logo img{
  width: 350px;
  height: auto;
  margin-left: 10%;
}

ul{
  display: flex;
  list-style: none;
  position: relative;
}

ul li{
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: block;
}

ul li a{
  text-decoration: none;
  color: darkblue;
}
ul.dropdown{
  display: none;
  width: 100%;
  position: absolute;
  left: -20px;
  z-index: 100;
  background-color: #f4f4f4ff;
  padding-top: 20px;
}

ul.dropdown li {
padding: 10px;
text-align: center;
border-bottom: 1px solid darkorange;
margin-right: 0px;
text-transform:  capitalize;
}

ul li:hover  ul.dropdown{
  display: block;
}

ul li a:hover{
  color: darkorange;
}

ul li.quote a{
  font-size: 1.1rem;
  font-weight: 800;
  color: darkorange;
  letter-spacing: 0;
}

ul li.quote a:hover{
  color: darkblue;
}


.social-icon a{
  color: darkblue;
}

.social-icon a:hover{
  color: darkorange;
}

.social-icon i{
  font-size: 1.5rem;
  margin-left: 10px;
}

.hamburger{
  display: none;
}

.hamburger span{
  width: 25px;
  height: 2px;
  margin-top: 5px;
  background-color: darkblue;
}

              /* Main */

main{
  width: 100%;
  height: auto;
  background-image: url(images/outdoor-tiles-big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main h1{
  font-size: 3rem;
  color: white;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  margin-top: 7rem;
}

main p{
  font-size: 1.3rem;
  color: white;
  margin-bottom: 55px;
  line-height: 1.9rem;
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
}

main a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: darkorange;
  padding: 15px 35px;
  border-radius: 2px;
  color: white;
  margin-bottom: 5rem;
}


.why-outdoor{
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(images/logo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.why-outdoor h2{
  font-size: 2rem;
  color: darkblue;
}

.why-outdoor ul{
  width: 80%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;

}

.why-outdoor ul li{
  text-transform: inherit;
  padding: 20px;
  font-size: 1.1rem;
  text-align: justify;
  list-style: lower-alpha;
  line-height: 1.8rem;
}

.why-outdoor ul li span{
  font-size: 1.2rem;
  color: darkorange;
}





.sika{
  width: 100%;
  height: 120px;
  color: white;
  background-image: url(images/blue-tile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.sika a{
  text-decoration: none;
  color: darkorange;
  text-transform: uppercase;

}

                  /* Testemonials */

.testemonials{
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 3rem;
  background-color: #f4f4f4ff;
}

.testemonials h4{
  font-size: 2rem;
  padding-top: 5rem;
  font-weight: 400;
  color: darkblue;

}

.what-say {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.test{
  width: 90%;
  display: flex;
  flex-direction: column;
}

.what-say .test p{
font-size: 1.1rem;
margin-left: 60px;
margin-right: 60px;
color: darkblue;
}

.test  span{
color: #002255;
margin-top: 2rem;
}

              /* Footer */


footer{
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: white;
}

footer .bottom-logo img{
  width: 280px;
  height: auto;
}

footer .bottom-logo p{
  font-size: 0.7rem;
  margin-top: 1rem;
  text-align: center;
}

footer .bottom-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .bottom-info a{
  font-size: 1.2rem;
  color: darkorange;
  text-decoration: none;
  padding-top: 0.5rem;
  font-weight: 600;
}
footer .bottom-info a:hover{
  color: darkblue;
}

footer .bottom-social a{
  margin-left: 10px;
  font-size: 1.6rem;
  color: darkorange;
}

footer .bottom-social a:hover{
  color: darkblue;
}
.copy{
  width: 100%;
  height: 40px;
  background-image: url(images/blue-tile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: white;
}


@media all and (max-width: 1435px){
  .about-us{
    width: 90%;
    height: auto;
    margin: 100px auto;
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr ;
  }
  .hamburger {
    font-size: 2rem;
    color: darkblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
    cursor: pointer;
  }

  .hamburger.active span{
    margin-top: 0;
  }

  .hamburger.active .span1{
    display: none;
  }

  .hamburger.active .span2{
    transform: rotate(50deg) translateX(1.2px);
    transition: 0.5s ease-out;

  }

  .hamburger.active .span3{
    transform: rotate(-50deg) translateX(1.2px);
    transition: 0.5s ease-out;
  }


  nav{
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 170px;
    margin-left: 0;
    width: 100%;
    height: calc(100vh - 170px);
    background-color: white;
    z-index: 1000;
  }

  ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  ul li{
      font-size: 1.3rem;
      padding-bottom: 1rem;
  }
  ul li.quote a{
    font-size: 1.3rem;
  }
  ul.dropdown{
    margin-top: 5px;
  }



  nav.active{
    visibility: visible;
  }
}


@media all and (max-width: 1000px){
  .about-us{
    width: 90%;
    height: auto;
    margin: 100px auto;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .sika{
    font-size: 1.6rem;
    text-align: center;
  }
  .why-outdoor h2{
    font-size: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 800px){
  .logo img{
    width: 300px;
    height: auto;
    margin-left: 20%;
  }

  main h1{
    font-size: 2rem;
    text-align: center;
  }

  main p{
    font-size: 1.1rem;
  }

  main a{
    font-size: 0.9rem;
    padding: 10px 30px;
  }
  .testemonials h4{
    font-size: 1.7rem;
  }

  .what-say {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .test  span{
    margin-bottom: 2rem;
  }

  footer{
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  footer .bottom-logo {
    margin-top: 2rem;

  }

  footer .bottom-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .bottom-social {
    margin-top: 2rem;
  }


  @media all and (max-width: 500px){
    .top-info a{
      font-size: 0.8rem;
      margin-left: 15px;
      }

      .logo img{
        width: 200px;
        height: auto;
        margin-left: 5%;
      }

      .hamburger {
        margin-top: -10px;
      }

      .hamburger span{
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background-color: darkblue;
      }


      main p{
        padding-left: 5%;
        padding-right: 5%;
      }
      article{
        width: 280px;
        height: auto;
      }

      article img{
        width: 100%;
        height: auto;
      }

      article a.read{
        font-size: 0.6rem;
        opacity: 70%;
        padding: 6px 15px;
      }

    .sika{
      font-size: 1.3rem;
    }

    .what-say .test p{
    font-size: 1.1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    }

  }
