@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");

body {
  font-family: "Poppins";
  font-weight: inherit;
  color: #000000;
  font-size: 20px;
  line-height: 38px;
  width: 100%;
  background: #ffffff;
}

.ws_banner_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .webshop_section_1 {
  background: url("../img/webshop/upper_wave.svg"),
    url("../img/webshop/ws_main_bg.png");
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left top;
  padding-bottom: 200px;
  width: 100%;
} */
.webshop_section_1 {
  background:
    url("../img/webshop/ws_main_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  /* padding-top: 40px; */
  /* padding-bottom: 200px; */
  width: 100%;
}

.ws_banner_section .content h1 {
  font-weight: 600;
}

.webshop_section_1 .row>div {
  padding: 30px 20px;
}

.ws_image_div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ws_image_div img {
  width: 100%;
  height: 100%;
}

.wave {
  background: url("../img/webshop/upper_wave.svg");
  width: 100%;
  padding-top: 40px;
  background-size: 100% 103%;
  padding-bottom: 200px;
}

.row.even {
  flex-direction: row-reverse;
}

p {
  margin: 0;
}

.pk_card {
  display: flex;
  justify-content: start;
  padding: 1.2rem;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 637px;
}

.pk_card_text {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-direction: column;
  width: 100%;
  margin-left: 1rem;
}

.pk_card_text .child_1 h6 {
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #313131;
  margin-bottom: 0px;
}

.pk_card_text .child_1,
.pk_card_text .child_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pk_card_text .child_2 p {
  color: #313131;
}

.pk_card_text .child_2 span {
  color: #01b537;
  font-weight: 600;
  font-size: 24px;
  line-height: 39px;
}

.pk_card .main_img figure {
  width: 88px;
  height: 73px;
}

.pk_card figure img {
  width: 100%;
}

.pk_card_text .child_2 p span,
.pk_card_text .child_2 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}

.pk_card_text .child_1 .svg figure {
  display: flex;
  align-items: center;
  height: 26px;
  width: 26px;
}

.danger_sub_text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #E00000;
}

.ws_card_text {
  width: 100%;
}

.ws_child_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ws_child_1 h6 {
  font-weight: 500;
  font-size: 18.4619px;
  line-height: 28px;
}

.ws_child_2 {
  display: flex;
  align-items: center;
}

.ws_child_2 p {
  font-weight: 500;
  font-size: 17.1694px;
  line-height: 19px;
  color: #313131;
}

.dot {
  background-color: #01b537;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.badges {
  background: #eef8f0;
  border: 1.02566px solid #d9d9d9;
  border-radius: 51.2831px;
  padding: 5px 16px;
  font-weight: 500;
  font-size: 15.3849px;
  line-height: 23px;
}

.ws_placeholder figure {
  width: 150px;
  height: 150px;
}

.ws_placeholder figure img {
  width: 100%;
  border-radius: 10px;
}

.ws_counter {
  margin-right: 20px;
}

.ws_paragraph {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.131494px;
}

.ws_2content {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0px;
}

.ws2_card {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
}

.icon_circle {
  width: 69.47px;
  height: 69.47px;
  background: rgba(224, 0, 0, 0.1);
  border-radius: 88.4211px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-color {
  color: #01b537;
}

.card_row {
  margin-top: 100px;
}

.bottom_para p {
  font-weight: 400;
  font-size: 20px;
  line-height: 176.5%;
  text-align: center;
  color: #01b537;
}

.webshop_section_2 {
  /* background: url("../img/webshop/top_bg.png"),
    url("../img/webshop/bottom_bg.png"); */
  background-position: left top, -10px bottom;
  background-repeat: no-repeat, no-repeat;
  z-index: 3;
  /* position: absolute;
  left: 0;
  width: 100%; */
  margin-top: -18%;
  /* height: 100%; */
}

.spacer_top {
  height: 350px;
}

.spacer_bottom {
  height: 200px;
}

/* .section_space {
  min-height: 1300px;
}
.webshop_section_2 {
  min-height: 1600px;
} */
.card_row {
  /* padding: 1rem; */
  /* background: #F5F5F5; */
}

.card_row_overlay {
  background: rgb(245, 245, 245, 1);
  position: absolute;
  height: 100%;
  width: 100%;
}

.ws2_card {
  padding: 22px;
  min-height: 632px;
  box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 15%);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.heading h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #0b132a;
  margin-bottom: 0px;
}

.ws2_card .body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #4f5665;
}

.card_row .even {
  margin-top: 120px;
}

@media screen and (max-width: 1440px) {
  .spacer_top {
    height: 300px;
  }

  .ws2_card {
    padding: 20px;
  }

  .heading h6 {
    font-size: 22px;
  }

  .ws2_card .body p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1366px) {
  .pk_card .main_img figure {
    width: 74px;
  }

  .pk_card_text .child_2 p span,
  .pk_card_text .child_2 p {
    font-size: 16px;
  }

  .pk_card_text .child_2 span {
    font-size: 22px;
    line-height: 30px;
  }

  .pk_card_text .child_1 h6 {
    font-size: 24px;
  }

  .danger_sub_text {
    font-size: 14px;
  }
}

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

  .ws2_card .body p,
  .ws_paragraph {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1025px) {
  .ws2_card {
    min-height: auto;
  }

  .ws_placeholder figure {
    width: 100px;
    height: 100px;
  }

  .pk_card_text .child_2 span {
    font-size: 20.4509px;
  }

  .pk_card_text .child_2 p span,
  .pk_card_text .child_2 p {
    font-size: 12.7842px;
    line-height: 20px;
  }

  .ws_child_2 p {
    font-size: 14.1694px;
    line-height: 26px;
    margin-top: 14px;
  }

  .badges {
    padding: 5px 13px;
    font-size: 12.3849px;
  }

  .webshop_section_2 {
    margin-top: -29%;
  }

  .webshop_section_2 {
    background-size: 100% 40%, 100% 30%;
  }

  .card_row .even {
    margin-top: 90px;
  }

  .wave {
    background: transparent;
  }
}

@media screen and (max-width: 992px) {
  .card_row {
    margin-top: 50px;
  }

  .spacer_top {
    height: 275px;
  }

  .webshop_section_2 {
    background-size: 100% 30%, 100% 30%;
  }

  .pk_card .main_img figure {
    width: 68px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .ws_2content {
    font-size: 25px;
    line-height: 35px;
  }

  .card_row {
    margin-top: 0px;
  }

  .card_row .odd,
  .card_row .even {
    margin-top: 30px;
  }

  .webshop_section_2 {
    background: #fff;
    margin-top: 0;
  }

  .spacer_top {
    height: 35px;
  }

  .spacer_bottom {
    height: 160px;
  }

  .ws_image_div {
    width: 100%;
  }

  .webshop_section_1 {
    background: #eef8f0;
    padding-bottom: 50px;
  }

  .wave {
    background-color: transparent;
  }

  .heading h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .ws2_card .body p,
  .ws_paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .bottom_para p {
    font-size: 18px;
    line-height: 160.5%;
  }

  .ws_counter img {
    width: 40px;
  }

  .ws_text_div.align-items-center {
    align-items: flex-start !important;
  }

  .pk_card {
    padding: 1rem;
  }

  .badges {
    padding: 0px 10px;
    font-size: 10.3849px;
  }

  .dot {
    width: 9px;
    height: 9px;
  }

  .pk_card_text .child_1 h6,
  .ws_child_1 h6 {
    font-size: 14.4619px;
    margin-bottom: 0px;
  }

  .svg figure {
    height: 20px;
  }

  .ws_child_2 p {
    font-size: 12.1694px;
    line-height: 20px;
  }

  .ws_placeholder figure {
    width: 80px;
    height: 80px;
  }

  .ws_banner_section .content h1 {
    font-size: 28px;
    line-height: 37px;
  }

  .ws_banner_section .content p,
  .bottom_para p {
    font-size: 14px;
    line-height: 160.5%;
  }

  .danger_sub_text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 390px) {
  .pk_card_text .child_2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .pk_card_text .child_2 span {
    font-size: 16.4509px;
  }
}

.banner_svg img,
.banner_svg {
  width: 100%;
}

.mainWScardTop {
  background: url("../img/webshop/green_circle.png"),
    url("../img/webshop/gray_circle.png");
  background-position: 4% center, 96% center;
  background-repeat: no-repeat, no-repeat;
  padding: 0 90px;
}

.mainWScard {
  padding: 50px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 40px 0px rgba(17, 40, 87, 0.08);
}

.img_wrap_brand img {
  width: 100%;
}

.textAreaLeft span {
  color: #E00000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

.textAreaLeft p {
  color: #313131;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}

.textAreaLeft h4 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 47.5px;
  /* 118.75% */
}

.outlineBtn {
  margin-top: 20px;
  border-radius: 18px;
  border: 1px solid #01B537;
  width: 258px;
  height: 59px;
  flex-shrink: 0;
  background: transparent;
}

.outlineBtn a {
  color: #01B537;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.textAreaLeft {
  width: 70%;
}

.ptb-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.AllesSectionImg {
  background: url("../img/webshop/dual-phone.png"), url("../img/webshop/dual-phone1.png");
  background-position: -40% center;
  background-repeat: no-repeat;
  background-size: 78% 100%, 50%;
}

.img_wrap_phn {
  height: 800px;
}

.textContanerHuis .tag {
  border-radius: 8.485px;
  border: 1px solid #D9D9D9;
  background: #EEF8F0;
  width: fit-content;
  color: #01B537;
  text-align: center;
  font-family: Poppins;
  font-size: 14.848px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.273px;
  padding: 5px 16px;
  margin-bottom: 1rem;
}

.textContanerHuis h4 {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.909px;
  /* 169.697% */
}

.textContanerHuis p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.226px;
  /* 191.129% */
}

.textContanerHuis .solidBtn {
  border-radius: 11.25px;
  background: #01B537;
  width: 305px;
  height: 54px;
  border: 0;
  margin-top: 50px;
}

.textContanerHuis .solidBtn a {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.offerteCard {
  border-radius: 20px;
  background: url("../img/webshop/arc.svg"), #FFF;
  background-repeat: no-repeat;
  box-shadow: 0px 20px 40px 0px rgba(17, 40, 87, 0.08);
  padding: 50px;
  background-position: left bottom;
  height: 602px;
}

.offerteCard h2 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.offerteCard p {
  color: #313131;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 178.947% */
}

.offerteCard button {
  border-radius: 15px;
  background: #01B537;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
  width: 218px;
  height: 69px;
  flex-shrink: 0;
  border: 0 !important;
  margin-top: 50px;
}

.offerteCard button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 22.19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ik-form-group {

  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.ik-form-group label {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ik_input {
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  padding: 5px 1rem;
}

.ik_input::placeholder {
  color: #989898;
}

.ik_input,
.ik_input::placeholder {

  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}

.offerteSection {
  min-height: 800px;
}

@media screen and (max-width:1024px) {
  .textAreaLeft {
    width: 90%;
  }

  .mainWScardTop {
    padding: 0px 60px;
  }

  .img_wrap_phn {
    height: 600px;
  }
}

@media screen and (max-width:991px) {
  .img_wrap_phn {
    height: auto;
  }
  .offerteCard h2,
  .textAreaLeft h4 {
    font-size: 30px;
    line-height: 36.5px;
  }
  .ik-form-group label,
  .offerteCard p {
    font-size: 14px;
    line-height: 24px;
}
  .textContanerHuis p {
    font-size: 18px;
    line-height: 30.226px;
  }
  .outlineBtn,
  .offerteCard button {
    width: 200px;
    height: 50px;
  }
  .ik_input, .ik_input::placeholder {
    font-size: 16px;
}
}
@media screen and (max-width:500px) {
  .wave {
    padding-bottom: 0px;
}
.textAreaLeft{
  width: 100%;
}
.mainWScardTop {
  padding: 0px 30px;
}
.mainWScard {
  padding: 25px;
}
.offerteCard {
  padding: 50px 25px;
}
.img_wrap_phn{
  height: 500px;
}
.img_wrap_phn img{
  width: 100%;
}
.AllesSectionImg{
  background: none !important;
}
.offerteSection {
  min-height: 900px;
}
.offerteCard {
  height: auto;
}
.ik-form-group:first-child{
  margin-top: 30px;
}
.textContanerHuis p {
  font-size: 14px;
  line-height: 24.226px;
}
.outlineBtn, .offerteCard button {
  width: 100%;
  height: 48px;
}
.nav-item.active a {
  color: #01B537 !important;
  font-size: 14px;
}
}
