.tabs-section ul {
  margin: 0;
  text-align: center;
}
.tabs-section ul li {
  list-style: none;
}
.tabs-section .shuffle-filter {
  margin: 0 auto;
}
.tabs-section .shuffle-filter li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.tabs-section .selected {
  text-decoration: underline;
}
.tabs-section .shuffle-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.tabs-section {
  margin: 0px auto 0 auto;
  padding: 80px 0 80px 0;
}
.tabs-section .shuffle-filter {
  margin: 35px 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
  justify-content: center;
}
.tabs-section .shuffle-filter li {
  padding: 9px 25px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  border-style: none;
  color: #000;
  background-color: rgba(2, 1, 1, 0);
  margin: 0px 0px 15px 0px;
  flex-shrink: 0;
}
.tabs-section .shuffle-filter li.selected {
  color: #016065;
  text-decoration: none;
}
.tabs-section .shuffle-filter li span img {
  width: 100%;
}
.tabs-section .shuffle-container li {
  width: 33.33%;
  margin-bottom: 160px;
  padding: 0 20px;
}
.tabs-section .shuffle-container li span {
  position: relative;
  width: 100%;
  height: 480px;
  display: block;
}
.tabs-section .shuffle-container li span a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  border-radius: 12px;
}
.tabs-section .shuffle-container li span .theme-demo-name {
  margin-top: 20px;
  margin-bottom: 6px;
  color: #494f69;
  font-weight: 600;
  font-size: 18px;
}
.tabs-section .shuffle-container li span .theme-demo-descption {
  color: #494f69;
  font-weight: 500;
  font-size: 14px;
}
.tabs-section .shuffle-container li span .demo-btn-warpper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.tabs-section .shuffle-container li span .demo-btn-warpper .demo-buy a {
  display: block;
  color: #494f69;
  border: 2px solid #494f69;
  padding: 4px 22px;
  border-radius: 30px;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tabs-section .shuffle-container li span .demo-btn-warpper .demo-buy:hover a {
  text-decoration: none;
  background-color: #016065;
  border-color: #016065;
  color: #fff;
  transition: all 0.3s ease;
}
.tabs-section .shuffle-container li span .demo-btn-warpper .demo-demo {
  color: #494f69;
}
.tabs-section .shuffle-container li span .demo-btn-warpper .demo-demo a {
  color: #494f69;
  text-decoration: none;
}
.tabs-section .shuffle-container li span .demo-btn-warpper .demo-demo:hover a {
  text-decoration: none;
  color: #016065;
}
.tabs-section .shuffle-container li span .tab-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #016065;
  padding: 14px 18px;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 100;
  font-weight: 500;
}
.tabs-section .shuffle-container li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  transition: all 1s ease;
  margin-bottom: 19px;
  box-shadow: 0px 5px 20px rgba(95, 107, 125, 0.57);
  border-radius: 10px;
}
.tabs-section .shuffle-container li:hover img {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 5s ease;
}
.tabs-section .shuffle-container li:hover a::after {
  background-color: rgba(0, 0, 0, 0.1490196078);
  opacity: 1;
}
.tabs-section .shuffle-container li:hover .tab-icon {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .tabs-section {
    padding: 60px 0 0 0;
  }
  .tabs-section .shuffle-container li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .tabs-section .shuffle-container li {
    width: 100%;
  }
  .tabs-section .shuffle-filter {
    justify-content: start;
  }
  .tabs-section .shuffle-filter li {
    padding: 9px 17px;
    font-size: 18px;
  }
}/*# sourceMappingURL=tabs.css.map */