
@import url("https://use.typekit.net/xlw7duy.css");


*{
  
  cursor: url("https://files.heysa.dk/Cursor.png");

  margin: 0;
  padding: 0;

  font-family: ropa-mix-pro, sans-serif;

  font-weight: 100;

  font-style: normal;
}

body{
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.header {
  min-height: 100vh;
  width: 100%;
  background-image:  url(/Images/BG.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;

}

nav img{
  width: 150px;
}

.nav-links {
  flex: 1;
  text-align: right;

}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 15px 25px;
  position: relative;
}


.nav-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 35px;
}

.nav-links ul li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #5d85c6;
  display: block;
  margin: auto;
  transition: 0.5s;
}


.nav-links ul li:hover:after {

  width: 100%;
}

.text-box {
  width: 90%;
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.text-box h1 {
  font-size: 250px;
}
.text-box p {
  margin: 10px 0 40px;
  font-size: 20px;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}



.hero-btn:hover {
  border: 1px solid #7595c7;
  background-color: #5d85c6;
  transition: 1s;
}

nav .fa {
  display: none;
}


@media(max-width: 1000px) {

  .row{
    flex-direction: column;
  }

  .text-box h1 {
    font-size: 150px;
  }

  .nav-links ul li {
    display: block;
  }

  .nav-links{
    display: none;
   position: absolute;
   background-color: #5d85c6;
   height: 100vh;
   width: 200px;
   top: 0;
   right: 0;
   text-align: left;
   z-index: 2;
  }

  nav .fa{
    display: block;
    color: white;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul{
    padding: 30px;
  }

  nav img{
    padding-top: 10px;
    width: 100px;
  }


  
.reviews-col img{
    margin-left: 0px;
    margin-right: 15px;
    }

    .kontakt-forside h1{
        font-size: 24px;
    
    }
    

}

 .produkter {
   width: 80%;
   margin: auto;
   text-align: center;
   padding-top: 100px;

 }
.produkter h1{
  font-size: 75px;
  color: #5d85c6;
}
.produkter p {
  color: #5d85c6;
  font-size: 20px;
  line-height: 22px;
  padding: 10px;

}

.row{
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
}


.produkter-col {
  flex-basis: 31%;
  background: #84b1fc;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
    transition: 0.5s;
}


h3{
  font-size: 35px;
  text-align: center;
  margin: 10px 0;
  color: #e4eeff;
}


.produkter-col:hover{
  box-shadow: 0 0 20px 0px rgb(0, 0, 0, 0.3);

}

.facilities{
  color: #5d85c6;
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facilities h3{
  color: #5d85c6;
}

.facilities h1{
  font-size: 50px;

}

.facilities-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
}

.facilities-col img{
  width: 100%;
  border-radius: 10px;

}


.facilities-col p{
  padding: 0;
}

.facilities-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
}

.reviews{
  width: 80%;
  margin: auto;
  padding-top: 100px;
  text-align: center; 
}

.reviews h1{
  font-size: 50px;
  color: #5d85c6;
}
.reviews p{

  color: #5d85c6;
}

.reviews-col {
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #84b1fc;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.reviews-col img{
height: 48px;
margin-left: 5px;
margin-right: 30px;
border-radius: 50%;
}

.reviews-col p{
    padding: 0;

}

.reviews-col h3{
    margin-top: 15px;
    text-align: left;
}

.reviews-col .fa{
    color:#e5f1ff;
}



.kontakt-forside{
    margin: 100px auto;
    width: 80%;
    background: rgb(132,177,252);
    background: linear-gradient(0deg, rgba(132,177,252,1) 0%, rgba(132,177,252,1) 49%, rgba(101,139,201,1) 100%);
background-size: cover;
border-radius: 10px;
text-align: center;
padding: 100px 0;
}


.kontakt-forside h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;

}


.footer {
width: 100%;
text-align: center;
padding: 30px 0;

}

.footer h4 {
   margin-bottom: 25px;
   margin-top: 20px;
    }


.small-text-box {
  height: 50vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 125px;
}

.small-text-box h1{
  margin-top: 100px;
}


@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

.about-us{
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-col{
  flex-basis: 48%;
  padding: 30px 2px;
}

.about-col img {
  width: 100%;
}

.about-col h1{
  padding-top: 0;

}



.about-col p{
  padding: 15px 0 25px;
}