.pagination {
  display: flex;
  padding: 0 20px;
}
.pagination-item {
  display: inline-block;
  width: 39px;
  height: 3px;
  background: transparent;
  padding-top: 14px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
  box-sizing: content-box;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-item.active {
  flex-grow: 1;
  border-color: rgba(255, 255, 255, 1);
}
.home-mobile {
  position: relative;
  opacity: 0;
  left: 70%;
  margin: 0 -7.8%;
}
@media (min-width: 768px) {
  .home-mobile {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Config
2.0 General
3.0 Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Config
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Font
2.0 Trasnitions
3.0 Number of Slides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Transitions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Config
2.0 Translate
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Transition
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Translate
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Neutral
2.0 Main Colors
3.0 Color Pallete
3.0 Grey Scale
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Neutral
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Main color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Color Pallete
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Grey Scale
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Variables
2.0 Cards
3.0 Bullets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Cards
--------------------------------------------------------------*/
.slider__item {
  transition: left 800ms ease;
  opacity: 0;
  z-index: 0;
  transform: scale(0.65);
}
.transitionOut {
  transition: all 800ms ease;
}
.slider__holder .slider__item.active {
  opacity: 1;
  position: relative;
  z-index: 3;
  transform: translate(0) scale(1);
}
.slider__holder .slider__item.active span {
  opacity: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(2em + 60px);
}
.slider__holder .slider__item.active a {
  pointer-events: all;
}
.slider__holder .slider__item.prev-1 {
  z-index: 1;
  transform: translateX(-34px) scale(0.85);
  opacity: 1;
}
.slider__holder.swipe-left .slider__item.prev-1 {
  z-index: 2;
}
.slider__holder.swipe-right .slider__item.next-1 {
  z-index: 2;
}
.slider__holder .slider__item.prev-2 {
  z-index: 0;
  transform: translateX(-80px) scale(0.65);
  opacity: 1;
}
.slider__holder .slider__item.prev-rest {
  opacity: 0;
}
.slider__holder .slider__item.next-1 {
  z-index: 1;
  transform: translateX(34px) scale(0.85);
  opacity: 1;
}
.slider__holder .slider__item.next-2 {
  z-index: 0;
  transform: translateX(80px) scale(0.65);
  opacity: 1;
}
.slider__holder .slider__item.next-rest {
  opacity: 0;
}

/*--------------------------------------------------------------
  3.0 Bullets
  --------------------------------------------------------------*/
.bullets__item {
  transition: all 0.2s ease;
}
#slide-1:checked ~ .bullets .bullets__item--1 {
  background: #fff;
}
#slide-2:checked ~ .bullets .bullets__item--2 {
  background: #fff;
}
#slide-3:checked ~ .bullets .bullets__item--3 {
  background: #fff;
}
#slide-4:checked ~ .bullets .bullets__item--4 {
  background: #fff;
}
#slide-5:checked ~ .bullets .bullets__item--5 {
  background: #fff;
}

/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Card
  2.0 Slider
  3.0 Bullets
  4.0 Section
  5.0 Button
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  1.0 Card
  --------------------------------------------------------------*/
.card {
  position: relative;
  display: block;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.card img {
  max-width: 100%;
}
.card span {
  opacity: 0;
  transition: opacity 800ms ease-in-out;
  font-size: 30px;
  line-height: 34px;
  margin-top: 12px;
  display: block;
  word-break: break-word;
}
.card a {
  pointer-events: none;
}

/*--------------------------------------------------------------
  2.0 Slider
  --------------------------------------------------------------*/
.slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__radio {
  display: none;
}
.slider__holder {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 7px;
  text-align: left;
}
.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.slider__item-content {
  padding: 40px;
}
@media (max-width: 600px) {
  .slider__item-content {
    padding: 32px 32px;
  }
}
@media (max-width: 375px) {
  .slider__item-content {
    padding: 40px 24px;
  }
}
.slider__item-text {
  padding: 60px 0;
}

/*--------------------------------------------------------------
  3.0 Bullets
  --------------------------------------------------------------*/
.bullets {
  z-index: 10;
  display: block;
  width: auto;
  height: 10px;
  height: 10px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 600px) {
  .bullets {
    margin-top: 32px;
  }
}
.bullets__item {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.bullets__item:hover {
  background: #fff;
}

/*--------------------------------------------------------------
  4.0 Section
  --------------------------------------------------------------*/
.section {
  position: relative;
  width: 100%;
  padding: 3px 24px;
  text-align: center;
}
.section__entry {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.section__entry--center {
  text-align: center;
}
.section__title {
  display: block;
  padding-bottom: 12px;
}
.section__text {
  display: block;
}

/*--------------------------------------------------------------
  5.0 Button
  --------------------------------------------------------------*/
.button {
  display: inline-block;
  height: 44px;
  padding: 12px 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.button:hover {
  background: rgba(0, 0, 0, 0.1);
}
