
.shortcode_preview_hero{
    background: url(images/preview-img/preview_hero_bg.jpg) no-repeat fixed center center / cover;
}
.shortcode_preview_hero .overlay{
    background: rgba(0,0,0,0.7);
}
.shortcode_preview_hero .preview_content{
    height: 100vh;
}


.shortcode_preview_hero .preview_content p {
  font-size: 18px;
}
.preview_content p span {
    background: #fff;
    display: inline-block;
    height: 2px;
    margin-right: 20px;
    vertical-align: middle;
    width: 40px;
}
.shortcode_preview_hero .preview_content a.purchase_btn {
    background: #2657f6;
    display: block;
    color: #fff;
    width: 200px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    height: 50px;
}
.shortcode_preview_hero .documentation {
	margin-left: 30px;
	background: #f23e6c !important;
	width: 250px !important;
}
.shortcode_preview_hero .btn_link {
	display:flex;
}
.shortcode_preview_hero .btn_link a:hover {
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
}

/*------------main content section-----------*/
.link_section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.link_section h2.link_title::before {
    background: #1aa4df;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.link_section .preview_link .col-xl-3>a {
   margin-bottom: 30px;

}
.link_section .preview_link a {
    border-radius:5px 5px 7px 7px;
    font-family: roboto;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.link_section .preview_link a:hover {
    box-shadow: none;
}
.link_section .preview_link a > .badge {
    background: #f23e6c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    right: -36px;
    top: 11px;
    transform: rotate(45deg);
    width: 124px;
}
.link_section .preview_link a .img_title {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 15px;
}
.link_section .preview_link a .t_amount {
    background: #2657f6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 3px 2px;
    text-align: center;
    width: 40px;
}


/*---------preview_carousel style------------------*/
.preview_carousel{
    padding: 100px 0 130px;
    background: #fafafa;
}
.preview_carousel .single_carousel {
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.09);
    margin: 10px 0 30px 0;
}


/*---------feature_section style------------------*/
.feature_section .single_feature {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
    padding: 30px 10px;
    margin-bottom: 30px;
}
.feature_section .single_feature h4 {
    color: #5847ee;
    font-size: 25px;
    padding-bottom: 2px;
}

/*------------------cta ----------------*/
.preview_cta {
    background: #b237e0;
    background: -moz-linear-gradient(left, #b237e0 0%, #6b16ca 100%);
    background: -webkit-linear-gradient(left, #b237e0 0%, #6b16ca 100%);
    background: linear-gradient(to right, #b237e0 0%, #6b16ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b237e0', endColorstr='#6b16ca', GradientType=1);
}
.preview_cta .cta_content{
    height: 600px;
}
.preview_cta .cta_content a {
    background: #359eff;
    display: block;
    max-width: 190px;
    line-height: 51px;
    height: 50px;
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 5px;
}
.preview_cta .cta_content a:hover {
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.25);
}
.subscribe1 .subscribe_form button:hover span {
  transform: translate(-7px, -8px);
}




/*-------------------------------responsive style-----------------------------*/
@media (max-width: 1199px){}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    .shortcode_preview_hero .preview_content h1 {
        font-size: 46px;
        line-height: 50px;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .shortcode_preview_hero .preview_content a.purchase_btn {
        height: 45px;
        line-height: 43px;
        width: 170px;
    }
    .link_section h2.link_title {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 50px;
    }
    .link_section {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .preview_carousel h2.link_title {
        font-size: 32px;
        line-height: 42px;
    }
    .preview_carousel {
        padding: 70px 0 80px;
    }
    .feature_section .single_feature {
        margin-bottom: 30px;
    }
    
    .preview_cta .cta_content {
        height: 430px;
    }
    .preview_cta .cta_content h1.title_55 {
        font-size: 42px;
        line-height: 50px;
        padding-bottom: 40px;
    }
    
    
    
    
    
}/*---end 768-991px media query----*/


@media (max-width: 767px){
    .shortcode_preview_hero .documentation {
        margin-left: 20px;
    }
    .shortcode_preview_hero .preview_content h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .link_section h2.link_title {
        font-size: 24px;
        line-height: 33px;
        padding-bottom: 30px;
    }
    .feature_section.ptb_100 {
        padding: 60px 0;
    }
    .feature_section h2.link_title {
        font-size: 32px;
        line-height: 36px;
    }
    .feature_section .single_feature {
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .preview_cta .cta_content h1.title_55 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    .preview_cta .cta_content a {
        height: 45px;
        line-height: 45px;
        max-width: 180px;
        padding: 0 24px;
    }
    .preview_cta .cta_content {
        height: 300px;
    }
    .link_section .preview_link a {
        max-width: 340px;
        margin: 0 auto 30px;
    }
    
}/*---end 480-767px media query----*/


@media (max-width: 479px){
    .shortcode_preview_hero .btn_link {
        display: block;
    }
    .shortcode_preview_hero .documentation {
        margin-left: 0;
        width: 200px !important;
        margin-top: 15px;
    }
    .shortcode_preview_hero .preview_content {
        min-height: 450px;
    }
    .shortcode_preview_hero .preview_content p {
        font-size: 15px;
    }
    .shortcode_preview_hero .preview_content h1 {
        font-size: 23px;
        line-height: 28px;
        padding-bottom: 32px;
        padding-top: 13px;
    }
    .shortcode_preview_hero .preview_content a.purchase_btn {
        height: 43px;
        line-height: 41px;
        width: 150px;
        font-size: 15px;
    }
    .preview_carousel h2.link_title {
        font-size: 25px;
        line-height: 33px;
    }
    .preview_cta .cta_content a {
        font-size: 13px;
        height: 43px;
        line-height: 44px;
    }
    
    
    
}/*---end 300-489 media query----*/




















