/* --------------------------
:: Template Name: Product Landing Page 
:: Template Author: Webspro
:: Template Author URI: https://webspro.com.au/
:: Version: v1.0
:: Created: 19/06/2018
-------------------------- */

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 4.1 Product Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 FAQ's Area CSS Start
:: 10.0 Footer Area CSS Start
-------------------------- */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

h2,
h3,
h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-50 {
    margin-top: 50px;
}

ul {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.section-heading > h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape {
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.webspro-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running webspro-load;
    animation: 2000ms linear 0s normal none infinite running webspro-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #669900;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    height: 50px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes webspro-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes webspro-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.menu_area .navbar-brand {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;
}


.menu_area nav ul li > a:hover {
    color: #fb397d;
}

/* stcicky css */


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.wellcome-heading p {
   font-size: 28px;
   position: relative;
   z-index: 99;
}

.wellcome-heading > p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

::4.0 Section Heading CSS
************************** */
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.section_heading h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_heading h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section_heading h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_heading h3 {
        font-size: 30px;
    }
}

.section_heading p {
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_heading p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .section_heading p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_heading p {
        font-size: 18px;
    }
}

/* *************************

:: 4.1 About Product Area CSS
*************************** */
#product {
background-color: #ffffff;
}

.single_about_part {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px 40px 30px 30px;
    position: relative;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    background-color: #f2f4f8;
}

.single_about_part:hover {
    color: #fff;
}

.single_about_part h3 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_about_part p {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_about_part:hover p {
    color: #fff;
}

.single_about_part:hover h3 {
    color: #fff;
}

.single_about_part .feature_icon {
    border-radius: 50%;
    height: 50px;
    right: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .single_about_part .feature_icon {
        display: none;
    }
}

.single_about_part .feature_icon:before {
    content: "";
    height: 3px;
    left: 50%;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    width: 140px;
    z-index: -5;
}

.single_about_part .feature_icon:after {
    content: "";
    height: 20px;
    left: calc(50% + 130px);
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
    border-radius: 50%;
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}

.single_about_part .feature_icon i {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 50px;
}

.about_product_discription .col-12:last-of-type .single_about_part {
    margin-bottom: 0;
}

.single_about_part.active {
    color: #fff;
}

.single_about_part.active p {
    color: #fff;
}

.single_about_part.active h3 {
    color: #fff;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sonarWave {
    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* ***********************


/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: #fb397d;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
    font-size: 22px;
    color: #5b32b4;
}

.single-feature > p {
    margin-top: 15px;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
}


.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #0984e3;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1);
    padding: 180px 0 80px 0;
    top: -100px;
}


.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.single-cool-fact > h2 {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 10px;
}

.cool-facts-content > p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

/* *******************************
:: 8.0 About App Area CSS
******************************* */

.about_image {
    display: block;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .big_thumb {
        width: 80%;
    }
}

.small_thumb {
    bottom: 0;
    height: auto;
    left: 170px;
    position: absolute;
    width: auto;
    z-index: -5;
}

/* --------------------------
:: 9.0 FAQ's Area CSS
-------------------------- */

.faq_area {
    background-color: #f5f9fc;
}
#faq {
    background-color: #f5f9fc;
}

.single-accordion {
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h5 a {
    border-radius: 3px;
    display: block;
    font-size: 14px;
    padding: 20px 45px 20px 20px;
    position: relative;
}

.single-accordion h5 a span {
    font-size: 14px;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
}

.single-accordion h5 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h5 a.collapsed {
    background-color: #fff;
    color: #3a3a3a;
}

.single-accordion h5 a.collapsed span {
    color: #3a3a3a;
}

.single-accordion h5 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h5 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    background-color: #fff;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 20px 10px;
}

.find_answer_area {
    border-radius: 5px;
    padding: 30px 25px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .find_answer_area {
        margin-top: 50px !important;
    }
}

.find_answer_area > h5 {
    font-weight: 400;
    margin-bottom: 5px;
}

.find_answer_area a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.find_answer_area a:first-of-type {
    margin-bottom: 20px;
}

/* --------------------------
:: 10.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
    color: #669900;
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: #0984e3;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #726a84;
}

.footer-social-icon > a .active {
    background: #669900;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text > p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-text > h2 {
    font-size: 68px;
    font-weight: 600;
    }
}

@media only screen and (min-width: 570px) and (max-width: 767px) {
    .footer-text > h2 {
    font-size: 62px;
    font-weight: 500;
    }
}
@media only screen and (min-width: 320px) and (max-width: 569px) {
    .footer-text > h2 {
    font-size: 52px;
    font-weight: 500;
    }
}

/* ********************
:: 11.0 Custom Theme CSS
******************** */


.section_heading h3 span,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #0984e3;
}


.single_about_part:hover,
.single_about_part .feature_icon,
.single_about_part .feature_icon:before,
.single_about_part .feature_icon:after,
.single_about_part.active {
    background-color: #0984e3;
}

.btn.buy-btn {
    background: #669900;
    font-size: 24px;
    text-align: center;
    height: 52px;
    min-width: 385px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 22px 25px 22px 0;
}

.btn.buy-btn:hover {
    background: #5b32b4;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.btn.more-btn {
    background: #669900;
    font-size: 22px;
    text-align: center;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}
.btn.more-btn:hover {
    background: #5b32b4;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.kit-text > p {
    font-size: 20px;
}

.kit-heading > h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}


.kit-heading {
    margin-bottom: 60px;
}
