/* CUSTOM STYLES - BEIGE IST BESSER */


/* FONTS AND COLORS */

@font-face {
	font-family: 'Visby CF';
	src: url('../fonts/bib-fonts/VisbyCF-Bold.eot');
	src: url('../fonts/bib-fonts/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bib-fonts/VisbyCF-Bold.woff2') format('woff2'),
		url('../fonts/bib-fonts/VisbyCF-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Visby CF';
	src: url('../fonts/bib-fonts/VisbyCF-Medium.eot');
	src: url('../fonts/bib-fonts/VisbyCF-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bib-fonts/VisbyCF-Medium.woff2') format('woff2'),
		url('../fonts/bib-fonts/VisbyCF-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Agharti';
	src: url('../fonts/bib-fonts/Agharti-BlackUltraWide.eot');
	src: url('../fonts/bib-fonts/Agharti-BlackUltraWide.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bib-fonts/Agharti-BlackUltraWide.woff2') format('woff2'),
		url('../fonts/bib-fonts/Agharti-BlackUltraWide.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--blue-dark: #375478;
	--blue-mid: #8ca4c2;
	--blue-lite: #cad8eb;
	--pink-dark: #cf9c95;
		--pink-mid: #e7cec9;
	--pink-lite: #f7eceb;
	--pink-strong: #F9BFB3;
	--bronze:  #baac9c;
	--bronze-lite: #dbd1c3;
	--off-white: #f5f5f7;
	--off-black: #1d1d1f;
	--blue: #375478;
	--indigo: #dbd1c3;
	--purple: #5533ff;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #baac9c;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--agharti: 'Agharti', system-ui, sans-serif;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width:1380px;
	}
}


/* CUSTOM STYLES */ 



body {
	font-family: 'Visby CF', system-ui, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;

	
}

section {
	overflow: hidden;
}

p {
	color: var(--blue-dark);
}

a {
	text-decoration: none;
	color: var(--blue-dark);
}

a:hover {
	color: var(--bronze);
}



section {
	outline: none;
}

.wrapper {
	padding: 0;
}


h1,h2 {
	font-family: var(--agharti);
}

.max-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER HERO HOME PAGE */

#wrapper-hero {
	height: 100vh;
	height: -webkit-fill-available;
	background-color: var(--pink-mid);
}




 
 .hero-claim {
	 font-size: 4em;
	 line-height: 1em;
	 padding-top: 1em;
	 color: white;
 }
 
 .blue-text {
	  color: var(--blue-dark);
  }
 .white-text {
	 color: white;
 }
 .bronze-text {
	 color: var(--bronze);
 }
  
  .bib-hero-icon {
	  max-width: 280px;
	  margin-top: 0.7em;
  }
 
 @media (min-width: 992px) {
	 
	 #wrapper-hero {
		 height: 100vh;
		 background-color: var(--pink-mid);
	 }
	 
	
	 
 	.hero-claim {
		  font-size: 6em;

	  }
	  .bib-hero-icon {
		   max-width: 520px;
		   margin-top: 3em;
	   }
  }
 

 
 .hero-cta {
	 padding: 4em 0;
 }
 
 .blue-btn {
	 padding: 0.4em 0.8em;
	 background-color: var(--blue-dark);
	 text-decoration: none;
	 text-transform: uppercase;
	 font-size: 1.4em;
	 border-radius: 50px;
	 color: white;
	 font-weight: bold;
	 transition: all ease-in-out 0.3s;
	 display: inline-block;
	 margin-bottom: 1em;
 }
 
 .blue-btn:hover {
	  
	  transform: translateY(-5px);
	  text-decoration: none;
	  color: var(--off-white);
  }
  
  .chevron-down {
	  max-width: 60px;
  }
 
 /* LOGO BAR */
 
 .logo-bar {
	 position: absolute; 
	 width: 100%;
	 left: 0;
	 top: 0;
	 z-index: 1000;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 
 }
 
 .logo-bar .logo {
	height: auto;
	width: 130px;
	padding: 2%;
 }
 


 
 .header-socials-list-wrapper {
	padding: 2%;
 }
 
 ul.header-socials-list {
	 list-style: none;
	 padding: 0;
	 margin-bottom: 0;
 }
 
 ul.header-socials-list li{
	 display: inline;
	 margin-right: 8px;
 }
 
 .header-socials-list li img {
	 max-width: 20px;
 }
 
 .header-socials-list a {
	 text-decoration: none;
 }
 
 @media (min-width: 992px) {
	  .logo-bar .logo {
		  padding: 1rem;
	   }
	  .header-socials-list-wrapper {
		  padding: 1rem;
	   }
	   
   }
 
 
 @media (min-width: 992px) {
 	.logo-bar .logo {
		 height: auto;
		  width: 200px;
	  }
 
  }
 
 .disclaimer-numbers .small {
	 font-size: 0.7em;
 }

/* FOOTER */

#wrapper-footer {
	background-color: var(--blue-dark);
	margin-top: -1px;
	
}

#colophon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 3em;
}

.site-footer p{
	color: var(--off-white);
	margin-bottom: 0;
}

	#prefooter {
	background-color: var(--blue-dark);
	padding: 3em 0;
}

#prefooter p {
	color: var(--off-white);
}

#prefooter a {
	color: var(--off-white);
	text-decoration: none;
}

#prefooter a:hover {
	color: var(--bronze-lite);
	text-decoration: none;
}

.footer-first-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo-block {
	color: var(--off-white);
	text-align: center;
}

.footer-logo-block p {
	font-size: 18px;
}

@media (min-width: 992px) {
.logo-footer {
	min-width: 400px;
	height: auto;
	margin-top: 1rem;
}
 }

.logo-footer {
	margin-top: 1em;
	min-width: 300px;
}

ul.footer-socials-list {
	list-style: none;
	padding: 0;
}

ul.footer-socials-list li{
	display: inline;
	margin-left: 10px;
}

.footer-socials-list li img {
	max-width: 30px;
}

.footer-blocks {
	padding-top: 4em; 
	padding-bottom: 2em;
}

.social-text-link {
	color: white;
	font-size: 0.8em;
	transition: all 0.2s ease-in-out;
	margin-left: 10px;
	margin-right: 10px;
}

.social-text-link:hover {
	color: var(--blue-dark);
	font-size: 0.8em;
}

/* Floating Icon  */

.floating-button-shops {
	position: fixed;
	top: 50%; /* Position at 50% from the top */
	transform: translateY(-50%); /* Center vertically */
	right: 15px;
	width: 45px;
	height: 45px;
	background-color: var(--blue);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 999999;
	text-decoration: none;
}

.floating-button-shops img {
	max-width: fit-content;
	margin: 0;
	height: 45px;
	width: 45px;
	display: block;
}
