* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'PlayfairDisplay-Bold';
    font-size: 10rem;
    line-height: normal;
}
h2 {
    color: #FFF;
    font-family: 'PlayfairDisplay-SemiBold';
    font-size: 4.8rem;
    line-height: normal;
}
h3 {
    color: #161616;
    font-family: 'PlayfairDisplay-SemiBold';
    font-size: 4rem;
    line-height: normal;
}
h3 strong {
    color: #48C347;
    font-weight: normal;
}
h5 {
    color: #161616;
    font-family: 'PlayfairDisplay-SemiBold';
    font-size: 2.4rem;
    line-height: 28px;
}
h6 {
    color: #FFF;
    font-family: 'Urbanist-Medium';
    font-size: 1.6rem;
    line-height: 20px;
}
p {
    color: #FFF;
    font-family: 'Urbanist-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 25px;
}
p strong {
    color: #161616;
    font-weight: normal;  
}
li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    font-size: 1.6rem;
}
li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/green-tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    height: 12px;
    width: 12px;
}
.button {
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    border: 1px solid #060709;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #060709;
    padding: 10px 15px 10px 18px;
    font-size: 1.6rem;
    font-family: 'Urbanist-Medium';
    transition: .6s  cubic-bezier(.645, .045, .355, 1);
    align-items: center;
    z-index: 1;
    overflow: hidden;
    line-height: 24px;
}
.button span {
    position: relative;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.button span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 50%;
    transition: .6s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}
.button span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #48C347;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button:hover {
    color: #fff;
    border: 1px solid #48C347;
}
.button:hover span:before {
    top: 50%;
    left: 75%;
    transform: translate(-50%,-75%) scale(50);
    background: linear-gradient(88deg, #48C347 24.89%, #48C347 125.28%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.button:hover span::after {
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    background-color: transparent;
}
.border-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.common-arrow {
   border: 1px solid rgba(22, 22, 22, 0.5);
   height: 62px;
   width: 62px;
   border-radius: 100%;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #48C347;
    border-color: #48C347;
}
.common-arrow img {
    width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
/****mouse-follower****/
.cursor {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000;
	pointer-events: none;
}
.cursor:before {
	content: "Bekijk";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 128px;
	background-color: rgba(255, 255, 255, 0.10);
	filter: drop-shadow(0px 10px 50px rgba(192, 143, 117, 0.30));
	backdrop-filter: blur(10px);
	border-radius: 100%;
	border: 1px solid #48C347;;
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #fff;
    font-family: 'Urbanist-Medium';
	z-index: 99;
    
}
.cursor.hover:after {
	opacity: 0;
}
.cursor.hover:before {
	opacity: 1;
}
.hover {
	overflow: visible;
}
.custom_pointer a {
	/* cursor: none !important; */
}
/****common-pagination****/
.common-pagination.swiper-pagination {
    right: 4%;
    left: auto;
    text-align: right;
    bottom: 40%;
    transform: translateY(-50%);
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    width: auto;
}
.common-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.50);
    opacity: 1;
    height: 5px;
    width: 5px;
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.50);
	margin: 15px 0 !important;
}
.common-pagination .swiper-pagination-bullet-active {
    background-color: #48C347;
	height: 5px;
    width: 5px;
    border: 1px solid #48C347;
    border-radius: 100px;
}
.common-pagination .swiper-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 59px;
}
.common-pagination .swiper-vertical>.swiper-pagination-bullets{
	right: auto;
    left: 16px;
    display: flex;
    flex-direction: column;
   	row-gap: 59px;
}
.common-pagination .swiper-pagination-bullet{
	opacity: 1;
	margin: 0;
	position: relative;
	transition: all 0.5s;
    background-color: #fff;
}
.common-pagination .swiper-pagination-bullet:after{
	position: absolute;
	left: 45%;
	top: 50%;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 1);
	content: "";
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 0.5s;
	pointer-events: none;
}
.common-pagination .swiper-pagination-bullet-active:after{
	opacity: 1;
	pointer-events: all;
	border: 1px solid #48C347;
}
.common-pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #48C347;
	position: relative;
}