/*
Theme Name: CodeCorns
Description: The AppLand is an app landing page for apps and game publisher
Author: Gazi Shariful Islam 
Theme URI: http://CodeCorns.com
Author URI: http://facebook.com/MuftiGaziRishad
Version: 1.0
Text Domain: CodeCorns
tags: responsive, three columns, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu
*/

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Quicksand:300,400,500,700');

/*
Specify in CSS

Use the following CSS rules to specify these families:

font-family: 'Quicksand', sans-serif;
font-family: 'Comfortaa', cursive;
*/


/*  Table of content  */


/*-------------------------
GENERAL
NAVBAR
BANNER
HOW IT WORKS/FEATURES
PRICING
SIGN UP/FAQ
BACK TO TOP
FOOTER
RESPONSIVE DESIGN
-------------------------*/


/*----------------------------------------
           GENERAL
------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: square;
	text-align:left;
	padding-left: 10px;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none;
}

img {
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Comfortaa', cursive;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

.text_center {
    text-align: center;
}

body {
    background: #2D2E2E;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}

/*----------------------------------------
                NAVBAR
------------------------------------------*/

.navbar-default {
    background-color: #252525;
    border-bottom: 1px solid #F34F4E;
    font-weight: 700;
    font-size: 16px;
    line-height: 80px;
}

.navbar-default img {
    height: 25px;
	width: 226px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #F34F4E;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #F34F4E;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 50px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #F34F4E;
}

nav.navbar .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #F34F4E;
}


/*----------------------------------------
                BANNER
------------------------------------------*/
#banner {
    padding: 100px 0 200px;
    color: #fff;
    background-image: url("../img/bkg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 1px dashed #F34F4E;
}
/*#banner {
    padding: 150px 0 100px;
    border-bottom: 1px dashed #F34F4E;
}*/

#banner h1 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 230px;
}

#banner h3 {
    font-size: 18px;
	line-height: 30px;
    margin: 30px 0 30px;
}

#banner a {
    font-size: 18px;
    color: #fff;
    padding: 15px 35px;
    margin-right: 25px;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

#banner a:last-child {
    margin-right: 0;
}

#banner a:hover {
    border: 1px solid #F34F4E;
    color: #F34F4E;
}

#banner a i {
    margin-right: 10px;
}

#banner img {
    margin: 0 auto;
    margin-top: 30px;
}


/*----------------------------------------
            HOW IT WORKS/FEATURES
------------------------------------------*/

#features {
    padding: 97px 0 100px;
    border-bottom: 1px dashed #F34F4E;
}

#features h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

#features h2 span {
    color: #F34F4E;
}

#features h4 {
    line-height: 30px;
    text-align: center;
    margin-bottom: 95px;
}

#features .col-sm-8 {
    margin-top: 60px;
}

#features .col-sm-6 {
    margin-bottom: 70px;
}

#features .col-sm-6:nth-child(3) {
    margin-bottom: 0;
}

#features .col-sm-6:nth-child(4) {
    margin-bottom: 0;
}

#features i {
    height: 50px;
    width: 50px;
    padding-top: 11px;
    text-align: center;
    box-shadow: 0 0px 10px 5px #F34F4E;
    border-radius: 50px;
    color: #F34F4E;
    background: #fff;
}

#features h3 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}

#features p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
}

/*----------------------------------------
              PRICING
------------------------------------------*/

#pricing {
    padding: 97px 0 100px;
    border-bottom: 1px dashed #F34F4E;
}

#pricing h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

#pricing h2 span {
    color: #F34F4E;
}

#pricing h4 {
    line-height: 30px;
    text-align: center;
    margin-bottom: 95px;
}

#pricing .pricing-item {
    margin: 42px auto 0;
    max-width: 300px;
    padding: 50px;
    border-radius: 10px;
    border: 2px solid #F34F4E;
}

#pricing .col-sm-4:nth-child(2) .pricing-item {
    padding: 80px 50px 80px;
    margin-top: 0;
}

#pricing h3 {
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#pricing small {
    font-size: 42px;
}

#pricing ul {
    margin: 20px 0 50px;
	padding-left: 15px;
}

#pricing ul li {
    line-height: 25px;
}

#pricing .pricing-item a {
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #F34F4E;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#pricing .pricing-item a:hover {
    background: rgba(243, 79, 78, 0.3);
}

/*----------------------------------------
            SIGN UP/FAQ
------------------------------------------*/

#faq {
    padding: 97px 0 88px;
    border-bottom: 1px dashed #F34F4E;
}

#faq h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}

#faq h2 span {
    color: #F34F4E;
}

#faq h4 {
    line-height: 30px;
    /*margin-bottom: 95px;*/
}

#faq p {
    margin-bottom: 75px;
}

#faq .faq-bar ul li {
    margin-bottom: 15px;
}

#faq .faq-bar ul li h3 {
    background: #F34F4E;
    padding: 25px 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#faq .faq-bar ul li p {
    padding: 15px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 25px;
}

#faq .faq-bar i {
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#faq .faqRotate>i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#faq form {
    padding: 30px;
    background: #F34F4E;
}

#faq form input {
    background: #F34F4E;
    color: #fff;
    border: 1.5px solid #fff;
    height: 40px;
    margin-bottom: 15px;
}

#faq form input::-webkit-input-placeholder {
    color: #fff!important;
}

#faq form textarea {
    background: #F34F4E;
    color: #fff;
    border: 1.5px solid #fff;
    margin-bottom: 15px;
    height: 150px;
    resize: vertical;
}

#faq form textarea::-webkit-input-placeholder {
    color: #fff!important;
}

#faq form button {
    border: 1.5px solid #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 40px;
    background: #F34F4E;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}


/*----------------------------------------
            BACK TO TOP
------------------------------------------*/

#backtotop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
}

#backtotop i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #F34F4E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#backtotop i:hover {
    color: #fff;
    cursor: pointer;
}


/*----------------------------------------
            FOOTER
------------------------------------------*/

footer {
    padding: 100px 0;
}

footer img {
    margin: 0 auto;
    width: 160px;
    margin-bottom: 30px;
}

footer form h5 {
    font-size: 22px;
    margin-bottom: 30px;
}

footer form input {
    font-size: 16px;
    width: 300px;
    background: #2D2E2E;
    border: 1px solid #fff;
    padding: 15px 15px;
    border-radius: 6px 0 0 6px;
}

footer form input::-webkit-input-placeholder {
    color: #F34F4E!important;
}

footer form button {
    font-size: 17px;
    background: #2D2E2E;
    border: 1px solid #fff;
    padding: 14px;
    border-radius: 0px 6px 6px 0;
    color: #F34F4E;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: -5px;
}

footer form button:hover {
    background: #fff;
}

footer ul {
    text-align: center;
    margin: 30px 0 20px;
}

footer ul li a {
    margin: 0 5px;
    display: block;
    color: #fff;
}

footer ul li a:hover {
    color: #F34F4E;
}

footer h6 {
    font-weight: bold;
    text-align: center;
}


/*----------------------------------------
        RESPONSIVE DESIGN
------------------------------------------*/

@media screen and (max-width: 1024px) {
    #features .col-sm-9 {
        margin-top: 0;
    }
    #features .col-sm-6:nth-child(3) {
        margin-bottom: 0;
    }
    #features .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
    .nav>li>a {
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    #banner a {
        text-align: center;
        width: 220px;
        color: #fff;
        margin-bottom: 15px;
        margin-right: 0;
        display: block;
    }
    #team .member {
        min-width: 320px;
        margin-bottom: 50px;
    }
    #faq .faq-bar ul li h3 {
        padding: 25px 15px;
        font-size: 15px;
    }
    #pricing .pricing-item {
        max-width: 300px;
        padding: 30px;
    }
    #pricing .col-sm-4:nth-child(2) .pricing-item {
        padding: 35px;
    }
    #testimonials .testi-item p {
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #F34F4E;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 22px;
        padding: 9px 0;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 25px;
    }
    #banner {
        text-align: center;
    }
    #banner h1 {
        font-size: 34px;
        margin-top: 0;
    }
    #banner h3 {
        margin: 20px 0 50px;
    }
    #banner a {
        margin: 0 auto 15px;
        width: 70%;
        display: block;
    }
    #banner a:last-child {
        margin: 0 auto;
    }
    #features h2 {
        font-size: 38px;
    }
    #features img {
        margin-bottom: 70px;
    }
    #features .col-sm-6 {
        padding: 0 10px;
    }
    #features .col-sm-6:nth-child(3) {
        margin-bottom: 70px;
    }
    #screenshot h2 {
        font-size: 38px;
    }
    #screenshot img {
        margin-bottom: 50px;
    }
    #screenshot .col-sm-3:last-child img {
        margin-bottom: 0;
    }
    #pricing h2 {
        font-size: 38px;
    }
    #pricing .pricing-item {
        margin: 0 auto 30px;
    }
    #pricing .col-sm-4:last-child .pricing-item {
        margin: 0 auto;
    }
    #counter .col-sm-3 {
        margin-bottom: 50px;
    }
    #counter .col-sm-3:last-child {
        margin-bottom: 0;
    }
    #team h2 {
        font-size: 38px;
    }
    #team .col-sm-6:last-child .member {
        margin-bottom: 0;
    }
    #testimonials h2 {
        font-size: 38px;
    }
    #available h2 {
        font-size: 38px;
    }
    #available .appOn a:first-child {
        margin-bottom: 15px;
    }
    #faq h2 {
        font-size: 38px;
    }
    footer form input {
        width: 260px;
        padding: 10px 15px;
    }
    footer form button {
        padding: 9px;
    }
    #backtotop {
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    #banner h1 {
        font-size: 32px;
    }
    #features h2 {
        font-size: 32px;
    }
    #features h4 {
        font-size: 15px;
    }
    #screenshot h2 {
        font-size: 32px;
    }
    #screenshot h4 {
        font-size: 15px;
    }
    #pricing h2 {
        font-size: 32px;
    }
    #pricing h4 {
        font-size: 15px;
    }
    #team h2 {
        font-size: 32px;
    }
    #team h4 {
        font-size: 15px;
    }
    #testimonials h2 {
        font-size: 32px;
    }
    #testimonials .testi-item p {
        font-size: 13px;
    }
    #available h2 {
        font-size: 32px;
    }
    #available h4 {
        font-size: 15px;
    }
    #faq h2 {
        font-size: 32px;
    }
    #faq h4 {
        font-size: 15px;
    }
    #faq .faq-bar ul li h3 {
        font-size: 14px;
    }
    footer form h5 {
        font-size: 20px;
    }
    footer form input {
        width: 200px;
    }
}

@media screen and (max-width: 360px) {
    #banner h1 {
        font-size: 32px;
    }
    #features h4 {
        font-size: 12px;
    }
    #screenshot h4 {
        font-size: 12px;
    }
    #pricing h4 {
        font-size: 12px;
    }
    #team h4 {
        font-size: 12px;
    }
    #testimonials .testi-item p {
        font-size: 12px;
    }
    #testimonials .testi-item ul {
        margin-top: 15px;
    }
    #testimonials .testi-item h5 {
        margin-right: 10px;
    }
    #available h4 {
        font-size: 12px;
    }
    #faq h4 {
        font-size: 12px;
    }
    #faq .faq-bar ul li h3 {
        font-size: 14px;
    }
    footer form h5 {
        font-size: 20px;
    }
    footer form input {
        width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-default {
        line-height: 60px;
    }
    .navbar-default img {
        width: 140px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 12px;
    }
    #features h2 {
        font-size: 28px;
    }
    #screenshot h2 {
        font-size: 28px;
    }
    #pricing h2 {
        font-size: 28px;
    }
    #team h2 {
        font-size: 28px;
    }
    #team .member {
        min-width: 290px;
    }
    #testimonials h2 {
        font-size: 28px;
    }
    #testimonials .testi-item img {
        margin-right: 25px;
        margin-bottom: 5px;
    }
    #testimonials .testi-item p {
        font-size: 14px;
    }
    #testimonials .testi-item h5 {
        font-size: 12px;
    }
    #available h2 {
        font-size: 28px;
    }
    #faq h2 {
        font-size: 28px;
    }
    #faq .faq-bar ul li h3 {
        font-size: 11px;
    }
    footer form input {
        width: 175px;
    }
}