html,
body {
  font-family: "Montserrat";
  color: #000000;
  width: 100%;
  /* height: 100%; */
}
button:focus,
button:active {
  outline: none;
}
/*Hero*/
.hero-mob {
  display: none;
}

.hero_img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}
.hero {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.hero_text {
  text-align: center;
  color: black;
  padding: 3% 10%;
}
.hero_text_h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.hero_text_h3 {
  font-size: 30px;
  line-height: 40px;
}
.hero_text_h2 {
  font-size: 30px;
  line-height: 35px;
}
.m-2-0 {
  margin: 2rem auto;
}
.text_h2 {
  font-size: 20px;
  line-height: 30px;
}

.absolute {
  position: absolute;
}

.baner-txt {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/*Section_1*/
.s_1-frame-content,
.s_3-frame-content {
  padding-top: 20%;
  padding-bottom: 23%;
  /*font-size: 25px;*/
  font-weight: 800;
  letter-spacing: 5px;
  /*line-height: 35px;*/
  width: 93%;
  padding-left: 10%;
  font-size: 34px;
  line-height: 46px;
}
img {
  width: 100%;
  height: 100%;
}
.img-custom {
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 5px;
}
.frame-box {
  background-image: url(../images/frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20%;
  padding: 10%;
}
.m-0-a {
  margin: 0 auto;
}
.m-0-5 {
  margin: 0 5rem;
}
.img-parent {
  position: relative;
  margin: 5px;
  width: 100%;
  height: 100%;
}

.img-parent .img-label, .s3_img-parent .img-label{
  position: absolute;
  left: 63%;
  top: 15%;
  width: 110px;
  height: 40px;
  background: #4D4851;
  border-radius: 20px 0;
  font-size: 12px;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.img-parent .pink {
  left: 5%;
  background: #EA69A7;
}

.s3_img-parent .img-label{
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  left: 5%;
  top: 5%;
  width: 180px;
  font-weight: 700;
  font-size: 14px;
}

.pb-113 {
  padding-bottom: 113%;
}
.img-button {
  display: block;
  background-color: #7f28c4;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27%;
}
.btn-position {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.s3_btn-position,
.s5_btn-position-c {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.btn-hide {
  display: none;
}
.btn-width {
  width: 56%;
}
.btn-purple {
  justify-content: center;
  align-items: center;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 3px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  background-color: #7f28c4;
  border-color: #7f28c4;
  color: #f4f0f9;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  margin-left: 10%;
  margin-top: 2%;
  padding: 0.9rem;
  width: 260px;
  height: 50px;
}
.btn-purple:hover,
.btn-purple:focus {
  background-color: #6a17ad;
  color: #f4f0f9;
  border-color: #6a17ad;
}

.btn-white {
  justify-content: center;
  align-items: center;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 3px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  width: 50%;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}

.btn-lbd {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
  margin-bottom: calc(1rem + 5px);
}
.btn-lbd:hover,
.btn-lbd:focus {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.btn-lg-img-white {
  justify-content: center;
  align-items: center;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 3px;
  padding: 0.9rem;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  background-color: #fff;
  border-color: #fff;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  width: 260px;
  height: 50px;
}
.btn-lg-img-white:hover,
.btn-lg-img-white:focus {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
/*Section_1_2*/
.text-container {
  margin-top: 3rem;
  margin-left: 5rem;
}
.mlr-4 {
  margin-left: 4rem;
}
.mlr-5 {
  margin-left: 5rem;
}
.text-h3 {
  font-size: 24px;
  font-weight: bold;
}
.text-hr {
  width: 50%;
  border-bottom: 3px solid;
  height: 23px;
}
.tll {
  width: 36%;
}
.line-right,
.line-left {
  border-bottom: 3px solid;
  float: right;
  width: 35%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.line-left {
  float: left;
}
.text-p {
  margin-top: 2%;
  margin-bottom: 8rem;
  margin-left: 19%;
  font-size: 16px;
  width: 75%;
}
.btn-light-purple {
  background-color: white;
  border-color: #7f28c4;
  border-width: 3px;
  color: #7f28c4;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  width: 100%;
  height: 50px;
}
.btn-light-purple:hover {
  background-color: #f4f0f9;
  color: #7f28c4;
  border-color: #f4f0f9;
}
/*new button on mobile*/
.m-btn-position {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.m-btn-purple {
  justify-content: center;
  align-items: center;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 3px;
  cursor: pointer;
  border-top-right-radius: 15px;
  text-align: center;
  background-color: #7f28c4;
  border-color: #7f28c4;
  color: #f4f0f9;
  font-size: 12px;
  font-weight: 700;
  word-break: inherit;
  padding: 0.5rem;
  width: 180px;
  height: 35px;
  padding-left: 1rem;
}
.m-btn-purple:hover,
.m-btn-purple:focus {
  background-color: #6a17ad;
  color: #f4f0f9;
  border-color: #6a17ad;
}
a:hover {
  color: #6a17ad;
  text-decoration: none;
}
.svg-position {
  position: absolute;
  left: 4px;
  top: 6px;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 #6a17ad;
}

.s3_img-price {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.s3_img-price .promotion-price {
  font-size: 2rem;
  color: #181818;
  font-weight: bold;
}

.s3_img-price .promotion-sup {
  top: -0.7rem;
  font-size: 1.1rem;
}

.s3_img-price .regular-price {
  margin-left: 5px;
  color: #636363;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.s3_img-price .btn-span {
  font-size: 12px;
}

.s3_img-price .button {
  color: #f0f0f8 !important;
  text-transform: uppercase;
  background: #181818;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  margin: 6px auto 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
}

.s3_img-price .button.gradient {
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  border: none;
}

.container-fluid.promo div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em;
}

.container-fluid.promo img {
  width: 7em;
  margin-right: 1.5em;
}

/*Section_1_Mediascreen*/
@media (min-width: 1700px) and (max-width: 1950px) {
  .img-button {
    height: 23%;
  }
}
@media (min-width: 1368px) and (max-width: 1560px) {
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 19%;
    line-height: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero_text_h1 {
    font-size: 27px;
    line-height: 35px;
  }
  .hero_text_h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .hero_text_h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hero_text_h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .hero_text_h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .hero_text_h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .btn-black {
    width: 60%;
  }
}

@media (min-width: 1025px) and (max-width: 1367px) {
  .btn-width {
    width: 230px;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .hero_text_h1 {
    font-size: 23px;
    line-height: 25px;
  }
  .hero_text_h2 {
    font-size: 23px;
    line-height: 25px;
  }
  .hero_text_h3 {
    font-size: 23px;
    line-height: 25px;
  }

  .line-right {
    width: 47%;
  }
  .btn-width {
    width: 79%;
    padding: 0.7rem 2rem;
    height: 43px;
  }
  .btn-black {
    width: 60%;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    width: 95%;
    padding-top: 15%;
    padding-bottom: 8%;
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 30px;
    padding-left: 8%;
  }
  .btn-purple {
    margin-left: 8%;
  }
  .img-button {
    height: 27%;
  }
  .text-p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 4rem;
  }
  .btn-lg-img-purple {
    width: 75%;
    padding: 0.7rem;
    height: 43px;
  }
  .btn-position {
    bottom: 1%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero_text_h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .hero_text_h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .hero_text_h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .text_h2 {
    font-size: 15px;
    line-height: 22px;
  }
  .m-2-0 {
    margin: unset !important;
  }

  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 11%;
    padding-bottom: 7%;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 27px;
    padding-left: 8%;
    width: 95%;
  }
  .btn-width {
    width: 86%;
    padding-left: 5%;
    margin: auto 8%;
    font-size: 12px;
    height: 40px;
    padding: 0.6rem;
  }
  .btn-black {
    width: 60%;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  .img-button {
    height: 6vh;
  }
  .sm-m-0 {
    margin: 0 !important;
  }

  .btn-lg-img-purple {
    font-size: 12px;
    height: 40px;
    padding: 0.6rem;
  }
  .btn-position {
    bottom: 1%;
    width: 80%;
    height: 40px;
    padding: 0.6rem;
  }
  .text-h3 {
    font-size: 20px;
  }
  .text-p {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .btn-white {
    width: 70%;
  }

}
@media (min-width: 577px) and (max-width: 767px) {
  /*.s_1-frame-content {
    padding-bottom: 15%;
    padding-top: 20%;
    font-size: 32px;
    font-weight: 800;
  }*/
  .hero-des {
    display: none;
  }
  .hero-mob {
    display: block;
  }
  .hero_text_h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
  }
  .hero_text_h3 {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
  }
  .hero_text_h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .hero_text {
    padding: 10%;
  }
  .baner-txt {
    transform: unset;
  }
  .m-2-0 {
    margin: 0 !important;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 20%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 40px;
    padding-left: 10%;
    width: 80%;
  }
  .btn-width {
    width: 79%;
    padding-left: 5%;
    margin: auto 8%;
    font-size: 14px;
    height: 35px;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .frame-box {
    height: 65vh;
    margin-top: 0;
  }
  .text-container {
    margin-left: 7px;
  }
  .mlr-4 {
    margin-left: 7px;
  }
  .tll {
    width: 55%;
  }
  .text-h3 {
    font-size: 24px;
  }
  .text-p {
    margin-left: 7px;
    width: 100%;
  }
  .btn-lg-img-purple {
    padding: 0.5rem;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .hero-des {
    display: none;
  }
  .hero-mob {
    display: block;
  }
  .hero_text_h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  .hero_text_h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
  }
  .hero_text_h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .hero_text {
    padding: 10%;
  }
  .baner-txt {
    transform: unset;
  }
  .m-2-0 {
    margin: 0 !important;
  }

  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 9%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 40px;
    padding-left: 10%;
    width: 95%;
  }
  .btn-width {
    width: 79%;
    padding-left: 5%;
    margin: auto 8%;
    font-size: 14px;
    height: 45px;
  }
  .btn-lg-img-purple {
    padding: 0.5rem;
    height: 35px;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-p-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .frame-box {
    height: 65vh;
    margin-top: 0;
  }
  .text-container {
    margin-left: 5px;
  }

  .btn-position {
    bottom: 3%;
    width: 60vw;
    height: 45px;
    padding-top: 12px;
    font-size: 14px;
  }
  .text-p {
    margin-bottom: 1rem;
    margin-left: 5px;
    width: 100%;
  }
  .sm-mb-5 {
    margin-bottom: 5rem;
  }
  .tll {
    margin-left: 5px;
    margin-bottom: 15px;
    height: 20px;
    width: 55%;
  }
}

/*Section_2*/
.s2-text-position,
.s3-text-position {
  justify-content: center;
  margin-top: 10%;
}
.s2_text-h1,
.s3_text-h1,
.s5_text-h1 {
  font-size: 28px;
  font-weight: 800;
}
.s2_text-hr {
  width: 30%;
  border-bottom: 3px solid;
  height: 30px;
  margin-bottom: 5%;
}
/*Carusel_API*/
.img-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 10px solid;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(
    45deg,
    #7f28c4 40%,
    #e2197c 70%,
    #e5231b 102%
  );
  border-image-slice: 1;
}
.img-title {
  font-size: 18px;
  margin-top: 5%;
  padding-right: 3%;
}
.img-text {
  font-size: 14px;
  margin-right: 3%;
}
.btn-sm-position {
  display: flex;
  justify-content: center;
}
.btn-position_api {
  position: absolute;
  bottom: 0;
  left: 10px;
  margin-left: 0;
}
/*Frame obok blogu*/
.s_4-black-frame {
  width: 100%;
  border: 4px solid;
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
  height: 30vw;
}
.color-frame {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #7f28c4, #e2197c, #e5231b);
}
.frame-bg {
  height: 100%;
  width: 100%;
  background: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
}
.bg-img {
  background-image: url(../images/photo_with_frame.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.w_h {
  width: 200px;
  height: 200px;
}
/*Parallax*/
.parallax {
  /* The image used */
  background-image: url("../images/parallax.png");

  /* Set a specific height */
  min-height: 370px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.caption {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption span.par-text {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 10px;
  background-color: transparent;
  font-size: 40px;
}
.empty-div {
  width: 100%;
  height: 50px;
}
/*owl*/
.owl-carousel .owl-dot {
  display: none !important;
}
.owl-item {
  padding-left: 10px;
}
.owl-carousel_3_2 .owl-item {
  padding-left: 15px;
}

.owl-nav {
  /*padding-left: 3%;*/
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-size: 56px;
  color: #7f28c4;
  margin-top: 0 !important;
  line-height: 60px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: unset;
  opacity: 0.9;
  margin: 0 !important;
}
.owl-nav .owl-prev {
  float: left;
  /*margin-left: 25px !important;*/
}
.owl-nav .owl-next {
  float: right;
  /*margin-right: 25px !important;*/
}
.owl-carousel .owl-stage-outer {
  margin-bottom: 20px;
}

.owl-nav .owl-prev span {
  display: block;
  width: 56px;
  margin-top: -9px;
}
.owl-nav .owl-next span {
  display: block;
  width: 56px;
  margin-top: -9px;
}
.pl-15 {
  padding-left: 20px;
}
/*
.owl-theme .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;}

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #7F28C4;
  }
  .owl-theme .owl-dots {
    margin-bottom: -33px;
  }*/
/*Section_2_Mediascreen*/
@media (min-width: 993px) and (max-width: 1024px) {
  .s3_text-h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-border {
    border-width: 12px;
  }
  .caption span.par-text {
    letter-spacing: 6px;
    font-size: 30px;
  }
  .parallax {
    margin-top: 3rem;
  }
  .caption {
    top: 40%;
  }

  .sm-h-b {
    height: 11vh !important;
  }
  .price_btn-position {
    width: 50%;
    padding: 0.8rem 2rem;
  }
  .btn-position_api {
    padding: 0.6rem;
    height: 40px;
    width: 37%;
    font-size: 14px;
  }
  .owl-carousel_3_2 .owl-item {
    padding-left: 5px;
  }
  .owl-carousel .owl-item {
    padding-left: 5px;
  }
  .s3_text-h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (min-width: 833px) and (max-width: 992px) {
  .img-border {
    border-width: 6px;
  }
  .m-btn-purple {
    width: 165px;
  }
  .s5_img-title-position {
    bottom: 8%;
    font-size: 18px;
    width: 90%;
    left: 4%;
  }
  .s3_2_pl {
    padding-left: 0px;
  }
  .btn-position_api {
    padding: 0.6rem;
    height: 40px;
    width: 74%;
    font-size: 12px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .s2_text-h1,
  .s3_text-h1,
  .s5_text-h1 {
    font-size: 28px;
    text-align: center;
  }
  .owl-item {
    padding-left: 0;
  }
  .owl-carousel_3_2 .owl-item {
    padding-left: 0;
  }
  .owl-carousel .owl-item {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .s2_text-h1,
  .s3_text-h1,
  .s5_text-h1 {
    width: 85vw;
    letter-spacing: 5px;
    font-size: 20px;
    text-align: center;
  }
  .s2_text-hr {
    margin-bottom: 8%;
    width: 54%;
    border-bottom: 4px solid;
  }
  .btn-position_api {
    padding: 0.8rem 2rem;
    left: 0;
    right: 0;
    /*left: auto;*/
    margin: 0 auto;
    height: 45px;
  }
  .sm-m-b-100 {
    margin-bottom: 50px !important;
  }
  .parallax {
    margin-top: 5%;
  }
  .caption span.par-text {
    letter-spacing: 5px;
    font-size: 28px;
    padding: 0;
  }
  .caption {
    top: 40%;
  }
  .empty-div {
    width: 100%;
    height: 15px;
  }
  .line-left {
    width: 45%;
  }
  .owl-carousel_3_2 .owl-item {
    padding-left: 0;
    margin-right: 0;
  }
  .owl-carousel .owl-item {
    padding-left: 0;
    margin-right: 0;
  }
  .img-title {
    padding-right: 0;
    /* text-align: justify;*/
  }
  .img-text {
    margin-right: 0;
  }
}
/*Section_3*/
.frame-box_3 {
  background-image: url(../images/frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding: 10%;
}
.s3_img-title-position,
.s5_img-title-position {
  position: absolute;
  bottom: 0;
  left: 13%;
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  height: 35%;
}
.img-button-with-title,
.s5_img-button-with-title {
  height: 40%;
}
.h-3 {
  height: 400px;
}
.s3_text-hr {
  width: 12%;
  border-top: 3px solid;
  height: 10px;
  margin-top: 15px;
}
.s3_img-parent {
  position: relative;
  /* margin: 5px; */
  width: 100%;
  height: 100%;
}

.item-txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 5rem;
  width: 100%;
  font-size: 25px;
}
.item-txt-pink {
  top: 45%;
  left: 50%;
  text-align: center;
  line-height: 55px;
  width: 100%;
  font-size: 55px;
  font-weight: 800;
  color: #e6bbc5;
  transform: translate(-50%, -50%);
}

.item-txt-btn {
  bottom: 0;
  text-align: center;
  width: 100%;
}

.item-txt2 {
  bottom: 4.5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.three-items .item-txt2 {
  padding-left: 30px;
  padding-right: 30px;
}


.item-txt-bg {
  position: absolute;
  background: rgba(24,24,24,0.6);
  bottom: 0;
  height: 9rem;
  width: calc(100% - 10px);
  margin: 5px;
}

.s3_img-title {
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.s3_price {
  font-size: 35px;
}
.price_btn-position {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 260px;
  height: 50px;
  font-size: 14px;
}
.s3_span {
  vertical-align: top;
  font-size: 20px;
}
.s3_opacity {
  opacity: 0.5;
}
.s3_mb {
  margin-bottom: 2rem;
}
.s3_mb-8,
.s4_mb-8 {
  margin-bottom: 8rem;
}
.s3_ml-2 {
  margin-left: 1rem;
}
.s3_mb-5 {
  margin-bottom: 3rem;
}
.s3_pl-0 {
  padding-left: 0;
}
/*.frame-box_3_revert{
	position: relative;
	overflow: hidden;
}
.frame-box_3_revert::before {
	content: "";
	position: absolute;
	width: 92%;
	height: 113%;
	top: 50%;
	left: 0;
	z-index: -1;
    background-image: url(../images/frame.svg);
	background-size: contain;
    background-repeat: no-repeat;
	transform: rotate(90deg) scaleY(-1);
}
.frame_revert_rotate {
	transform: rotate(90deg) scaleY(-1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}*/
.s3_non_a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


  .container-fluid.desktop {
    display: block;
  }
  .container-fluid.mobile {
    display: none;
  }

/*Section_3_Mediascreen*/

@media (min-width: 1200px) and (max-width: 1367px) {
  .item-txt {
    font-size: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .item-txt {
    font-size: 20px;
  }
  .item-txt-pink {
    line-height: 45px;
    font-size: 45px;
    font-weight: 800;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .item-txt {
    font-size: 18px;
    line-height: 4rem;
  }

  .item-txt-pink {
    line-height: 40px;
    font-size: 40px;
    font-weight: 800;
  }
}

@media (min-width: 993px) and (max-width: 1367px) {
  .sm-h-b {
    height: 32%;
  }
  .s3_img-title-position {
    bottom: 9%;
    left: 7%;
    font-size: 20px;
  }
  .price_btn-position {
    width: 90%;
    height: 43px;
    padding: 0.7rem;
  }
  .s3_img-title {
    font-size: 14px;
    margin-left: 5px;
    width: 100%;
  }
  .s3_price {
    font-size: 28px;
  }
  .s3_mb-8,
  .s4_mb-8 {
    margin-bottom: 5rem;
  }
  .s3_img-parent {
    position: relative;
    /* margin: 5px; */
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1365px) and (max-width: 1400px) {
  .s3_img-title-position {
    bottom: 4%;
    left: 8%;
    font-size: 28px;
  }
  .s3_img-title {
    font-size: 18px;
    margin-left: 5px;
    width: 100%;
  }
  .s3_price {
    font-size: 34px;
  }
  .s3_mb {
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .sm-h-b {
    height: 27%;
  }
  .text-hr {
    height: 25px;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 4.2px;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 14%;
    padding-bottom: 17%;
  }
  .btn-width {
    width: 260px;
  }
  .text-p {
    line-height: 26px;
  }
  .img-title {
    font-size: 24px;
    line-height: 34px;
  }
  .img-text {
    font-size: 16px;
    line-height: 26px;
  }
  .caption span.par-text {
    letter-spacing: 6px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .item-txt {
    font-size: 16px;
    line-height: 3rem;
  }

  .item-txt-pink {
    line-height: 32px;
    font-size: 32px;
  }

  .s3_img-title-position {
    bottom: 8%;
    font-size: 18px;
    width: 90%;
    left: 4%;
  }
  .s2_text-h1,
  .s3_text-h1,
  .s5_text-h1 {
    font-size: 30px;
  }
  .s3_ml-2 {
    margin-left: 5px;
  }
  .price_btn-position {
    width: 44%;
    padding: 0.9rem;
  }
  .s3_mb-8,
  .s4_mb-8 {
    margin-bottom: 5rem;
  }
  .s3_img-parent {
    margin: 0;
  }
  .s3_btn-position {
    width: 84%;
    bottom: 4%;
  }
  .s3_pl-0 {
    padding-left: 7px;
  }
  .s3_2_pl {
    padding-left: 15px;
  }
  .s3_img-parent {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .frame-box_3 {
    height: 70vh;
    margin-top: 0;
  }
  .s3_img-title-position {
    bottom: 0;
    font-size: 24px;
    width: 90%;
    left: 4%;
    height: 29%;
  }
  .s3_img-parent {
    margin: 0;
  }
  .s3_btn-position,
  .s5_btn-position-c {
    width: 74%;
    padding: 0.6rem 1rem;
    font-size: 14px;
    bottom: 4%;
  }
}
@media (max-width: 576px) {
  .img-button-with-title,
  .s5_img-button-with-title {
    height: 38%;
  }
  .s3_img-title-position {
    bottom: 5%;
    font-size: 24px;
    width: 90%;
    left: 5%;
    height: 29%;
  }
  .s3_btn-position,
  .s5_btn-position-c {
    width: 65%;
    padding: 0.7rem 1rem;
    font-size: 14px;
    bottom: 3%;
    height: 45px;
  }
  .btn-purple {
    padding: 0.8rem 2rem;
  }
  .frame-box_3 {
    height: 70vh;
    margin-top: 0;
  }
  .s3_ml-2 {
    margin-left: 0;
  }
  .s3_mb-5 {
    margin-bottom: 1rem;
  }
  .s3_pl-0 {
    padding-left: 5px;
  }
  .s3_img-parent {
    margin: 0;
  }
  .price_btn-position {
    height: 45px;
    width: 65%;
    padding: 0.7rem;
  }
}
/*Section_4*/
.s4_img-parent {
  width: 100%;
  height: 80vh;
}
.m-2-0 {
  margin: 2rem auto;
}
.img-button-left {
  display: block;
  background-color: rgba(231, 83, 150, 0.8);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.img-title-position {
  position: absolute;
  top: 14%;
  left: 7%;
  color: white;
  line-height: 1.3;
  font-size: 34px;
  font-weight: 700;
  width: 40%;
}
.img-text-position {
  position: absolute;
  top: 44%;
  left: 7%;
  color: white;
  font-size: 14px;
  width: 40%;
}
.s4_btn-position {
  position: absolute;
  z-index: 1;
  bottom: 11%;
  left: 7%;
  border-color: white;
  margin-left: 0;
}
.s4_text-h1 {
  font-size: 24px;
  font-weight: 700;
}
.m-5-0 {
  margin: 5rem auto;
}
.s4_lg-w {
  width: 260px;
}
.s4_w {
  width: 70%;
}
.s4_p-0 {
  padding: 0;
}
.s4_img-graphic {
  background-image: url(../images/graphic.png);
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-position-y: center;
}
.s4_letter {
  line-height: 1.5;
}
.s4-w-pos {
  position: absolute;
  top: 12%;
  width: 28%;
}
.s4_text-p {
  margin-top: 5rem;
  margin-bottom: 1rem;
  width: 80%;
  font-size: 14px;
}
/*YouTube*/
.s4-black-frame {
  width: 98%;
  border: 4px solid;
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
  height: 34vw;
}
.s4-color-frame {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #7f28c4, #e2197c, #e5231b);
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  padding: 3px;
  margin: -18px;
}
.s4-frame-bg {
  height: 100%;
  width: 100%;
  background: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.videoWrapper {
  /*position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}
.videoWrapper iframe {
  position: absolute;
  top: 11%;
  left: 12%;
  width: 75%;
  height: 75%;
}
.lg-p-0 {
  padding: 0;
}

@media (max-width: 779px) {

  .container-fluid.desktop {
    display: none;
  }
  .container-fluid.mobile {
    display: block;
  }

  .item-txt-bg {
    width: 100%;
    margin: 0;
  }

  .item-txt2 {
    bottom: 3.5rem;
  }

}

/*Section_4_Mediascreen*/
@media (min-width: 993px) and (max-width: 1367px) {
  .s4_text-h1 {
    width: 60%;
    font-size: 20px;
  }
  .pr-0 {
    padding-left: 0%;
  }
  .img-title-position {
    top: 9%;
    left: 5%;
    font-size: 24px;
    line-height: 1.3;
  }
  .s4_lg-w {
    width: 37%;
  }
  .s4_btn-position {
    bottom: 9%;
    left: 5%;
  }
  .img-text-position {
    font-size: 12px;
    left: 5%;
  }
  .s4-w-pos {
    top: 18%;
  }
  .s4_text-p {
    margin-top: 4rem;
    width: 85%;
    font-size: 12px;
  }
  .m-5-0 {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .s4_text-h1 {
    width: 60%;
  }
  .pr-0 {
    padding-left: 0%;
  }
  .img-title-position {
    top: 9%;
    left: 5%;
    font-size: 24px;
    line-height: 1.3;
  }
  .s4_lg-w {
    width: 37%;
  }
  .s4_btn-position {
    bottom: 9%;
    left: 5%;
  }
  .img-text-position {
    font-size: 12px;
    left: 5%;
    line-height: 1.3;
  }
  .s4_p-1 {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .s4_text-h1 {
    font-size: 20px;
  }
  .s4-w-pos {
    top: 18%;
  }
  .s4_text-p {
    margin-top: 2rem;
    width: 85%;
    font-size: 12px;
  }
  .s4_p-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 7%;
    left: 9%;
    width: 75%;
    height: 75%;
  }
  .s4-black-frame {
    border: 4px solid;
    border-bottom-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
  }
  .s4-color-frame {
    border-bottom-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
    padding: 3px;
    margin: -15px;
  }
  .s4-frame-bg {
    border: solid 2px transparent;
    border-bottom-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
  }
  .s4_mt {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .frame-box_3 {
    height: 70vh;
    margin-top: 0;
  }
  .s4_text-h1 {
    width: 60%;
  }
  .img-title-position {
    top: 16%;
    left: 7%;
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .s4_text-h1 {
    font-size: 24px;
  }
  .sm_m-5-0 {
    margin-top: 5rem;
  }
  .sm_mb-3 {
    margin-bottom: 3rem !important;
  }
  .sm-w {
    width: 70%;
  }
  .s4-black-frame {
    /*height: 80vw;
    width: 100%;*/
    border: none;
    height: 40vh;
    background: transparent;
  }
  .s4-color-frame {
    /*height: 97%;
    padding: 1px;
    margin: -10px;*/
    background: transparent;
  }
  .s4-frame-bg {
    height: 100%;
    width: 100%;
    background: transparent;

    border: none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .border-gradient {
    border-top: 3px solid transparent;

    border-image-repeat: round;
    border-image-source: linear-gradient(
      45deg,
      #7f28c4 40%,
      #e2197c 70%,
      #e5231b 102%
    );
    border-image-slice: 1;
  }
  .border-gradient-bottom {
    border-bottom: 3px solid transparent;
    border-image-repeat: stretch;
    border-image-source: linear-gradient(
      45deg,
      #7f28c4 40%,
      #e2197c 70%,
      #e5231b 102%
    );
    border-image-slice: 1;
  }

  .s4_letter {
    line-height: 1.3;
  }
  .img-text-position {
    width: 60%;
    line-height: 2;
  }
  .s4_p-0 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .s4_btn-position,
  .s5_btn-position {
    width: 55%;
    height: 45px;
    padding: 0.7rem;
  }
  .m-0-5 {
    margin: 0 !important;
  }
  .s4_text-p {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 3rem;
    line-height: 2;
    font-size: 16px;
  }
  .s4-w-pos {
    top: 9%;
  }
  /*.videoWrapper iframe {
    left: 5%;
    width: 84%;
    height: 70%;
  }*/
  .videoWrapper iframe {
    left: 0;
    top: 5px;
    width: 100%;
    height: 96%;
    bottom: 5px;
  }
  .sm-d-none {
    display: none;
  }
  .img-title-position {
    top: 14%;
    left: 7%;
    font-size: 28px;
    line-height: 1.3;
  }
  .img-text-position {
    line-height: 1.8;
    top: 40%;
  }
}
/*Section_5*/
.s5_img-graphic {
  background-image: url(../images/desktop/grawer.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-position-x: 138px;
  background-position-y: bottom;
  transform: scale(1.3); */
}
.h-5 {
  /* height: 660px; */
  height: 29vw;
}
.s5_w {
  width: 34%;
}
.img-button-with-title,
.s5_img-button-with-title {
  height: 40%;
}
.s5_t-position {
  width: 24%;
  left: 5%;
  top: 13%;
  line-height: 1.6;
  font-size: 29px;
}
.s5_position {
  width: 24%;
  left: 5%;
  top: 40%;
  font-size: 16px;
}
.s5_pos {
  left: 5%;
}
.s5_lg-pos {
  left: 17%;
  transform: translateX(-50%);
  width: 260px;
  bottom: 15%;
  position: absolute;
}
.lg-d-none {
  display: none;
}
.xl-d-block {
  display: block;
}
.bottom-white-space {
  height: 200px;
  width: 100%;
}

/*Section_5_Mediascreen*/
@media (min-width: 1700px) and (max-width: 1950px) {
  .s3_img-title-position,
  .s5_img-title-position {
    left: 13%;
    font-size: 34px;
    height: 34%;
    letter-spacing: 1px;
  }
  .btn-lg-img-purple,
  .btn-purple {
    font-size: 16px;
    width: 260px;
  }
  .img-button-with-title,
  .s5_img-button-with-title {
    height: 39%;
  }
  .s3_img-title {
    font-size: 20px;
  }
  .img-title-position {
    top: 20%;
    left: 8%;
  }
  .img-text-position {
    font-size: 16px;
    width: 35%;
  }
  .img-text-position {
    left: 8%;
    line-height: 1.6;
  }
  .s4_btn-position {
    left: 8%;
    bottom: 14%;
  }
  .s5_t-position {
    width: 22%;
    left: 5%;
    top: 16%;
    line-height: 1.3;
    font-size: 34px;
  }
  .s5_position {
    left: 5%;
    width: 20%;
    top: 42%;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .sm-always {
    display: block !important;
  }
}
@media (min-width: 993px) and (max-width: 1366px) {
  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    /* background-position-x: 138px;
    background-position-y: bottom;
    transform: scale(1.5); */
  }
  .img-button-with-title,
  .s5_img-button-with-title {
    height: 15vw;
  }
  .s5_img-title-position {
    bottom: 5%;
    left: 10%;
    font-size: 20px;
  }
  .btn-position-sm {
    bottom: 5%;
  }
  .s5_w {
    width: 45%;
  }
  .s5_t-position {
    width: 34%;
    left: 7%;
    top: 13%;
    line-height: 1.6;
    font-size: 27px;
  }
  .s5_position {
    width: 33%;
    left: 7%;
    top: 43%;
    font-size: 14px;
  }
  .s5_lg-pos {
    left: 22.5%;
    width: 24%;
    bottom: 12%;
    position: absolute;
    height: 45px;
    padding: 0.7rem;
  }
  .s5_btn-position-c {
    width: 44%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    bottom: 4%;
    height: 50px;
  }
  .md-d-block {
    display: block;
  }

  .xl-d-none {
    display: none;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .s3_img-title-position {
    bottom: 8%;
    left: 8%;
    font-size: 26px;
  }
  .s5_img-title-position {
    bottom: 6%;
    left: 10%;
    font-size: 26px;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 20%;
  }
}
@media (min-width: 1365px) and (max-width: 1400px) {
  .s5_img-title-position {
    bottom: 4%;
    left: 10%;
    font-size: 28px;
    line-height: 38px;
  }
  .md-d-block {
    display: none;
  }
  .xl-d-none {
    display: block;
  }

  .btn-position {
    bottom: 3%;
  }
  .price_btn-position {
    width: 76%;
    height: 50px;
    padding: 0.9rem;
  }
  .s2_text-h1,
  .s3_text-h1,
  .s5_text-h1 {
    font-size: 34px;
    letter-spacing: 5.1px;
  }
  .img-title-position {
    top: 10%;
    left: 7%;
    font-size: 28px;
    line-height: 38px;
  }
  .img-text-position {
    font-size: 16px;
    left: 7%;
    line-height: 26px;
    top: 37%;
  }
  .s4_btn-position {
    bottom: 12%;
    left: 7%;
  }
  .s4_text-h1 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 15px;
  }
  .s4_text-p {
    margin-top: 3.8rem;
    width: 82%;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
  }
  .s4-w-pos {
    width: 27%;
  }
  .s4_p-1 {
    margin-top: 9rem;
  }
  .s5_lg-pos {
    /* left: 7%; */
    width: 260px;
    bottom: 12%;
    position: absolute;
    height: 50px;
    padding: 0.9rem;
  }
  .s5_t-position {
    top: 15%;
  }
  .s5_position {
    top: 41%;
  }
  .s5_text-h1 {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-button-with-title {
    height: 47%;
  }
  .s5_img-button-with-title {
    height: 26%;
  }
  .s5_img-title-position {
    left: 28%;
    height: 23%;
  }
  .s_4-black-frame {
    height: 50vw;
  }
  .md-p-0 {
    padding: 0;
  }
  .s5_mtb {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    background-position-x: -550px;
    background-position-y: bottom;
    /* transform: scale(1); */
  }
  .s5_w {
    width: 50%;
  }
  .s5_t-position {
    width: 34%;
    left: 7%;
    top: 13%;
    line-height: 1.6;
    font-size: 27px;
  }
  .s5_position {
    width: 33%;
    left: 7%;
    top: 43%;
    font-size: 14px;
  }
  .s5_lg-pos {
    left: 25%;
    width: 36%;
    bottom: 14%;
    position: absolute;
  }
  .s5_btn-position-c {
    width: 44%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    bottom: 4%;
    height: 50px;
  }
  .sm-always {
    display: block !important;
  }
  .md-d-block {
    display: block;
  }
  .xl-d-none {
    display: none;
  }
}
@media (min-width: 833px) and (max-width: 992px) {
  .s5_img-title-position {
    bottom: 21%;
    font-size: 18px;
    width: 90%;
    left: 4%;
  }
  .s5_img-button-with-title {
    height: 47%;
  }
  .s5_btn-position-c {
    width: 84%;
    bottom: 3%;
    font-size: 12px;
    height: 40px;
    padding: 0.6rem;
  }
  .s3_2_pl {
    padding-left: 10px;
  }
  .s3_img-title {
    font-size: 11px;
    margin-top: 0.6rem;
  }
  .s3_price {
    font-size: 28px;
  }
  .xl-d-none {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .frame-box_3 {
    height: 70vh;
    margin-top: 0;
  }
  .img-button {
    height: 11vh;
  }
  .img-button-with-title,
  .s5_img-button-with-title {
    height: 47%;
  }
  .sm-p-0 {
    padding: 0;
  }
  .img-parent {
    margin: 0;
  }
  .sm-m-b-20 {
    margin-bottom: 20px;
  }
  .sm-m-b-100 {
    margin-bottom: 100px;
  }
  .sm-always {
    display: block !important;
  }
  .md-d-block {
    display: block;
  }
  .xl-d-none {
    display: none;
  }

  
  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    background-position-x: -700px;
    background-position-y: bottom;
    /* transform: scale(1); */
  } 
  .s5_w {
    width: 70%;
  }
  .s5_t-position {
    width: 44%;
    left: 15%;
    top: 13%;
    line-height: 1.6;
    font-size: 24px;
  }
  .s5_position {
    width: 33%;
    left: 15%;
    top: 43%;
    font-size: 14px;
  }
  .s5_lg-pos {
    left: 35%;
    width: 40%;
    bottom: 14%;
    position: absolute;
  }
  .s5_btn-position-c {
    width: 44%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    bottom: 4%;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .s5_w {
    width: 80%;
  }
  .s5_img-graphic {
    background-position-x: 0;
  }
  .sm_mt-3 {
    margin-top: 3rem;
  }
  .s5_t-position {
    width: 80%;
    text-align: center;
    left: 0;
    font-size: 20px;
  }
  .s5_position {
    width: 80%;
    text-align: center;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .s5_pos {
    left: 50%;
    bottom: 15%;
  }
  .s5_text-h1 {
    width: 95vw;
    letter-spacing: 5px;
  }
  .sm-p-0 {
    padding: 0;
  }
  .img-parent {
    margin: 0;
  }
  .sm-m-b-20 {
    margin-bottom: 20px;
  }
  .sm-m-b-100 {
    margin-bottom: 100px;
  }
  .s5_img-title-position {
    bottom: 5%;
    font-size: 24px;
    width: 90%;
    left: 5%;
    height: 29%;
  }
  .s5_lg-pos {
    left: 18%;
    width: 65%;
    bottom: 15%;
    position: absolute;
  }
  .sm_p-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm-always {
    display: block !important;
  }
  .md-d-block {
    display: block;
  }
  .xl-d-none {
    display: none;
  }

  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    background-position-x: -750px;
    background-position-y: bottom;
    /* transform: scale(1); */
  } 
  .s5_lg-pos {
    left: 40%;
    width: 50%;
    bottom: 14%;
    position: absolute;
  }
  .s5_btn-position-c {
    width: 44%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    bottom: 4%;
    height: 50px;
  }
}
@media (min-width: 539px) and (max-width: 541px) {
  .frame-box,
  .frame-box_3 {
    height: 89vh;
  }
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 26%;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 8px;
    line-height: 49px;
    padding-left: 10%;
    width: 95%;
  }


  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    background-position-x: -550px;
    background-position-y: bottom;
    /* transform: scale(1); */
  } 
  .s5_w {
    width: 46%;
  }
  .s5_position {
    width: 33%;
    left: 5%;
    top: 43%;
    font-size: 14px;
  }
  .s5_lg-pos {
    left: 23%;
    width: 26%;
    bottom: 14%;
    position: absolute;
  }
  .s5_btn-position-c {
    width: 44%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    bottom: 4%;
    height: 50px;
  }
}

@media (max-width: 400px) {
  .s5_lg-pos {
    width: 70%;
  }