.home {
  /* Home box */
  /* Texts styles */
  /* Home selector styles */
  /* Animation */
  /* Card sections */
  /* Mobile */
}
.home .splide-wrapper {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.home .splide-wrapper .img-slider {
  width: 100%;
}
@media (max-width: 1920px) {
  .home .splide-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.home .info-text {
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
}
.home .home-box {
  padding: 20px 0;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.home .home-box .title {
  color: var(--primary-color);
}
.home .welcoming-text-home {
  border-bottom: 2px solid var(--primary-color);
}
.home .welcoming-text-home .tiny-intro {
  font-size: 20px;
}
.home .welcoming-text-home .big-intro {
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 768px) {
  .home .welcoming-text-home > span.big-intro {
    font-size: 27.5px;
  }
}
.home .text-home-description {
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
  font-size: 15px;
  padding: 10px 0px;
  font-weight: 500;
  text-align: center;
}
.home .panel-container {
  display: flex;
}
.home .selector-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}
.home .btn-default-selector {
  padding: 6px 12px;
  border: none;
  font-size: 18px;
}
.home .btn-default-selector[data-status=selected] {
  background: var(--primary-color);
}
.home .selector-wrapping-element {
  position: relative;
  border: 1px solid var(--light-gray);
  margin-top: -2px;
  /* border-radius: 5px; */
  box-shadow: -1px 6px 1rem 0 rgba(0, 0, 0, 0.2);
}
.home .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* opacity: .15; */
}
.home .panel-container {
  padding: 5px 15px;
}
.home .panel[data-visible=hidden] {
  display: none;
}
.home .panel.rim-section[data-visible=show] {
  display: flex;
}
.home .panel.tire-section[data-visible=show] {
  display: block;
}
.home .panel {
  min-height: 100%;
  align-items: center;
}
.home button.btn-default-selector:focus {
  outline: none;
}
.home .centering-element {
  padding: 10px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.home .centering-element > h6 {
  padding-bottom: 25px;
}
.home .selector-wrapper {
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
  height: 420px;
  flex-direction: column;
}
.home .filter-selector {
  height: 35px;
}
.home .filter-selector:hover {
  cursor: pointer;
}
.home .selector-item-container {
  display: flex;
}
.home .selector-item-container > p {
  width: 100%;
}
.home .selector-item-container svg {
  width: 10%;
}
.home .selected {
  display: block;
}
.home .hidden {
  display: none;
}
.home div.selector-item:after {
  display: flex;
  content: "";
  border-bottom: solid 2px var(--primary-color);
  transform: scaleX(0);
  transition: transform 500ms ease-in-out;
}
.home div.selector-item:hover:after {
  transform: scaleX(1);
}
.home div.selector-item:after {
  transform-origin: 0% 50%;
}
.home div.selector-item[data-element=selected] {
  font-weight: bold;
}
.home div.selector-item[data-element=selected] .fas.fa-chevron-right {
  color: var(--primary-color);
}
.home .card {
  max-width: 425px;
  width: 100%;
  --tw-shadow: 0 5px 21px 5px rgb(0 0 0 / 0.5), 0 2px 4px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 -3px 3px -3px var(--tw-shadow-color), 0 4px 3px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  height: 270px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-evenly;
}
.home .card-wrapper-el:nth-child(odd) .card {
  background-color: #fff;
  color: var(--primary-color);
}
.home .card-wrapper-el:nth-child(even) .card {
  background-color: var(--primary-color);
  color: white;
}
.home .card:hover {
  --tw-shadow: 0 12px 55px 5px rgb(0 0 0 / 1.5), 0 4px 8px -4px rgb(0 0 0 / 0.1);
  transition: all 0.3s ease-in-out;
}
.home .card > * {
  text-align: center;
}
.home .card-title {
  text-transform: uppercase;
  /* color: var(--primary-color); */
}
@media (min-width: 960px) {
  .home .card-container-section .col-lg-3-custom {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.home .card-description {
  max-width: 350px;
  margin: 0% 10%;
  display: none;
}
.home .card-image > img {
  width: 60%;
}
.home .card-link {
  margin: -25px;
}
.home .card-wrapper-el {
  display: flex;
}
.home .card-wrapper-el:nth-child(1) {
  justify-content: end;
}
.home .card-wrapper-el:nth-child(2) {
  justify-content: center;
}
.home .card-wrapper-el:nth-child(3) {
  justify-content: start;
}
@media (max-width: 991px) {
  .home .card-wrapper-el:nth-child(n) {
    justify-content: center;
    margin: 7% 0%;
  }
  .home .card-image > img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .home .card {
    width: 500px;
    height: 400px;
    max-width: 500px;
    justify-content: center;
  }
  .home .card-link {
    position: relative;
    margin: -25px;
    width: 205px;
  }
  .home .card-image > img {
    width: 40%;
  }
  .home .card-link {
    margin-left: 28%;
  }
}
