/***********[ 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;
  }
}

/***********[  ]**************/
* {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: #d1a53f;
  color: #fff;
}

*::selection {
  background-color: #d1a53f;
  color: #fff;
}

body {
  font-family: "mundial", sans-serif;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1260px;
  padding-inline: 30px;
}

@media (max-width: 991px) {
  .container {
    padding-inline: 10px;
  }
}

/***********[ TOP ]**************/
.ts-top-button {
  border: 1px solid #fff;
  padding-inline: clamp(12px, 2vw, 28px);
  padding-block: clamp(8px, 2vw, 16px);
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-family: "mundial", sans-serif;
  white-space: nowrap;
}

.ts-top-button:hover {
  color: #fff;
}

.ts-top-button-active {
  background-color: #fff;
  color: #d1a53f;
}

.ts-top-button-active:hover {
  color: #d1a53f;
}

@media (min-width: 992px) {
  .ts-top-button {
    border-top: none;
    border-bottom: none;
  }
}

/***********[ NAVIGATION ]**************/
.ts-nav .navbar {
  padding-block: 20px;
}

.ts-nav .navbar-brand {
  width: clamp(150px, 19vw, 263px);
  margin: 0%;
}

.ts-nav .navbar-brand img {
  max-width: 263px;
  height: 100%;
}

.ts-nav .navbar-nav {
  gap: 23px;
}

@media (max-width: 1199px) {
  .ts-nav .navbar-nav {
    padding-block: 30px;
    gap: 16px;
  }
}

.ts-nav .navbar-nav .nav-link {
  display: inline-block;
}

.ts-nav .navbar-nav .nav-link:hover {
  color: #d1a53f;
}

.ts-nav .navbar-nav .nav-link:focus {
  color: #d1a53f;
}

.ts-nav .navbar-toggler__span:nth-child(1), .ts-nav .navbar-toggler__span:nth-child(2), .ts-nav .navbar-toggler__span:nth-child(3) {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.ts-nav .navbar-toggler, .ts-nav .navbar-toggler__span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ts-nav .navbar-toggler {
  border: none;
  width: 22px;
  height: 16px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.ts-nav .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ts-nav .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}

.ts-nav .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
  margin-left: 0;
}

.ts-nav .navbar-toggler__span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ts-nav .navbar-toggler__span:nth-child(1) {
  top: 0px;
  width: 70%;
  margin-left: 30%;
}

.ts-nav .navbar-toggler__span:nth-child(2) {
  top: 6px;
}

.ts-nav .navbar-toggler__span:nth-child(3) {
  top: 12px;
  width: 40%;
  margin-left: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ts-nav [aria-expanded='true'] .navbar-toggler__span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

.ts-nav [aria-expanded='true'] .navbar-toggler__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.ts-nav [aria-expanded='true'] .navbar-toggler__span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

/***********[ recent SECTION ]**************/
.ts-recent-project-card-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 49px;
}

@media (max-width: 991px) {
  .ts-recent-project-card-group {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

/***********[ cards design SECTION ]**************/
.ts-sp-card {
  background-color: #e2e7ed;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.ts-sp-card-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.ts-sp-card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding-inline: clamp(10px, 2vw, 26px);
  padding-block: clamp(10px, 2vw, 21px);
  background: #3e3e3b5f;
}

.ts-border-car {
  width: 65px;
  height: 32px;
}

@media (max-width: 575px) {
  .ts-border-car {
    width: 40px;
    height: 20px;
  }
}

.ts-bild {
  width: 52px;
  height: 57px;
}

@media (max-width: 575px) {
  .ts-bild {
    width: 40px;
    height: 42px;
  }
}

.ts-home {
  width: 39px;
  height: 43px;
}

.ts-sp-contact-card {
  padding-block: clamp(20px, 3vw, 32px);
  padding-inline: clamp(15px, 3vw, 30px);
  background-color: #d1a53f;
  border-radius: 12px;
  overflow: hidden;
}

.ts-empty-card {
  border-radius: 12px;
  overflow: hidden;
}

.ts-empty-card img {
  width: 100%;
}

.ts-empty-card-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .ts-empty-card-group {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

/***********[ contact section ]**************/
.ts-contact-sec {
  background-size: cover;
  padding-block: 50px;
  position: relative;
  isolation: isolate;
}

.ts-contact-sec-img {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 100%;
  max-width: 353px;
}

.ts-contact-sec-line-img {
  position: absolute;
  right: 10%;
  top: 0px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .ts-contact-sec-line-img {
    right: 1%;
  }
}

.ts-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin: auto;
  position: relative;
}

@media (max-width: 991px) {
  .ts-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
  }
}

@media (max-width: 630px) {
  .ts-contact-sec {
    padding-bottom: 0px;
  }
  .ts-contact-sec-img {
    position: relative;
    top: 0;
    right: -5%;
  }
}

/***********[ upload image ]**************/
.ts-img-upload {
  border: 1px solid #d1a53f;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  min-height: 150px;
  height: 100%;
  overflow: hidden;
  background: url("../assets/image/bg-design-4.png");
  background-size: cover;
}

.ts-img-upload-icon {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  gap: 19px;
  pointer-events: none;
}

.ts-img-upload input[type='file'] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ts-img-upload #upload_img {
  width: 100%;
  height: 100%;
}

/***********[ FOOTER ]**************/
.ts-footer {
  padding-top: 74px;
  padding-bottom: 89px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.ts-footer-nav {
  gap: 9px;
}

.ts-footer-nav .nav-link {
  padding: 0px;
}

.ts-footer-nav .nav-link:hover {
  color: #d1a53f;
}

.ts-footer-nav .nav-link:focus {
  color: #d1a53f;
}

.ts-footer-social-icon {
  border: 2px solid #d1a53f;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ts-footer-social-icon:hover {
  background-color: #d1a53f;
}

.ts-footer-social-icon-group {
  gap: 17px;
}

.ts-footer-logo {
  max-width: 160px;
  max-width: 160px;
}

.ts-footer-footer {
  padding-block: 10px;
}

@media (max-width: 575px) {
  .ts-footer-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 16px;
  }
}

/***********[ button ]**************/
.ts-btn-01, .ts-btn-001, .ts-btn-02 {
  border-radius: 50px;
  padding-block: clamp(10px, 2vw, 15px);
  padding-inline: clamp(15px, 2vw, 22px);
  font-size: clamp(16px, 2vw, 22px);
  max-width: 235px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "mundial", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.ts-btn-01 {
  border: 2px solid #d1a53f;
  color: #fff;
}

.ts-btn-01:hover {
  color: #fff;
  background-color: #d1a53f4a;
}

.ts-btn-01:focus {
  background: #d1a53f;
}

.ts-btn-001 {
  border: 2px solid #fff;
  background-color: #fff;
  color: #d1a53f;
}

.ts-btn-001:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.ts-btn-02 {
  border: 2px solid #d1a53f;
  background-color: #d1a53f;
  color: #fff;
}

.ts-btn-02:hover {
  color: #fff;
  background-color: #d1a53f4a;
  border-color: #d1a53f4a;
}

.ts-btn-02:focus {
  background: #333333;
  border: 2px solid #333333;
}

.ts-btn-03 {
  border-radius: 50px;
  padding-block: clamp(10px, 2vw, 15px);
  padding-inline: clamp(15px, 2vw, 22px);
  font-size: clamp(16px, 2vw, 22px);
  font-family: "mundial", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  background-color: #d1a53f;
  color: #fff;
}

.ts-btn-03:hover {
  color: #fff;
  background-color: #d1a53f4a;
  border-color: #d1a53f4a;
}

.ts-btn-03:focus {
  background: #333333;
}

/***********[ helper class ]**************/
.ts-mw-200 {
  max-width: 200px;
}

.ts-mx-w-889 {
  max-width: 889px;
}

.ts-z-1 {
  z-index: 1;
}

.ts-z-2 {
  z-index: 2;
}

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

.ts-z-4 {
  z-index: 4;
}

.ts-z-5 {
  z-index: 5;
}

.ts-mb-md {
  margin-bottom: 125px;
}

.ts-mb-sm {
  margin-bottom: 100px;
}

.ts-link:hover {
  color: #d1a53f;
}

.ts-link-01:hover {
  color: #fff;
}

.ts-bg-design-01 {
  background: #333333 url("../assets/image/bg-design.webp");
}

.ts-bg-design-001 {
  background: #606060 url("../assets/mb-img/bg-design.webp");
}

.ts-bg-design-02 {
  background: #000 url("../assets/image/bg-design-2.webp");
}

.ts-bg-design-002 {
  background: #333333 url("../assets/image/bg-design-2.webp");
}

.ts-icon {
  font-family: sans-serif;
}

@media (max-width: 575px) {
  .ts-product-contact-sec-line {
    width: 60px;
  }
}

@media screen and (min-width: 450px) {
  .ts-bg-design-001 {
    background-image: url("../assets/image/bg-design.webp");
    background-image: -webkit-image-set(url("../assets/image/bg-design.webp") 1x);
    background-image: image-set(url("../assets/image/bg-design.webp") 1x);
  }
}

.ts-video-modal .in {
  opacity: 1;
  position: absolute;
}

.ts-video-modal-close-btn {
  padding: 6px 6px 5px 5px;
  background: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  z-index: 99999;
  right: 10px;
  background-image: url("../assets/icon/close-btn.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.ts-video-modal .ts-modal-card {
  pointer-events: unset;
  max-width: 900px;
  -webkit-transform: unset !important;
          transform: unset !important;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ts-video-modal .ts-modal-card .modal-content {
  border-radius: 0px;
}

.ts-video-modal .ts-modal-card .modal-content .modal-body {
  max-height: 505px;
  height: 100%;
}

.modal-backdrop.show {
  z-index: -1 !important;
}
/*# sourceMappingURL=common.css.map */