@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wdth,wght@0,75..100,400..700;1,75..100,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body{   
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    color: #333333;
}

.font-cabin{
    font-family: "Cabin", sans-serif;
}

a{
    text-decoration: none;
}
.ls-0_8{
    letter-spacing: 0.8px;
}
.ls-2{
    letter-spacing: 2px;
}

/* background color */
 
.bg-blue{
    background-color: #021D49;
}

.bg-light-gray{
    background-color: #D9E3F4;
}

.bg-red{
    background-color: #D72E34;
}

.bg-blue-light{
    background-color: #56637E;
}

.text-blue{
    color: #021D49; 
}

.text-dark-blue{
    color: #0E0E0E;
}

.text-black{
    color: #000;
}

.text-red{
    color: #D72E34;
}

.text-gray{
    color: #F1F5FB;
}
.text-dark-gray{
    color: #4E4F4E;
}

.text-13{
    font-size: 13px;
}

.text-18{
    font-size: 18px;   
}

/* container */
.container.custom-container {
    max-width: 1140px;
}
/* button */
.btn-white {
    background-color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    display: inline-block;
    color: #021D49;
}

.btn-white:hover{
    color: #000;
    background-color: #f1f1f1!important;
}

.custom-navbar-nav .nav-link {
    font-size: 18px;
    color: #222222;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.custom-navbar-nav .nav-link:hover{
    color: #000;
}

.contact-btn-top {
    background-color: #021D49;
    font-size: 18px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-btn-top:hover{
    color: #fff;
    background-color: #627390;
}

.home-hero-banner {
    padding: 140px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-hero-caption{
    margin-bottom: 120px;
}

.home-hero-caption p{
    font-size: 28px;
}

.home-hero-caption h1{
    font-size: 100px;
}

.home-hero-caption a{
    background-color: #627390;
    font-size: 22px;
    color: #fff;
    padding: 16px 50px 16px 50px;
    display: inline-block;
    border: none;
    border-radius: 5px;
    letter-spacing: 3px;
}

.section-gap{
    padding-top: 100px;
    padding-bottom: 80px;
}
.lees-meer-btn-container {
    position: absolute;
    bottom: 30px;
    height: auto;
    width: auto;
    top: auto;
    right: 30px;
    left: auto;
}

.btn-position-top {
    bottom: auto;
    top: 30px;
}

.lees-meer-btn-container a{
    font-family: "Cabin", sans-serif;
    background-color: #021D49;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s;
}


.lees-meer-btn-container a:hover{
    background-color: #627390;
}
.lees-meer-btn {
    border-radius: 4px;
    transition: 0.3s;
    letter-spacing: 2px;
    font-size: 16px;
    height: 47px;
    line-height: 48px;
}
.tab-meer-less {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    border-radius: 4px;
    width: 252px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    transition: 0.3s;
}

.lees-meer-btn:hover,
.tab-meer-less:hover{
    background-color: #627390;
    color: #fff;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
  }

  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }

  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }

  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
  }
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    font-size: 1.3rem!important;
}
  .gtco-testimonials .center {
    opacity: 1;
  }
.owl-testimoanils .owl-item{
    filter: blur(2px);
    -webkit-filter: blur(2px); 
}
.owl-testimoanils .owl-item.active.center {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
.diensten-tab-content {
    background: #f1f5fb;
}
.diensten-tab {
    border: none;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
}

.diensten-tab li .nav-link {
    background-color: #F7F9FD;
    border-color: #F7F9FD;
    color: #767776;
    font-size: 22px;
}
.diensten-tab li .nav-link:hover{
    border-color: #F7F9FD;
}

.diensten-tab li .active.nav-link {
    background-color: #F1F5FB;
    color: #d72e34;
    border-color: #f1f5fb;
}

/* .custom-container-for-sale {
    max-width: calc(100% - 300px);
    margin-left: auto;
} */

.for-sale-tab .nav-link {
    padding: 16px 40px;
    background-color: #ffff;
    color: #021D49;
    font-size: 22px;
}

.for-sale-tab .active.nav-link{
    background-color: #021D49;
    color: #fff;
}

.footer-widget li a:hover{
    color: #627390 !important;
}

.bd-footer {
    padding-top: 40px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }

  .listing-search-input {
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.listing-search-input:focus{
    border-color: #000;
    box-shadow: none !important;
}

.btn-searh {
    border: 1px solid #000000; 
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-searh:focus,
.btn-searh:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.listing-filter-input {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #021d49;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
}
.text-sm{
    font-size: 13px;
}
.custom-select-arrrow {
    background-image: url(../img/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
.custom-select-arrrow:focus{
    box-shadow: none !important;
    border-color: #000a1a;
}

.top-text {
    font-size: 13px;
    vertical-align: top;
    position: relative;
    top: -2px;
    left: 2px;
}
.more-p-container {
    left: 50%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.search-total-heading h2{
    font-weight: 600 !important;
}

.container-custom{
    max-width: 1140px;
}
.property-container-img img {
    height: 100% !important;
    width: 100% !important;
}
.container-inner {
    margin-top: 60px;
    margin-bottom: 80px;
}
.table.custom-data td {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #827776 !important;
    font-size: 18px;
    color: #767776;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    padding-top: 18px;
}
/* slider */
.slider {
    width: 100%;
    height: 200px;
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  
  .slider::-webkit-scrollbar {
    display: none;
  }
  
  .slider .slide {
    display: flex;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
  }
  
  .slider .item {
    margin-right: 10px;
  }
  
  .slider .item:last-child {
    margin-right: 0;
  }
  
  .ctrl {
    text-align: center;
    margin-top: 5px;
  }
  
  .ctrl-btn {
    padding: 20px 20px;
    min-width: 50px;
    background: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
  
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
  }
  
  .ctrl-btn.pro-prev {
    left: 0;
  }
  
  .ctrl-btn.pro-next {
    right: 0;
  }

.min-bedrag, .max-bedrag, .rooms {
    width: 100% !important;
    max-width: 150px;
}
.filter-search-container{
    width: 100%;
}

button.filter-serach-btn {
    background-color: #021d49;
    border-color: #021d49;
    width: 170px;
    height: 100%;
    border-radius: 100em;
    height: 52px;
}

.filter-heading h2 {
    font-size: 24px;
    margin-bottom: 22px;
}
button.filter-serach-btn:hover {
    background-color: #627390;
    border-color: black;
}

.text-blue{
    color: #021d49;
}

.slider-custom .noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    box-shadow: none;
    border: 2px solid #021d49;
    background-color: #a4bce5;
}
.slider-custom .noUi-horizontal {
    height: 7px;
    box-shadow: none !important;
    border: none !important;
    background: #a4bce5;
}
.slider-custom .noUi-connect {
    background: #021d49;
}
.slider-custom  .noUi-handle.noUi-handle-lower {
    right: -14px;
}

.slider-custom  .noUi-handle.noUi-handle-upper {
    right: -4px;
}
.slider-custom.noUi-horizontal .slider-custom .noUi-handle{
    top: -4px;
}
.slider-custom .noUi-handle:after, .slider-custom .noUi-handle:before{
    content: none;
}

#price-range-slider{
    margin-top: 5px;;
}
/* pagination */
.pagination-container .page-numbers {
    color: #252525;
    width: 42px;
    display: inline-block;
    height: 42px;
    background-color: #fff;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100em;
    font-size: 14px;
}

.pagination-container  .page-numbers.current {
    background-color: #021d49;
    color: #fff;
    font-weight: 700;
}

/* .pagination-container .page-numbers.next, .pagination-container .page-numbers.prev {
    width: auto;
    background-color: transparent;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
} */

.pagination-container .page-numbers.next svg, .pagination-container .page-numbers.prev svg{
    width: 18px;
}

.page-id-595 .elementor-element.elementor-element-eb1848c {
    padding: 0;
}

.filter-heading h2 {
    font-size: 22px !important;
}

.shadow-custom {
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,.100)!important;
}

 @media (max-width: 1366px) {
    .home-hero-caption h1 {
        font-size: 70px;
    }
}
@media (max-width: 1280px) {
    .lees-meer-btn-container a{
        font-size: 20px;
    }
    .home-hero-caption h1 {
        font-size: 60px;
    }
}


@media (max-width: 991px) {
    .section-gap {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    
    .gtco-testimonials {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        max-width: 80%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
    .diensten-tab li .nav-link {
        font-size: 18px;
    }
    .home-hero-caption h1 {
        font-size: 50px;
    }
    .contact-btn-top {
        font-size: 16px;
        padding: 8px 25px;
    }
    .home-hero-banner {
        padding: 80px 0 45px 0;
    }
}
@media (max-width: 767px) {
    .section-gap {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .lees-meer-btn-container a{
        font-size: 18px;
    }
    .mob-container{
        left: 0 !important;
        max-width: 90% !important;
    }
    .container.custom-container {
        max-width: 90%;
    }
    .home-hero-caption a {
        font-size: 18px;
        padding: 14px 40px 14px 40px;
    }
}
@media (max-width: 575px) {
    .container.custom-container,
    .gtco-testimonials,
    .container.custom-container {
        max-width: 94%;
    }
    .lees-meer-btn {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
    .lees-meer-btn-container a {
        font-size: 16px;
    }
    .for-sale-tab .nav-link {
        padding: 10px 30px;
        background-color: #ffff;
        font-size: 18px;
    }
    .home-hero-caption h1 {
        font-size: 45px;
    }
    .mob-user-testimoanils{
        max-width: 200px;
        margin: 0 auto;
    }
    .mob-user-testimoanils img{
        border-radius: 100em;
    }
}
