/*----------------------------------------
   responsive design
-----------------------------------------*/
/* xlx */
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
}

@media only screen and (max-width: 1599px) {
}
@media only screen and (max-width: 1450px) {
  .contact-info .contact-info-item:last-of-type {
    padding-left: 0px;
  }
  .condition-article p br {
    display: none;
  }
}

/* xl */

@media only screen and (max-width: 1399px) {
  .menu-main nav ul li:first-child {
    margin-left: 0px;
  }
  .onze-visie-hero-section .hero-content p br,
  .hero-content p br {
    display: none;
  }
  .terms-condition-box {
    grid-template-columns: 370px 1px 1fr;
  }
  .br-none-1400 {
    display: none;
  }
  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .login-hero-section {
    padding-bottom: 180px;
  }
}

/* lg */
@media only screen and (max-width: 1199px) {
  /* .hero-section {
    height: calc(100vh - 10px);
  } */
  .terms-condition-box {
    grid-template-columns: 335px 1px 1fr;
  }
  .condition-article h4 {
    font-size: 23px;
  }
  .left-column h3 {
    font-size: 30px;
  }

  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .login-hero-section {
    padding-bottom: 60px;
  }
}

/* md */

@media only screen and (max-width: 1024px) {
  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .login-hero-section {
    min-height: calc(100vh - 80px);
  }
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .logo a .logo-mobile {
    width: 55.4px;
    height: 37.5px;
  }

  .login-btn-mobile {
    display: block;
  }

  .only-desktop {
    display: none;
  }

  .login-btn {
    padding: 9.6px 20.6px;
  }

  /* mobile menu */
  .overlay-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }

  .hamburger {
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    display: block;
  }

  .hamburger-top,
  .hamburger-middle,
  .hamburger-bottom {
    position: absolute;
    width: 22px;
    height: 2.5px;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .hamburger-middle {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }

  .hamburger-bottom {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }

  /* Transition hamburger to X when open */
  .open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .open .hamburger-top {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
    -ms-transform: rotate(45deg) translateY(6px) translateX(6px);
    transform: rotate(45deg) translateY(6px) translateX(6px);
    background-color: #ffffff;
  }

  .open .hamburger-middle {
    display: none;
  }

  .open .hamburger-bottom {
    -webkit-transform: rotate(-45deg) translateY(6px) translateX(-6px);
    -ms-transform: rotate(-45deg) translateY(6px) translateX(-6px);
    transform: rotate(-45deg) translateY(6px) translateX(-6px);
    background-color: #ffffff;
  }

  .menu-main {
    position: fixed;
    background-color: #051842;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .show-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-main nav {
    padding: 20px 25px;
  }

  .menu-main nav ul li {
    display: block;
    margin-right: 0;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff1a;
  }

  .mobile-logo {
    display: block !important;
    border-bottom: 1px solid #ffffff1a;
    padding: 31px 25px;
  }

  .menu-main nav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
  }
  .menu-main nav ul li a:hover {
    color: #20a1f2;
  }
  .onze-visie-menu-main nav ul li a:hover {
    color: #e85973;
  }
  .onze-aanpak-menu-main nav ul li a:hover {
    color: #fdc244;
  }

  .menu-main nav ul li a:hover::after,
  .onze-visie-menu-main nav ul li a::after,
  .onze-aanpak-menu-main nav ul li a::after,
  .contact-menu-main nav ul li a::after {
    opacity: 0 !important;
  }

  .menu-main nav ul li a.active::after {
    opacity: 0;
  }

  .menu-main nav ul li a.active {
    color: #20a1f2;
  }
  .onze-visie-menu-main nav ul li a.active {
    color: #e85973;
  }
  .onze-aanpak-menu-main nav ul li a.active {
    color: #fdc244;
  }

  .login-btn-mobile,
  .contact-btn-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .login-btn-mobile {
    background-color: #ffffff;
    color: #111827;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .login-btn-mobile:hover {
    background-color: #f3f4f6;
    color: #111827;
  }
  .contact-btn-mobile:hover {
    background-color: #0e85cc;
    color: white;
  }

  .contact-hero-section::after {
    background: linear-gradient(
      to left,
      #171614 0%,
      #171614 20%,
      rgba(23, 22, 20, 0.9) 30%,
      rgba(23, 22, 20, 0.8) 70%,
      rgba(23, 22, 20, 0) 100%
    );
  }

  .login-hero-section::after {
    background: linear-gradient(
      to right,
      #051842 0%,
      rgba(5, 24, 66, 0.8) 30%,
      rgba(5, 24, 66, 0.7) 50%,
      rgba(5, 24, 66, 0.5) 100%
    );
  }

  /* Term and condition */
  .terms-condition-box {
    grid-template-columns: 250px 1px 1fr;
    gap: 16px;
    padding: 30px 0;
  }
  .terms-condition-box .left-column h3 {
    font-size: 24px;
  }
  .condition-article p {
    font-size: 16px;
    line-height: 28px;
  }
  .terms-condition-box .left-column h3 br {
    display: none;
  }

  .privacy-list-items li {
    font-size: 16px;
    line-height: 28px;
  }

  .over-ons-hero-section::after {
    background: linear-gradient(
      to left,
      #051842 0%,
      #051842 5%,
      rgba(5, 24, 66, 0.8) 40%,
      rgba(5, 24, 66, 0.01) 85%,
      rgba(5, 24, 66, 0) 100%
    );
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .col-lg-3 {
    display: flex;
    justify-content: flex-start;
  }
  .footer-text {
    padding-bottom: 40px;
  }
  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .login-hero-section {
    padding-bottom: 150px;
  }
}

/* sm */
@media only screen and (max-width: 767px) {
  .loader {
    width: 40px;
    height: 40px;
  }
  .menu-main {
    width: 320px;
  }
  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .contact-hero-section,
  .login-hero-section {
    padding-top: 450px;
    padding-bottom: 50px;
    height: auto;
  }
  .onze-visie-hero-section {
    min-height: calc(100vh - 229px);
  }

  .hero-section {
    background-color: #051842;
  }
  .onze-visie-hero-section {
    background-color: #1c0307;
  }
  .onze-aanpak-hero-section {
    background-color: #171614;
  }
  .contact-hero-section {
    background-color: #171614;
  }
  .login-hero-section {
    background-color: #051842;
  }

  .hero-section::after {
    background: linear-gradient(
      to top,
      rgba(5, 24, 66, 1) 0%,
      rgba(5, 24, 66, 1) 50%,
      rgba(5, 24, 66, 0.8) 60%,
      rgba(5, 24, 66, 0.5) 75%,
      rgba(5, 24, 66, 0.2) 90%,
      rgba(5, 24, 66, 0) 100%
    );
    pointer-events: none;
  }

  .onze-visie-hero-section::after {
    background-image: linear-gradient(
      to top,
      #1c0307 0%,
      #1c0307 35%,
      rgba(28, 3, 7, 0.99) 40%,
      rgba(28, 3, 7, 0.01) 85%,
      rgba(28, 3, 7, 0) 100%
    );
  }
  .onze-aanpak-hero-section::after {
    background: linear-gradient(
      to top,
      #171614 0%,
      #171614 40%,
      rgba(23, 22, 20, 0.9) 50%,
      rgba(23, 22, 20, 0) 100%
    );
  }

  .over-ons-hero-section::after {
    background: linear-gradient(
      to top,
      #051842 0%,
      #051842 35%,
      rgba(5, 24, 66, 0.99) 50%,
      rgba(5, 24, 66, 0.4) 70%,
      rgba(5, 24, 66, 0.1) 90%,
      rgba(5, 24, 66, 0) 100%
    );
  }

  .contact-hero-section::after {
    display: none;
  }

  .home-hero-bg {
    background-image: url("../img/home-mobile-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #051842;
  }
  .onze-visie-hero-bg {
    background-image: url("../img/onze-visie-mobile-bg.webp");
    background-position: top;
    background-size: contain;
  }

  .onze-aanpak-hero-bg {
    background-image: url("../img//onze-aanpak-mobile-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .over-ons-hero-bg {
    background-image: url("../img/over-ons-mobile-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  .contact-hero-bg {
    background-image: url("../img/contact-mobile-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  .login-hero-bg {
    background-image: url("../img/login-mobile-bg.webp");
    background-position: top center;
    background-size: contain;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
  }

  .sub-heading h6 {
    font-size: 12px;
    line-height: 16.8px;
    padding-bottom: 5px;
  }

  .sub-heading span {
    width: 8px;
    height: 8px;
    margin-top: 3px;
  }

  .hero-content h1 {
    font-size: 34px;
    letter-spacing: -1.05px;
    line-height: 45px;
  }

  .hero-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.6px;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .onze-visie-hero-section .hero-content p {
    padding-top: 15px;
  }
  .onze-aanpak-hero-section .hero-content p:first-of-type,
  .over-ons-hero-section .hero-content p:first-of-type {
    padding-top: 15px;
  }

  .onze-aanpak-hero-section .hero-content p br,
  .over-ons-hero-section .hero-content p br {
    display: none;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16.8px;
    padding: 14px 30px;
    width: 100%;
  }

  /* Contact form */
  .hero-contact-form {
    background-color: #42413f;
    padding: 20px;
  }

  .hero-contact-form h2 {
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    padding-top: 10px;
    letter-spacing: -1.5px;
  }

  .hero-contact-form p {
    font-size: 14px;
    line-height: 23px;
  }
  .hero-contact-form p br {
    display: none;
  }
  .br-only-small-divice {
    display: block !important;
  }

  .contact-info-text h4 {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .contact-info-text a,
  .contact-info-text span {
    font-size: 12px;
    line-height: 15px;
  }
  .contact-info-text span {
    display: inline-block;
    padding-top: 5px;
    line-height: 18px;
  }
  .contact-info-icon img {
    width: 18px;
    height: 18px;
  }

  .contact-info-icon {
    width: 30px;
    height: 30px;
    line-height: 25px;
  }

  .hero-contact-form form label {
    font-size: 12px;
    line-height: 11px;
    padding-bottom: 10px;
  }
  .hero-contact-form form input,
  .hero-contact-form form textarea {
    font-size: 12px;
    padding: 8px 10px;
  }

  .hero-contact-form input::placeholder,
  .hero-contact-form textarea::placeholder {
    font-size: 11px;
  }

  .hero-contact-form form .agree-check label {
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
  }

  .hero-contact-form form .agree-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }

  .hero-contact-form form .agree-check input[type="checkbox"]:checked::after {
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
  }
  .submit-btn button {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 26px;
  }
  .submit-btn {
    padding-top: 20px;
  }
  .contact-info {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .login-form {
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.33) 0%,
      rgba(255, 255, 255, 0.13) 100%
    );
  }

  /* terms and conditon */
  .algemenevoorwaarden-header-main {
    padding: 30px 0;
  }
  .mobile-hamburger-top-42 {
    top: 42px;
  }
  .algemenevoorwaarden-hero-bg {
    background-image: url("../img/algemenevoorwaarden-mobile-bg.webp");
    background-position: center center;
  }
  .privacyverklaring-hero-bg {
    background-image: url("../img/privacyverklaring-mobile-bg.webp");
  }
  .algemenevoorwaarden-hero-section .hero-content h1 {
    font-size: 24px;
    font-weight: 500;
  }
  .terms-condition-section {
    padding-top: 10px;
  }

  .terms-condition-box {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #0000001a;
    padding: 20px 0;
  }
  .terms-condition-box:last-child {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 30px;
  }
  .vertical-divider {
    display: none;
  }

  .terms-condition-box .left-column {
    margin-bottom: 10px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 15px;
  }

  .terms-condition-box .right-column {
    padding-left: 0;
  }

  .condition-article h4 {
    font-size: 18px;
    line-height: 25.5px;
    margin-bottom: 10px;
  }
  .condition-article p {
    font-size: 14px;
    line-height: 26px;
  }

  .condition-article h5 {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy-list-items li {
    font-size: 14px;
    line-height: 26px;
  }

  /* Footer area */
  .footer-area {
    display: block;
  }
  .footer-area {
    padding: 40px 0 20px;
  }
  .footer-pages-link li {
    margin-bottom: 15px;
  }
  .footer-text {
    padding-bottom: 10px;
  }
  .footer-area .row {
    flex-direction: column;
    gap: 15px;
  }

  .footer-area .col-4,
  .footer-area .col-3,
  .footer-area .col-2 {
    width: 100%;
    max-width: 100%;
  }

  .copyright-area {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
  }

  .copyright-area ul {
    flex-direction: flex;
    justify-content: center;
    gap: 8px;
  }
  .contact-info .contact-info-item {
    gap: 12px;
  }
  .hero-contact-form form .agree-check {
    gap: 10px;
  }
  .hero-contact-form form textarea {
    min-height: 100px;
  }
  .padding-top-20 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  /* .over-ons-hero-section::after {
    background: linear-gradient(
      to top,
      #051842 0%,
      #051842 60%,
      rgba(5, 24, 66, 0.96) 70%,
      rgba(5, 24, 66, 0) 100%
    );
  } */
  .algemenevoorwaarden-hero-section {
    padding-top: 170px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 540px) {
  .over-ons-hero-section::after {
    background: linear-gradient(
      to top,
      #051842 0%,
      #051842 60%,
      rgba(5, 24, 66, 0.9) 70%,
      rgba(5, 24, 66, 0) 100%
    );
  }
}
@media only screen and (max-width: 410px) {
  /* .hero-content p br {
    display: block;
  } */
  .only-mobile-divice {
    display: block !important;
  }

  .over-ons-hero-section::after {
    background: linear-gradient(
      to top,
      #051842 0%,
      #051842 60%,
      rgba(5, 24, 66, 0.96) 70%,
      rgba(5, 24, 66, 0) 100%
    );
  }
}

@media only screen and (max-width: 400px) {
  .hero-section,
  .onze-visie-hero-section,
  .onze-aanpak-hero-section,
  .over-ons-hero-section,
  .contact-hero-section,
  .login-hero-section {
    padding-top: 300px;
  }
  .br-only-small-divice {
    display: none !important;
  }
  .hero-contact-form form .agree-check label {
    color: #fff;
    font-size: 12px;
    padding-top: 0px;
    line-height: 22px;
  }
  .submit-btn {
    padding-top: 10px;
  }
  .onze-visie-hero-section {
    min-height: calc(100vh - 355px);
  }
}

@media only screen and (max-width: 380px) {
  .hero-content p br {
    display: none;
  }
  .only-mobile-divice {
    display: none !important;
  }
  .hero-contact-form form .agree-check input[type="checkbox"] {
    min-width: 18px;
    min-height: 18px;
  }
  .over-ons-hero-bg {
    background-size: unset;
  }
}
@media only screen and (max-width: 320px) {
  .onze-visie-hero-section .hero-buttons .btn {
    width: 100%;
    padding: 14px 26px;
  }

  .over-ons-hero-section::after {
    background: linear-gradient(
      to top,
      #051842 0%,
      #051842 35%,
      rgba(5, 24, 66, 0.99) 50%,
      rgba(5, 24, 66, 0.99) 70%,
      rgba(5, 24, 66, 0.1) 90%,
      rgba(5, 24, 66, 0) 100%
    );
  }
}
