*,
*: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: #000;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
}

.container {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .container {
    border-radius: 0;
  }
}

.container-fluid.slider-main{
	padding-right: 0 !important;
	padding-left: 0 !important;
	overflow: hidden;
}
.slider {
  display: flex;
  width: 700%;
  height: 60rem;
  transition: all 0.25s ease-in;
  transform: translateX(0);
}
@media only screen and (max-width: 1000px) {
  .slider {
    height: 50vh;
  }
}

.slider .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: 768px) {
  .slider .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.slider .box .bg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55%;
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  transform-origin: 0 100%;
  display: none;
}
@media only screen and (max-width: 800px) {
  .slider .box .bg {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .slider .box .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    transform: skewX(0deg);
  }
}
.slider .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: 768px) {
  .slider .box .bg::before {
    width: 120%;
    bottom: 0;
    transform: skewX(0deg);
  }
}
.slider .box .details {
  margin-top: -10rem;
  padding: 5rem;
  padding-left: 7rem;
  z-index: 100;
  grid-column: 2/-1;
  grid-row: 1/-1;
}
@media only screen and (max-width: 768px) {
  .slider .box .details {
    grid-row: 2/span 1;
    grid-column: 1/-1;
    text-align: center;
    padding: 2rem;
    transform: translateY(-4rem);
	display: flex;
    flex-direction: column;
    /*height: 40rem;*/
    justify-content: flex-end;
	margin-top: -4rem;
  }
}
.slider .box .details h1 {
    font-size: 68px;
    margin-bottom: 0.5rem;
    font-family: 'Outfit-SemiBold';
    line-height: 72px;
    letter-spacing: 1px;
	color: #fff;
}
.slider .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) {
  .slider .box .details p {
    margin-right: 0;
  }
}
.slider .box .details button {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-top: 4.2rem;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.slider .box .details button:hover {
	/*transform: scale(1.1)!important;*/
	box-shadow: 1px 1px 2px #28434d;
	background: #2c2b7c;
	border: 2px solid #2c2b7c;
}
.slider .box .details button img {
	margin-bottom: 2px;
    margin-left: 5px;
}

/*.slider .box .details button:before {
	content: '';
    width: 16rem;
    height: 1px;
    background: #fff;
    position: absolute;
    margin-bottom: 10px;
    bottom: 30px;
}*/
.slider .box .details button:hover {
  opacity: 0.8;
}
.slider .box .details button:focus {
  outline: none;
  border: none;
}
.slider .box .details p{
	font-size: 22px;
	font-family: "Outfit-Regular", serif;
	margin-top: 10px;
}
.slider .box{
    background-size: cover;
	background-color: #5d5d5d;
    background-blend-mode: overlay;
}
/*.slider .box1 {
  background-image: url(../images/banner1.jpg);
}*/
.slider .box1 .illustration .inner {
  background-color: #FF0077;
}
.slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}
/*.slider .box1 button {
  background-color: #FF0077;
}*/
/*.slider .box2 {
  background-color: #000050;
  background-image: url(../images/banner2.jpg);
}*/
.slider .box2 .illustration .inner {
  background-color: #0033FF;
}
.slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
  background-color: rgba(0, 51, 255, 0.4);
}

/*.slider .box3 {
  background-image: url(../images/banner3.jpg);
}*/
.slider .box3 .illustration .inner {
  background-color: #00FF44;
}
.slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
  background-color: rgba(0, 255, 68, 0.4);
}

/*.slider .box4 {
  background-image: url(../images/banner4.jpg);
}*/
.slider .box4 .illustration .inner {
  background-color: #FF4E00;
}
.slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
  background-color: rgba(255, 78, 0, 0.4);
}

/*.slider .box5 {
  background-image: url(../images/banner5.jpg);
}*/
.slider .box5 .illustration .inner {
  background-color: #8000FF;
}
.slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
  background-color: rgba(128, 0, 255, 0.4);
}
.slider .illustration {
  grid-column: 1/span 1;
  grid-row: 1/-1;
  justify-self: center;
  display: none;
}

@media only screen and (max-width: 768px) {
  .slider .illustration {
    grid-row: 1/span 1;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
  }
}
.slider .illustration div {
  height: 25rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #FF0077;
  position: relative;
  transform: skewX(-10deg);
}
@media only screen and (max-width: 800px) {
  .slider .illustration div {
    height: 20rem;
    width: 15rem;
  }
}
.slider .illustration div::after, .slider .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}
.slider .illustration div::after {
  transform: translate(4rem, -1rem);
}
.slider .illustration div::before {
  transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail {
  z-index: 1;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .prev,
.next {
    display: none;
  }

/*.slider .box1 {
  background-image: url(../images/MBanners-1.jpg);
}
.slider .box2 {
  background-image: url(../images/MBanners-2.jpg);
}
.slider .box3 {
  background-image: url(../images/MBanners-3.jpg);
}
.slider .box4 {
  background-image: url(../images/MBanners-4.jpg);
}
.slider .box5 {
  background-image: url(../images/MBanners-5.jpg);
}*/
}
.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.trail {
  bottom: 45%;
  left: 5%;
  transform: translateX(-50%);
  width: 3%;
  /*display: grid;*/
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .trail {
    width: 3rem;
    top: 15%;
    left: 7%;
	display: none;
  }
  .slider .box .details h1 {
    font-size: 3.4rem;
    line-height: 3.5rem;
  }
}
.trail div {
  /*padding: 2rem;
  border-top: 3px solid #fff;*/
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 135%;
}
.trail div.active span{
	opacity: 1;
}
.trail div span{
	opacity: 0;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}
.trail div:before {
    content: '';
    width: 30%;
    height: 8px;
	border-top: 1px solid #fff;
    position: absolute;
    margin: 1.1rem 0.8rem 0;
    left: 0;
	opacity: 0.4;
}
.trail div.active:before {
	width: 80%;
	opacity: 1;
}
.trail div:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .trail div {
    padding: 0rem;
  }
}

.active {
  opacity: 1 !important;
}