@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500&display=swap");

    body {
      margin: 0;
      padding: 0;
      height: 100vh; /* Full height of the viewport */
	  color: white;
    }
	
	.cover {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  background-color: #fff;
      background-size: cover; /* Cover the entire background */
      background-position: center; /* Center the background */
      background-repeat: no-repeat; /* Prevent repetition of the background */
      transition: background-image 1s ease-in-out; /* Smooth transition for background change */
	}

	.slider-wrapper {
	  position: absolute;
	  bottom: 80px;
	  left: 50%; /* Center horizontally */
	  transform: translateX(-50%); /* Adjust to truly center the element */
	  width: 100%; /* Use full width */
	  max-width: 1150px; /* Optional: You can control the max-width */
	}
	
    .slider-container {
      width: 100%;
      margin: 0 auto;
      z-index: 2; /* Ensure slider is above the background */
      overflow: hidden; /* Prevent overflow issues */
    }
	
    .slider {
      display: flex;
    }

    .slick-prev,
    .slick-next {
      font-size: 24px;
      color: #fff;
      background-color: transparent;
      border: none;
      opacity: 0.6;
    }

    .slick-prev:hover, 
    .slick-next:hover {
      opacity: 1;
    }

    .slick-slide {
	  width: 200px !important;
	  height: 300px !important;
	  margin: 0 15px; 
      transition: transform 0.3s ease;
    }

    /* This ensures we are showing 5 cards properly */
    .slick-slide {
      display: inline-block;
    }

    .card {
      width: 100%;
      cursor: pointer;
      padding: 0px;
	  border-radius: 8px;
	  transition: transform 0.3s ease, box-shadow 0.3s ease;
	  background-position: center;
	  background-size: cover;
	  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
	  border: 0px;
    }
	
	.card-body {
	  color: #FFFFFFDD;
	  padding-left: 16px;
	}

	.card-slogan {
	  margin-top: 6px;
	  font-size: 13px;
	  font-weight: 500;
	  word-wrap: break-word;
	  max-width: 100%;
	  position: fixed;
	  bottom: 50px;
	  max-width: 180px;
	}

	.card-slogan {
	  font-weight: 500;
	}

	.card-title {
	  /* font-weight: 600; */
	  font-size: 20px;
	  font-family: "Oswald", sans-serif;
	  position: fixed;
	  bottom: 5px;
	  max-width: 200px;
	}

    .card:hover {
      transform: scale(1.05);
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .card img {
      width: 100%;
      border-radius: 8px;
      height: auto;
    }

    .card-body {
      text-align: left;
      color: white;
    }
	
.details {
  z-index: 22;
  position: absolute;
  top: 240px;
  left: 100px;
}
.details .slogan-box {
  height: 46px;
  overflow: hidden;
}
.details .slogan-box .text {
  padding-top: 16px;
  font-size: 20px;
}

.details .title {
  font-weight: 600;
  font-size: 72px;
  font-family: "Oswald", sans-serif;
}
.details .title-box {
  margin-top: 2px;
  height: 105px;
  overflow: hidden;
}
	
.details > .desc {
  margin-top: 16px;
  max-width: 500px;
}
.details > .button {
  max-width: 500px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.details > .button > .discover {
  border: 1px solid #ffffff;
  background-color: transparent;
  height: 36px;
  border-radius: 99px;
  color: #ffffff;
  padding: 8px 24px;
  font-size: 12px;
  margin-left: 0px;
  text-transform: uppercase;
}

.details > .button > .discover:hover {
  border: 1px solid #ffffff;
  background-color: #eee;
  height: 36px;
  border-radius: 99px;
  color: #222;
  padding: 8px 24px;
  font-size: 12px;
  /*
  margin-left: 16px;
  */
  margin-left: 0px;
  text-transform: uppercase;
  text-decoration: none;
}

	
a[href^="tel:"]:before {
   font-family: FontAwesome;
   content: "\f095";
   margin-right: 0.5em;
}

a[href^="mailto:"]:before {
   font-family: FontAwesome;
   content: "\f003";
   margin-right: 0.5em;
}

#contact {
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 99;
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
}

#contact a {
	color:#fff;
	font-size:14px;
	margin-bottom:0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#contact a:hover {
	color:#ccc;
	text-decoration: none;
}

.social {
    list-style: none;
    display: inline-block;
	margin: 0px;
	padding: 0px;
}

.social li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}


nav {
  position: fixed;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}
nav svg {
  width: 20px;
  height: 20px;
}
nav .svg-container {
  width: 20px;
  height: 20px;
}
nav > div {
  display: inline-flex;
  align-items: center;
  /* text-transform: uppercase; */
  font-size: 14px;
}

.language-selector {
  position: absolute;
  right: 30px;
  top: 27px;
  font-size: 12px;
}

.language-selector a {
	color:#fff;
	text-decoration: none;
	border-right: 1px solid white;
	padding-right: 10px;
	padding-left: 10px;
}

.language-selector a:last-of-type { 
	color:#fff;
	text-decoration: none;
	border-right: 1px solid transparent;
	padding-right: 10px;
	padding-left: 10px;
}

.language-selector a:hover {
	color:#ccc;
	text-decoration: none;
}

.indicator-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  z-index: 60;
  
}

.indicator {
  width: 0%;
  height: 100%;
  background-color: #eee;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}


/*==========================================================*/
/* Media Queries
/*==========================================================*/

@media (max-width: 1400px) {

	.card-slogan {
	  margin-top: 6px;
	  font-size: 10px;
	  font-weight: 500;
	  word-wrap: break-word;
	  max-width: 100%;
	  position: fixed;
	  bottom: 40px;
	  max-width: 130px;
	}

	.card-title {
	  /* font-weight: 600; */
	  font-size: 15px;
	  font-family: "Oswald", sans-serif;
	  position: fixed;
	  bottom: 5px;
	  max-width: 150px;
	}

	.details {
	  z-index: 22;
	  position: absolute;
	  top: 100px;
	  left: 100px;
	}

    .slick-slide {
	  width: 150px !important;
	  height: 200px !important;
	  margin: 0 15px; 
      transition: transform 0.3s ease;
    }
	
	.slider-wrapper {
	  position: absolute;
	  bottom: 70px;
	  left: 50%; /* Center horizontally */
	  transform: translateX(-50%); /* Adjust to truly center the element */
	  width: 100%; /* Use full width */
	  max-width: 1100px; /* Optional: You can control the max-width */
	}
	
	#contact {
	margin-top:10px;
	margin-bottom:10px;
	}
  
}


@media (max-width: 768px) {

	.slider-wrapper {
		position: absolute;
		bottom: 320px; /* Increase space between the slider and the footer on small screens */
	}

	.card-body {
	  color: #FFFFFFDD;
	  padding-left: 5px;
	}

	.card-slogan {
	 display:none;
	}

	.card-title {
	  font-weight: 100;
	  font-size: 11px;
	  font-family: "Oswald", sans-serif;
	  position: fixed;
	  bottom: 5px;
	  word-wrap: break-word;
	  width: 60px;
      margin: 0 auto;
	}

	.details {
	  z-index: 22;
	  position: absolute;
	  top: 20px;
	  left: 40px;
	  max-width: 300px;
	}
	
	.details .title {
	  font-weight: 600;
	  font-size: 52px;
	  font-family: "Oswald", sans-serif;
	  word-wrap: break-word;
	  max-width: 100%;
	}
	.details .title-box {
	  margin-top: 2px;
	  height: 75px;
	  overflow: hidden;
	}

    .slick-slide {
	  width: 70px !important;
	  height: 100px !important;
	  margin: 0 15px; 
      transition: transform 0.3s ease;
    }
	
	.slider-wrapper {
	  position: absolute;
	  bottom: 140px;
	  left: 50%; /* Center horizontally */
	  transform: translateX(-50%); /* Adjust to truly center the element */
	  width: 100%; /* Use full width */
	  max-width: 700px; /* Optional: You can control the max-width */
	}
	
    body {
      margin: 0;
      padding: 0;
      height: calc(100vh + 20px); /* Full height of the viewport plus 150px */
	  color: white;
	  overflow: hidden;
	  overflow-y: scroll;
    }
	
	.cover {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: calc(100vh + 20px);
	  background-color: #fff;
      background-size: cover; /* Cover the entire background */
      background-position: center; /* Center the background */
      background-repeat: no-repeat; /* Prevent repetition of the background */
      transition: background-image 1s ease-in-out; /* Smooth transition for background change */
	}

	nav {
	position: relative;
	}
	
	#contact {
	position: relative;
	width: 100%;
	top: 440px;
	height: 80px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	#contact .text-block {
	margin:10px;
	}
  
}