.pricing-header-outer {
  background: linear-gradient(to right,  #261b55 0%,#3e1ee1 43%,#3420cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 700px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  overflow: hidden;
}
.pricing-header-main-image {
  position: absolute;
  bottom: -15px;
  right: 10%;
  z-index: 1;
}
.pricing-header-text-container {
    float: left;
    padding: 200px 0 0;
    width: 50%;
}

.pricing-header-title-1 {
color: #fff;
    /* font-family: Poppins, sans-serif; */
    font-size: 120px;
    font-weight: 400;
    line-height: .8;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.pricing-header-title-2 {
    color: #fff;
    /* font-family: Poppins, sans-serif; */
    font-size: 120px;
    font-weight: 400;
    line-height: .8;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

/* ---- PARRALLAX ------- */
.box {
    box-sizing: border-box;
    height: 500px;
    position: absolute;
    right: 10%;
    top: 150px;
    transition: all .2s linear;
    width: 500px;
    z-index: 999;
}

/*.box:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background-color: #fff;
}
.box:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: -20px;
  top: -20px;
  bottom: -20px;
  width: 20px;
  background-color: #fff;
}*/
.box h1 {
  position: absolute;
  top: 15px;
  text-align: center;
  color: #fff;
  /*text-shadow: 0px 0px 5px red;*/
  width: 100%;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5px;
  z-index: 9;
  transition: all 0.3s linear;
  user-select: none;
}
.box h2 {
  position: absolute;
  top: 15px;
  text-align: center;
  color: #fff;
  /*text-shadow: 0px 0px 5px red;*/
  width: 100%;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5px;
  z-index: 9;
  transition: all 0.3s linear;
  user-select: none;
}
.box_image {
    position: absolute;
    top: 170px;
    text-align: center;
    color: #fff;
    /* text-shadow: 0px 0px 5px red; */
    width: 170px;
    z-index: 9;
    transition: all 0.3s linear;
    user-select: none;
    left: 150px;
}
.box_image2 {
    position: absolute;
    top: 294px;
    /* text-shadow: 0px 0px 5px red; */
    width: 170px;
    z-index: 9;
    transition: all 1s linear;
    user-select: none;
    left: 100px;
}
.box_image3 {
    position: absolute;
    top: 395px;
    left: 190px;
    width: 170px;
    z-index: 2;
    width: width: 170px;
    transition: all .7s linear;
}
/* ---------------------------------------------------------- 1350px-------------------- */
@media screen and (max-width:1350px) and (min-width:0) {
  .pricing-header-main-image {
    right: 20px;
  }
  .box {
    right: 30px;
  }
  
  
}
 /* ---------------------------------------------------------- 1250px-------------------- */ 


/* ---------------------------------------------------------- 1250px-------------------- */
@media screen and (max-width:1250px) and (min-width:0) {
  .pricing-header-text-container {
      width: 400px;
  }
  .pricing-header-title-2 {
      font-size: 80px;
      line-height: .9;
  }
  
}
 /* ---------------------------------------------------------- 1250px-------------------- */ 




/* ---------------------------------------------------------- 992px-------------------- */
@media screen and (max-width:992px) and (min-width:0) {
    .pricing-header-text-container {
        width: 100%;
        padding: 150px 10% 0 10%;
        text-align: center;
    }
    .pricing-header-outer {
        height: 800px;

    }
    .pricing-header-main-image {
        position: relative;
        bottom: -15px;
        right: 10%;
        z-index: 1;
    }
    .parrallax {
          transform: none!important;
    }
      .pricing-header-outer {
        height: 600px;
        text-align: center;
    }
      .pricing-header-main-image {
        right: unset;
    }
    .box_image {
      display: none;
    }
    .box_image2 {
      display: none;
    }
    .box_image3 {
      display: none;
    }
  
}
 /* ---------------------------------------------------------- 992px-------------------- */ 





/* ---------------------------------------------------------- 550px-------------------- */
@media screen and (max-width:550px) and (min-width:0) {
      .pricing-header-title-2 {
          font-size: 60px;
          line-height: .9;
      }
    .pricing-header-main-image {
        right: unset;
        width: 100%;
    }
  
  
 }
/* ---------------------------------------------------------- 550px-------------------- */ 



  