/* HILCON BE CSS */
/* WEBSITE 2024 © - BRAVE BOYS - STELLAR */



/* BODY */

body {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	/*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


.page--background--image {
	background-image: url('../../images/background/huurauto-curacao-mood.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom 400px;
}


/* NAVIGATION */

.navbar.sticky--top {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s, box-shadow 0.3s;
}

.navbar.sticky--top.scrolled {
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar--container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.navbar-brand img {
	height: 120px;
	transition: all 0.3s ease;
}

.navbar.sticky--top.scrolled .navbar-brand img {
	height: 90px;
}

.navbar-nav {
	display: flex;
	gap: 1rem;
}

.nav--item {
	list-style: none;
}

.nav--link--language {
	color: #000;
	padding: 0.5rem !important;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: inline-block;
	border-radius: 50px;
	margin: 0;
}

.nav--item img.language--icon {
	height: 30px;
}

.nav--link {
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	color: #000;
	padding: 0.65rem 1.25rem 0.55rem 1.25rem !important;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: inline-block;
	border-radius: 50px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.nav--link:hover {
	background-color: #F2F2F2;
	color: #000;
}

.navbar.sticky--top.scrolled .nav--link:hover {
	background-color: #05EB61;
	color: #FFF;
}


/* navbar with toggler */
.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler .nav__button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease-in-out;
	width: 2.5rem;
}

.navbar-toggler .nav__button:hover .nav__button--stroke--middle {
	width: 100%;
}

.nav__button--stroke {
	background-color: #000;
	height: 2px;
	margin: .35rem 0;
	width: 100%;
}

.nav__button--stroke--middle {
	background-color: #000;
	height: 2px;
	margin: .25rem 0;
	transition: width .2s ease-in-out;
	width: 80%;
}


.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar a.navbar-brand img.brand-logo {
	height: 20px;
}

.navbar .offcanvas button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: .5;
	transition: opacity .2s ease-in-out;
	padding: 0;
}

.navbar .offcanvas button.btn__close:hover {
	opacity: 1;
}

.offcanvas-brand--logo {
	background-color: #032b2d;
	padding: 1rem 2rem 1.175rem 2rem;
}

.navbar .offcanvas {
	background-color: #FFF;
}

.navbar .offcanvas .offcanvas-title {
	color: #001C6E;
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
	font-size: 1.35rem;
}

.navbar .offcanvas-header {
	padding: 2rem 2.25rem 1rem 2.25rem;
	align-items: end;
}

.navbar .offcanvas-body {
	padding: 0rem 1rem;
	display: flex;
	flex-direction: column;
}

.navbar .offcanvas-body a.nav-link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	transition: .2s ease-in-out all;
	text-decoration: none;
}

.navbar .offcanvas-body a.nav-link:hover {
	color: #E6BA30;
	margin-left: 10px;
	transition: .2s ease-in-out all;
}

.navbar .offcanvas-body a.nav-link.active {
	color: #E6BA30;
	font-weight: 500;
	transition: .2s ease-in-out all;
}



/* HEADER */

header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem 0 0 0;
	background-color: #FFF;
	margin-top: -200px;
}

header h2 {
	font-size: 3.25rem;
	letter-spacing: -.0125rem;
	font-weight: 800;
	color: #111;
}

header h3 {
	font-size: 1.75em;
	font-weight: 800;
	letter-spacing: -.0125rem;
	color: #6047F2;
}

header .hero--container {
	padding: 0 0 3rem 0;
	position: relative;
	display: flex;
	justify-content: center;
}

header .hero--content--box {
	position: absolute;
	padding: 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image--content--box {
	position: absolute;
	right: -35px;
	top: -150px;
	z-index: 999;
}

.image--content--box img {
	height: auto;
	width: 350px;
}

.hero--content--box .text--content--box {
	width: 90%;
	text-align: start;
	margin-bottom: 200px;
}

.hero--content--box h2 {
	color: #FFF;
	font-size: 6rem;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
}

header .hero--img--box {
	border-radius: 2.5rem;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

header .hero--container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}



/* MAIN */

main {
	position: relative;
	z-index: 1;
}



/* INTRO */

.intro__block {
	display: flex;
	align-items: center;
	padding: 1rem 0 5rem 0;
	background-color: transparent;
	margin-top: -230px;
}

.wrapper__intro--content {
	margin-left: 80px;
}

.intro__block h1 {
	font-size: 2.75rem;
	margin-bottom: 1rem;
	color: #001C6E;
	letter-spacing: -.0125rem;
	line-height: 1;
	text-transform: uppercase;
}

.intro__block h2 {
	font-size: 2.25rem;
	margin-bottom: .75rem;
	color: #1C8EFF;
	text-transform: uppercase;
	line-height: 1.1;
}

.intro__block p {
	font-size: 1.3rem;
}

.intro__block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.intro__block li i {
	font-size: 1.15rem;
	color: #39C97D;
}

.intro__block li span {
	font-size: 1.25rem;
}

.intro__block .sticky--image {
	position: sticky;
	top: 100px;
}

.intro__block .sticky--image img {
	width: 100%;
	/* height: 600px; */
	/* object-fit: cover; */
	/* border-radius: 1rem; */
	/* box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25); */
}



/* LOGOS */

.logo__block {
	padding: 4rem 0;
}

.logo__block--wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo__block--wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}

.logo__block--wrapper ul li {
	margin: 0 10px;
}

.logo__block--wrapper ul li img {
	height: 180px;
}





/* ASSORTMENT */

.assortment__block {
	background-color: #F3F5FB;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem 0 4rem 0;
}

.assortment__block .row:first-of-type {
	margin-bottom: 3.5rem;
}

.assortment__block h2 {
	font-size: 2.25rem;
	margin-bottom: .5rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.assortment__block p {
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.5;
}

.assortment--wrapper {
	background-color: #fefefe;
	padding: 1.5rem;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: center;
	border-radius: 1rem;
	transition: transform 0.5s ease;
}

.container.assortment--container {
	max-width: 1800px;
}

.assortment--wrapper:hover img {
	transform: scale(1.05);
}

.assortment__block .col-12 {
	text-align: center;
	padding: 0 0.75rem;
}

.assortment--wrapper .item--image {
	overflow: hidden;
}

.assortment--wrapper .item--image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	width: 100%;
	transition: transform 0.5s ease;
}

.assortment--wrapper h2 {
	margin-top: 1rem;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.assortment--wrapper p {
	margin-top: 0.5rem;
	font-size: 1.1rem;
}

.assortment--wrapper h2.name--tag {
	background-color: #EEE;
	padding: .85rem 1.5rem .75rem 1.5rem;
	display: inline-flex;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	color: #111;
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
}

.assortment__block button.next--button {
	background-color: #05EB61;
	color: #111;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .95rem 1.5rem .85rem 1.5rem;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	display: inline-block;
	line-height: normal;
	letter-spacing: 0;
}

.assortment__block button.next--button:hover {
	background-color: #1C8EFF;
	color: #FFF;
}



/* FEATURES */

.features__block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8rem 0;
}

.features__block.shape--bg {
	background-image: url('../../images/background/hilcon-bg-shape.png');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.features__block .row:first-of-type {
	margin-bottom: 3rem;
}

.features__block .intro--container h2 {
	font-size: 2.15rem;
	margin-bottom: .5rem;
	color: #001C6E;
	letter-spacing: -.0125rem;
	text-transform: uppercase;
}

.features__block p {
	font-size: 1.25rem;
	font-weight: 400;
}

.feature--wrapper {
	background-color: #fefefe;
	padding: 2.5rem 1.5rem;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: center;
	border-radius: 1rem;
}

.features__block .col-12 {
	text-align: center;
	padding: 0 0.75rem;
}

.feature--wrapper .icon i.item {
	font-size: 4.5rem;
	margin-top: .5rem;
	color: #1C8EFF;
}

.feature--wrapper h2 {
	margin-top: 1.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
}

.feature--wrapper p {
	margin-top: 0.25rem;
	font-size: 1.25rem;
	line-height: 1.45;
}



/* BANNER */

.banner__block {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background-image: url('path-to-your-banner-image.jpg');
	background-size: cover;
	background-position: center;
}

.banner__block .banner--content {
	text-align: center;
}

.banner__block .banner--content h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.banner__block .banner--content p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.banner__block .tryfree--button {}



/* PARAGRAPH */

.paragraph__block {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paragraph__block .sticky--image {
	position: sticky;
	top: 100px;
}

.paragraph__block .sticky--image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}



/* HIGHLIGHTS */

.highlights__block {
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.highlights__block--container {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	overflow: hidden;
}

.highlights__block .highlight {
	background-color: #7C66FF;
	padding: 1.5rem;
	height: 100%;
	display: flex;
}

.highlights__block .highlight .half {
	display: flex;
	align-items: center;
	justify-content: start;
}

.highlights__block .highlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* REGISTER */

.register__block {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
}

.register__block h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	font-weight: 700;
}

.register__block .content--wrapper {
	background-color: #EFEFEF;
	border-radius: 2rem;
	padding: 2rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.register__block .form--container {
	background-color: white;
	border-radius: 1.5rem;
	padding: 2rem;
}

.register__block .form-group label {
	display: block;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: 600;
	font-size: 1.1rem;
}

.register__block .form-group input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 0.3rem;
	border: 1.5px solid #DDD;
	color: #111;
	transition: border-color 0.3s ease;
	/* transition effect for border color */
}

.register__block .form-group input::placeholder {
	color: #DDD;
}

.register__block .form-group input:focus {
	border-color: #007bff;
	/* different border color when focused */
	outline: none;
	/* remove focus outline */
}

.register__block .submit--button {
	width: 100%;
}

.register__block .header--container,
.register__block .terms--text,
.register__block .login--prompt {
	text-align: center;
}

.register__block .terms--text p,
.register__block .login--prompt p {
	font-size: 1rem;
}



/* PACKAGES */

.package__block {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package__block h2 {
	font-size: 2.75rem;
	line-height: 1.3;
	font-weight: 700;
}

.package__block .container {
	text-align: center;
}

.package__block .header--container {
	padding: 4rem 0;
}

.cards--wrapper {
	padding: 0 0.75rem;
	/* total padding will be 1.5rem */
}

.card--wrapper {
	background-color: white;
	border-radius: 1.5rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.package--card {
	padding: 1rem;
}

.package--card h2 {
	color: #B3B3B9;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--card h3 {
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--price small {
	font-weight: normal;
	font-size: smaller;
}

.employee--control {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}

.control--btn {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.employee--count {
	width: 50px;
	text-align: center;
	border: none;
}

.try--btn {
	width: 100%;
}

.try--btn:focus {
	outline: none;
}

.package--divider {
	border-top: 1.5px solid #EEE;
	margin: 2.5rem 0;
}

.features--list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features--list li {
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
}

.features--list li span {
	display: inline-block;
	margin-bottom: 0.125rem;
}

.features--list li i {
	color: #00DFB2;
	margin-right: 0.75rem;
}



/* FAQ */

.faq__block {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 7rem;
	padding-bottom: 3rem;
}

.faq__block .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.0)40%);
}

.faq__block .faq--image {
	display: flex;
	justify-content: center;
}

.faq__block .faq--image img {
	max-width: 100%;
	max-height: 600px;
	/* object-fit: cover; */
	/* border-radius: 1rem; */
	/* box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15); */
}


.faq__block .faq--heading {
	font-size: 2rem;
	margin-bottom: .5rem;
	color: #001C6E;
	letter-spacing: -.025rem;
	text-transform: uppercase;
}

.faq__block .faq--text {
	font-size: 1.25rem;
}

.accordion-button {
	background-color: transparent;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

h2.accordion-header button {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
	background-color: #399CFF;
	color: white;
}

.accordion-button:not(.collapsed)::after {
	color: white;
}

.accordion-body {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Eina 01', Arial, sans-serif;
	color: #000;
}

.accordion-button::after {
	transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
	box-shadow: none;
}



/* CALL TO ACTION */

.cta__block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta__block--top::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #399CFF;
	clip-path: ellipse(70% 210% at 50% 230px);
}

.cta__block {
	min-height: 30vh;
	background-color: #399CFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 5rem 0 4.5rem 0;
}


.cta__block h2 {
	color: #FFF;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 1rem;
	letter-spacing: .025rem;
	text-transform: uppercase;
}

.cta__block p {
	color: #FFF;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
	line-height: 1.5;
}

.cta__block .cta--button {
	font-size: 1.25rem;
	padding: 1rem 1.5rem;
	background-color: #001C6E;
	padding: .95rem 1.5rem .85rem 1.5rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
	letter-spacing: 0;
}

.cta__block .cta--button:hover {
	background-color: #05EB61;
	color: #111;
}

.cta__block .cta--button:focus {
	outline: none;
}

.cta__block .trial-period {
	display: block;
	margin-top: 1.25rem;
}



/* GRADIENT */
.gradient--section {
	height: 8px;
	background: linear-gradient(to right, #00DB58, #05EB61, #00DB58);
}


/* FOOTER */

.footer__top--container {
	/*background: linear-gradient(to bottom, #F4F4F4 50%, #f8f9fa 100%);*/
	background-color: #F3F5FB;
}

.footer__top {
	padding: 5rem 0;
	font-family: 'Eina 01', Arial, sans-serif;
	justify-content: center;
}

.footer__top h3 {
	color: #333;
	font-size: 1.35rem;
	font-weight: bold;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.footer--link {
	color: #111;
	font-size: 1.1rem;
	transition: color 0.3s ease;
	text-decoration: none;
	margin-right: 0.25rem;
	white-space: nowrap;
}

.footer--list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer--list li {
	margin: .1rem 0;
}

.footer--list span.information {
	font-size: 1.1rem;
}

.footer--link:hover {
	color: #05EB61;
}

.footer--icon {
	color: #1C8EFF;
	font-size: .9rem;
	margin-right: 0.25rem;
}

.footer__bottom--container {
	background-color: #001C6E;
}

.footer__bottom {
	background-color: #001C6E;
	padding: 1rem 0;
}

.bottom-link {
	color: #FFF;
	font-size: 0.95rem;
	transition: color 0.3s ease;
	text-decoration: none;
}

.bottom-link:hover {
	color: #05EB61;
}



/* TEXT */

h1,
h2,
h3,
h4 {
	color: #000;
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 900;
}

h2 {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}

h3 {
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: 600;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}

p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	text-rendering: optimizeLegibility;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

p a {
	color: #FFB600;
	text-decoration: underline;
	transition: color 0.3s ease;
}

p a:hover {
	color: #000;
}



/* ANIMATION */

.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.2s;
}

.delay-3 {
	animation-delay: 0.3s;
}

.delay-4 {
	animation-delay: 0.4s;
}




/* MARKER ANIMATION */

.marker--animation {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.marker--animation::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background: #C6BCFF;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	z-index: -1;
}

.paragraph__block.reversed .row {
	flex-direction: row-reverse;
}

.marker--animation.scrolled::after {
	transform: translateX(0);
}



/* BUTTON */

button {
	background-color: #EEE;
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .75rem 1.5rem;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	display: inline-block;
	line-height: normal;
	font-family: 'MicrogrammaDBolExt', Arial, sans-serif;
	letter-spacing: .025rem;
}

button:hover {
	background-color: #DDD;
}

button:focus {
	outline: none;
}









/* END CSS FILE */