@font-face {
    font-family: "Visby";
    src: url(fonts/VisbyBold.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 36px;
}

h1, h2, h3 {
    font-family: 'Visby';
}

h1 span, h2 span, h3 span {
    color: #00E196 !important;
    font-family: 'Visby';
    font-weight: 500;
    font-size: inherit;
}

section.bg-dark {
    background-color: #14323C !important;
    .titles * {
        color:#FFFFFF !important;
    }
}

section.bg-light{
    background-color: #FAFAF0 !important;
}

section.bg-dark * {
    color: #FFF;
}

section.bg-dark label {
    color: grey;
    font-size: 18px;
}

section.bg-light {
    background-color: #FAFAF0 !important;
}

section.bg-light * {
    color: #14323C
}

section.hero{
    position: relative;
}

section.hero .image{
    position: relative;
}
section.hero .image:after{
    content:'';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 9;
    left:0px;
    top:0px;
}
section.hero .image{
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}


section.hero .title{
    position: absolute;
    bottom:20px;
    font-size: 60px;
    line-height: 1.5;
    font-family: 'Visby';
    font-weight: normal;
    z-index: 10;
    left:55px;

    @media only screen and (max-width:797px) {
        font-size: 30px;
        left: 0px;
        right: 0px;
        padding: 20px;
    }
}

section.hero .title span{
    color: #00E196 !important;
    font-size: inherit;
    font-family: inherit;
}

section.hero div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps ul {
    display: flex;
    list-style: none;
    margin:0px;
    padding: 0px;
    margin-top: 120px;
}


.steps ul li {
    padding: 0px;
    margin: 0px;
    width: 25%;
    position: relative;
    padding-left: 15px;;
    padding-right: 15px;;
    h4{
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        color: #00E196;
        font-family: 'Visby';
    }
    @media only screen and (max-width:797px) {

        margin-bottom: 80px;
    }
}

.steps ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -48px;
    left: 50%;
    background-color: #00E196;
}


@media (max-width: 768px) {

    .steps ul{
        width: 100%;
        flex-direction: column;
    }
    .steps ul li{
        width: 100%;
        height: 150px;
    }
    .steps ul li:not(:last-child):after {
      display: none;
    }
}

.st0 {
    fill: #FFF;
}

.st3 {
    fill: #00E196;
}

.steps ul li span {
    background-color: #00E196;
    position: absolute;
    width: 70px;
    margin-top: -80px;
    border-radius: 50%;
    margin-left: calc(50% - 55px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps ul li span svg {
    width: 25px;
    z-index: 2;
    position: relative;
}

.steps ul li p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

section .form {
    margin: 0 auto;
    padding: 40px;
    background-color: #00E196;
    @media only screen and (max-width:797px) {
margin-bottom: 50px;
    }
}

@media (max-width: 768px) {

    section .form {
        padding: 15px;
    }
}

input, select {
    border-radius: 0px !important;
    color: grey !important;
}

input *, select * {
    color: grey !important;
}


.btn {
    border-radius: 25px;
}

.btn-bagbooking {
    font-size: 18px;
    color: #FFF;
    background-color: #FF8C00;
    &:hover{
        background-color: #00E196;
    }
}


.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #00E196;
}

.btn-primary {
    background-color: #14323C;
    border-radius: 0px !important;
    width: 100%;
    border: 2px solid #14323C
}

.btn-primary:hover {
    background-color: #00E196;
    color: #14323C;
    border: 2px solid #14323C;
}

.price {
    display: flex;
    flex-direction: column;
}

.price span {
    font-weight: bold;
}

.price p {
    color: #14323C;
    font-weight: bold;
}

section.quote blockquote{
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    div{
        margin-top: 40px;
    }

    @media only screen and (max-width:797px) {
font-size: 20px;
    }
}

section{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
@media only screen and (max-width:797px) {

    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

}

section .titles{
    .title{
        span{
            color: #00E196 !important;
        }
    }
    .subtitle{
        margin-top: 15px;
        font-size: 18px !important;
    }
}



    .card{
        border-radius: 0px!important;
        padding:25px;
        height: 100%;
        color: #14323C !important;
        h3{
            color: #14323C;
            font-weight: bold;
            font-size: 24px;
            padding-bottom: 15px;
            border-bottom: 2px solid #00E196;;
        }
        p{
            color: #14323C;
            font-size: 16px;
            line-height: 1.8;
        }
    }

.zekerheden li:not(:last-child) {

    padding-bottom: 20px;
}
.zekerheden i{
    position: absolute;
    margin-left: -60px;
    margin-top: -5px;
    color:#00E196 !important;
    font-size: 45px;
}

.zekerheden strong{

    font-family: 'Visby';
    color:#00E196 !important;
}

.marq{
    border-radius: 12px;
    text-align: center;
    display: flex;

    @media only screen and (max-width:797px) {
        display: block;
    }
    width: 100%;
    overflow: hidden;;
    .title{
        font-weight: bold;
        margin-right: 4px;
        @media only screen and (max-width:797px) {
            margin-right: 0px;
        }
        padding:15px;
        background-color: #FF8C00 !important;
    }
    .msg{
        background-color: #00E196!important;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }
}
