@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');



html{
  scroll-behavior: smooth;
}

/* # NAVBAR: the loaded navbar.php does not include CSS ! */
.navbar .navbar-brand {
    color: black;
    font-size: 25px;
	font-family: "Pacifico Display", "Dancing Script", "Poppins", "Montserrat", "Arial", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding-right: 110px;
	font-weight: bold;
	text-transform: lowercase;

}

.navbar-nav .nav-item {
	padding-right: 40px;
	padding-left: 10px;
	font-size: 18px;
	font-family: "Montserrat", "Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: capitalize;
}
/* # NAVBAR: -- End */

.ig-size {
	font-size: 26px;
}


.general-page-start,  .general-page-headline{
	font-family:  "Futura", "Montserrat","Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
}

.general-page-start h1,  .general-page-headline h2 {
	font-size: 35px;
}

.general-page-start h2,  .general-page-headline h3 {
	font-size: 19px;
	padding: 10px 0;
	color: #c4b787;
}

.general-page-start p,  .general-page-headline p {
	line-height: 1.6;
	font-size: 12pt;
}

/* #### INDEX : ----- COMPLETE SECTION START ----- */
/* # INDEX : ----- Background Video START ----- */
.section{
	padding: 2rem 9%;
}


.custom-grey-background{
	background-color: #f7f7f5;
}

.custom-60pc-middle{
  padding-left: 20vw;
  padding-right: 20vw;
}

.home {
	display: flex !important;
	justify-content: center;
	align-content: center !important;
	flex-flow: column;
	min-height: 60vh;
	position: relative;
	z-index: 0;
}

.home .button{
	border: 4px solid #FFDEAD;
	font-family:  "Montserrat","Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	padding: 10px 39px;
	color: #fff;
	text-decoration: none;
}

.home .button:hover{
	background-color: #FFDEAD;
}


.home .homeContent {
	text-align: center;
	color: #fff;
}

.home .homeContent h1{
	font-size: 2.5rem;
	font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	
	background-color: rgba(89,87,87,0.32);
  	backdrop-filter: blur(6px);
  	color: #fff;
  	padding: 1rem 2rem;
  	border-radius: 0px;
  	display: inline-block;
	
}

.home .homeContent h2{
	font-size: 1.2rem;
	padding: 1.5rem 15%;
	padding-bottom: 25px;
	font-family: "Montserrat", Helvetica, Arial;
	text-shadow: 0 0 3.5rem black, 0 0 3.5rem black, 0 0 3.5rem black;
	text-shadow: 0 0 3.5rem black, 0 0 4.4rem black, 0 0 5.4rem black, 0 0 6.4rem black, 0 0 8.4rem black,  0 0 12.5rem black;
	line-height: 1.6;

}


.home .video-container video{
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home .controls{
}

.home .controls .vid-btn{
}

.background-image {
	background-image: url("../images/Norway-Fjord-Sunmorsalpene-Marburger.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 900px;
	align-items: center;
}

/* # INDEX : ----- Background Video END ----- */

.countryHeader h5{
	text-align: center;
	font-size: 35px;
	padding-top: 35px;
	padding-left: 30px;
	font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.countryHeader h3{
	text-align: center;
	font-size:30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.countryHeader h1{
	text-align: center;
	font-size:30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}


/* # INDEX : ----- Media Overview START ----- */
.carousel-caption h5{
	font-size: 28px;
	padding: 3px;
	font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	text-shadow: 0 0 3.5rem black, 0 0 4.4rem black, 0 0 5.4rem black;
}

.carousel-caption h6{
	font-size: 18px;
	padding-bottom: 17px;
	font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	text-shadow: 0 0 3.5rem black, 0 0 4.4rem black, 0 0 5.4rem black;
}

.buttonLink {
	outline: 3px solid #FFDEAD;
	display: inline-block;
	font-family: "Montserrat","Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	margin: auto;
	text-align: center;
	width:170px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
}

	/* Fully transparent version */
	.buttonLink--transparent {
	  background-color: transparent;
	  color: black;
	}

	.button-fixed {
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  height: 100%; /* Set a fixed height */
	  width: 100%;  /* Fill column */
	  white-space: nowrap; /* Prevent multi-line wrapping */
	  overflow: hidden;
	  text-overflow: ellipsis; /* Optional: cut off long text */
	  background-color: transparent;
	  color: black;
	  font-size: 11pt;
	}


.buttonLink:hover{
	background-color: #FFDEAD;
	text-decoration: none;
	color: #fff;
}

/* # INDEX : ----- Media Overview END ----- */

/* #### INDEX : ----- COMPLETE SECTION END ----- */

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.hover01 figure:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}


/* ## - GALERIES - ## : ----- Section START ----- */
.containerNM {
	position: relative;
	min-height: 100vh;
	background: #f5f5f5;
}



/* ----- LANDSCAPE START ----- */
.containerNM .image-landscape-containerNM {
	display:flex;
	flex-wrap: wrap;
	gap: 90px;
	justify-content: center;
	padding: 10px;
	padding-top: 90px;
}

.containerNM .image-landscape-containerNM .landscapeNM{
	height: 455px;
	widht: 636px;
	border: 5px solid #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	overflow: hidden;
	cursor: pointer;
}

.containerNM .image-landscape-containerNM .landscapeNM img{
	height: 100%;
	widht: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.containerNM .image-landscape-containerNM .landscapeNM:hover img{
	transform: scale(1.1);
}
.containerNM .popup-landscapeNM{
	position: fixed;
	top:0; left:0;
	background: rgba(0,0,0,.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.containerNM .popup-landscapeNM span{
	position: absolute;
	top: 0; right: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.containerNM .popup-landscapeNM img{
	position: absolute;
	top:50%; left:50%;
	transform: translate(-50%, -50%);
	border: 9px solid #fff;
	width: 750px;
	object-fit: cover;
}
/* ----- LANDSCAPE ENDS ----- */

/* ----- PORTRAIT START ----- */
.containerNM .image-portrait-containerNM {
	display:flex;
	flex-wrap: wrap;
	gap: 90px;
	justify-content: center;
	padding: 30px;
	padding-top: 90px;
}

.containerNM .image-portrait-containerNM .portraitNM{
	height: 636px;
	widht: 455px;
	border: 5px solid #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	overflow: hidden;
	cursor: pointer;
}

.containerNM .image-portrait-containerNM .portraitNM img{
	height: 100%;
	widht: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.containerNM .image-portrait-containerNM .portraitNM:hover img{
	transform: scale(1.1);
}
.containerNM .popup-portraitNM{
	position: fixed;
	top:0; left:0;
	background: rgba(0,0,0,.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.containerNM .popup-portraitNM span{
	position: absolute;
	top: 0; right: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.containerNM .popup-portraitNM img{
	position: absolute;
	top:50%; left:50%;
	transform: translate(-50%, -50%);
	border: 5px solid #fff;
	border-radius: 5px;
	width: 500px;
	object-fit: cover;
}
/* ----- PORTRAIT ENDS ----- */

/* ----- SQUARE START ----- */
.containerNM .image-square-containerNM {
	display:flex;
	flex-wrap: wrap;
	gap: 90px;
	justify-content: center;
	padding: 10px;
	padding-top: 90px;
}

.containerNM .image-square-containerNM .squareNM{
	height: 500px;
	widht: 500px;
	border: 5px solid #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	overflow: hidden;
	cursor: pointer;
}

.containerNM .image-square-containerNM .squareNM img{
	height: 100%;
	widht: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.containerNM .image-square-containerNM .squareNM:hover img{
	transform: scale(1.1);
}
.containerNM .popup-squareNM{
	position: fixed;
	top:0; left:0;
	background: rgba(0,0,0,.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}
.containerNM .popup-squareNM span{
	position: absolute;
	top: 0; right: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.containerNM .popup-squareNM img{
	position: absolute;
	top:50%; left:50%;
	transform: translate(-50%, -50%);
	border: 5px solid #fff;
	border-radius: 5px;
	width: 500px;
	object-fit: cover;
}
/* ----- SQUARE ENDS ----- */
/* ## - GALERIES - ## : ----- Section END ----- */

.textBlock {
	font-family: "Futura", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"Helvetica, Arial;
	text-align: center;
	padding: 20px;
}

.textBlock h2{
	font-family:  "Futura", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding-top: 30px;
	font-size: 2.5rem;
}
.textBlock h3{
	font-family:  "Futura", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding-top: 30px;
	font-size: 1.5rem;
	padding: 10px 0;
	color: #c4b787;
}


.textBlock p{
	font-family:  "Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding-top: 10px;
	font-size: 1rem;
	padding-right: 100px;
	padding-left: 100px;
	text-align: justify;
}

.textBlock2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"Helvetica, Arial;
	text-align: justify;
	padding-top: 40px;
	padding-right: 300px;
	padding-left: 300px;
	padding-bottom: 40px;
}


.bottom-style {
	font-family: "Gotham", "Montserrat","Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	padding: 50px;

}

.bottom-link {
	color: black;
	padding-right: 80px;
}

.flexCon {
	display:flex;
	flex-wrap: wrap;
	gap: 90px;
	justify-content: center;
	padding: 30px;
}

    .contentText {
       max-width: 70%;
       margin: 0 auto;
       text-align: center;
    }

    .contentText h1{
      max-width: 80%;
      margin: 0 auto;
	  text-align: center;
	  font-size: 35px;
	  padding-top: 35px;
	  padding-left: 30px;
	  font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

   .contentText p{
      max-width: 90%;
      margin: 0 auto;
	  text-align: center;
	  font-size: 18px;
	  padding-top: 35px;
	  padding-left: 30px;
	  font-weight: 100;
	  font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

   .contentText h2{
      max-width: 800px;
      margin: 0 auto;
	  text-align: center;
	  font-size: 30px;
	  padding-top: 35px;
	  padding-left: 30px;
	  font-family: Futura, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

    #additionalContent {
      display: none;
      transition: max-height 0.3s ease-out;
      overflow: hidden;
    }

#readMoreBtn {
	border: 4px solid #FFDEAD;
	font-family: "Montserrat","Assistant", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	padding-left: 39px;
	padding-right: 39px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #FFDEAD;	
}

#readMoreBtn:hover {
	background-color: #FFDEAD;
	text-decoration: none;
	color: #fff;
}


@media(max-width:1340px){
	.navbar .navbar-brand {
		padding-right: 20px;
	}
	.navbar-nav .nav-item {
	padding-right: 40px;
}
}

@media(max-width:1140px){
	.navbar .navbar-brand {
		padding-right: 10px;
	}
	.navbar-nav .nav-item {
	padding-right: 20px;
}
}

@media(max-width:991px){
	header{
		padding: 2rem;
	}
}

@media(max-width:768px){
	.containerNM .popup-landscapeNM img{
		width: 95%;
	}
}


@media(max-width:600px){
	.containerNM .image-landscape-containerNM .landscapeNM{
	height: 375px;
	width: 500px;
	}
}

@media(max-width:515px){
	.containerNM .image-landscape-containerNM .landscapeNM{
	height: 315px;
	width: 420px;
	}
}

@media(max-width:460px){
	.containerNM .image-landscape-containerNM .landscapeNM{
	height: 281px;
	width: 375px;
	}
}

@media(max-width:410px){
	.containerNM .image-landscape-containerNM .landscapeNM{
	height: 248px;
	width: 330px;
	}
	.navbar .navbar-brand {
		font-size: 20px;
		padding-right: 5px;
	}
}

@media(max-width:370px){
	.containerNM .image-landscape-containerNM .landscapeNM{
	height: 225px;
	width: 300px;
	}
}


@media(max-width:768px){
	.containerNM .popup-portraitNM img{
		width: 95%;
	}
}
	
@media(max-width:530px){
	.containerNM .image-portrait-containerNM .portraitNM{
	height: 450px;
	width: 338px;
	}
}


/* ===================================================== */
/* # For leaflet map with pics on */
#mapContainer {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  margin: 0 auto;  /* <-- This centers horizontally */
}

#map {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #mapContainer {
    width: 100%;
  }
}


/* Modal overlay for fullscreen image carousel */
#mapImageModal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 1050; /* above bootstrap modal backdrop */
  flex-direction: column;
}

#mapImageModal.active {
  display: flex;
}

#mapCarousel {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}

#mapCarousel img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
  user-select: none;
  pointer-events: none;
}

#mapModalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1100;
  user-select: none;
}




#modalMetaBox {
  background-color: black;
  color: white;
  padding: 1rem;
  border-radius: 8px;
}

#modalMetaBox p {
  margin-bottom: 0.5rem;
}

#modalMetaTitle {
  font-weight: bold;
  font-size: 1.1rem;
}

#mapPrevBtn, #mapNextBtn {
  font-size: 2.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  user-select: none;
  z-index: 1060;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#mapPrevBtn {
  left: 10px;
}

#mapNextBtn {
  right: 10px;
}

/* Keep them outside the image container */
.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  position: relative;
  padding: 0 60px; /* Space for arrows */
}

.modal-body {
  padding: 0;
}

/* Keep them outside the image container */
.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  position: relative;
  padding: 0 60px; /* Space for arrows */
}

.modal-body {
  padding: 0;
}



#modalImageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  padding: 20px;
  background-color: black;
}

#modalImage {
  max-height: 80vh;
  max-width: 100%;
  object-fit: contain;
}

#modalMetaBox {
  background-color: black;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  min-width: 250px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}




