body {
  font-weight: 100;
  font-size: 19px;
  color: white;
  position: relative;
}
.skill-icon-Creator-svg { width: 100px !important; height: 100px !important; fill:#888; margin-bottom:-10px;}
.num {
  letter-spacing: 0.1em;
}
h1 { font-size: 1.8rem; line-height:1.5em;}


.text-cool-h1 { color:#ffffff; opacity:1; font-weight:100;}

#tm-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.444);
}

#tm-wrap {
  display: flex;
  align-items: center;
  /* height: 100%; */
  min-height: 100vh;
}

p {
  letter-spacing: 0.05em;
  letter-spacing: 1px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.tm-main-content {
  display: flex;
  align-items: center;
  padding: 50px 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.tm-site-header-col {
  display: flex;
  align-items: center;
}

.tm-site-header {
  margin: 10px;
  text-align: right;
  width: 100%;
  padding:0;
}

.tm-nav ul {
  padding-left: 0;
  display: block;
}

.tm-nav li {
  list-style: none;
  display: inline-block;
  border: 1px solid white;
  float: left;
  margin: 10px;
}

.tm-nav-link {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 165px;
  height: 165px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tm-nav-link:hover {
  background-color: rgba(136, 136, 136, 0.88);
}

.tm-nav-link img.tm-nav-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.tm-nav-link:hover .tm-nav-image {
  opacity: 0.5;
}

.tm-nav-link svg {
  display: block;
  margin: -10px auto 0 auto;
  width: 88%;
}

.tm-nav-link-jump {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 165px;
  height: 165px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tm-nav-link-jump:hover {
  background-color: rgba(136, 136, 136, 0.88)
}
.tm-nav-link-jump img.tm-nav-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.tm-nav-link-jump svg {
  display: block;
  margin: -10px auto 0 auto;
  width: 38%;
}

.tm-nav-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5px;
  font-size: 0.8em;
}
.tm-nav-text-jump {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.tm-nav-link:hover .tm-nav-text {
  color: rgba(255, 255, 255, 0.5);
}
.fa-3x {
  font-size: 2.5em;
}

.product {
  background: transparent;
  transition: all 0.3s ease;
}


.tm-page-title {
  font-weight: 100;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 50px;
}



.grid__item {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.grid__item__jump {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.product {
  position: relative;
  cursor: pointer;
}
.product_jump {
  position: relative;
  cursor: pointer;
}
/* .product:hover {
  background: rgba(19, 45, 12, 0.75);
  color: #a9a9a9;
} */
.product__bg {
  width: 100%;
  height: 100%;
  top: 0px;
}

.product__bg,
.product__description {
  opacity: 0;
  position: absolute;
}

.product__bg__jump {
  width: 100%;
  height: 100%;
  top: 0px;
}

.product__bg__jump,
.product__description {
  opacity: 0;
  position: absolute;
}

.product__description {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.tm-fa-close {
  font-size: 30px;
}

.details {
  font-size: 1rem;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  padding: 15px;
  display: none;
}

.details > * {
  position: relative;
  opacity: 0;
}

.details--open {
  pointer-events: auto;
}

.details__bg {
  width: 100%;
  max-width: 940px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px;
  transform-origin: 0 0;
}

.details__bg--down {
  background: rgba(255, 255, 255, 1);
}

.details__close {
  position: absolute;
  top: 5px;
  right: 0;
  border: 0;
  background: none;
  margin: 1em;
  cursor: pointer;
  font-size: 0.85em;
  color: #111;
  z-index: 1001;
}

/* Team */
.tm-reverse-sm {
  flex-direction: row;
}

/* Our Work */
.tm-slider-img-link {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-dots li button:before {
  font-size: 20px;
  color: white;
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #947e50;
}

.tm-btn-gray {
  background-color: #111;
  color: white;
}

.tm-btn-gray:hover {
  background-color: #888;
  color: white;
}

.btn {
  padding: 0.5rem 2.4rem;
  font-size: 1.2rem;
  border-radius: 0;
}

.btn-primary {
  border-color: transparent;
}

.btn-primary:hover {
  background-color: #947e50;
  border-color: transparent;
}

/* Footer */
footer {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
}

.tm-text-highlight {
  color: white;
}
.tm-text-highlight:hover {
  color: red;
}
.tm-main-content.tm-footer-relative {
  flex-direction: column;
}
.tm-main-content.tm-footer-relative footer {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.tm-copyright-text {
  background-color: #C5A253;
  display: inline-block;
  padding: 10px 30px;
  font-size: 0.77em;
  letter-spacing: -0.001em;
  color:#fff;
}

a,
button {
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.0rem;
  }
  .container {
    width: 100%;
    margin:0 auto;
  }
  .content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin:0 auto;
  }
  .tm-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    justify-content: center;
  }
  .tm-nav-link {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .tm-nav-link-jump {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .tm-reverse-sm {
    flex-direction: column-reverse;
  }
}

@media (max-width: 544px) {
      .tm-main-content {
        flex-direction: column;
      }
      .details__bg {
        padding: 55px 40px;
      }
      .slick-dots li button:before {
        font-size: 15px;
      }
      .tm-nav-link svg {
        display: block;
        margin: -15px auto 0 auto;
        width: 88%;
      }
      .tm-nav-link-jump svg {
        display: block;
        margin: -15px auto 0 auto;
        width: 88%;
      }

      footer {
        position: relative;
        margin-top: auto;
        text-align: center;
        left: 0;
        right: 0;
      }
}


.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  z-index: 777;
}

.tm-main-content {
  margin-top: 40px;
}

.left-icon, .right-icons {
  display: flex;
  align-items: center;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  margin: 0 6px 0 4px;
  color:#ffffff;
}

.icon-link-1st {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 0 4px;
}

.svg-big svg {
  width: 45px;
  height: 45px;
  transition: fill 0.3s ease;
}

.svg-small svg {
  width: 32px;
  height: 32px;
  transition: fill 0.3s ease;
}

.icon-link:hover svg {
  fill: #111;
}

.svg-flash svg{ fill: #b19650;}

@media (max-width: 600px) {

      .tm-main-content {
        margin-top: 40px;
      }

      .svg-big svg {
        width: 40px;
        height: 40px;
        transition: fill 0.3s ease;
      }

      .svg-small svg {
        width: 28px;
        height: 28px;
        transition: fill 0.3s ease;
      }
}

.svg-big svg {
  animation: glowPulse 5s infinite ease-in-out;
  transition: fill 0.5s ease;
}

.svg-big:hover svg {
  fill: #111;
  animation: none;
}

@keyframes glowPulse {
  0%, 100% {
    fill: #ffffff;
  }
  50% {
    fill: #111;
  }
}
