/**********************************/
/*********** Header CSS ***********/
/**********************************/
#header {
    position: relative;
    padding: 90px 0 75px 0;
    background: linear-gradient(rgba(255, 111, 97, .95), rgba(255, 111, 97, .95)), url(../img/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#header .header-content {
    width: 100%;
    text-align: center;
}

#header .header-content .logo {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

#header .header-content .logo img {
    max-width: 200px;
    max-height: 100px;
}

#header .header-content h2 {
    color: #ffffff;
    font-size: 75px;
}

#header .header-content h2 span {
    color: #222222;
}

#header .header-content p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}

#header .header-content .btn {
    margin: 15px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 22px;
    border: 2px solid #ffffff;
}

#header .header-content .btn i {
    margin-right: 10px;
}

#header .header-content .btn:hover {
    color: #FF6F61;
    background: #ffffff;
}

@media (max-width: 992px) {
    #header .header-content h2 {
        font-size: 60px;
    }
    
    #header .header-content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #header .header-content h2 {
        font-size: 45px;
    }
    
    #header .header-content p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    #header .header-content h2 {
        font-size: 35px;
    }
    
    #header .header-content p {
        font-size: 20px;
    }
}



/**********************************/
/************ About CSS ***********/
/**********************************/
#about {
    position: relative;
    padding: 90px 0;
    background: #f7f7f7;
}

#about .about-content {
    width: 100%;
    text-align: left;
}

#about .about-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

#about .about-content ul {
    margin-left: 32px;
}

#about .about-content ul li {
    font-size: 22px;
    margin-bottom: 5px;
}

#about .about-content ul li i {
    color: #FF6F61;
}

#about .about-img {
    position: relative;
    overflow: hidden;
    text-align: right;
}

#about .about-img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767.98px) {
    #about .about-img {
        text-align: left;
        margin-top: 45px;
    }
}



/**********************************/
/********** Feature CSS ***********/
/**********************************/
#feature {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

#feature .col-md-4:first-child .product-feature {
    text-align: right;
}

#feature .product-feature {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#feature .product-feature:last-child {
    margin: 0;
}

#feature .product-icon {
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin-top: 6px;
    padding: 15px 0;
    border: 2px solid #FF6F61;
    border-radius: 5px;
    transition: all .3s;
}

#feature .product-icon i {
    color: #FF6F61;
    font-size: 32px;
}

#feature .product-feature:hover .product-icon {
    background: #FF6F61;
}

#feature .product-feature:hover .product-icon i {
    color: #ffffff;
}

#feature .product-content {
    position: relative;
    width: calc(100% - 85px);
    float: left;
}

#feature .col-md-4:first-child .product-content {
    margin-right: 15px;
}

#feature .col-md-4:last-child .product-content {
    margin-left: 15px;
}

#feature .product-feature h2 {
    color: #FF6F61;
    font-size: 22px;
    margin-bottom: 5px;
}

#feature .product-feature p {
    margin-bottom: 0;
}

#feature .product-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}

#feature .product-img img {
    width: 100%;
}

@media (max-width: 767.98px) {
    #feature .col-md-4:first-child .product-feature {
        text-align: left;
    }
    
    #feature .col-md-4:first-child .product-feature .product-icon {
        float: left;
    }
    
    #feature .col-md-4:first-child .product-feature .product-content {
        float: right;
    }
    
    #feature .col-md-4:first-child .product-content,
    #feature .col-md-4:last-child .product-content {
        margin-right: 0;
        margin-left: 15px;
    }
    
    #feature .product-img img {
        margin: 45px 0;
    }
}







/**********************************/
/********* Screenshot CSS *********/
/**********************************/
#screenshot {
    position: relative;
    padding: 90px 0;
    background: #f7f7f7;
}

#screenshot .screenshot-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

#screenshot .screenshot-img {
    position: relative;
    display: block;
}

#screenshot .screenshot-item img {
    max-width: 100%;
    max-height: 100%;
}

#screenshot .owl-nav,
#screenshot .owl-dots {
    margin-top: 15px;
    text-align: center;
}

#screenshot .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
}

#screenshot .owl-dot.active {
    background: #FF6F61;
}



/**********************************/
/************ FAQs CSS ************/
/**********************************/
#faqs {
    position: relative;
    padding: 90px 0;
}

#faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

#faqs .card:last-child {
    margin-bottom: 0;
}

#faqs .card-header {
    padding: 0;
    border: none;
}

#faqs .card-header a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #757575;
    font-size: 18px;
}

#faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f107";
    float: right;
    color: #999999;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
}

#faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f106";
    float: right;
    color: #999999;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
}

#faqs .card-body {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid;
    border-color: rgba(0, 0, 0, .03) rgba(0, 0, 0, .05) rgba(0, 0, 0, .05) rgba(0, 0, 0, .05);
}

#faqs .faqs-img {
    position: relative;
    width: 100%;
}

#faqs .faqs-img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767.98px) {
    #faqs .faqs-img {
        margin-bottom: 30px;
    }
}



