html,
body {
  font-family: "Montserrat";
  color: #000000;
  width: 100%;
  /* height: 100%; */
}
button:focus,
button:active {
  outline: none;
}
/*Hero*/
.hero-mob {
  display: none;
}
.baners-d{
  display: block;
}
.baners-m{
  display: none;
} 
.hero_img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}
.hero_text {
  text-align: left;
  color: black;
  padding: 3% 10%;
}
.hero_text_h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 65px;
  font-weight: 700;
}
.main-h1 {  
  font-size: 34px;
}
.main-h2 {
  font-size: 45px;
}

.main-h2 img {
  width: 60%;
}
.main-h3 {
  font-weight: normal;
  word-spacing: 10px;
}
.hero_text_h3 {
  font-size: 30px;
  line-height: 40px;
}
.hero_text_h2 {
  font-size: 30px;
  line-height: 45px;
}
.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%;
}

.item-backgrund  {
  position: fixed;
}

/*Section_1*/
.section1-content{
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  text-align: center;
}
.mobile-btn h3{
  margin-bottom: 0;
}
.badge {
  padding: 18px 32px;
  justify-content: center;
  background-image: linear-gradient(
    131.14deg,
    #7f28c4 4.53%,
    #e2197c 70.61%,
    #e5231b 102.64%
  );
  border-radius: 23px 0 23px 0;
  font-size: 15px;
  font-weight: 600;
  color: white;
  margin-bottom: 2%;
  display: inline-block;
  text-transform: uppercase;
}

.section1-h1{
  font-weight: 600;
}

/* Section_2 */
.section2-content{
  top: 25%;
  left: 0%;
  width: 50%;
  text-align: right;
}
/* Section_3 */
.section3-content{
  top: 25%;
  right: 0%;
  width: 50%;
  text-align: center;
}
.section3-h1{
  font-size: 50px;
}
.grid{
  padding: 0 10px;
}
.col-sm {
  padding: 0;
  text-align: center;
}
.grid-item-1{
  top: 0;
  font-size: 18px;
  padding:  1% 0 0 3%;
  width: 70%;
}
.grid-item-h1{
  color: #EA900B;
  font-weight: 600;
}
.grid-item-h1 span {
  font-size: 50px;
}
.grid-item-div {
  height: 100px;
}
.section4-content{
  padding: 3%;
  text-align: center;
}
.section4-content a {
  text-decoration: none;
  color: #000;
}
.blog-link{
  margin-top: 30px;
}
.blog-link span{
  font-weight: 600;
}
.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: #fff;
  border-color: #fff;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  word-break: inherit;
  /* margin-top: 1rem; */
  margin-bottom: 0.25rem;
  padding: 0.8rem 1.5rem;
  width: 20%;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.btn-black {
  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: 0.25rem auto 0.8rem;
  padding: 0.6rem 1.3rem;
  /* width: 20%; */
}
.btn-black2 {
  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: 12px;
  font-weight: 700;
  word-break: inherit;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  padding: 0.9rem 1.4rem;
  width: 40%;
}
.btn-black:hover,
.btn-black:focus,
.btn-black2:hover,
.btn-black2:focus {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}
.width91 {
  width: 91%; 
 }

 .videoframe {
  margin: 0;
  width: 100%;
  padding-bottom: 55.5%; /* 16:9 */
  height: 0;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Mediascreen - 1700px */
@media (min-width: 1700px) and (max-width: 1830px) {
  .grid-item-div {
    height: 80px;
  }
}
/* Mediascreen - 1368px */
@media (min-width: 1368px) and (max-width: 1700px) {
  /* HERO */
  .main-h1 {  
    font-size: 34px;
  }
  /* Section_1&2 */
  .section1-content{
    /* top: 15%; */
    right: 0;
    width: 50%;
  }
  .badge{
    padding: 16px 30px;
  }
  .main-h2{
    font-size: 36px;
  }
  .section1-h2{
    font-size: 24px;

  }
  .btn-black{
    /* width: 30%; */
  }
  /* GRID */
  .btn-black2{
    font-size: 14px;
    padding: 0.5rem 0.5rem;
    margin: 0;
    max-width: 45%;
  }
  .grid-item-h1{
    font-size: 28px;
  }
  .grid-item-h1 span {
    font-size: 34px;
  }
  .grid-item-div {
    height: 80px;
  }
  /* Section_3 */
  .btn-white{
    width: 30%;
  }
  .section3-h1{
    font-size: 44px;
  }
}
/* Mediascreen - 1025px */
@media (min-width: 1025px) and (max-width: 1367px) {
  .btn-black{
    /* width: 30%; */
    /* margin-top: 1rem; */
  }
  .text-sm{
    font-size: 34px;
  }
  /* HERO */
  .hero_text_h1 {
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
  }
  .main-h1{
    font-size: 30px;
  }
  .main-h2{
    font-size: 30px;
  }
  /* Section_1&2 */
  .section1-content{
    /* top: 15%; */
    right: 0;
    width: 50%;
  }
  .badge{
    padding: 10px 24px;
    font-size: 12px;
  }
  .section1-h2{
    font-size: 16px;
  }
  /* GRID */
  .btn-black2{
    font-size: 12px;
    padding: 0.4rem 1.1rem;
    margin: 0;
  }
  .btn-black {
    margin: 0.25rem auto 0rem;
  }
  .grid-item-h1{
    font-size: 20px;
  }
  .grid-item-h1 span {
    font-size: 32px;
  }
  .grid-item-div {
    height: 60px;
  }
  /* Section_3 */
  .btn-white{
    font-size: 14px;
    width: 30%;
  }
  .section3-h1{
    font-size: 36px;
  }
}
@media (min-width: 993px)and (max-width: 1024px) {
  .btn-black{
    /* width: 40%; */
    /* margin-top: 1rem; */
  }
  .text-sm{
    font-size: 34px;
  }
  /* HERO */
  .hero_text_h1 {
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
  }
  .main-h1{
    font-size: 30px;
  }
  .main-h2{
    font-size: 26px;
  }
  /* Section_1&2 */
  .section1-content{
    /* top: 15%; */
    right: 0;
    width: 50%;
  }
  .badge{
    padding: 10px 24px;
    font-size: 12px;
  }
  .section1-h2{
    font-size: 14px;
  }
  /* GRID */
  .btn-black2{
    font-size: 14px;
    padding: 0.7rem 1.4rem;
    margin: 0;
  }
  .btn-black {
    margin: 0.25rem auto 0rem;
  }
  .grid-item-h1{
    font-size: 28px;
  }
  .grid-item-h1 span {
    font-size: 40px;
  }
  .grid-item-div {
    height: 60px;
  }
  /* Section_3 */
  .btn-white{
    font-size: 14px;
    width: 30%;
  }
  .section3-h1{
    font-size: 30px;
  }
}
@media (min-width: 768px)and (max-width: 992px) {
  .btn-black{
    /* width: 30%; */
    padding: 0.475rem 0.85rem;
    /* margin-top: 0.2rem; */
    font-size: 10px;
  }
  .btn-white{
    font-size: 10px;
    padding: 0.375rem 0.75rem;
    margin: 0;
    width: 40%;
  }
  .text-sm{
    font-size: 18px;
  }
  /* HERO */
  .hero_text_h1 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
  }
  .main-h1 {  
    font-size: 18px;
  }
  .main-h3{
    word-spacing: 3px;
  }
  /* Section_1&2 */
  .section1-content{
    /* top: 15%; */
    right: 0;
    width: 50%;
    padding-right: 2%;
  }
  .badge{
    padding: 10px 24px;
    font-size: 10px;
  }
  .main-h2{
    font-size: 32px;
  }
  .section1-h2{
    font-size: 14px;
  }
  /* Karuzela */
  .grid-item-1{
    font-size: 18px;
  }
  .grid-item-h1{
    font-size: 26px;
  }
  .grid-item-h1 span{
    font-size: 36px;
  }
  /* Section_3 */  
  .section3-h1{
    font-size: 22px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .hero-des {
    display: none;
  }
  .hero-mob {
    display: block;
    background-color: #F5EFED;
    height: 250px;
    padding: 10%;
  }
  .baners-d{
    display: none;
  }
  .baners-m{
    display: block;
  } 
  .badge-m {
    top: 10%;
    left: 40%;
    padding: 8px 22px;
    justify-content: center;
    background-image: linear-gradient(
      131.14deg,
      #7f28c4 4.53%,
      #e2197c 70.61%,
      #e5231b 102.64%
    );
    border-radius: 23px 0 23px 0;
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-bottom: 2%;
    display: inline-block;
    text-transform: uppercase;
  } 
  /* HERO */
  .hero_text_h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 10%;
  }
  .hero_text_h1 .main-h2{
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
  }
  .main-h1 {  
    font-size: 26px;
  }
  .main-h3{
    word-spacing: 3px;
  }
  /* Section1&2 */
  .section2-content-m{
    text-align: center;
    padding: 7% 10%;
    line-height: 54px;
  }
  .txt-m{
    font-size: 50px;
  }
  .section2-content-m .section1-h2{
    font-size: 26px;
    line-height: 48px;
  }
  /* Section3 */
  .section3-m{
    font-size: 46px;
  }
}
@media (max-width: 576px){
  .hero-des {
    display: none;
  }
  h1 {
    font-size: 1rem;
    text-align: center;
  }
  .width91 {
    width: 100%;    
  }
  .hero-mob {
    display: block;
    background-color: #F5EFED;
    height: 220px;
  }
  .baners-d{
    display: none;
  }
  .baners-m{
    display: block;
  }  
  .btn-black {
    font-size: 12px;
  }

  .btn-black2{
    font-size: 12px;
    width: 45%;
    padding: 0.5rem 1rem;
  }
  .badge-m {
    top: 10%;
    left: 40%;
    padding: 8px 22px;
    justify-content: center;
    background-image: linear-gradient(
      131.14deg,
      #7f28c4 4.53%,
      #e2197c 70.61%,
      #e5231b 102.64%
    );
    border-radius: 23px 0 23px 0;
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-bottom: 2%;
    display: inline-block;
    text-transform: uppercase;
  }
  /* HERO */
  .hero_text_h1 {
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 5%;
  }
  .hero_text_h1 .main-h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
  }
  .main-h1 {
    font-size: 20px;
  }
  .main-h3{
    word-spacing: 3px;
  }
  /* Section1&2 */
  .section2-content-m{
    text-align: center;
    padding: 7% 5%;
  }
  .txt-m{
    font-size: 34px;
  }
  .section2-content-m .section1-h2{
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
  }
  .hero_text-m h1{
    font-size: 26px;
  }
  .hero_text-m span{
    font-size: 34px;
  }
  /* Karuzela */
  .grid-item-1{
    font-size: 18px;
  }
  .grid-item-h1{
    font-size: 26px;
  }
  .grid-item-h1 span{
    font-size: 36px;
  }

  /* Section3 */
  .section3-m{
    font-size: 30px;
  }
  /* Section4 */
  .section4-content h2 {
    font-size: 20px;
  }
}

.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: 80%; */
    /* height: 100%; */
    padding: 2% 2% 2% 30%;
}
.grid-title,
.grid-header {
  text-align: center;
}
.grid-header {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
}
.grid-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 2.5rem;
}
.icon-module {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}
.icon-item {
  display: inline-grid;
  width: 45%;
  font-size: 0.7rem;
  text-align: center;
  row-gap: 0.5rem;
  font-weight: 600;
}
.icon-item img {
  width: 30% !important;
  margin: auto 35%;
}

.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;
}



/*Section_1_Mediascreen*/
@media (min-width: 1700px) and (max-width: 1950px) {
  .img-button {
    height: 23%;
  }
  .grid-title {
    margin: 4rem;
  }
  .grid-header {
    font-size: 45px;
}
}
@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) {
.grid-title {
  margin: 1.5rem;
}
}

@media (min-width: 1025px) and (max-width: 1199px) {
.grid-title {
  margin: 1.5rem;
  font-size: 1.2rem;
}
.grid-header {
  font-size: 1.7rem;
}
.icon-item {
  font-size: 0.6rem;
}
}

@media (min-width: 993px) and (max-width: 1024px) {
  .line-right {
    width: 47%;
  }
  .btn-width {
    width: 79%;
    padding: 0.7rem 2rem;
    height: 43px;
  }
  .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%;
  }
  .grid-title {
    margin: 1rem;
    font-size: 1.2rem;
  }
  .grid-header {
    font-size: 1.6rem;
  }
  .icon-item {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
.grid-title {
  margin: 1rem;
  font-size: 1.2rem;
}
.grid-header {
  font-size: 1.6rem;
}
.icon-item {
  font-size: 0.6rem;
}
/*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%;
}
}
@media (min-width: 577px) and (max-width: 767px) {
.grid-title {
  margin: 1.5rem;
}
}
@media (max-width: 576px) {
  .grid-title {
    margin: 1rem;
    font-size: 1rem;
  }
  .grid-header {
    font-size: 1.4rem;
  }
  .icon-item {
    font-size: 0.6rem;
  }
}

/*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-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: 36px;
  color: #a2acae;
  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: 50%;
  opacity: 0.6;
  margin: 0 !important;
  border: 1px #e4eded double;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
}
.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) {
.owl-item {
  padding-left: 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;
}
.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;
  /* padding-left: 10%; */
  /* width: 100%; */
}

.item-txt2 {
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  color: white;
}

.item-txt-bg {
  position: absolute;
  background: rgba(0,0,0,0.6);
  bottom: 0;
  height: 8rem;
  width: calc(100% - 10px);
}

.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;
}
.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: 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%;
  }
}
/*Section_4*/
.s4_img-parent {
  width: 100%;
  height: 80vh;
}
.m-2-0 {
  margin: 2rem auto;
}
.img-button-left {
  display: block;
  background-color: rgba(37,100,147,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;
}
.m-1-0 {
  margin: 1.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;
}

@media (max-width: 779px) {

  .container-fluid.desktop {
    display: none;
  }
  .container-fluid.mobile {
    display: block;
  }
  .item-txt-bg {
    height: 6rem;
  }

  .item-txt2 {
    width: 100%;
  }

}

/*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;
  }
  .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;
  }
  .width91 {
    width: 98%; 
  }
}
@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;
  }
  .item-txt2 {
    bottom: 2.5rem;
  }
  .width91 {
    width: 100%; 
  }
}
/*Section_5*/
.s5_img-graphic {
  background-image: url(../images/desktop/section_1.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: 25vw;
}
.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.5;
  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%;
}

.middle-line {
  width: 100%; 
  text-align: center; 
  border-bottom: 2px solid #000; 
  line-height: 0.1rem;
  margin: 0.5rem 0 0.8rem; 
} 

.section-subtitle { 
   font-size: 1.5rem;
}

.middle-line-text {
  background:#fff; 
  padding:0 2rem;
}

/*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: 350px;
    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: 400px;
    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;
  }
  .main-h2 {
    font-size: 22px;
  }
}
@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 {
    height: 10%;
    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: 400px;
    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;
  }
  .section1-content {
    top: 68%;
    transform: unset;
    width: 100%;
}
.owl-carousel_3 .owl-item img {
  padding-bottom: unset;
  width: 180%;
  padding-bottom: 30%;
}
.main-h2 {
  font-size: 22px;
}
.main-h2 img {
  width: 100%;
}
.section1-content h2{
  margin-bottom: 0;
}
h3 {
  font-size: 1rem;
}
.mobile-btns {
  display: flex;
}
.mobile-btn {
  display: grid;
  width: 50%;
}
.mobile-btn h3 {
  font-size: 0.8rem;
}
}
@media (max-width: 576px) {
.container-fluid, .col-12, .col-lg-11  {
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
}

.section-subtitle {
  font-size: 1rem!important;
}
.middle-line-text {
  padding:0 0.8rem;
}
.m-5-0 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.owl-carousel_3 .owl-item img {
    padding-bottom: unset;
    width: 180%;
    padding-bottom: 40%;
}
.section1-content {
    top: 60%;
    transform: unset;
    width: 100%;
}
.main-h2 {
  font-size: 22px;
}
.main-h2 img {
  width: 100%;
}
.section1-content h2{
  margin-bottom: 0;
}
h3 {
  font-size: 1rem;
}
.mobile-btns {
  display: flex;
}
.mobile-btn {
  display: grid;
  width: 50%;
}
.mobile-btn h3 {
  font-size: 0.8rem;
}
}