html,
body {
  position: relative;
  height: 100%;
  background: #1c1d22;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1c1d22;
  position: relative;
}
.slide-indent p {
  width: 50%;
}
.swiper-slide a {
  padding: 1em;
}
.swiper-slide a:hover {
  color: rgb(50, 150, 200);
}
.swiper-slide img {
  position: absolute;
  height: 60%;
  width: auto;
}
.swiper-slide-min img {
  position: absolute;
  height: 30%;
  width: auto;
}
.swiper-slide .design {
  position: relative;
  height: 80%;
  width: auto;
}
.container {
  align-items: flex-start;
  flex-flow: row;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 7em 0;
}
.container div {
  flex: 1;
}
.container div:nth-of-type(1n + 2) {
  margin-left: 60px;
}
.title,
.subtitle {
  width: 50%;
}
.vertical {
  left: 50%;
  width: 1px;
  height: 2.5em;
  background: rgb(50, 150, 200);
}
.horizontal {
  margin-top: 0.5em;
  left: 50%;
  width: 40%;
  height: 1px;
  background: rgb(50, 150, 200);
}
.items {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 30%;
  margin: top;
}
.item {
  width: 50%;
}
.item p {
  text-align: center;
  padding: 0.1em;
}
.item p:nth-child(odd) {
  background-color: rgb(50, 50, 50);
}
.item p:first-child {
  background-color: rgb(50, 150, 200);
  color: rgb(0, 0, 0);
}
.item:nth-of-type(1) {
}
.item:nth-of-type(2) {
  border-left: 1px solid rgb(50, 150, 200);
}
.colors {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 20%;
  max-height: 90vh;
  z-index: 10;
}
.color {
  height: 4em;
  width: 4em;
  margin-left: 0.3em;
  margin-bottom: 0.3em;
  border-radius: 50%;
  cursor: pointer;
  color: rgb(0, 0, 0);
  line-height: 4em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.white-txt {
  color: rgb(255, 255, 255);
}
.swiper-slide svg {
  position: absolute;
  height: 60%;
  width: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}
.img2 img {
  position: absolute;
  height: 60%;
  width: auto;
}
.gradient-slide {
  background: linear-gradient(rgb(230, 230, 230) 30%, #1c1d22 70%);
}
.gradient-slide-1 {
  background: linear-gradient(rgb(200, 200, 200) 2%, #1c1d22 65%);
}
#name {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 5em;
  font-size: 1.8rem;
}
#product-shape {
  fill: #dbed64;
}
.collum-img img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 1em;
}
.collum-img h2 {
  line-height: 1.2;
  color: rgb(255, 255, 255);
  padding: 0.7em;
}
.collum-img h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.6em;
  color: rgb(255, 130, 0);
}
.collum-img p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 1em;
}
.collum-img strong {
  font-size: 1.4rem;
  color: rgb(255, 130, 0);
  font-weight: 500;
  font-style: normal;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #eeeeee;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 24px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 20px 10px;
  display: block;
}
.hr-border-1 {
  border-bottom: 1px solid rgb(90, 90, 90);
}

@media screen and (max-width: 45em) {
  .colors {
    max-height: 80vh;
  }
  .color {
    font-size: 0.64rem;
  }
  .sizes {
    width: 50%;
    padding: 0.5em;
    font-size: 1rem;
  }
  .img2 img {
    position: absolute;
    height: 45%;
    width: auto;
    left: 10%;
  }
  .swiper-slide svg {
    height: 45%;
    left: 10%;
  }
  .slide-indent p {
    width: 90%;
  }
  .items {
    width: 90%;
  }
  .horizontal {
    width: 90%;
  }
  .title,
  .subtitle {
    width: 90%;
  }
  #name {
    bottom: 4em;
    left: 2em;
    font-size: 1.2rem;
  }
  .swiper-pagination {
    display: none;
  }
  .container {
    margin: 0 auto;
    flex-flow: column;
    max-width: 100%;
  }
  .container div:nth-of-type(1n + 2) {
    margin-left: 0px;
  }
  p.design_st {
    font-size: 1rem;
  }
}
