@charset "UTF-8";
@media (min-width: 1065px){
	.smarter-features > :nth-child(3) {
		max-width: 300px;
		
	}
}


@media (min-width: 1366px){
	.smarter-features > :nth-child(3) {
		max-width: 330px;	
	}
}


@media (max-width: 480px){
	.smarter-features div h3 {
		max-width: 85%;
	}
}
/*simple-tools*/

	.simple-tools .stk {
    top: 0px;

	}

/*simple-tools*/

a.trial-btn{
	border: none;
}


.btn-cta a:nth-child(1){
	border: 1px solid #fff;
	color: #fff;
	width: 250px;
	font-size: 1.3rem;
}
.btn-cta a:nth-child(2){
	background-color: aqua;
	color: #000;
	width: 250px;
	font-size: 1.3rem;
}
.btn-cta a:hover{
	font-size: 1.4rem;	
		
}
@media (max-width: 1300px){
	.btn-cta a:nth-child(1){
	background-color: #fff;
	color: #000;
	width: 200px;
	font-size: 1.2rem;
}
	.btn-cta a:nth-child(2){
	background-color: aqua;
	color: #000;
	width: 200px;
	font-size: 1.2rem;
}
	
}
.pc_star{
	margin:0 auto;
	margin-top:20px;
}


.ai-tools h2{width:80%;}
.sticky-sec{top:0px;}

@media (min-width: 1065px){
	.sticky-sec {
	height: 100vh;
}
}
.description{margin: 10% 10% 0 7%;}
@media (max-width: 1284px){
	.description{margin: 25% 10% 0 10%;}
}

@media (max-width: 960px){
	.description{margin: 27% 10% 0 10%;}
}
@media (max-width: 480px){
	.description{margin: 38% 10% 0 10%;}
	.ai-tools h2{margin-top:7%;}
}
/*stock-libraries	*/

.stock-div {
    background: #000;
}
.stock-div p {
    color: #fff;
}
.stock_btn{
	justify-content: center;
	flex-direction: inherit;
}

.stock_btn a{
	background:#015ef7;
	padding: 1rem 2rem;
    border-radius: 7px;
    width: fit-content;
    justify-self: center;
    transition: 0.1s all;
}

@media (min-width: 600px){
.two-column ul li {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
    display: block;
}
}

.last-li {
    margin-right: 0px !important;
}
/* line 47, ../sass/main.scss */
.column-block {
  width: 100%;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}



@media (min-width: 600px) {
  /* line 47, ../sass/main.scss */
  .column-block {
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 768px){
	.blackbg{
		border-radius: 0px;
		margin: 0;
	}
	.blackbg .column-block{margin:0 auto;}

	.ds-feature ul{
		display: block;
	}
	.ds-feature ul li{
		display: block;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-flow: column nowrap;
		border: none;
		background: #111;
		border-radius: 8px;
		padding: 1%;
		margin: 1% auto;
		font-size: 1.0em;
		line-height: 1.8em;
	}
}
	

.column-block.color-block {
    /* background: #eaeaea; */
    overflow: hidden;
    margin-top: 0px;
    padding: 10px;
    box-sizing: border-box;
}

.video-btn-new {
  position: relative;
  float: left;
 width: 100%;
}

.video-btn-new img {
  display: block;
}

.video-btn-new:after, .video-btn-new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn-new:after {
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left: 1.5em solid #494949;
  margin-top: -0.9em;
  margin-left: -0.5em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 4em;
  margin-left: -2em;
  margin-top: -2em;
  height: 4em;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  box-shadow: 0 0 24px hsla(0, 0%, 0%, 0.2);
  background: hsla(0, 0%, 100%, 0.55);
}

.video-btn-new:hover:before {
  background: rgba(184, 26, 53, 1);
  transition: all 0.45s ease;
}

.video-btn-new:hover::after {
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
}
@media (min-width: 551px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.1em solid transparent;
  border-left: 1.7em solid #494949;
  margin-top: -1em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5em;
  margin-left: -2.5em;
  margin-top: -2.5em;
  height: 5em;
}

.video-btn-new:hover::after {
  border: 1.1em solid transparent;
  border-left: 1.7em solid #ffffff;
}
}
@media (min-width: 769px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid #494949;
  margin-top: -1.25em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5.8em;
  margin-left: -2.9em;
  margin-top: -2.9em;

  height: 5.8em;

}

.video-btn-new:hover::after {
  border:1.3em solid transparent;
  border-left: 2em solid #ffffff;
}
}	
/*stock-libraries	*/
/*youtube*/
#lightbox_wrapper{
	display:none;
}
/*youtube*/

.testim_reviews{
	max-height:900px;
}
.award-pcmag_wrapper{
	text-align: center;
	margin:0 auto;
	margin-top:10px;

}

.award-pcmag_wrapper img{
	height:150px;
	cursor: pointer;
	
}
.PC_best_pop_in_wrapper{
	display: block;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;

}

.pop_in{
	width:50%;
	max-height:430px;
	background-color: #fff;
	padding:20px 30px;
	border-radius: 20px;
	text-align:center;
 	position: absolute; 
        top: 0;             
        bottom: 0;           
        left: 0;        
        right: 0;
        margin: auto; 
}
.pop_in h3{
	color:#000;
}

.pop_in>img{
	width:70%!important;
	
}
.left_cover img{
	max-height: 260px;
 	width: 70%;


}

.pop_in_btn{
	 justify-content:left;
}

.pop_in p{
	margin-top:10px;
}

.popup_content{
	width:100%;
	background-color: red;
	text-align: left;
	margin-top:20px;
}
.left_cover{
	float:left;
	width:40%;
	text-align: center;
}
.right_text{
	float:left;
	width:60%;
	padding-left: 10px;
	padding-top:10px;

}
@media (max-width: 1380px) {
	.left_cover img{width: 80%;}
	.pop_in{  width: 50%;}
}

@media (max-width: 1280px) {
	.right_text{padding-top:0px;}
	.pop_in{  width: 50%;}
}

@media (max-width: 960px) {
	
	.pop_in{max-height: 450px;width: 70%;}
	
}

@media (max-width: 768px) {
	.pop_in{width:70%;}
		.pop_in{
	width:80%;
	max-height: 530px;
	}
	.left_cover img{
	 width: auto;
     height: 180px;
	}
	.left_cover{
	 width:100%;
	}
	.right_text{
	 width:100%;
	padding-top:10px;
	}
	
}

@media (max-width: 480px) {
	.pop_in{
	width:80%;
	max-height: 530px;
	}
	.left_cover img{
	 width: auto;
     height: 180px;
	}
	.left_cover{
	 width:100%;
	}
	.right_text{
	 width:100%;
	padding-top:10px;
	}
	
}
.btns-templates{
	margin-top: 1.5rem;
}

/*


  .btns-templates {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .btns-templates a {
     background: black;
     padding: 1rem 2rem;
     border-radius: 7px;
     transition: 0.2s all;
  }

  .btns-templates a:hover {
     transform: scale(1.06);
      outline: solid 2px black;
     background: white;
     color: black; 
  }

  .btns-templates > :nth-child(1) {
     margin-bottom: 1rem;
  }

  .btns-templates {
    flex-direction: row;
    justify-content: center;
  }

  .btns-templates > :nth-child(1) {
     margin-right: 1rem;
     margin-bottom: 0;
  }
.btns-templates {
    justify-content: start;
  }

*/

.blog h2{
    font-size: clamp(1.5rem, 2vw, 2.1rem);
	color:#000;
	width:90%;
	margin:0 auto;
}
.blog h3{
	color:#000;
	text-align: center;
	padding:2% 0% 0% 0%;
	font-size: clamp(1rem, 2vw, 1.7rem);
}
.blog ul p{
	display:block;
}


@media (max-width: 960px){
	.ai-tools h2 {
		text-align: center;
	}

	.description {
    margin: 0 auto;
    margin-top: 30%;
	text-align: center;
	}
	.description a{
	margin:0 auto;
    margin-top: 10px;
	}
	.smarter-features h2, .smarter-features h3, .smarter-features p {
		text-align: center;

	}
	.simple-tools h2{
		text-align:center;
	}
}


@media (max-width: 480px){

	.description {
    margin-top: 40%;
	}
	.smarter-features div h3{
	 margin: 0 auto;
	}

		
}



.simple-tools .stk{
	background: linear-gradient(90deg, rgba(34,246,247,1) 55%, rgba(255,255,255,1) 90%);
}

@media (max-width: 1065px){
	.simple-tools .stk{
	background: linear-gradient(180deg, rgba(34,246,247,1) 60%, rgba(255,255,255,1) 100%);
	}
}


  .hero .promo_ribbon {
    grid-column: 1;
    grid-row: 1;
    height: fit-content;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #ff0057;

    margin-top: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-family:  'Poppins', sans-serif;
  }
@media (min-width: 601px){
  .hero .promo_ribbon {
  width: fit-content;
	    border-bottom-right-radius: 6px;
  }
  }
div.fix_bottom {
    width: 100%;
    height: auto;
    background: #ff0057;
    position: fixed;
    bottom: -100px;
    z-index: 998;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
	transition: .2s;
box-shadow: 0px 0px 10px rgb(0 0 0 / 42%);
}

div.fix_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
    max-width: 1200px;
    margin: 3px auto;
    position: relative;
    justify-content: center;
}

div.close_btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    font-size: 14px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #666;
    color: #fff;
    z-index: 999
}

div.fix_bottom div.close_btn:hover {
    cursor: pointer
}

div.fix_bottom div.close_btn>i {
    display: block;
    margin: 5px auto
}

div.img_wrap,div.text_wrap,div.buy_price {
    display: flex;
    align-items: center;
    margin: 0 5px;
}

div.text_wrap {
    color: #fff;
    margin: 10px 10px;
}

div.buy_price {
    min-width: 200px;
    margin: 0 20px
}

div.btn_wrap {
    display: inline-block;
    line-height: 1em;
    width: 100%
}

a.buy_btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    border-radius: 100px;
    background: #f60;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    max-width: 280px
}

a.buy_btn:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

@media(max-width: 900px) {
    div.close_btn {
        top:-10px;
        margin-top: 0
    }
}

.fix_bottom .fix_wrap p {
    padding: inherit;
    display: flex;
    font-weight: bold !important;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
}

@media(min-width: 601px) {
.fix_bottom .fix_wrap p {
    flex-direction: initial;
}

}
.close_btn.gdpr_x {
    width: 10%;
    background-position: right top 5px
}

.close_btn.gdpr_x {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/prog/product/img/x3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px
}

.close_btn.gdpr_x:hover {
    background-image: url(/prog/product/img/x3_hover.png)
}
.text_wrap p {
    font-size: 20px !important;
    font-weight: bold !important;
}
.fix_wrap p span {
    padding: 0 10px;
	display:none;
}
@media(min-width: 601px) {
.fix_wrap p span {
    padding: 0 10px;
		display:block;
}

}
.fix_wrap p span:nth-child(2) {

    color: #ffeb3b;
}
.text_wrap p br {
		display:block;}
@media(min-width: 601px) {
.text_wrap p br { 
			display:none;}}
.btn-cta a {
    width: 190px !important;
    font-size: 16px !important;
}

.icon-pdr {
    width: 40px!important;
}

img.icon-pcmg {
    width: 120px !important;
    min-width: unset !important;
    max-width: unset !important;
}

span.product {
    font-size: 30px !important;
}

.product-info {
    margin-top: 40px!important;
}
.hero h1 {
    font-size: clamp(1.8rem, 3.2vw, 3rem)!important;
    margin: 1.5rem 0!important;
}
span.ver {
    text-decoration: underline;
    padding: 2px 5px;
    transition: .2s;
    font-weight: 300;
}

span.ver:hover {
    text-decoration: none !important;
    color: aqua!important;
    background: black;
    outline: solid aqua 2px;
    border-radius: 4px;
    cursor: pointer;
}

.pname-ver {
    padding-left: 10px;
}
section.hero {
    height: 100vh;
}