.tab-panel {
  width: 90%;
  margin: 0 auto;
}

.tab-panel .tab-content {
  width: 100%;
}

.tab-panel .tab-content .tab-pane {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 70px 15px;
  border-radius: 10px;
}

.tab-panel .nav-pills {
  z-index: 1;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}

.tab-panel .nav-pills .nav-link {
  width: 200px;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  transition: all 0.3s;
  color: #fff;
  margin-right: 20px;
  border-radius: 15px;
  background: #ffffff30;
}

.tab-panel .nav-pills .nav-link h5 {
  color: #fff;
}

.tab-panel .nav-pills .nav-link.active,
.tab-panel .nav-pills .show > .nav-link {
  color: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background: #c92b2f;
}

.tab-panel .nav-pills .nav-link.active .circle-icon {
  border-color: #c92b2f;
}

.tab-panel .nav-pills .nav-link {
  font-size: 32px;
}

.hero-section {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

.hero-section div.server-list {
  width: auto;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  height: 80px;
}

.hero-section div.server-list .py-1 {
  flex: 1;
  width: 130px;
  float: left;
  font-size: 14px;
  color: #c92b2f;
  background: #ffffffe2;
  margin: 0 10px 20px 10px;
  border-radius: 15px;
  padding: 30px 15px !important;
  text-align: center;
  font-weight: bold;
  display: block;
}

.app-list li a {
  height: 250px;
  transform-origin: center;
  background-color: unset;
  filter: brightness(1) saturate(1.2) contrast(0.85);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.app-list li:hover a {
  transform: scale(1.05) translateZ(0);
  filter: unset;
}

.app-list li h3 {
  color: #fff;
  margin-top: 40px;
}

.app-list:hover > li:not(:hover) a {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(5px);
}

.custom-indicators li {
  width: 20px !important;
  min-width: 20px !important;
  padding-bottom: 20px;
}

.custom-indicators li button {
  border-radius: 50px;
}

.breadcrumb-area {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 10px;
}

.breadcrumb-area .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.breadcrumb-area .breadcrumb .breadcrumb-item,
.breadcrumb-area .breadcrumb .breadcrumb-item a,
.breadcrumb-item .breadcrumb-item::before {
  display: inline-block;
  color: #fff;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}

.parallax-mirror::before {
  background: linear-gradient(75deg, #0c2aff, #a70101) !important;
}

.widget {
  margin-bottom: 20px;
}

.search-card {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.search-card .title {
  font-weight: bold;
}
.search-card img {
  width: calc(280px / 3);
  height: calc(360px / 3);
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.widget .card.card-has-bg {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.widget .card.card-has-bg .card-body {
  background: #00000090;
}

.widget .card-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.widget .card.card-has-bg:hover .card-bg-img {
  transform: scale(1.1);
}

.widget .card.card-has-bg .card-body {
  z-index: 99;
}

.widget .card.card-has-bg h5,
.widget .card.card-has-bg a {
  color: #fff;
}

.widget .card.card-has-bg a:hover {
  font-weight: bold;
}
.product-nav-wrap {
  padding: 20px;
  border-radius: 10px;
  margin-top: -40px;
  height: auto;
  float: left;
  width: 100%;
}

.product-nav-wrap .product-attr-ul {
  display: flex;
  float: left;
  white-space: nowrap;
}

.product-nav-wrap .product-attr-ul li {
  margin-right: 45px;
  font-size: 16px;
  padding: 0.625rem 0;
  line-height: 1.7;
  cursor: pointer;
}

.product-nav-wrap .contact-us {
  float: right;
  font-size: 16px;
}

.product-nav-wrap .product-attr-ul li.active {
  color: brown;
  font-weight: bold;
}

.post-content h3 {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 16px;
  text-transform: uppercase;
}

.post-content h3::after {
  background-color: #c50000;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 0.25rem;
  width: 24px;
  margin: 0.5rem 0 1rem 0;
}

.more-cgal {
  /* padding: 85px 32px !important; */
  padding: 51px 32px !important;
  text-align: center;
  color: #999;
}
