@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
	font-family: "Inter", sans-serif;
	  font-optical-sizing: auto;
  	font-weight: 400;
  font-style: normal;
	font-size:18px;
  background: #030617;
	color:#f1f1f1;
}

/* GDPR Popup Styles */
    #cookiePopup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
		width:40vw;
      background: #38455ee8;
      /*border: 1px solid #ccc;*/
      border-radius: 0;
      padding: 15px;
	  color:#fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      display: none;
      z-index: 1000;
    }
    #cookiePopup p {
      margin: 0 0 10px;
		font-size:15px;
    }
    #acceptCookies {
      background: #110d0a;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 0;
      cursor: pointer;
    }
	#acceptCookies img {
    padding-right: 4px;
	}
    #acceptCookies:hover {
      background: #45a049;
    }
h1, h2, h3 {
    font-weight: 300 !important;
	line-height:1.3;
	letter-spacing:-0.5px;
}
p {
	font-size:18px;
	line-height:1.3;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
	color:#fff;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline:0;
}
 h5 {
    color: #939daf;
}
img.logo{
	display: block; 
	margin-top:70px;
	margin-bottom:70px;
	margin-left: auto; 
	margin-right: auto;
	padding:0 20px;
	max-width:35vw;
}
#erga,
#randomCarousel,
.carousel-inner {
    width:100%;
}
#erga {
	/*width:100vw;*/
	height:50vh; 
	position:relative;
	overflow:hidden !important;
}
#erga:after {
    position: absolute;
    width: 100vw;
    height: 35vh;
    content: '';
    bottom: -1px;
    background-image: url(dec.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 10000;
    background-size: auto 100%;
}
#randomCarousel, .carousel-inner {
   /* width: 100vw;*/
    height: 50vh;
    overflow: hidden;
}
.carousel-inner img {
width: 100%;
    height: 50vh;
    object-fit: cover;
    display: block;	
}
.contact-info {
    margin: 45px 0;
}

#footer{
	margin-top:80px;
	text-align:center;
}
#footer h3{
	color: #dae9f6;
}
#footer .contactinfo {
	color: #aeceff;
}
#footer a {
    color: aliceblue;
    text-decoration: none;
}
.copyright {
	text-align:center;
    margin-top: 70px;
    color: #f5f5f5;
    font-size: 16px;
    padding: 0 10px;
}
.degignedby {
	text-align:center;
    margin: 15px 0;
    color: #939daf;
    font-size: 14px;
    padding: 0 10px;
}
.degignedby a{color: #939daf;}
button.btn.btn-primary {
	border: 0;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 18px;
    background: #eee;
    box-shadow: 0px 3px 60px #6192c8;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #2a364a !important;
}
@media (min-width: 1025px) {
	.info,
	.contact-info {
		width: 75vw;
	}
}
@media (max-width: 1024px) {
	img.logo {max-width:70vw;}
	#cookiePopup {width:80vw;}
}
@media (max-width: 768px) {
	.carousel-inner img {height: 25vh;}
	#erga {height: 25vh;}
	#erga:after { height: 20vh;}
	img.logo {
		margin-top: 55px;
		margin-bottom: 25px;
		max-width:90vw;
	}
	.border-end {border-right: 0 !important;}
}
