/* Instrument Sans - Regular */
@font-face {
    font-family: "Instrument Sans";
    src: url("/fonts/InstrumentSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Instrument Sans - Medium */
  @font-face {
    font-family: "Instrument Sans";
    src: url("/fonts/InstrumentSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  /* Instrument Sans - Bold */
  @font-face {
    font-family: "Instrument Sans";
    src: url("/fonts/InstrumentSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* Instrument Serif - Regular */
  @font-face {
    font-family: "Instrument Serif";
    src: url("/fonts/InstrumentSerif-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Instrument Serif - Italic */
  @font-face {
    font-family: "Instrument Serif";
    src: url("/fonts/InstrumentSerif-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

.header-container { 
    background: linear-gradient(#b89433 0%,#ffffff 50%, #ffffff 100%);
    color: #081C2B;
}
.tours {
    background: none;
}
.tours-section-title {
    text-align: center;
    margin-top: 4rem;
}
a:hover {
    color: #081C2B;
    background: #FDFCFB;
}
li a:hover {
    background: #FDFCFB;
}
.tour-informations {
    background: none;
    padding: 0;
}
.tours-section-container {
    margin: 0 auto;
    padding: 0;
}
.menu-list a {
    color: white;
}
.dashed-line { 
    width: 100%;
    transform: scaleX(0); 
    transform-origin: left; 
    border:1px dashed rgba(0, 0, 0, .4); 
    margin: 0 auto;
    transition: all 1.5s ease;
  }
  .tours-section-container {
    margin: 8rem auto 0 auto;
  }
  .blur-paragraph {
    opacity: 0;
    filter: blur(4px);
    transition: all 700ms ease-in-out;
  }
  /* /// contact page /// */
  address.tours-section-content {
    display: flex;
    width: 95%;
    margin: 4rem auto;
    flex-wrap: wrap;
    gap: .5rem;
  }
  address.tours-section-content .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    background: #fff;
    border-radius: .5rem;
    width: 100%;
    height:222px;
    font-family: "Instrument Sans";
    font-style: normal;
    font-weight: 400;
  }
  .contact-item h3 {
    font-size: 1.25rem;
    margin: 0;
  }
  .contact-item .contact-icon {
    width: 8%;
  }
  .header-container.contact {
    background: #b89433;
  }
  .booking-form {
    padding-bottom: 1rem;
    color: white;
}
.booking-form-container {
    width: 95%;
    margin: 3.5rem auto;
    background: #1b2e3c;
    border-radius: .75rem;
    padding: 2rem 1.5rem;
}
.booking-form-container h3 {
    font-size: 1.75rem;
}
.booking-form-container p {
    margin: 2.5rem 0;
}
form input {
    border: 1px dashed rgba(255, 255, 255, .4);
    background: none;
    color: white;
    padding: 1rem .75rem;
    border-radius: .5rem;
    width: 100%;
    margin-top: .625rem;
}
form div {
    margin-bottom: 1.5rem;
}
#message {
    padding: 1rem .75rem 9.5rem .75rem;
}
#submit {
    width: 100%;
}
@media screen and (min-width: 600px) {
    html {
        font-size: 1.2rem;
      } 
    :root{
        --main-width:95%;
    }  
    .tours-page .faqs-container {
        width: 95%;
      }
    address.tours-section-content .contact-item {
        width: 49%;
        height: 250px;
      }  
      .contact-item a{
        font-size: .75rem;
      }  
}
@media screen and (min-width: 750px){
    .tours-page .faqs-container {
        width: 95%;
      }
    address.tours-section-content .contact-item {
        width: 49%;
        height: 320px;
      }    
}