@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  position: relative;
  font-family: "Proxima Nova Cn Rg";
  font-weight: 400;
}

header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
header a.mobile {
  display: none;
}
header .header-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wraper .btn-wraper {
  position: relative;
}
header .header-wraper .btn-wraper > a {
  width: 172px;
  padding: 6px 10px;
  border: 3px solid #ffffff;
  background: rgba(33, 117, 217, 0);
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  display: table;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header .header-wraper .btn-wraper > a:hover {
  background: rgb(33, 117, 217);
  border: 3px solid rgba(255, 255, 255, 0);
}
header .header-wraper .btn-wraper .gtranslate_wrapper {
  position: absolute !important;
  right: 0 !important;
}
header .header-wraper .btn-wraper .gtranslate_wrapper a {
  padding: 7px 5px !important;
  background: transparent !important;
}

section.new-home-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 800px;
  background: url("https://bamori.nl/wp-content/uploads/2024/11/banner-img.avif") no-repeat fixed center/cover;
}
section.new-home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2862745098);
  position: absolute;
  top: 0;
  left: 0;
}
section.new-home-banner .container {
  position: relative;
  z-index: 9;
}
section.new-home-banner h2 {
  font-size: 44px;
  color: #fff;
  margin-bottom: 14px;
  line-height: normal;
  font-family: "Questrial", sans-serif;
}
section.new-home-banner h3 {
  font-size: 26px;
  color: #fff;
  line-height: normal;
  margin: 0;
  font-family: "Questrial", sans-serif;
}
section.new-home-banner h4 {
  font-size: 26px;
  color: #000000;
  line-height: normal;
  margin: 0 0 18px;
  text-align: left;
  font-family: "Questrial", sans-serif;
}
section.new-home-banner img.google {
  width: 240px;
  height: auto;
  margin: 30px 0 0;
}
section.new-home-banner .form-wraper {
  border-radius: 20px;
  padding: 20px 20px 30px;
  border: 1px solid #2175d9;
  background-color: rgba(255, 255, 255, 0.6196078431);
  max-width: 432px;
  width: 100%;
  margin-left: auto;
}
section.new-home-banner ul {
  padding: 0;
  margin: 0 0 12px;
}
section.new-home-banner ul li {
  list-style: none;
  font-size: 14px;
  color: #000;
}
section.new-home-banner ul li span {
  color: #2175d9;
  font-family: none;
}
section.new-home-banner label {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
section.new-home-banner input:not([type=submit]) {
  width: 100%;
  border: 2px solid #000;
  padding: 6px 14px;
  outline: none;
  background-color: transparent;
  margin-bottom: 8px;
}
section.new-home-banner input:not([type=submit])::-moz-placeholder {
  color: #000;
}
section.new-home-banner input:not([type=submit])::placeholder {
  color: #000;
}
section.new-home-banner input[type=submit] {
  width: 100%;
  padding: 8px 24px;
  color: var(--White, #fff);
  background-color: #2175d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border-radius: 4px;
  border: none;
  border: 2px solid #2175d9;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  border-radius: unset;
}
section.new-home-banner input[type=submit]:hover {
  background-color: transparent;
  color: #2175d9;
}
section.new-home-banner input[type=number]::-webkit-inner-spin-button,
section.new-home-banner input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

section.new-home-sec2 {
  padding: 50px 0;
}
section.new-home-sec2 h2 {
  font-size: 38px;
  line-height: 1.2em;
  color: #2175d9;
  margin: 0;
  font-family: "Questrial", sans-serif;
}
section.new-home-sec2 p {
  font-size: 16px;
  line-height: 1.8em;
  color: #000;
  margin: 0;
  position: relative;
  padding-bottom: 30px;
}
section.new-home-sec2 p::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #2175d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.new-home-sec2 .cart-box {
  margin-top: 150px;
  padding: 50px;
  background-color: #2175d9;
  position: relative;
  padding-top: 100px;
}
section.new-home-sec2 .cart-box h4 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
  font-family: "Questrial", sans-serif;
}
section.new-home-sec2 .cart-box p {
  min-height: 230px;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 0;
}
section.new-home-sec2 .cart-box p::after {
  display: none;
}
section.new-home-sec2 .cart-box span {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
section.new-home-sec2 .cart-box span img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(925%) hue-rotate(181deg) brightness(105%) contrast(97%);
}

section.new-home-sec3 {
  padding: 50px 0;
}
section.new-home-sec3 h2 {
  font-size: 38px;
  color: #2175d9;
  line-height: 1.4em;
  margin: 0;
  max-width: 390px;
  font-family: "Questrial", sans-serif;
}
section.new-home-sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
}
section.new-home-sec3 ul li {
  list-style: none;
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.new-home-sec3 ul li img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.new-home-sec4 {
  background-color: #c1e6fb;
  position: relative;
}
section.new-home-sec4 .right-img-wraper {
  width: 50%;
  height: 550px;
  display: block;
  margin-left: auto;
  overflow: hidden;
}
section.new-home-sec4 .right-img-wraper img {
  width: 1500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-left: -100px;
}
section.new-home-sec4 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section.new-home-sec4 h2 {
  max-width: 280px;
  margin-bottom: 30px;
  font-family: "Questrial", sans-serif;
}
section.new-home-sec4 label {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
section.new-home-sec4 input:not([type=submit]) {
  width: 100%;
  padding: 8px;
  padding-left: 12px;
  border: 2px solid #000;
  margin-bottom: 20px;
  background-color: #c1e6fb;
}
section.new-home-sec4 input[type=number]::-webkit-inner-spin-button,
section.new-home-sec4 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
section.new-home-sec4 input[type=submit] {
  width: 150px;
  padding: 8px 24px;
  color: var(--White, #fff);
  background-color: #2175d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border-radius: 4px;
  border: none;
  border: 2px solid #2175d9;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0;
}
section.new-home-sec4 input[type=submit]:hover {
  background-color: transparent;
  color: #2175d9;
}

footer {
  background-color: #0f1941;
  padding: 50px 0 20px;
}
footer p {
  font-size: 14px;
  line-height: normal;
  color: #fff;
  margin-bottom: 8px;
}
footer h5 {
  line-height: normal;
  color: #fff;
  margin-bottom: 8px;
}
footer img.google {
  width: 150px;
  height: auto;
  margin: 20px 0 60px;
}
footer a {
  display: block;
  line-height: 1.4em;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h4 {
  font-size: 25px;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Questrial", sans-serif;
}
footer ul.contact {
  margin: 0;
  padding: 0;
}
footer ul.contact li {
  list-style: none;
  margin-bottom: 15px;
}
footer ul.contact li a {
  font-size: 16px;
}
footer ul.s-media {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}
footer ul.s-media li {
  list-style: none;
}
footer ul.s-media li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #939393;
  border-radius: 50%;
}
footer ul.s-media li a i {
  color: #0f1941;
  font-size: 22px;
}

header .header-wraper .btn-wraper .gt_switcher {
  width: 130px !important;
}

header .header-wraper .btn-wraper .gt_switcher .gt_selected a {
  width: 120px !important;
}

header .header-wraper .btn-wraper .gt_switcher {
  width: 120px !important;
}

@media screen and (max-width: 1400px) {
  section.new-home-sec2 .cart-box {
    padding: 48px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.new-home-banner img.bg-img {
    height: 760px;
  }
  section.new-home-sec2 .cart-box {
    margin-top: 100px;
    min-height: 570px;
  }
}
@media screen and (max-width: 991px) {
  section.new-home-sec2 .cart-box {
    margin-top: 30px;
    min-height: auto;
    padding: 40px;
  }
  section.new-home-sec2 .cart-box span {
    position: relative;
    top: 0;
  }
  section.new-home-sec2 .cart-box h4 {
    margin-bottom: 16px;
    margin-top: 20px;
  }
  section.new-home-banner img.bg-img {
    height: 680px;
  }
  section.new-home-banner .form-wraper {
    padding: 25px;
  }
  section.new-home-banner h2 {
    font-size: 36px;
    margin-bottom: 22px;
  }
  section.new-home-sec3 h2 {
    max-width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  section.new-home-sec4 img.right-img {
    height: 610px;
  }
  section.new-home-sec4 h2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
  }
  section.new-home-sec4 input:not([type=submit]) {
    margin-bottom: 14px;
  }
  footer img.google {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.new-home-banner .content-wraper {
    position: relative;
    background: rgba(0, 0, 0, 0.3294117647);
    padding: 30px 0;
  }
  section.new-home-banner h2 {
    font-size: 25px;
    margin-bottom: 16px;
    text-align: left;
  }
  section.new-home-banner h3 {
    font-size: 20px;
    text-align: left;
  }
  section.new-home-banner img.google {
    width: 180px;
    height: auto;
    margin: 20px 0;
    display: block;
  }
  section.new-home-banner h4 {
    font-size: 22px;
    margin: 0 0 22px;
    text-align: center;
  }
  section.new-home-banner::after {
    background-color: rgba(0, 0, 0, 0.54);
  }
  section.new-home-banner img.bg-img {
    height: auto;
  }
  header .header-wraper .logo-wraper a img {
    width: 130px;
  }
  header .header-wraper .btn-wraper a {
    width: 120px;
    padding: 2px 7px;
    background: rgba(0, 0, 0, 0.4196078431);
  }
  section.new-home-sec2 {
    padding: 25px 0;
  }
  section.new-home-sec2 h2 {
    font-size: 28px;
    margin: 0 0 12px;
    text-align: left;
  }
  section.new-home-sec2 p {
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 20px;
    text-align: left;
  }
  section.new-home-sec2 p::after {
    display: none;
  }
  section.new-home-sec2 .cart-box {
    margin: 75px auto 0;
    width: 95%;
    padding: 80px 24px 40px;
    min-height: 400px;
  }
  section.new-home-sec2 .cart-box p {
    font-size: 16px;
    line-height: 1.4em;
    min-height: auto;
  }
  section.new-home-sec2 .cart-box span img {
    width: 25px;
    height: 25px;
  }
  section.new-home-sec2 .cart-box span {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -25px;
  }
  section.new-home-sec3 h2 {
    font-size: 28px;
    margin: 0 0 30px;
  }
  section.new-home-sec3 {
    padding: 35px 0 58px;
  }
  section.new-home-sec3 ul li {
    height: 50px;
  }
  section.new-home-sec3 ul {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  section.new-home-sec4 img.right-img {
    height: 550px;
    width: 100%;
    position: absolute;
  }
  section.new-home-sec4 h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 22px;
    text-align: left;
  }
  section.new-home-sec4 input[type=submit] {
    margin: 10px 0 0;
    display: table;
  }
  footer a.logo img {
    max-width: 200px;
  }
  section.new-home-sec4 .content-wraper {
    background: rgba(193, 230, 251, 0.6784313725);
    padding: 40px 16px 30px;
    position: relative;
  }
  section.new-home-sec4 input:not([type=submit]) {
    background-color: #ffffff;
  }
  footer {
    padding: 30px 0 60px;
    position: relative;
  }
  footer a.logo {
    display: table;
    margin: 0 0 20px;
  }
  footer p {
    text-align: left;
    font-size: 18px;
  }
  footer h5 {
    text-align: left;
  }
  footer img.google {
    margin: 15px 0 15px;
    display: table;
  }
  footer a.c-right {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
  }
  footer h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  footer ul.contact li {
    margin-bottom: 10px;
    text-align: left;
  }
  footer ul.s-media li a i {
    font-size: 18px;
    margin-top: 2px;
  }
  footer ul.s-media li a {
    width: 35px;
    height: 35px;
  }
  footer ul.s-media {
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: -43px 0 0;
  }
  section.new-home-banner .form-wraper {
    background-color: rgba(255, 255, 255, 0.83);
    border: 3px solid #2175d9;
  }
  header .header-wraper .btn-wraper .gtranslate_wrapper a {
    padding: 3px 5px !important;
    font-size: 0;
  }
  header .btn-wraper {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    gap: 0.625rem;
    flex-direction: row;
  }
  header .header-wraper .btn-wraper .gtranslate_wrapper {
    right: 0 !important;
  }
  header .header-wraper .btn-wraper {
    padding-right: 0;
  }
  header .header-wraper .btn-wraper .gt_switcher {
    width: 65px !important;
  }
  header .header-wraper .btn-wraper .gt_switcher .gt_selected a {
    width: 53px !important;
    font-size: 0;
  }
  section.new-home-sec4 .wpcf7-response-output {
    margin: 0 0 20px;
  }
  section.new-home-sec4 .wpcf7-spinner {
    margin: 10px auto -15px;
    left: 0;
    right: 0;
    display: block;
  }
  .wraper-box-mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  section.new-home-banner input[type=submit] {
    width: auto;
  }
  section.new-home-sec4 .right-img-wraper {
    display: none;
  }
  section.new-home-banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  header .header-wraper .btn-wraper a {
    width: 90px;
  }
  header .header-wraper .logo-wraper a img {
    width: 150px;
  }
}/*# sourceMappingURL=style.css.map */