.elysian_btn {
    color: #3a38c2 !important;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  padding-left: 1em;
  padding-right: 1em;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}


.heading h4 {
    z-index: 1;
    position: relative;
    color: white;
    font-size: 20px;
    margin-bottom: 46px;
    margin-top: 7px;
}
.box1 h1 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    color: #CE7F65;
}


div#box_one:before {
    background: url(Rectangle1.png)no-repeat;
    width: 100%;
    height: 69%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100% 73%;
    border-radius: 20px;
}

.plan_heading span {
  
    color: #7202BB;
    z-index: 1;
    position: relative;
}
.plan_heading span:before {
    position: absolute;
    content: "";
    width: 114px;
    height: 47px;
    top: 5px;
    background-color: white;
    left: -4px;
    right: 2px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(340deg);
    padding-left: 23px;
}

button.buyBtn {
    position: absolute;
    bottom: -10px;
    left: 36%;
    background: white;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
    color: #7202BB;
    font-weight: 700;
    border-radius: 20px;
    padding: 9px 10px;
    width: 25%;
    font-size: 16px;
}
.box1 {
    width: 100%;
    margin: auto;
    z-index: 1;
    position: relative;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
}
.description {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    /* margin: 0px; */
    padding: 0px;
    font-size: 16px;
}

div#box_2 h1 {
    color: #4738CD;
}
div#box_3 h1 {
    color: #B9A654 !important;
}
div#box_4 h1 {
    color: #A132BA;
}

div#box_1:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(icon2.png) no-repeat;
    top: -19px;
    left: -10px;
    z-index: -1;
}
div#box_two:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background:url(icon2.png) no-repeat;
    top: 29px;
    left: 49px;
    z-index: 1;
}
div#box_two {
    background: #3a38c2;
    color: white;
    box-shadow: 0px 18px 37px -13px rgba(255, 255, 255, 0.5);
}
#box_two .description p, #box_one:hover .description p{
    color: white !important;
}
div#box_two:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(icon2.png) no-repeat;
    top: 29px;
    left: 49px;
    z-index: 1;
}
div#box_1:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(icon1.png) no-repeat;
    top: -59px;
    right: 0;
    z-index: -1;
}

div#box_two:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(icon1.png) no-repeat;
    top: 86px;
    right: 35px;
    z-index: 1;
}

div#box_one:hover {
    background: #3a38c2;
    color: white;
    box-shadow: 0px 18px 37px -13px rgba(255, 255, 255, 0.5);
}

.boxes:hover::before {
    background: none!Important;
}
.boxes:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform .5s;
    box-shadow: 0px 18px 37px -13px rgba(255, 255, 255, 0.5);
}
.boxes {
    background: white;
    padding: 38px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 8px 16px #a9a9a9;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding-top: 2%;
    padding-bottom: 4%;
}
@media only screen and (max-width: 1280px){

  .boxes {
      width: 100%;
      padding: 24px;
  }
  .box1 h1 {
      font-size: 16px;
      line-height: 42px;
      font-weight: 700;
      color: #CE7F65;
  }

  .description {
      margin-top: 22px;
      width: 100%;
      /* margin: 0px; */
      padding: 0px;
      font-size: 10px;
  }

  button.buyBtn {
      position: absolute;
      bottom: -10px;
      left: 36%;
      background: white;
      box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
      color: #7202BB;
      font-weight: 700;
      border-radius: 20px;
      padding: 9px 10px;
      font-size: 8px;
  }


  .owl-nav {
      display: none;
  }
}
@media only screen and (max-width: 767px){
  .boxes {
      background: white;
      padding: 13px;
      border-radius: 20px;
      text-align: center;
   
      position: relative;
      width: 100%;
  }
  button.buyBtn {
      position: absolute;
      bottom: -10px;
      left: 36%;
      background: white;
      box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
      color: #3a38c2 !important;
      font-weight: 700;
      border-radius: 20px;
      padding: 10px 18px;
  }
  .plan_heading h1 {
      font-size: 33px;
  }
  .plan_heading p {
      margin: 30px 0px;
      font-size: 12px;

  }
  .owl-nav {
      display: none;
  }
}
