/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
	text-decoration: none;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, span, img {
  display: block;
}

picture {
  z-index: 1;
}

.toptop_banner.full {
  height: 0px;
  overflow: hidden;
}

/*--------------------------------------------------
                        Fonts
 --------------------------------------------------*/


h1, h2, h3, h4, h5, span, ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
}

h2, h3, p {
  color: #000;
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.2rem);
  font-weight: 600;

}

p, ul {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}

main a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white
}

#main-content span {
  color: white;
}

span.new-rounded-label {
  position: absolute;
  top: -20px;
  left: -14%;
  background: red;
  padding: 0.1rem 0.5rem;
  border-radius: 6px;
  font-size: clamp(8px, 2vw, 15px);
}


/*--------------------------------------------------
                  Mobile first layout
 --------------------------------------------------*/

#main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}

h2 span {
/*
  background: linear-gradient(to right,#FF0000,#FF00B8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0px black)
          drop-shadow(0px 2px 0px #00000081);
*/
	color:#e76000;
  font-weight: 700;
  display: inline-block;
}

main h2 span {
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.s1 {
    background: linear-gradient(90deg, #7fe6c3 0%, #eed95b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.s2 {
    background: linear-gradient(90deg, #448cf0 0%, #4cf4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.s3 {
    background: linear-gradient(90deg, #bc81f5 0%, #6fb1f3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.s4 {
    background: linear-gradient(90deg, #e373f0 0%, #f5576c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.s5 {
    background: linear-gradient(90deg, #13547a 0%, #80d0c7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.s6 {
  background: linear-gradient(90deg, #179ae4 0%, #05ffac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}



h2, h3 {
  margin-bottom: 0.4rem;
}

.text {
  height: fit-content;
}

  /*=====   Play Button   ======*/

.video-btn {
  display: flex;
  position: relative;
}

.video-btn:after,
.video-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid white;
  margin-top: -1.25em;
  margin-left: -0.7em;
}

.video-btn:before {
  width: 5.6em;
  height: 5.6em;
  margin-left: -2.8em;
  margin-top: -2.8em;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 24px #000000c7;
  background: #0000008c;
}

.video-btn:hover:before {
  background: #7d2dd2;
  transition: all 0.45s ease;
}

.video-btn:hover:before,
.video-btn:hover:after {
  transform: scale(1.05);
}


/*--------------------------------------------------
                    Main Hero
 --------------------------------------------------*/

.hero {
	display: grid;
    background-color: black;
    grid-template-columns: 1fr;
/*    grid-template-rows: calc(100vh - 110px);*/
	 grid-template-rows: 450px;
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
	position: relative;
}

@media (max-width: 600px) {
	.hero {
		grid-template-rows: 600px;
	}
}

.hero > div:not(.promo-ribbon) {
  padding: 1rem;
  width: fit-content;
  height: fit-content;
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}

.hero .product {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hero .product img {
  width: 10%;
  margin-right: 2%;
  min-width: 45px;
}

.hero h1 {
  font-size: clamp(1.8rem, 6vw, 3.4rem);
  line-height: 1.2em;
  margin-top: 1rem;
	font-weight: 700;
}

.hero h2 {
    font-size: clamp(0.8rem, 5vw, 1.6rem);
}

.hero video {
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    object-fit: cover;
    opacity: 0.8;
}

.btn-cta {
   display: flex;
/* gap: 25px; */
   width: 100%;
   justify-content: center;
   margin-top: 1.2rem;
   flex-wrap: wrap;
}

.btn-cta a {
   border-radius: 5px;
   font-size: 1rem;
   line-height: 1.5;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 70px;
   width: 190px;
   transition: 0.2s all;
   margin: 12px;
	text-transform: uppercase;
    padding: 10px;
}

.btn-cta a:hover {
  transform: scale(1.08);
  font-size: 1.1rem;
}

.btn-cta span {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
}

.btn-cta :nth-child(1) {
  border: 1px solid white;
  background: #00000082;
}

.btn-cta .buy-now-btn {
  background-color: #e76000 !important;
}

.footer-hero .btn-cta .buy-now-btn {
  background: transparent;
}

/*-------------------------------------------------
                     WebCommerce ad
 -------------------------------------------------*/

#long-banner {
  display: none;
}



/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  display: grid;
 /* grid-template-columns: 100%;*/
  background: black;
  text-align: center;
/*  padding: 3rem 0 0;*/
}

.ba-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
}

.before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
}

.resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width: 2px;
  background: #ffffff6e;

  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.resizer:after {
  background: linear-gradient(62deg,#c93072 5%,#3365c0);
  background: black;
  font-family: "Font Awesome 5 Free";
  content: '\f337';
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff6e;
}


.every-scene .text {
  grid-column: 1;
  grid-row: 1;
  background-color: #000000b5;
  height: fit-content;
  margin: 0;
  border-radius: 0;
  padding: 1.5rem;
  /*width: fit-content;*/
  max-width: 20vw;
  text-align: left;
  z-index: 6;
  cursor: pointer;
}

.every-scene > :nth-child(2) {
  z-index: 1;
}

.every-scene > :nth-child(3) {
  align-self: end;
}

.every-scene > :nth-child(5) {
  grid-row: 2 / 3;
}

.every-scene .text.active {
/*   border-radius: 0 10px 10px 0; */
  max-width: 20vw;
  border-right: solid;
  border-image-slice: 1;
  border-width: 14px;
  border-image-source: linear-gradient(to bottom,#FF0000,#FF00B8);
 }




/*--------------------------------------------------
                stock-assets section
 --------------------------------------------------*/

.stock-assets {
  padding: 3rem 0 0;
  background-color: #c30000;
}

.stock-assets h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.stock-assets .text {
    padding: 0 10% 3rem;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    z-index: 1;
}

.stock-assets img {
    width: 100%;
}




/*==================================================
                    iPad layout
==================================================*/

 /* @media (min-width: 801px) {



  /*--------------------------------------------------
            A Look For Every Scene section
  --------------------------------------------------*/

  /* .every-scene {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 3%;
  }

  .every-scene .txt {
    grid-column: 1 / 3;
    grid-row: 1;
  }

    .ba-slider,
  #before-after-slider {
    width: auto;
    margin: 0 10px;
    }

  .ba-slider img {
    border-radius: 15px 15px 0 0;
  } 

  .every-scene .text {
    grid-row: 3;
    background-color: #1c1c1c;
    height: 100%;
    margin: 0 10px;
    border-radius: 0 0 15px 15px;
    padding: 2rem 9%;
  }

*/

  /*--------------------------------------------------
                  Stock Assets section
  --------------------------------------------------*/

  /* .stock-assets {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .stock-assets .text {
    padding: 0 10% 10%;
    grid-row: 1;
    grid-column: 1 / 2;
    z-index: 2;
    background-color: #c30000;
  }

  .stock-assets picture {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .stock-assets img {
    width: 91%;
    float: right;
  } */



/*==================================================
                  Desktop layout
==================================================*/



  /*-///////////  Basic layout /////////////-*/



/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

  /* .every-scene {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0;
    row-gap: 4.6%;
    max-height: 750px;
    position: relative;
  }

  .every-scene .txt {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    padding: 0;
    margin: 5.4% 0 0 2%;
    height: fit-content;

    max-width: 40vw;
    line-height: 1;
    text-align: left;
    bottom: 4vw;
    position: absolute;
    color: #000;
    z-index: 9;
  }

  .every-scene .txt span {
    filter: none;
  }

  .ba-slider {
    margin: 0;
    grid-column: 1;
    grid-row: 1 / 3;
    z-index: 5;
    }

  .ba-slider.hide {
      opacity: 0;
    }

  .ba-slider img {
    border-radius: 0;
  } 
}
*/

/*************/

@media (min-width: 1065px) {
 /*--------------------------------------------------
                Stock Assets section
 --------------------------------------------------*/
  .stock-assets {
    padding: 0;
  }

  .stock-assets .text {
    padding: 0 10% 10%;
    grid-row: 2;
  }

  .stock-assets picture {
    grid-row: 1 / 3;
  }

  .stock-assets img {
    width: 73%;
    max-width: 1150px;
  }
}

@media (min-width: 1285px){
	.stock-assets .text {
		grid-row: 1 / 3;
		padding: 0;
		max-width: 480px;
		align-self: center;
		justify-self: center;
	}
}
  /*==================================================
                  larger Desktop layout
  ==================================================*/

  /*--------------------------------------------------
            PowerPlayer / Mobile UI section
  --------------------------------------------------*/

@media (min-width: 1285px) {
/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/
	.every-scene {
	  height: 50vw;
	  max-height: 900px;
	}
}