html {
  scroll-behavior: smooth;
}

.modern-nav .nav-links>li>.nav-link {
	font-family: 'Bebas Neue', cursive !important;
	font-size: 1.600em  !important;
	font-style: normal  !important;
	font-variant: normal  !important;
	font-weight: 400  !important;
	letter-spacing: normal  !important;
	line-height: normal  !important;
	text-decoration: none  !important;
	text-transform: none  !important;
	word-spacing: normal  !important;
	color: white !important;
}

.modern-nav .nav-links>li>.nav-link:hover {
	font-weight: 700 !important;
	color:#FC6A21  !important;
}

.modern-nav .nav-links>li>.nav-link.active {
	font-weight: 700 !important;
}


/* SLICK SLIDER */
.slick-dots {
	width: 100%;
	left: 0;
	height: auto;
	position: absolute;
	top: 84%;
	text-align: center;
	display: flex;
	align-items: center;
}

.dots-circle .slick-dots li {
	width: 50px;
}

.dots-circle .slick-dots li:before {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 0.5px transparent;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.dots-circle .slick-dots li.slick-active:before {
	box-shadow: inset 0 0 0 0.5px white;
	background-color: transparent !important;
	-webkit-transform: scale(3);
	transform: scale(3);
}

input, textarea, .input {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
	border-bottom: 1px solid white;
    display: block;
    width: 100%;
    padding: 5px !important;
    resize: none;
	background-color:  transparent;
	font-size: 0.9em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;;
  opacity: 1; /* Firefox */
}
