/* .dropdown-menu-taupe {
    border: 1px solid #8b625c !important;
    border-radius: 5px !important;
}

.dropdown-item-taupe {
    color: #8b625c !important;
}

.dropdown-item-taupe:hover {
    background-color: rgb(234, 215, 212, 0.3);
    color: #5d423e !important;
} */

.bg-gradient {
  background-image: linear-gradient(106deg, #835c3b, #833b64 100%);
}

.text-gradient {
  background: linear-gradient(to right, #835c3b 0, #833b64 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background: linear-gradient(to right, #b16d3a 0%, #c22789 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-underline {
  text-decoration: underline !important;
  text-underline-position: under;
}

.cont {
  position: absolute;
  top: 30%;
  text-align: center;
  letter-spacing: 1px;
  line-height: normal;
}

.cont-wk{
  top : 10%;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  transform: rotate(-315deg);
}

.img-gradient {
  background-image: linear-gradient(
      to right,
      rgba(167, 133, 89, 0.7) 0%,
      rgba(167, 133, 89, 0.7) 100%
    ),
    url(/static/images/TUJ_6623.jpg);
  background-size: cover;
  background-position-y: -140px;
  width: 100%;
  height: 500px;
  opacity: 0.9;
}
.img-workspace {
  background-image: linear-gradient(
      to right,
      rgba(167, 133, 89, 0.7) 0%,
      rgba(167, 133, 89, 0.7) 100%
    ),
    url(/static/images/GOW_9527.jpg);
}
footer {
  background-image: url(/static/images/bg/favicon.svg);
  background-position: 107% 224%;
  background-repeat: no-repeat;
  background-size: 350px;
}

.text-copy {
  color: #8d8d8d;
}

.line {
  width: 726px;
  height: 1px;
  border: solid 1px #dcdcdc;
}
.top-line {
  width: 80%;
  height: 1px;
  border: solid 1px #dcdcdc;
}
.contain-position {
  object-position: 0 -260px;
}
@media screen and (max-width: 1024px) {
  footer {
    background-position: 109% 224%;
  }
  .contain-position {
    object-position: center;
  }
}
@media screen and (max-width: 768px) {
  .line,
  .top-line {
    width: 100%;
  }
  footer {
    background-position: 107% 20%;
  }
  .img-gradient {
    background-position-y: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  footer {
    background-image: none;
  }
  .img-gradient {
    background-position-y: 0;
  }
  .cont {
    top: 10%;
  }
}
