* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

html {
	scroll-padding-top: 74px;
	background-color: #111;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(0, 9, 27, 0.85);
	height: auto;
	/* overflow: hidden; */
	color: #fff;
}

.blue-text {
	color: #039dff;
}

.shadow-bg {
	
	background-color: rgba(0, 0, 0, 0.8);
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.underline {
	margin: 0 auto 40px;
	width: 100px;
	height: 4px;
	background-color: #039dff;
}
.underline-cat {
	margin: 0 auto 0;
}

.underline-category {
	margin: 3% auto 3%;
	width: 60%;
	height: 2px;
	background-color: #039dff;
}

nav {
	text-transform: uppercase;
	transition: background-color 0.6s;
	z-index: 5;
}
nav .navbar-toggler {
	padding: 10px 15px;
}
nav .navbar-brand {
	font-weight: bold;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand,
nav .fa-bars {
	color: #fff;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
	color: #039dff;
}
.navbar {
	background-color: rgba(0, 9, 27, 0.85);
}
.navbar-brand:visited {
	color: #fff;
}

#offer {
	color: #039dff;
}

.logo {
	/* margin: 15px; */
	width: 100%;
	max-height: 90%;
}

.aboutus i {
	margin-top: 20px;
	font-size: 30px;
}

.aboutus .aboutus-card-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.aboutus .aboutus-card-text {
	font-size: 15px;
	color: #fff;
}
.aboutus .aboutus-hover:hover {
	color: #039dff;
}
.aboutus-image {
	max-width: 40%;
}
.yacht-img {
	margin: 15px;
	height: 30vw;
	width: auto;
	align-items: center;
	align-content: center;
}

.offer-img {
	/* height: 60%; */
	max-width: 90%;
}

.aboutus-hero .aboutus-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	/* background-color: rgba(0, 0, 0, 0.7); */
	z-index: -5;
}
.aboutus-hero .aboutus-hero-item {
	margin: 10px 0;
}
.aboutus-hero .aboutus-hero-item i {
	font-size: 36px;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-title {
	font-size: 24px;
}

.acc1 {
	height: 60vh;
	background-image: url('../img/Akordeon/okucia.webp');
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	color: #fff;
}
.acc2 {
	height: 60vh;
	background-image: url('../img/Akordeon/fotel.webp');
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	color: #fff;
}
.acc3 {
	height: 60vh;
	background-image: url('../img/Akordeon/blacha.webp');
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	color: #fff;
}
.acc4 {
	display: block;
	height: 60vh;
	background-image: url('../img/Akordeon/laser.webp');
	background-size: cover;
	background-position: center;
	background-attachment: auto;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.col-left {
	float: left;
	padding-right: 20px;
}
.col-right {
	float: right;
}

.acc-title {
	background-color: #00051b;
	color: #fff;
	text-align: center;
}

.accordion-button {
	text-align: center;
}

.accordion-body {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion-button:hover,
.accordion-button:focus,
.accordion-button:active {
	background-color: #039dff !important;
	color: #fff !important;
	text-decoration: none !important;
	border: hidden !important;
}

.cat-title {
	margin-top: 5%;
	text-align: center;
	text-transform: uppercase;
}

.oferteo {
	display: flex;
	align-content: center;
}

@keyframes show-bg {
	to {
		background-color: rgba(0, 0, 0, 0.4);
	}
}

@keyframes show-text {
	to {
		opacity: 1;
	}
}

.desktop {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

@media (min-width: 992px) {
	html {
		scroll-padding-top: 72px;
	}
	.desktop {
		visibility: visible;
		height: auto;
	}
	.mobile {
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}
	.aboutus .aboutus-card-text {
		font-size: 18px;
	}
	.scroll-container {
		height: 100vh;
		overflow-y: scroll;
		scroll-snap-type: y mandatory;
		position: relative;
	}

	.banner {
		width: 90%;
		margin-bottom: 2%;
	}

	.section-title {
		margin-top: 3%;
	}
}
/* @media (min-width: 1200px) {

/* .div-logo {
  position: relative;
  display: flex;

}
.logo {
  max-height: 500px;
min-width: 50%;
}
} */

@media (min-width: 500px) {
	.div-logo {
		position: relative;
		display: flex;
	}
	.logo {
		max-height: 500px;
		min-width: 50%;
	}
}
