/*--------------------------------------------------
                     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, main span, img {
  display: block;
}

picture {
  z-index: 1;
}

.toptop_banner.full {
  height: 0px;
  overflow: hidden;
}

/*--------------------------------------------------
                        Fonts
 --------------------------------------------------*/


h1, h2, main h3, h4, h5, main span, main ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
}

h2, main p {
  color: #000;
  line-height: 1.2;
}

main p, main 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 {
	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: 650px;
  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;
   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;
  background: black;
  text-align: center;
}

.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;
  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 {
  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%;
}



@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;
	}
}


  /*==================================================
            March fix (not sure what is that)
  ==================================================*/
.pd_purchase_left{
	display: none!important;
}

.foot_bottomtext p {
    font-size: 14px;
}

a.pricing {
    color: white;
    text-decoration: underline;
    transition: 0.2s all;
    padding: 3px 6px;
    display: inline-flex;
    margin-top: 8px;
}
a.pricing:hover {
    color: #e76000;
    text-decoration: none;
    background-color: white;
    border-radius: 3px;
}

.submenu_tab_force {
    display: none;
}

.submenu_mbtns .top_fn_all2 {
    width: 40%;
	padding:5px 0;
}

@media (min-width: 600px){
	.hero .promo-ribbon {
		font-size: 15px;
	}
}

span.m-title-frame {
    display: inline;
}

#subscriptionPasswordDiv a{
	color: #2D6CFF;
}
#subscriptionPasswordDiv a:hover{
	opacity: 0.7;
}

.submenu_ad_rating span.submenu_rating_title{
    color:#292929;
}