/***********[ font family ]**************/
/***********[ font family ]**************/
.ts-font-mundial {
  font-family: "mundial", sans-serif;
}

/***********[ font size ]**************/
.ts-desc-01 {
  font-size: clamp(18px, 2vw, 22px);
}

.ts-desc-02 {
  font-size: 21px;
}

.ts-desc-03 {
  font-size: 20px;
}

.ts-desc-04 {
  font-size: clamp(16px, 2vw, 18px);
}

.ts-desc-05 {
  font-size: clamp(15px, 2vw, 17px);
}

.ts-desc-06 {
  font-size: 12px;
}

.ts-heading-01 {
  font-size: clamp(28px, 5vw, 48px);
}

.ts-heading-02 {
  font-size: clamp(24px, 3vw, 35px);
}

.ts-heading-03 {
  font-size: clamp(20px, 3vw, 30px);
}

.ts-heading-04 {
  font-size: clamp(16px, 2vw, 24px);
}

/***********[ colors ]**************/
.ts-text-white {
  color: #fff;
}

.ts-text-white-2 {
  color: #e2e7ed;
}

.ts-text-black {
  color: #000;
}

.ts-text-dark {
  color: #333333 !important;
}

.ts-text-gray {
  color: #606060;
}

.ts-text-gray-light {
  color: #707070;
}

.ts-text-origin {
  color: #d1a53f;
}

.ts-bg-white {
  background-color: #fff;
}

.ts-bg-white-2 {
  background-color: #e2e7ed;
}

.ts-bg-black {
  background-color: #000;
}

.ts-bg-dark {
  background-color: #333333;
}

.ts-bg-gray {
  background-color: #606060;
}

.ts-bg-gray-light {
  background-color: #707070;
}

.ts-bg-origin {
  background-color: #d1a53f;
}

/***********[ BREAKPOINTS ]**************/
/***********[ SPACING ]**************/
.mb-01 {
  margin-bottom: 0.25rem;
}

.mb-02 {
  margin-bottom: 0.5rem;
}

.mb-03 {
  margin-bottom: 0.75rem;
}

.mb-04 {
  margin-bottom: 1rem;
}

.mb-05 {
  margin-bottom: 1.25rem;
}

.mb-06 {
  margin-bottom: 1.5rem;
}

.mb-07 {
  margin-bottom: 2rem;
}

.mb-08 {
  margin-bottom: 2.5rem;
}

.mb-09 {
  margin-bottom: 3rem;
}

.mb-10 {
  margin-bottom: 3.375rem;
}

.mb-11 {
  margin-bottom: 4rem;
}

.mb-12 {
  margin-bottom: 4.5rem;
}

.mb-13 {
  margin-bottom: 5rem;
}

.mb-14 {
  margin-bottom: 6rem;
}

@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

.mt-01 {
  margin-top: 0.25rem;
}

.mt-02 {
  margin-top: 0.5rem;
}

.mt-03 {
  margin-top: 0.75rem;
}

.mt-04 {
  margin-top: 1rem;
}

.mt-05 {
  margin-top: 1.25rem;
}

.mt-06 {
  margin-top: 1.5rem;
}

.mt-07 {
  margin-top: 2rem;
}

.mt-08 {
  margin-top: 2.5rem;
}

.mt-09 {
  margin-top: 3rem;
}

.mt-10 {
  margin-top: 3.375rem;
}

.mt-11 {
  margin-top: 4rem;
}

.mt-12 {
  margin-top: 4.5rem;
}

.mt-13 {
  margin-top: 5rem;
}

.mt-14 {
  margin-top: 6rem;
}

@media (min-width: 992px) {
  .mt-lg-01 {
    margin-top: 0.25rem;
  }
  .mt-lg-02 {
    margin-top: 0.5rem;
  }
  .mt-lg-03 {
    margin-top: 0.75rem;
  }
  .mt-lg-04 {
    margin-top: 1rem;
  }
  .mt-lg-05 {
    margin-top: 1.25rem;
  }
  .mt-lg-06 {
    margin-top: 1.5rem;
  }
  .mt-lg-07 {
    margin-top: 2rem;
  }
  .mt-lg-08 {
    margin-top: 2.5rem;
  }
  .mt-lg-09 {
    margin-top: 3rem;
  }
  .mt-lg-10 {
    margin-top: 3.375rem;
  }
  .mt-lg-11 {
    margin-top: 4rem;
  }
  .mt-lg-12 {
    margin-top: 4.5rem;
  }
  .mt-lg-13 {
    margin-top: 5rem;
  }
  .mt-lg-14 {
    margin-top: 6rem;
  }
}

.pt-01 {
  padding-top: 0.25rem;
}

.pt-02 {
  padding-top: 0.5rem;
}

.pt-03 {
  padding-top: 0.75rem;
}

.pt-04 {
  padding-top: 1rem;
}

.pt-05 {
  padding-top: 1.25rem;
}

.pt-06 {
  padding-top: 1.5rem;
}

.pt-07 {
  padding-top: 2rem;
}

.pt-08 {
  padding-top: 2.5rem;
}

.pt-09 {
  padding-top: 3rem;
}

.pt-10 {
  padding-top: 3.375rem;
}

.pt-11 {
  padding-top: 4rem;
}

.pt-12 {
  padding-top: 4.5rem;
}

.pt-13 {
  padding-top: 5rem;
}

.pt-14 {
  padding-top: 6rem;
}

@media (min-width: 992px) {
  .pt-lg-01 {
    padding-top: 0.25rem;
  }
  .pt-lg-02 {
    padding-top: 0.5rem;
  }
  .pt-lg-03 {
    padding-top: 0.75rem;
  }
  .pt-lg-04 {
    padding-top: 1rem;
  }
  .pt-lg-05 {
    padding-top: 1.25rem;
  }
  .pt-lg-06 {
    padding-top: 1.5rem;
  }
  .pt-lg-07 {
    padding-top: 2rem;
  }
  .pt-lg-08 {
    padding-top: 2.5rem;
  }
  .pt-lg-09 {
    padding-top: 3rem;
  }
  .pt-lg-10 {
    padding-top: 3.375rem;
  }
  .pt-lg-11 {
    padding-top: 4rem;
  }
  .pt-lg-12 {
    padding-top: 4.5rem;
  }
  .pt-lg-13 {
    padding-top: 5rem;
  }
  .pt-lg-14 {
    padding-top: 6rem;
  }
}

.pb-01 {
  padding-bottom: 0.25rem;
}

.pb-02 {
  padding-bottom: 0.5rem;
}

.pb-03 {
  padding-bottom: 0.75rem;
}

.pb-04 {
  padding-bottom: 1rem;
}

.pb-05 {
  padding-bottom: 1.25rem;
}

.pb-06 {
  padding-bottom: 1.5rem;
}

.pb-07 {
  padding-bottom: 2rem;
}

.pb-08 {
  padding-bottom: 2.5rem;
}

.pb-09 {
  padding-bottom: 3rem;
}

.pb-10 {
  padding-bottom: 3.375rem;
}

.pb-11 {
  padding-bottom: 4rem;
}

.pb-12 {
  padding-bottom: 4.5rem;
}

.pb-13 {
  padding-bottom: 5rem;
}

.pb-14 {
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .pb-lg-01 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem;
  }
  .pb-lg-04 {
    padding-bottom: 1rem;
  }
  .pb-lg-05 {
    padding-bottom: 1.25rem;
  }
  .pb-lg-06 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-07 {
    padding-bottom: 2rem;
  }
  .pb-lg-08 {
    padding-bottom: 2.5rem;
  }
  .pb-lg-09 {
    padding-bottom: 3rem;
  }
  .pb-lg-10 {
    padding-bottom: 3.375rem;
  }
  .pb-lg-11 {
    padding-bottom: 4rem;
  }
  .pb-lg-12 {
    padding-bottom: 4.5rem;
  }
  .pb-lg-13 {
    padding-bottom: 5rem;
  }
  .pb-lg-14 {
    padding-bottom: 6rem;
  }
}

/***********[ index contact SECTION ]**************/
/***********[ HERO SECTION ]**************/
.ts-hero {
  min-height: 919px;
  padding-block: 140px 208px;
  padding-top: clamp(70px, 9vw, 140px);
  background: url("../assets/image/hero-1.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ts-hero::before {
  content: "";
  background: url("../assets/image/bg-4.webp");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.ts-hero .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ts-hero-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  background-color: #d1a53f;
  border-radius: 50%;
  margin-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ts-hero-icon img {
  width: 24px;
  height: 27px;
}

.ts-hero-icon-group {
  gap: 13px;
  margin-bottom: 75px;
}

.ts-hero-button-group {
  gap: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 70px;
}

@media (max-width: 575px) {
  .ts-hero-button-group {
    padding-right: 20px;
  }
}

.ts-hero-vertical-logo {
  position: absolute;
  right: 7%;
  bottom: 6.25%;
  width: 31px;
}

@media (max-width: 575px) {
  .ts-hero-vertical-logo {
    bottom: 15%;
  }
  .ts-hero-vertical-logo img {
    width: 25px;
  }
}

.ts-hero-video-btn {
  position: absolute;
  right: -155px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #d1a53f;
  padding: 24px 41px;
  border-radius: 50px;
  width: 353px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: transparent;
  text-align: start;
}

.ts-hero-video-btn:hover {
  background-color: #d1a53f;
}

@media (max-width: 991px) {
  .ts-hero-video-btn {
    right: -200px;
    top: 40%;
  }
}

@media (max-width: 991px) {
  .ts-hero-video-btn {
    right: -260px;
    padding: 15px 20px;
  }
}

.ts-hero-video-btn-icon {
  width: 36px;
  height: 41px;
}

@media (max-width: 991px) {
  .ts-hero-video-btn-icon {
    width: 25px;
    height: 28px;
  }
}

/***********[ onze producten SECTION ]**************/
.ts-onze-wrapper {
  position: relative;
}

.ts-onze-bg {
  position: absolute;
  left: -290px;
  bottom: 5%;
}

.ts-onze-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 49px;
  padding-bottom: 120px;
}

@media (max-width: 1199px) {
  .ts-onze-group {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ts-onze-group {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ts-onze-card {
  z-index: 3;
}

.ts-onze-card-projecten-btn {
  padding-block: 52px;
  padding-inline: 10px;
  border-radius: 12px;
}

.ts-onze-card .ts-sp-card-img {
  max-height: 263px;
}

@media (min-width: 1200px) {
  .ts-onze-card .ts-sp-contact-card {
    margin-bottom: 50px;
  }
}

/***********[ sign club SECTION ]**************/
.ts-home-signclub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding-bottom: 59px;
  padding-top: 64px;
  grid-gap: 50px;
}

@media (max-width: 1199px) {
  .ts-home-signclub {
    padding-top: 0px;
    grid-gap: 0px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ts-home-signclub-img {
  position: absolute;
  top: -103px;
  right: 5%;
  width: 100%;
}

@media (max-width: 1199px) {
  .ts-home-signclub-img {
    width: 90%;
    position: relative;
    top: -32px;
    right: -1%;
  }
}
/*# sourceMappingURL=index.css.map */