body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 30px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
} 
 
.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #fff;
    transition: all 0.2s;
} 
.navbar-nav {
    align-items: center;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

a {
    color: #00AF80;
}

.btn-one {
    background-color: #2B78E4;
    padding: 12px 40px !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    border: 0;
    transition: all 0.3s;
}

.btn-one:hover {
    background-color: #fff;
    color: #2B78E4 !important;
    transition: all 0.3s;
}

.btn-two {
    background-color: #fff;
    padding: 12px 40px !important;
    border-radius: 10px;
    color: #212121;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-two:hover {
    background-color: #2B78E4;
    color: #fff;
    transition: all 0.3s;
}

.bg-one {
    background-color: #FE9900;
}

.banner {
    background:rgba(16, 16, 16, 0.8) url(img/Netherlands.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}

.card-one {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); 
    transition: all 0.2s;
    height: 100%;
}

.card-one:hover {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.3);
    transform: translateY(-10px);
    transition: all 0.3s;
}

.card-one h4 {
    background-color: #FE9900;
    color: #000;
    text-align: center;
    padding: 8px;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    font-weight: 600;
}

.card-two {
    background-color: #ffffff0d;  
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); 
}
 
 

.footer {
    background-color: #2B78E4;
    color: #fff;
    padding: 20px 0;
}

.social a{
    display: inline-block;
    background-color: #212121;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}

.social a:hover {
    background-color: #FE9900;
    color: #fff;
    transition: all 0.3s;
}

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.en {
    background-image: url(img/en.svg);
}

@media screen and (max-width: 600px) {


.navbar-toggler {
    color: #fff;
}
   
    .form-select {
        margin-top: 10px;
    }
    
    .btn-two {
        display: block;
    }
    
    .btn-one {
        display: block;
    }
    
    
}