/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Staatliches&display=swap');
:root, [data-bs-theme=light] {
--bs-border-color: #000;
}
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}

/* ============ menu open on hover. only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*--------------- Borders -----*/
/* border-left */
.bl
{
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
/* border-right */
.br
{
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bb
{
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt
{
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
@media (min-width: 576px) {
  .bl-sm-0
  {
    border-left: 0px none transparent !important;
  }
  .br-sm-0
  {
    border-right: 0px none transparent !important;
  }
  .bb-sm-0
  {
    border-bottom: 0px none transparent !important;
  }
  .bt-sm-0
  {
    border-top: 0px none transparent !important;
  }
  .bl-sm
  {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .br-sm
  {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .bb-sm
  {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .bt-sm
  {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}

/*  links */
a
{
  text-decoration: none;
  color: #000;
}
a:hover
{
  text-decoration: none;
  color: #800F51;
}
h1, .h2, h2, .h2, h3, .h3
{
	font-family: 'Staatliches';
}
.bordered
{
	border-radius: 14px !important;
	border: solid 1px #000 !important;
	overflow: hidden;
}
.navbar-brand img
{
	height: 42px;
}
.lang
{
	height: 42px;
	border-radius: 4px;
	border: solid 1px #000;
}
.lang-menu img
{
	height: 15px;
}
.nav-link
{
	font-weight: 400;
	font-size: 17px;
	font-family: Poppins;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
	color: #800F51;
	font-weight: 600;
}

.footer .logo
{
	height: 42px;
}

.gradient
{
	color: #fff;
	background-color: #800F51;
	background: linear-gradient(0deg, #1A0310 0%, #800F51 100%);
	border-radius: 6px;
	padding: 5px 15px;
	font-family: Poppins;
	font-size: 15px;
}
a.gradient:hover
{
	color: #ccc;
}
.my-btn
{
	color: #fff;
	background-color: #800F51;
	background: linear-gradient(0deg, #1A0310 0%, #800F51 100%);
	border-radius: 6px;
	padding: 5px 15px;
	font-family: Poppins;
	font-size: 15px;
}
.my-btn-white
{
	color: #800F51;
	background-color: #fff;
	border-radius: 6px;
	padding: 5px 15px;
	font-family: Poppins;
	font-size: 15px;
}

.icons img
{
	height: 24px;
}
.footer-links a
{
	display: inline-block;
	width: 48%;
	margin-right: 0;
	font-size: 12px;
}
@media (min-width: 576px) {
	.footer-links a
	{
		margin-right: 30px;
		width: unset;
		font-size: 14px;
	}
	.copyright
	{
		font-size: 14px;
	}
}
.gallery-item
{
}
.main-gallery-left
{
	min-height: calc(100vh - 200px);
}
.gallery-title
{
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 54px;
	line-height: 60px;
}
.gallery-subtitle
{
	font-family: 'Poppins';
	font-weight: 300px;
	font-size: 20px;
	margin-top: 20px;
}
.gallery-image-div
{
	overflow: hidden;
}
.gallery-image
{
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
@media (min-width: 576px)
{
	.gallery-image
	{
		border-bottom-left-radius: 0px;
		border-top-right-radius: 14px;
		border-bottom-right-radius: 14px;
	}

	.gallery-image-div img {
	    height: calc(100vh - 200px);
	}
	.gallery-title
	{
		font-size: 64px;
		line-height: 70px;
	}
}
.carousel-control-next-icon {
    background-image: url(../img/carousel-next.png);
	background-position: 0 0;
}
.carousel-control-prev-icon {
    background-image: url(../img/carousel-pre.png);
	background-position: 0 0;
}
.carousel-control-next, .carousel-control-prev
{
	width: unset;
}
.carousel-control-next {
    right: 1rem;
}
.carousel-control-prev {
    left: 1rem;
}
.check
{
	height: 24px;
}
.top-icons-div
{
	margin-top: -80px;
	margin-bottom: 50px;
	background-color: #fff;
    position: relative;
}

.top-icons
{
	height: 65px;
	margin-right: 20px;
}

.top-icons-last
{
	margin-right: 0;
}
.top-icons-title
{
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.title
{
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
}

@media (min-width: 576px)
{
	.title
	{
		font-size: 55px;
		line-height: 65px;
	}
	.top-icons-last
	{
		margin-right: 20px;
	}
}
.col-expanded
{
	position: relative;
	width: 56%;
	height: 580px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	transition:width .2s linear;
}
.col-collapsed
{
	position: relative;
	width: 14%;
	height: 580px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	transition:width .2s linear;
}

.col-title
{
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 3px;	
	color: #800F51;
	background: unset;
	background-color: #fff;
	border-radius: 6px;
	font-family: Poppins;
	font-size: 12px;
}
.col-desc
{
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
	min-height: 50px;
	color: #fff;
	background-color: #800F51;
	background: linear-gradient(0deg, #1A0310 0%, #800F51 100%);
	border-radius: 6px;
	padding: 5px 15px;
	font-family: Poppins;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-collapsed .col-desc
{
	color: #800F51;
	background: unset;
	background-color: #fff;
	display: none;
}
.col-collapsed .col-title
{
	display: none;
}
.col-title img
{
	height: 24px;
	margin-right: 5px;
}
.col-arrow
{
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../img/expanded-arrow.png);
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 20px;
}
.col-collapsed .col-arrow
{
	background-image: url(../img/collapsed-arrow.png);
	right: calc(50% - 16px);
}

@media (min-width: 576px)
{
	.col-expanded
	{
		width: 33%;
	}
	.col-collapsed
	{
		width: 21%;
	}
	.col-arrow, .col-collapsed .col-arrow
	{
		width: 60px;
		height: 60px;
		right: 20px;
	}
	.col-collapsed .col-desc
	{
		visibility: visible;
	}
	.col-title
	{
		top: 30px;
		left: 20px;
		padding: 5px;	
		font-size: 16px;
	}
}
.brand-tall
{
	height: 80px;
}
.brand-wide
{
	height: 30px;
}

.faq-pic
{
	background-image: url(../img/faq.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}
@media (min-width: 576px)
{
	.faq-pic
	{
		min-height: unset;
	}

	.brand-wide
	{
		height: 48px;
	}
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/faq-open.png);
}

.accordion-button::after {
    width: 54px;
    height: 54px;
    background-image: url(../img/faq-closed.png);
	background-size: cover;
}
.accordion-header {
    font-family: 'Staatliches';
	font-weight: 400;
	font-size: 64px;
	line-height: 36px;
}

.accordion-button
{
	font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
}

@media (max-width: 577px)
{
	.accordion-button {
		font-size: 18px;
	}
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #800F51;
	background: linear-gradient(0deg, #1A0310 0%, #800F51 100%);
}
.accordion-flush .accordion-item
{
	overflow: hidden;
}

.blog-image
{
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.blog-date
{
	color: #800F51;
    font-family: 'Staatliches';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
.blog .carousel-control-next, .blog .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 50%;
}
.blog .carousel-control-prev
{
	left: 0;
}
.blog .carousel-control-next
{
	right: 0;
}
.de-eu .col-6
{
	height: 349px;
}
.de-eu .bordered
{
	background-size: cover;
	background-position: center center;
}
.cat-main-slider .bordered
{
	background-size: cover;
	background-position: center center;
	min-height: 150px;
}

.project-slider
{
	overflow: hidden;
}
.project-slider .gallery-image
{
	height: 500px;
	object-fit: cover;
	border-radius: 14px;
}


.project-slider .title
{
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.6%;
}
.project-slider .subtitle
{
	font-family: 'Staatliches';
	font-weight: 300;
	font-size: 30px;
	line-height: 25px;
}

.modal-xl
{
	width: 90%;
	--bs-modal-width: 90%;
}
.modal-xl .gallery-image
{
    height: calc(100vh - 140px);
}
.info-title
{
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.6%;
}
.info-desc
{
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	white-space: nowrap;
	text-wrap-mode: nowrap;
}
.info-desc img
{
	width: 15px;
	margin-right: 5px;
}
.blog-title
{
	height: 350px;
}

@media (max-width: 1400px)
{
	.blog-title
	{
		height: 400px;
	}
}
@media (max-width: 992px)
{
	.blog-title
	{
		height: 450px;
	}
}
.contact .far, .contact .fas
{
	font-size: 25px;
}