*{
  margin: 0;
  Padding: 0;
  font-family:'Montserrat', sans-serif;
}
.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)), url(Bilder/Ocean.jpg);
  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: 8px 12px;
position: relative;
}

.nav-links ul li a{
  color: #fefae0;
  text-decoration: none;
  font-size: 13px;
}

.nav-links ul li::after{
  content:'';
  width: 0%;
  height: 2px;
  background: #782E2A;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after{
  width: 100%;
}

.text-box{
  width: 90%;
  color: #fefae0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1{
  font-size: 82px;
}

.text-box p{
  margin: 10px 0px 40px;
  font-size: 14px;
  color: #fefae0;
}

nav .fa{
  display: none;
}

@media (max-width: 700px){
  .text-box h1{
    font-size: 20px
  }

  .nav-links ul li{
    display: block;
  }

  .nav-links{
    position: absolute;
    background: #782E2A;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }

nav .fa{
  display: block;
  color: #fff;
  margin: 10px;
  font-size: 22px;
  cursor: pointer;
}

.nav-links ul{
  padding: 30px;
  right: -200px;
}

}


/*-----introduction main page----*/


#kontaktinformasjon .container{
  display: flex;
  align-items: center;
  justify-content: space-space-between;
  justify-content: center;
  gap: 120px;

}

#kontaktinformasjon .container .kontaktinformasjon-content {
max-width: 600px;
display: flex;
flex-direction: column;
gap: 16px;
align-items: start;

}

#kontaktinformasjon .container .kontaktinformasjon-content h1{
  font-family: "Montserrat", sans-serif;
  font-size: 30px;

}

#kontaktinformasjon .container .kontaktinformasjon-bilde img {
  max-width: 100%
}

/*---CTA---*/
.cta {
  margin: 100px auto;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0, 0, 0, 0.7)), url(Bilder/fiskestim.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
}

.cta h1{
  color: #fefae0;
  margin-bottom: 40px;
  padding: 0;
}

.cta-btn{
  display: inline-block;
  text-decoration: none;
  color: #fefae0;
  border: 1px solid #fefae0;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.cta-btn:hover{
  border: 1px solid #782E2A;
  background: #782E2A;
  transition: 1s;

}


/*-------mainpage-----*/

.Section-title h1{
  font-size: 50px;
  text-align:center;
}

.Section-title p {
  text-align: center;
}
.Section-title h3 {
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
}
.Section-title h2 {
  text-align: center;
}
.Section-title .line{
  width: 150px;
  height: 4px;
  border:10px;
  background-color: #782E2A;
  margin: auto;
}

.services {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.service {
  width: 350px;

}

.service img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0,3s ease;
}

.service img:hover{
  transform: scale(1.2);
}




/*--------Historie header---------*/

.sub-header1{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Bilder/Ocean.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header1 h1{
  margin-top: 50px;
}

.sub-header1 h1{
  font-size: 62px;
}

/*-------HISTORIE MAIN-----------*/

@media (max-width:900px) {
  .Historie {
    width:100%;
  }

}

.Historie {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0;

}

.container {
  margin:auto;
  justify-content:space-between;

}
.Historie-bilde img{
  max-height: 600px;
  max-width: 50%
  border-radius: 10px;
  size: 14px;

}

@media (max-width: 600px){
  .Historie-bilde img{
    max-width: 100%;
  }
}

.Historie-bilde1 img{
  width: 50%;
  height: 300px;
}

.Historie-content p {
  word-wrap: break-word;
max-width: 1500px;
}

/*--------Produkter header---------*/

.sub-header2{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Bilder/Ocean.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header2 h1{
  margin-top: 50px;
}

.sub-header2 h1{
  font-size: 55px;
}

/*--------produkter main-------*/



.Produkter{
  max-width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;

}

@media (max-width: 600px) {
  .Produkter {
    display: block;
  }
}

.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.Produkter-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align:left;
  transition: 0.5s;
}
.Produkter-col img{
  max-width: 100%;
  border-radius: 10px;
}

.Produkter-col p{
  padding: 0;
}
.Produkter-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.Produkter-col:hover{
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}


/*--------Eros header---------*/

.sub-header3{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Bilder/hoykvalitetseros.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header3 h1{
  margin-top: 50px;
}

.sub-header3 h1{
  font-size: 62px;
}

/*-----EROS MAIN PAGE----------*/

.Eros-content {
  text-align: center;
  word-wrap: balance;
}
.Eros-bilde img {
  height: 600px;
  margin-right: 100px;
}

.accordian {
  margin: auto;
  border: 1px solid grey;
  width: 50%;


}

input {
  display: none;
}
label {
  font-size: 30px;
  color: white;
  background-color: #1A2B4C;
  display: block;
  cursor: pointer;
  padding: 10px 10px 10px 30px;
  position: relative;
  user-select: none;
}

label:before {
  content: " ";
  border-width: 10px;
  border-style: solid;
  border-color: transparent
  transparent transparent black;
  height: 0;
  font-size: 0;
  position: absolute;
  top: 18px;
  left: 10px;
  transition: transform 0.5s;
  transform-origin: 3px center;
}

.accordian div{
  font-size: 26px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

input:checked ~ label:before {
  transform: rotate(90deg)

}

input:checked ~ div{
padding: 10px;
opacity: 1;
height: auto;
}

.accordian-bilde img {
float: right;
display: flex;
  height: 600px;
  margin-right: 100px;
  padding: 0px;


}

.container {
  max-width: 1700px;
  margin: auto;
  overflow: auto;
}

.gallery{
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  max-width: 390px;

}

.gallery img{
  max-width: 100%;
  height: auto;

}

.description{
  padding: 15px;
  text-align: center;
}
/*--------Kontakt header---------*/

.sub-header{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Bilder/hoykvalitetseros.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header h1{
  margin-top: 50px;
}

.sub-header h1{
  font-size: 62px;
}

/*------contact page----*/
.location {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}

.location iframe{
  width: 100%;
}

  .contact-us{
    width: 80%;
    margin:auto;

  }

  .contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;

  }

.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-col div .fa-solid{
  font-size: 28px;
  color: #DD9787;
  margin: 10px;
  margin-right: 30px;
}

.contact-col div p{
  padding: 0;
}

.contact-col div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}

.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;

}

.contact-btn{
  display: inline-block;
  text-decoration: none;
  color: #555;
  border: 1px solid #555;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.contact-btn:hover{
  border: 1px solid #fefae0;
  background: #DD9787;
  transition: 1s;

}

/*------Footer-------*/

.Footer{
  margin-top: 150px;
  width: 80%;
  padding: 100px 15%;
  background: #1A2B4C;
  color: #DBC9AF;
  display: flex;
}

.Footer div{
  text-align: center;

}

.col-2{
  flex-grow: 2;
}

.Footer div h3{
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;

}

.col-1 a{
  display: block;
  text-decoration: none;
  color: #fefae0;
  margin-bottom: 10px;

}

form input{
  width: 400px;
  height: 45px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  outline: none;
  border: none;
}

form button{
  background: transparent;
  border: 2px solid #fefae0;
  color: #fefae0;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 15px;
  cursor: pointer;
}
