/* Global */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;
}

/* @font-face {
    font-family: 'Custom';
    src: url('../fonts/custom-regular.woff2');
    font-weight: regular;
    font-display: swap;
}

@font-face {
    font-family: 'Custom';
    src: url('../fonts/custom-bold.woff2');
    font-weight: bold;
    font-display: swap;
}

body {
    padding-top: 74px;
    font-family: 'Custom';
} */

body {
    padding-top: 74px;
    font-family: 'Open Sans';
    font-weight: regular;
}

h1{
    font-size: 64px!important;
}
a, a:hover, a:visited, a:active{
    color: #111111;
}

.nav-link, .nav-link:hover {
    color: #111111!important;
}

.navbar-dark .navbar-toggler {
    color: #fff!important;
    border-color: transparent;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* Slider */
.swiper {
    width: 100%;
    height: 100%;
    background-color: #111111;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background-color:#111111;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}

/* Forms */
label {
    font-size: 0.9rem;
}

.form-label {
    margin-bottom: 0.3rem;
}

.form-check {
    padding-left: 0;
}

.form-check .form-check-input {
    float:none;
    margin-left: 0;
}

.form-check-input:checked {
    background-color: #111111;
    border-color: #111111;
}

.form-control:focus {
    border-color: #111111;
    box-shadow: none;
}

.form-select:focus {
    border-color: #111111;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #111111;
    box-shadow: none;
}

.btn {
    font-size: 0.9rem;
    border-radius: 2.50rem;
}

.btn-dark {
    color: #fff!important;
    background-color: #3f3f3f!important;
    border-color: #3f3f3f!important;
}

/* Popup */
.swal2-styled.swal2-default-outline:focus {
    box-shadow: none;
}

/* Pace */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #111111;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 1px;
}