@import url("https://fonts.googleapis.com/css2?family=Kreon:wght@300..700&family=Merriweather:ital,opsz@0,18..144;1,18..144&family=Quicksand:wght@300..700&display=swap");

/* Farver */
:root {
  --primary-color: #456B8C;
  --secondary-color: #A9C6D9;
  --light-bg-color: #F2F2F2;
  --highlight-color: #448CB9;
}


body{
  background: #456B8C;  
  font-family: 'Quicksand', sans-serif;
}


h1, h2, h3 {
  font-family: 'Kreon', serif;
  color: var(--secondary-color);
}

/* Navbar */
.navbar {
  background-color: var(--primary-color);
}

.navbar-brand {
  color: var(--highlight-color) !important;
}

.navbar-nav .nav-link {
  color: #A9C6D9 !important;
}

.navbar-nav .nav-link:hover {
  color: white !important;
}

.book-btn {
  background-color: white;
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  border: 2px solid var(--primary-color);
}

.book-btn:hover {
  background-color: #448CB9;
}

.logo{
  color: #448cb9;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
}

.link{
  color: #a9c6d9;
  text-decoration: none;
  font-family: "Merriweather" serif;
}


.video{
  height: 50vh;
  width: 100%;
  overflow: hidden;
}

.video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Sektionstitler */
.section-title {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Pakketure */

.packages{
  background: #456B8C;
}

.packages .row {
  display: flex;
  justify-content: space-between; /* Distributes space between items */
}

.packages .col-md-3 {
  margin-right: 20px; /* Adjust this value for desired spacing */
}

/* Remove margin from the last card */
.packages .col-md-3:last-child {
  margin-right: 0;
}

.packages h2 {
  font-size: 2.5rem;
  font-weight: normal;
}


.custom-card {
  background-color: #456B8C;  /* Sætter den blå baggrundsfarve rundt om billederne */
  border: none;
  border-radius: 30px;  /* Runder hjørnerne af kortene */
  overflow: hidden;  /* Forhindrer indholdet i at flyde ud over de runde hjørner */
}

.card-img-top {
  border-radius: 10px 10px 0 0; /* Runder kun toppen af billedet */
  object-fit: cover;  /* Sørger for at billedet dækker hele området uden at blive forvrænget */
}

.card-body {
  background-color: #ffffff;  /* Sætter en hvid baggrund for teksten, så den er synlig */
  color: #456B8C;  /* Ændrer tekstfarven til den ønskede blå farve */
}

.card-body .card-title {
  font-weight: bold;
}

.card-body .card-text {
  font-size: 1rem;
}



/* Nat billede Section */
.nat {
  background-size: cover;
  background-position: center;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.nat h2 {
  font-size: 1.5rem;
}

.nat-text {
  color: var(--light-bg-color);
  padding: 20px;
}



.weather{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.weather-overlay .headline {
  margin-bottom: 30px; /* skaber luft ned til boksen */
}



.weather-box {
  background-color: white;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  color: #456B8C;
  font-family: 'Quicksand', sans-serif;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
}



.weather-emoji {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.weather-box:hover {
  transform: scale(1.03);
}

.weather-box p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}



/* -----------------------

Guide section 


------------------------- */
.guides {
  position: relative;
  z-index: 2;
}

.guides h2 {
  font-size: 2.5rem;
  font-weight: normal;
}

.guides .row {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.guides .card-img-top {
  width: 100%;
  height: auto;
}


/* Footer */
footer {
  background-color: var(--secondary-color);
}

footer h5 {
  color: var(--primary-color);
  font-weight: bolder;
  font-size: 1.5em;
}

footer a {
  text-decoration: none;
  color: var(--primary-color);
}

footer a:hover {
  text-decoration: underline;
}

.bi {
  color: var(--primary-color);
}





.logo {
  color: #448cb9;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
}

.image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.link {
  color: #a9c6d9;
  text-decoration: none;
  font-family: "Merriweather", serif;
}

.link-btn {
  border-color: #a9c6d9;
  border-radius: 30px;
}

.heading {
  color: #456b8c;
  font-family: "kreon";
  font-weight: 600;
}

.text {
  font-weight: 400;
}

.text--quicksand {
  font-family: "Quicksand", sans-serif;
}

.text--kreon {
  font-family: "kreon", sans-serif;
}

.text--color-1 {
  color: #456b8c;
}

.text--color-2 {
  color: #456b8c;
}

.text--xl {
  font-size: 2rem;
}

.heading-2 {
  font-family: "kreon";
  color: #a9c6d9;
  font-weight: 350;
}

.light-blue-bg {
  background-color: #c5d7e6;
}
.dark-blue-bg {
  background-color: #456b8c;
  color: white;
}
.rounded-box {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.guide-img {
  border-radius: 10px;
  width: 100%;
  max-width: 140px;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

footer {
  background-color: #c5d7e6;
  text-align: center;
  padding: 1rem;
}
.social-icons i {
  font-size: 2rem;
  margin: 0 0.5rem;
}

.heading-divider {
  border-bottom: 1px solid #456b8c;
}

.light-blue-bg {
  background-color: #A9C6D9;
  color: #456B8C; /* valgfrit for kontrast */
}

.text-1-om-os{
color:#456b8c;
}

.overskrift-2-om-os{
  color: #A9C6D9;
  font-family: 'Kreon', sans-serif;
  font-size: 2rem;
  font-weight: 250;

}

.text-2-om-os{
  font-family:'Quicksand', sans-serif;
  color: #A9C6D9;
}




@media only screen and (min-width: 600px) {
  .menu {
    flex-direction: row;
    align-items: baseline;
  }

  .heading-divider {
    width: fit-content;
    padding-right: 5rem;
    border-bottom: 1px solid #456b8c;
  }

  .image {
    height: 600px;
  }

  .dropdown-item{
    color: #a9c6d9;
    background-color: #456b8c;
    

  }

  .dropdown-item:hover{
    color:#456b8c;
    
  }


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

  /* Progress bar */
  .progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
  }

  .progress-bar::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ccc;
    z-index: 0;
  }

  .step {
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 1;
  }

  .step a {
    display: inline-block;
    background-color: #ccc;
    color: white;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
  }

  .step a.active {
    background-color: #4CAF50;
  }

  .step a:hover {
    background-color: #388E3C;
  }

  .step-label {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
  }

  /* Indhold */
  .step-content {
    display: none;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .step-content:target {
    display: block;
  }

  label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  select, input[type="text"], input[type="date"], input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .package-box {
    background: #e9e9e9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .package-box strong {
    display: block;
    margin-top: 15px;
    color: #333;
  }

  .package-box span {
    display: block;
    margin-left: 10px;
  }

  .total-price {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
    margin-top: 20px;
  }

  .thank-you {
    font-size: 18px;
    color: #4CAF50;
    font-weight: bold;
  }

  .image2 {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .link {
    color: #a9c6d9;
    text-decoration: none;
    font-family: "Merriweather", serif;
  }
  
  .link-btn {
    border-color: #a9c6d9;
    border-radius: 30px;
  }
  
  .heading {
    color: #456b8c;
    font-family: "kreon";
    font-weight: 600;
  }
  
  .text {
    font-weight: 400;
  }
  
  .text--quicksand {
    font-family: "Quicksand", sans-serif;
  }
  
  .text--kreon {
    font-family: "kreon", sans-serif;
  }
  
  .text--color-1 {
    color: #456b8c;
  }
  
  .text--color-2 {
    color: #a9c6d9;
  }
  
  .text--xl {
    font-size: 2rem;
  }
  
  .heading-2 {
    font-family: "kreon";
    color: #a9c6d9;
    font-weight: 350;
  }
  
  .light-blue-bg {
    background-color: #c5d7e6;
  }
  .dark-blue-bg {
    background-color: #456b8c;
    color: white;
  }
  .rounded-box {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .guide-img {
    border-radius: 10px;
    width: 100%;
    max-width: 140px;
  }
  
  .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }
  
  footer {
    background-color: #c5d7e6;
    text-align: center;
    padding: 1rem;
    width: 100%;
  }
  .social-icons i {
    font-size: 2rem;
    margin: 0 0.5rem;
  }
  
  .heading-divider {
    border-bottom: 1px solid #456b8c;
  }
  
  .container {
    max-width: 700px;
    margin: auto;
  }
  
  /* Progress bar */
  .progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
  }
  
  .progress-bar::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ccc;
    z-index: 0;
  }
  
  .step {
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 1;
  }
  
  .step a {
    display: inline-block;
    background-color: #ccc;
    color: white;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .step a.active {
    background-color: #4CAF50;
  }
  
  .step a:hover {
    background-color: #388E3C;
  }
  
  .step-label {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
  }
  
  /* Indhold */
  .step-content {
    display: none;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .step-content:target {
    display: block;
  }
  
  label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  
  }
  /* styling tekst farve til hele package-box */
  label, .package-box{
    color: var(--secondary-color);
  }

 .oplysninger label{
    color: var(--primary-color);
  }
  
  select, input[type="text"], input[type="date"], input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  
  .package-box {
    background: #e9e9e9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .package-box strong {
    display: block;
    margin-top: 15px;
    color: #333;
  }
  
  .package-box span {
    display: block;
    margin-left: 10px;
  }
  
  .total-price {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
    margin-top: 20px;
  }
  
  .thank-you {
    font-size: 18px;
    color: #4CAF50;
    font-weight: bold;
  }
  
  @media only screen and (min-width: 600px) {
    .menu {
      flex-direction: row;
      align-items: baseline;
    }
  
    .heading-divider {
      width: fit-content;
      padding-right: 5rem;
      border-bottom: 1px solid #456b8c;
    }
  
    .image2 {
      height: 600px;
    }
  }
  
  #progress-bar-wrapper .progress-bar{
    display: flex;
    flex-direction: row ;
    justify-content: flex-start;
  }
  
  #progress-bar-wrapper .progress-bar .step{
    align-self: auto;
  }
  
  .btn-custom {
    background-color: #456B8C;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s;
  }
  
  .btn-custom:hover {
    background-color: #345269;
  }

  .btn-custom-blue{
    background-color: #456B8C;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s;
  }

  .btn-custom-blue{
    background-color: #456B8C;
  }


  .contact-inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 20px 0;
}

.contact #contact-form {
    background-color: var(--primary-color);
    color: var(--light-bg-color);
    padding: 30px;
    border-radius: 8px;
    max-width: 91%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr; /* One column by default */
    grid-gap: 10px;
}

.contact #contact-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact #contact-form .name-fields { /* Target only the name fields */
    display: grid; /* Grid for name fields only */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Two columns, responsive */
    grid-gap: 30px;
}

.contact #contact-form .name-fields > div { /* Direct children of .name-fields */
    display: flex;
    flex-direction: column; /* Stack label above input */
}

.contact #contact-form input[type="text"],
.contact #contact-form input[type="email"],
.contact #contact-form textarea {
    padding: 10px;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    color: var(--primary-color);
}

.contact #contact-form textarea {
    height: 150px;
}

.contact #contact-form input[type="submit"] {
    background-color: var(--highlight-color);
    color: var(--light-bg-color);
    max-width: 100%;
    border: none;
    padding: 15px 50px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    justify-self: center;
}

.contact #contact-form input[type="submit"]:hover {
    background-color: var(--secondary-color);
}

/* Apply default styles to all input containers */
.contact #contact-form .input-container {
    display: flex;
    flex-direction: column;
}


.camp-img {
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  
  .camp-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .container {
    max-width: 700px;
    margin: auto;
  } 

  

}



