/************************ IMAGE SLIDER *************************/
.slider-gallery {
  width: 100%;
  height: calc(100vh + 30px);
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}

.slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-gallery .dots {
  position: absolute;
  bottom: 40px;
  right: 50px;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: var(--primary);
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.5s;
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  background-color: var(--secondary);
}

.bg-primary .dots__dot {
  background-color: var(--secondary);
}

.bg-primary .dots__dot--active {
  background-color: var(--light);
}

/************************ CHARTERS SLIDER *************************/

.charter-feed {
  position: relative;
  display: grid;
  grid-template-columns: 20% 80%;
  overflow: hidden;
}

.charter-slider {
  width: 100%;
  height: 493px;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.charter-feed-a {
  box-sizing: border-box;
  padding: 5vw 20%;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  background-color: var(--primary);
  z-index: 60;
}

.charter-feed-a h3 {
  text-align: center;
}

.charter-feed-a p {
  text-align: center;
}

.charter-feed-b {
  padding: 5vw 0;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  overflow: hidden;
  z-index: 20;
}

.charter-slide {
  position: absolute;
  box-sizing: border-box;
  padding: 0 25px;
  top: 0;
  width: 100%;
  height: 493px;
  display: block;
  transition: transform 0.5s;
  overflow: hidden;
}

.charter-slide .btn-container {
  justify-content: left;
  align-items: left;
}

.charter-slide h4 {
  text-align: left;
  margin-bottom: 0;
}

.charter-slider__btn {
  position: absolute;
  bottom: 15px;
  z-index: 99;
  border: none;
  background: none;
  font-family: inherit;
  color: var(--light);
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.charter-slider__btn--left {
  right: 125px;
}

.charter-slider__btn--right {
  right: 35px;
}

.charter-number {
  font-size: 1.5rem;
  margin-top: 25px;
}

.charter-title {
  margin-top: 0;
}

/************************  SLIDER SIDE PREVIEW *************************/
.slider-side-preview {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 5% 0 0;
  padding-bottom: 50px;
}

.slider-side-preview .slide-side-preview {
  position: absolute;
  top: 0;
  left: calc(50vw - 356px);
  width: 712px;
  height: 400px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}

.slider-side-preview .slide-side-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.slider-side-preview .dot-container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  bottom: 25px;
}

.slider-side-preview .dots__dot {
  border: none;
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 7px;
  cursor: pointer;
}

.slider-side-preview .dots__dot:last-child {
  margin: 0;
}

/************************  SLIDER NO PREVIEW *************************/
#slider.no-preview .slider-container {
  width: 100%;
  height: calc(50.625vw);
  overflow: hidden;
  margin: 5% 0;
  max-width: 90vw;
  max-height: calc(50.625vw);
}

#slider.no-preview .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}

#slider.no-preview .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#slider.no-preview .dot-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
}

#slider.no-preview .dot {
  border: none;
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 7px;
  cursor: pointer;
}

#slider.no-preview .dot:last-child {
  margin: 0;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .charter-slider {
    height: 493px;
  }

  .charter-feed-a {
    padding: 5vw 20%;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .charter-feed-a h3 {
    text-align: left;
  }

  .charter-feed-a p {
    text-align: left;
  }

  .charter-feed-b {
    padding: 5vw 0;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .charter-slide {
    padding: 0 25px;
    width: 33.33333334%;
    height: 493px;
    border-left: 1px solid var(--secondary);
  }

  .charter-slide .btn-container {
    justify-content: left;
    align-items: left;
  }

  .charter-slide h4 {
    text-align: left;
    margin-bottom: 0;
  }

  .charter-slider__btn {
    bottom: 25px;
    font-size: 13px;
  }

  .charter-slider__btn--left {
    right: 125px;
  }

  .charter-slider__btn--right {
    right: 35px;
  }

  #slider.no-preview .slider-container {
    height: calc(19.6875vw);
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1440px) {
}
