/*----- Header ----*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  background-color: #FAF6ED;
}
.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(/Media/2878084-uhd_3840_2160_24fps.mp4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
  background-attachment: scroll;
}
.header video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* adjust the opacity value to your liking */
  z-index: -1;
}
nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}
nav img{
  width: 150px;
}
.nav-links{
  flex: 1;
  text-align: right;
  font-size: 10px;
}
.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.nav-links a{
  color: #e3e3e3;
  text-decoration: none;
  font-size: 13px;
}
.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background-image: url(/Media/Natural-Oak-HP391_0235_eq-1.jpg);
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav-links ul li:hover::after{
  width: 100%;
}
.text-box{
  width: 90%;
  color: #e3e3e3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-box h1{
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}
.text-box h1 span {
  background: url(/Media/Natural-Oak-HP391_0235_eq-1.jpg);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 55px;
  font-weight: 700;
  display: inline;
}
.text-box p{
  margin: 5px 0 20px;
  font-size: 20px;
  color: #e3e3e3;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.hero-btn{
  display: inline-block;
  text-decoration: none;
  background: none;
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 12px 34px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: border var(--delay-time);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/Media/Natural-Oak-HP391_0235_eq-1.jpg);
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity var(--delay-time);
  z-index: -1;
}
.hero-btn:hover .bg-image {
  opacity: 1;
  border: 0px solid;
}
.fa-regular.fa-circle-xmark, .fa-solid.fa-bars {
  display: none;
}
@media(max-width: 710px){

  .slideshow-container {
    height: 400px;
  }

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

  .nav-links ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

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

  .nav-links ul li a {
    font-size: 40px;
  }
  
  .nav-links{
    position: fixed;
    background-image: url(/Media/Zebrano-600x1049.jpg); /* BG Menu */
    height: 100vh;
    width: 100%;
    top: 0;
    right: -1000px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  .fa-regular.fa-circle-xmark, .fa-solid.fa-bars {
    display: block;
    color: #e3e3e3;
    margin: 15px;
    font-size: 30px;
    cursor: pointer;
  }
  .nav-links ul{
    padding: 30px;
  }
  .nav-links ul li:hover::after{
    background: #e3e3e3;
    height: 2px;
  }
  .row{
    flex-direction: column;
  }
}
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
h1{
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}
p{
  color: #777;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

/*----- About ----*/
.about {
  padding: 5% 10%;
  background-color: #242424;
  color: #d4d4d4;
}
.about-section {
  margin-bottom: 50px;
}
.section-title {
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-image {
  width: 40%;
  max-width: 400px;
  margin-right: 0 20px;
  border-radius: 8px;
}
.section-content p {
  color: #777;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.6;
  flex: 1;
}

/* Media Queries */
@media (max-width: 1024px) {
  .section-content {
    flex-direction: column;
    align-items: center;
  }
  .section-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section-content p {
    text-align: center;
  }
}
@media (max-width: 710px) {
  .section-title {
    font-size: 28px;
  }
  .section-content p {
    font-size: 18px;
  }
}

/*----- Services ----*/
.services {
  padding: 5% 10%;
  background-color: #242424;
}
.services-section {
  margin-bottom: 50px;
}
.section-title {
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.section-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-image {
  width: 40%;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.service div {
  width: 100%;
}
.service-title {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
}
.service p {
  color: #777;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.6;
}

/* Media Queries */
@media (min-width: 1025px) {
  .service {
    flex-direction: row;
    align-items: center;
  }
  .section-image {
    width: 40%;
    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .service div {
    flex: 1;
  }
  .service-title {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .service {
    flex-direction: column;
    align-items: center;
  }
  .section-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service div {
    text-align: center;
  }
}
@media (max-width: 710px) {
  .section-title {
    font-size: 28px;
  }
  .service-title {
    font-size: 24px;
  }
  .service p {
    font-size: 18px;
  }
}

/*----- Cookies ----*/
.containercookies{
  width: 1600px;
  margin: auto;
}
.subcontainer {
  width: 85% ;
  margin: auto;
}
#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
  display: none;
}
.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1rem;
}
.cookies p {
  color: white;
  font-size: 0.6rem;
}
.cookies a{
  color: #278abc;
  font-weight: 500;
  text-decoration: none;
}
#cookies-btn{
  border-radius: 5px;
  padding: 8px 12px 8px 12px;
  font-size: 1rem;
  margin: 10px;
  cursor: pointer;
  border: 1px solid white;
  background-color: #bc3127;
  color: white;
}
#cookies-btn:hover{
  background-color: transparent;
  color: #42bc27;
  border: 1px solid #42bc27;
  transition: 0.5s ease-in-out;
}

@media (max-width: 1600px){
  .containercookies{
    width: 100%;
  }
}
@media (max-width: 1024px){
  .cookies{
    padding: 10px 0;
  }
}
@media (max-width: 710px) {
  .cookies p {
    font-size: 0.5rem;
  }
}

/*----- Flags ------*/

.language-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.language-selector {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  transform: translateX(0);
  transition: transform 0.4s ease;
}

.language-container.show .language-selector {
  transform: translateX(0);
}

.flags {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 10px;
}

.flag {
  width: 30px;
  height: 20px;
  margin: 5px;
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.flag.show {
  opacity: 1;
}

.fa-globe {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}


/*----- Footer -----*/
.footer{
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background-color: #181818;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}
.footer h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  color: #e3e3e3;
}
.icons i {
  color: #217c24;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
  transition: color var(--delay-time), transform var(--delay-time);
}
.icons i:hover {
  color: #e3e3e3;
  transform: scale(1.5);
  transition: transform var(--delay-time);
}
.footer .privacy-link {
  margin-top: 10px;
  text-align: center;
}
.footer .privacy-link a {
  color: #e3e3e3;
  text-decoration: none;
}
.footer .privacy-link a:hover {
  text-decoration: underline;
}

:root {
  --delay-time: .5s;
}
#logo {
  width: 75px;
  height: 75px;
}

/*
.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}
.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}
.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}
.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}
.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}
.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}
.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}
.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}
*/