html,
body {
  font-family: 'Montserrat';
  color: #000000;
  width: 100%;
  /* height: 100%; */
}

html {
  --plyr-color-main: #7F28C4;
}
button:focus,button:active {outline:none;}
/*Hero*/
.hero_img {
  height: auto;
  width: 100%;
  position: relative;
  object-fit: cover;
}
.hero {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  opacity: 0.5;
}
.hero_text {
  color: black;
  text-align: center;
  padding: 3%;
}
.hero_text_h1 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero_text_h2 {
  font-size: 23px;
  line-height: 45px;
}
.hero_text_h3 {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 5px;
}

.txt-left {
text-align: left;  
}

/*Section_1*/
.s_3-frame-content {
  padding-top: 10%;
  padding-bottom: 23%;
  font-size: 23px;
  /*line-height: 35px;*/
  width: 93%;
  line-height: 36px;
  text-align: center;
}
.s_1-frame-content {
  color: white;
  padding-top: 20%;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}
.s_2-frame-content {
  color: white;
  padding-top: 25%;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 35%;
}
.s_4-frame-content {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}
.s_5-frame-content {
  font-size: 25px;
  font-weight: 600;
    position: absolute;
    top: 55%;
}
.s_6-frame-content {
  color: white;
  top: 15%;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  line-height: 35px;
}
.s_7-frame-content {
  color: white;
  bottom: 3%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  line-height: 35px;
  padding: 0 8%;
}
.s_8-frame-content {
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  font-weight: 600;
  position: absolute;
  line-height: 33px;
  width: 100%;
  text-align: center;
}
.purple-txt {
  text-transform: none;
  font-size: 30px;
  color: #7f28c4;
  margin: 0;
}
.purple-per {
  font-size: 45px;
}
img {
  width: 100%;
  height: 100%;
}
.img-custom {
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 5px;
}
.frame-box {
  background-image: url(../images/frame2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 15%;
  padding: 15%;
}

.frame-box2 {
  background-image: url(../images/frame2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10% 10% 10% 5%;
  background-position: center;
}

.m-0-a {
  margin: 0 auto;
}
.m-0-5 {
  margin: 0 5rem;
}
.m-r-2 {
  margin-right: 2%;
}
.img-parent {
  position: relative;
  margin: 5px;
  width: 100%;
  height: 100%;
}
.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: 4px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: transparent linear-gradient(98deg, #7F28C4 0%, #E2197C 62%, #E5231B 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  word-break: inherit;
  padding: 1rem 2.2rem;
  text-transform: uppercase;
  /*padding-bottom: 8px;
  padding-top: 8px;*/
}
.btn-purple:hover,
.btn-purple:focus {
  background-color: #740C1C;
  color: #f4f0f9;
  border-color: #740C1C;
}
.btn-lg-img-purple {
  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: #7f28c4;
  border-color: #f4f0f9;
  color: #f4f0f9;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  width: 260px;
  height: 50px;
}
.btn-lg-img-purple:hover,
.btn-lg-img-purple:focus {
  background-color: #6a17ad;
  color: #f4f0f9;
  border-color: #6a17ad;
}
/*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: normal;
  line-height: 24px;
}
.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;
}
/*Section_1_Mediascreen*/

@media (min-width: 1951px) {
.mob-none {
  display: none;  
  }
}
@media (min-width: 1700px) and (max-width: 1950px) {
.img-button {
  height: 23%;
}
.s_3-frame-content {
  padding-top: 15%;
  padding-bottom: 35%;
}
.mob-none {
  display: none;  
}
}
@media (min-width: 1561px) and (max-width: 1699px) {
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 35%;
    line-height: 42px;
  }
  .mob-none {
    display: none;  
    }
 
}
@media (min-width: 1368px) and (max-width: 1560px) {
  .s_3-frame-content {
    padding-top: 10%;
    padding-bottom: 28%;
    line-height: 42px;
  }
  .mob-none {
    display: none;  
    }
 
}

@media (min-width: 1025px) and (max-width: 1367px) {
  .btn-width {
    width: 230px;
  }
  .frame-box_6, .frame-box_5 {
    background-size: 30%!important;
  }
  .s_4-frame-content {
    font-size: 37px;
    line-height: 40px;
}
.line01 {
  font-size: 25px;
  line-height: 25px;
}
.s_5-frame-content {
  font-size: 20px;
}

}
@media (min-width: 1201px) and (max-width: 1367px) {
  .s_3-frame-content {
    padding-top: 10%;
    padding-bottom: 35%;
    line-height: 28px;
    font-size: 20px;
  }
  .btn-carusel {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .purple-txt {
    font-size: 22px;
  }
  .purple-per {
    font-size: 25px;
  }
  .hero_text_h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero_text_h1 {
    font-size: 22px;
    line-height: 42px;
  }
  .hero_text_h2 {
    font-size: 20px;
    line-height: 42px;
  }
  .s_8-frame-content {
    font-size: 30px;
    line-height: 30px;
  }
  .mob-none {
    display: none;  
    }
     
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .s_3-frame-content {
    padding-top: 10%;
    padding-bottom: 28%;
    line-height: 28px;
    font-size: 20px;
  }
  .s_1-frame-content {
    padding-top: 10%;
    font-size: 30px;
  }
  .btn-carusel {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .purple-txt {
    font-size: 22px;
  }
  .purple-per {
    font-size: 25px;
    }
    .hero_text_h3 {
      font-size: 35px;
      line-height: 50px;
      letter-spacing: 3px;
    }
    .hero_text_h1 {
      font-size: 20px;
      line-height: 40px;
    }
  .hero_text_h2 {
        font-size: 18px;
        line-height: 40px;
    }
    .s_6-frame-content {
      font-size: 30px;
      top: 10%;
    }
    .s_7-frame-content {
      font-size: 22px;
      line-height: 25px;
      padding: 0;
    }
    .s_8-frame-content {
      font-size: 25px;
      line-height: 25px;
    }
    .text-h3 {
    font-size: 18px;  
    }
    .mob-none {
      display: none;  
      }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .hero_text_h3 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
   }
   .hero_text_h1 {
    font-size: 20px;
    line-height: 25px;
   }
   .hero_text_h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero_text {
    top: 150px;
  }
  .line-right {
    width: 47%;
  }
  .btn-width {
    width: 79%;
    padding: 0.7rem 2rem;
    height: 43px;
  }
  .s_1-frame-content {
    width: 95%;
    padding-top: 20%;
    padding-bottom: 40%;
    font-size: 25px;
    line-height: 35px
  }
  .s_3-frame-content {
    font-size: 20px;
    line-height: 25px;
    padding-left: 0;
}
  .purple-txt {
    font-size: 17px;
  }
  .purple-per {
    font-size: 25px;
  }
  .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%;
  }
  .btn-carusel {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .frame-box_6, .frame-box_5 {
    background-size: 30%!important;
  }

  .frame-box2 {
    padding: unset;
    background-position: center;
  }

  .s_4-frame-content {
    font-size: 30px;
    line-height: 35px;
}
.line01 {
  font-size: 22px;
  line-height: 22px;
}
.s_5-frame-content {
  font-size: 18px;
}
.hero_text_h3 {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 3px;
}
.hero_text_h1 {
  font-size: 20px;
  line-height: 40px;
}
.hero_text_h2 {
    font-size: 18px;
    line-height: 40px;
  }
  .s_6-frame-content {
    font-size: 28px;
    top: 10%;
  }
  .s_7-frame-content {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
  }
  .s_8-frame-content {
    font-size: 23px;
    line-height: 25px;
  }
  .s_2-frame-content {
    padding-top: 15%;
    padding-bottom: 20%;
}
  .text-h3 {
  font-size: 18px;  
  }
  .mob-none {
    display: none;  
    }
  
}
@media (min-width: 768px) and (max-width: 992px) {
  .s_1-frame-content {
    padding-top: 20%;
    left: 50%;
    font-size: 25px;
    line-height: 35px;
    width: 95%;
  }
  .s_3-frame-content {
    font-size: 20px;
    line-height: 25px;
    padding-left: 8%;
   }
   .hero_text_h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .hero_text_h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero_text_h2 {
      font-size: 15px;
      line-height: 25px;
    }
  .purple-txt {
    font-size: 20px;
  }
  .purple-per {
    font-size: 24px;
  }
  .btn-width {
    width: 86%;
    padding-left: 5%;
    margin: auto 8%;
    font-size: 12px;
    height: 40px;
    padding: 0.6rem;
  }
  .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;
  }
  .btn-carusel {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .text-h3 {
    font-size: 20px;
  }
  .text-p {
    margin-bottom: 5rem;
  }
  .frame-box_6, .frame-box_5 {
    background-size: 30%!important;
  }
  .s_4-frame-content {
    font-size: 30px;
    line-height: 35px;
}
.line01 {
  font-size: 22px!important;
  line-height: 22px!important;
}
.s_5-frame-content {
  font-size: 18px;
}
.s_2-frame-content {
  padding-top: 10%;
    font-size: 25px;
    padding-bottom: 20%;
}
.s_6-frame-content {
  font-size: 25px;
  top: 10%;
}
.s_7-frame-content {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
}
.s_8-frame-content {
  font-size: 20px;
  line-height: 22px;
}
.text-h3 {
font-size: 15px;  
}
.frame-box2 {
  background-position: center;
}
  .mob-none {
  display: none;  
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .s_1-frame-content,
  .s_3-frame-content {
    padding-top: 15%;
    padding-bottom: 30%;
    font-size: 35px;
    line-height: 45px;
    width: 95%;
  }
  .s_5-frame-content {
    top: 70%;
  }
  .hero_text_h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .hero_text_h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero_text_h2 {
      font-size: 15px;
      line-height: 25px;
    }
  .frame-box_4 {
    background-position: center;
    }
  .purple-txt {
    font-size: 35px;
  }
  .purple-per {
    font-size: 38px;
  }
  .btn-width {
    width: 79%;
    padding-left: 5%;
    margin: auto 8%;
    font-size: 14px;
    height: 35px;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .frame-box, .frame-box2 {
    background-image: url(../images/frame3.svg);
    background-position: center;
    padding: 15%;

  }
  .text-container {
    margin-left: 7px;
  }
  .mlr-4 {
    margin-left: 7px;
  }
  .tll {
    width: 55%;
  }
  .text-h3 {
    font-size: 28px;
  }
  .text-p {
    margin-left: 7px;
    width: 100%;
  }
  .btn-lg-img-purple {
    padding: 0.5rem;
    height: 35px;
  }
  
  .sm-d-none {
   display:none!important; 
  }
  .frame-box_5, .frame-box_6 {
    background-size: 30%!important;
    background-position: 75% 50%!important;
    padding-left: 15%;
    padding-top: 10%;
}
.s_6-frame-content {
  font-size: 55px;
  line-height: 55px;
}
.s_7-frame-content {
  font-size: 35px;
  line-height: 45px;
  bottom: 7%;
}
.s_8-frame-content {
  font-size: 43px;
  line-height: 43px;
}
.s_2-frame-content {
  padding-top: 10%;
  font-size: 45px;
  padding-bottom: 15%;
}
.s_4-frame-content {
  font-size: 40px;
}
.border-gradient {
  border-image-source: unset!important;
}
.border-gradient-bottom {
  border-image-source: unset!important;
}
.videoWrapper {
  position: unset!important;
}
.videoWrapper iframe {
  position: absolute!important;
  top: 0!important; 
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.s4-color-frame {
    background: unset!important;
}
.des-none {
  display: none!important;  
  }
  .videoWrapper {
    padding-bottom: 75.25%!important;
  }
}
@media (max-width: 576px) {
  .s_1-frame-content {
    padding-top: 25%;
    padding-bottom: 20%;
    font-size: 25px;
    line-height: 35px;
    width: 95%;
  }
  .s_3-frame-content {
    font-size: 25px;
    line-height: 35px;
    width: 95%;
  }
  .s_4-frame-content {
    font-size: 30px!important;
    line-height: 40px!important;
  }
  .s_5-frame-content {
    top: 70%;
  }
  .line01 {
    font-size: 25px!important;
   }
  .purple-per {
    font-size: 35px;
  }
  .hero_text_h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .hero_text_h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero_text_h2 {
      font-size: 15px;
      line-height: 25px;
    }
  .frame-box_4 {
    background-position: center;
    }
  .frame-box, .frame-box2 {
    background-image: url(../images/frame3.svg);
    background-position: center;
    padding: 15%;
    }
  .btn-purple {
    font-size: 15px;
    padding: 1rem 1rem;
  }
  .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 {
    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%;
  }
  .frame-box_5, .frame-box_6 {
    background-size: 35%!important;
    background-position: 80% 75%!important;
    padding-left: 10%;
    padding-top: 10%;
}
.s_2-frame-content {
  padding-top: 5%;
  padding-bottom: unset;
}

.videoWrapper {
  position: initial!important;
}
.des-none {
  display: none!important;  
  }
  .videoWrapper {
    padding-bottom: 75.25%!important;
  }
}
/*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: 33px;
  font-weight: 600;
}
.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;
}

.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;
}

/*Section_2_Mediascreen*/
@media (min-width: 993px) and (max-width: 1367px) {
}
@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;
  }
}
@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: 28px;
    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%;
}
.frame-box_4 {
  background-image: url(../images/frame1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding: 10%;
  background-position: center;
}
.frame-box_5 {
  background-image: url(../images/Image_27.png);
  background-size: 35%;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 85% 80%;
}
.frame-box_6 {
  background-image: url(../images/Image_26.png);
  background-size: 35%;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 85% 80%;
}
.line01 {
  font-size: 30px;  
  line-height: 30px;  
}
.line02 {  
-webkit-text-stroke: 1px black; 
color: white;
}
.m-height {
height: 300px;
}
.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;
}
.s3_img-parent {
  position: relative;
  margin: 5px;
  width: 100%;
  height: 100%;
}
.s3_img-title {
  font-size: 16px;
  margin-top: 1rem;
}
.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: 2rem;
  margin-top: 3rem;
}
.s3_pl-0 {
  padding-left: 0;
}
.content-img {
background-image: url('../images/Image_26.png');
  background-repeat: no-repeat;
  background-position: 80% 75%;
}
.s3_non_a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
/*Section_3_Mediascreen*/
@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;
  }
  
  .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) {
  .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;
  }
  
  .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: #7f28c4;
  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: 3px solid;
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
  height: 100%;
}
.t-18 {
margin-top: 18px;
}
.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: 1px;
  margin: -18px;
}
.s4-frame-bg {
  height: 100%;
  width: 100%;
  background: #fff;
  background-clip: padding-box;
  border: solid 3px transparent;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 7.5%;
  left: 7.5%;
  width: 85%;
  height: 85%;
}
.videoWrapper2 {
  position: relative;
  height: 0;
  padding: 3vw;
}

.lg-p-0 {
  padding: 0;
}
.lg-p-5 {
  padding-left: 6%;
  padding-right: 6%;
}
.lg-p-3 {
  padding-left: 3%;
  padding-right: 3%;
}

/*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;
  }
  .h-100 {
    height: 100%!important;
}
}
@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.5%;
    left: 7.5%;
    width: 85%;
    height: 85%;
  }
  .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: 1px;
    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;
  }
  .h-100 {
      height: 100%!important;
  }
}
@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;
  }

  .videoWrapper2 {
    padding: 0;
  }

  .s4-black-frame {
    border: none!important;
    width: 100%;
  }
  .s4-color-frame {
  margin: 0;
  }

  .s4_frame-bg {
    border: none;
  }
  
}
@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 {
    border: none;
    height: 100%;
    background: transparent;
    width: 100%;
  }
  .s4-color-frame {
    background: transparent;
    padding: unset;
    margin: unset;
  }
  .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: unset;
    border-image-slice: 1;
  }
  .border-gradient-bottom {
    border-bottom: 3px solid transparent;
    border-image-repeat: stretch;
    border-image-source: unset;
    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: 0;
    top: 5px;
    width: 100%;
    height: 96%;
    bottom: 5px;
  }
  .sm-d-none {
    display: none!important;
  }
  .img-title-position {
    top: 14%;
    left: 7%;
    font-size: 28px;
    line-height: 1.3;
  }
  .img-text-position {
    line-height: 1.8;
    top: 40%;
  }
  .h-100 {
    padding-right: unset;
    padding-left: unset;
}
}
/*Section_5*/
.s5_img-graphic {
  background-image: url(../images/graphic.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: 138px;
  background-position-y: bottom;
  transform: scale(1.3);
}
.h-5 {
  height: 660px;
}
.s5_w {
  width: 35%;
}
.img-button-with-title,
.s5_img-button-with-title {
  height: 40%;
}
.s5_t-position {
  width: 22%;
  left: 5%;
  top: 13%;
  line-height: 1.3;
  font-size: 34px;
}
.s5_position {
  width: 22%;
  left: 5%;
  top: 40%;
  font-size: 16px;
}
.s5_pos {
  left: 5%;
}
.s5_lg-pos {
  left: 5%;
  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 {
    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_lg-pos {
    left: 5%;
    width: 24%;
    bottom: 12%;
    position: absolute;
    height: 45px;
    padding: 0.7rem;
  }
  .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;
}
}
@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%;
  }
  .s5_w {
    width: 56%;
  }
  .s_4-black-frame {
    height: 50vw;
  }
  .md-p-0 {
    padding: 0;
  }
  .s5_img-graphic {
    background-position-x: 45px;
  }
  .s5_mtb {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .h-5 {
    height: 500px;
    overflow: hidden;
  }
  .s5_img-graphic {
    background-repeat: no-repeat;
    background-position-x: 150pxpx;
    background-position-y: bottom;
    transform: scale(1.5);
  }
  .s5_w {
    width: 46%;
  }
  .s5_position {
    width: 33%;
    left: 5%;
    top: 43%;
    font-size: 14px;
  }
  .s5_lg-pos {
    left: 5%;
    width: 26%;
    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: 577px) 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;
  }
}
@media (max-width: 576px) {
  .s5_w {
    width: 100%;
  }
  .s5_img-graphic {
    background-position-x: 0;
  }
  .sm_mt-3 {
    margin-top: 3rem;
  }
  .s5_t-position {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .s5_position {
    width: 100%;
    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;
  }
}
@media (min-width: 539px) and (max-width: 541px) {
  .frame-box,
  .frame-box_3 {
    height: 89vh;
  }
  .s_1-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%;
  }
}
