*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 57%;
  }
}

body {
  /* background-color: #180148; */
  color: #fff;
  padding: 8rem;
}
@media only screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
}

.container2 {
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
}
@media only screen and (max-width: 1000px) {
  .container2 {
    border-radius: 0;
  }
}

.slider2 {
  display: flex;
  width: 500%;
  height: 55rem;
  transition: all 0.25s ease-in;
  transform: translateX(0);
}
@media only screen and (max-width: 1000px) {
  .slider2 {
    height: 48vh;
    margin-top: 60px;
  }
}
.slider2 .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .slider2 .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.slider2 .box .bg {
  padding: 2rem;
  background-color: rgba(140, 8, 58, 0.4);
  width: 60%;
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  transform-origin: 0 100%;
}
@media only screen and (max-width: 800px) {
  .slider2 .box .bg {
    width: 65%;
  }
}
@media only screen and (max-width: 650px) {
  .slider2 .box .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    transform: skewX(0deg);
  }
}
.slider2 .box .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  pointer-events: none;
  transform: skewX(10deg);
}
@media only screen and (max-width: 650px) {
  .slider2 .box .bg::before {
    width: 120%;
    bottom: 0;
    transform: skewX(0deg);
  }
}
.slider2 .box .details {
  padding: 5rem;
  padding-left: 10rem;
  z-index: 100;
  grid-column: 1/span 1;
  grid-row: 1/-1;
}
@media only screen and (max-width: 650px) {
  .slider2 .box .details {
    grid-row: 2/span 1;
    grid-column: 1/-1;
    text-align: center;
    padding: 2rem;
    transform: translateY(-9rem);
  }
}
.slider2 .box .details h1 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.slider2 .box .details p {
  display: inline-block;
  font-size: 1.3rem;
  color: #B5B4B4;
  /*! margin-bottom: 2rem; */
  /*! margin-right: 5rem; */
}
@media only screen and (max-width: 800px) {
  .slider2 .box .details p {
    margin-right: 0;
  }
}
.button {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
}
.button:hover {
  opacity: 0.8;
}
.button:focus {
  outline: none;
  border: none;
}
.slider2 .box1 {
  background-color: #500033;
}
.slider2 .box1 .illustration .inner {
  background-color: #FF0077;
}
.slider2 .box1 .illustration .inner::after, .slider2 .box1 .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}
.button {
  background-color: #FF0077;
}
.slider2 .box2 {
  background-color: #000050;
}
.slider2 .box2 .illustration .inner {
  background-color: #0033FF;
}
.slider2 .box2 .illustration .inner::after, .slider2 .box2 .illustration .inner::before {
  background-color: rgba(0, 51, 255, 0.4);
}
.button {
  background-color: #0033FF;
}
.slider2 .box3 {
  background-color: #00501D;
}
.slider2 .box3 .illustration .inner {
  background-color: #00FF44;
}
.slider2 .box3 .illustration .inner::after, .slider2 .box3 .illustration .inner::before {
  background-color: rgba(0, 255, 68, 0.4);
}
.button {
  background-color: #00FF44;
}
.slider2 .box4 {
  background-color: #554D00;
}
.slider2 .box4 .illustration .inner {
  background-color: #FF4E00;
}
.slider2 .box4 .illustration .inner::after, .slider2 .box4 .illustration .inner::before {
  background-color: rgba(255, 78, 0, 0.4);
}
.button {
  background-color: #FF4E00;
}
.slider2 .box5 {
  background-color: #300050;
}
.slider2 .box5 .illustration .inner {
  background-color: #8000FF;
}
.slider2 .box5 .illustration .inner::after, .slider2 .box5 .illustration .inner::before {
  background-color: rgba(128, 0, 255, 0.4);
}
.button {
  background-color: transparent;
}
.slider2 .illustration {
  grid-column: 2/-1;
  grid-row: 1/-1;
  justify-self: center;
}
@media only screen and (max-width:360px){
  .button{
    position: relative;
top: 40px;
left: -127px;
  }
}
@media only screen and (max-width: 650px) {
  .slider2 .illustration {
    grid-row: 1/span 1;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.slider2 .illustration div {
  height: 5rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #FF0077;
  position: relative;
  transform: skewX(-10deg);
}
@media only screen and (max-width: 800px) {
  .slider2 .illustration div {
    height: 5rem;
    width: 15rem;
  }
}
.slider2 .illustration div::after, .slider2 .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}
.slider2 .illustration div::after {
  transform: translate(4rem, -1rem);
}
.slider2 .illustration div::before {
  transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail2 {
  z-index: 10000;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 650px) {
  .prev,
.next {
    display: none;
  }
}
.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.trail2 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
@media only screen and (max-width: 650px) {
  .trail2 {
    width: 90%;
    bottom: 13%;
  }
}
.trail2 div {
  padding: 2rem;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.trail2 div:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 650px) {
  .trail2 div {
    padding: 1rem;
  }
}

.active {
  opacity: 1 !important;
}
