@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import 'components.css';
@import 'layout.css';
@import 'particle.css';

body {
    padding-top: 5.5rem;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}


.wrapper{
    padding-top: 120px;
}


/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family: 'Rubik', sans-serif;
    color: #002b7f;
}
/* End Typography */


/* navbar */
.navbar{
    /*height: 100px;*/
    background: #ffffff !important;
    padding: 1rem;  
}


.navbar:before{
    content: '';
    width: 100%;
    height: .3rem;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, #7A3DD2 0%, #31C6E3 100%);
    background: -webkit-linear-gradient(left, #7A3DD2 0%,#31C6E3 100%);
    background: linear-gradient(to right, #7A3DD2 0%,#31C6E3 100%);
    display: block;
    position: absolute;
}

.navbar-light .navbar-toggler{
   border: none;
}

.navbar-light .navbar-toggler-icon{
    background-image: url('../img/menu.svg');
    width: 1em;
    height: 1em;
}

#picaNavbarCollapse .navbar-nav{
    padding-left: 30px;
}

#picaNavbarCollapse .navbar-nav li{
    width: 110px;
    text-align: center;
}

#picaNavbarCollapse .navbar-nav a{
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    /*font-size: 18px;*/
    font-weight: 500;
    text-align: center;
    color: #002b7f;
}

#picaNavbarCollapse .btn-lg{
    font-size: 12px;
    width: 150px;
    margin-left: 30px;
    padding: .5rem 1rem;
}

/* end navbar */



/* button overrides */
.btn{
    font-family: Rubik;
}

.btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    filter: brightness(130%);
}

.btn-lg{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 24px;
}


.btn-primary {
    color: #fff;
    background-color: #002b7f;
    border-color: #002b7f;
    box-shadow: 0px 3px 5px 1px #dbdbdb;
}

.btn-primary:hover {
    background-color: #001743;
    border-color: #001743;
    box-shadow: 0 0 20px 3px rgba(221, 226, 232, 0.5);
}

.btn-outline-primary {

    color: #002b7f;
    border-color: #002b7f;
    box-shadow: 0 0 20px 3px rgba(221, 226, 232, 0.5);

}


.btn-shadow-primary {
    color: #002b7f;
    border-color: #ffffff;
    box-shadow: 0px 3px 5px 1px #dbdbdb;

}

.btn-shadow-primary:hover {
    color: #2d8eff;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: #002b7f;
    border-color: #002b7f;
}

.btn-light{
    color: #002b7f;
}



/* end */



/* hero section */
.header.fixed-70vh{
    height: 70vh;
    margin-bottom: 50px;
}

.hero-text{
    padding-top: 100px;
}

.hero-text.vertical-aligned{
    padding-top: 150px;
}

.header .hero-img .pica-hand-with-confetti{
    display: none;
}

.pica-hand-burst{    
    position: absolute;
    z-index: -10;
    top: 40%;
    left: 50%;
}
/* end */


/* headings */
section{
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.section-header{
    margin-bottom: 120px;
}

.section-heading{
    color: #002b7f;
}

.section-sub-heading{
    color: #778f9b;
    font-size: 1.25rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-sub-heading.with-max-width{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 400px;
}

section.dark-section{
    background: #002b7f;
}

section.dark-section .section-heading,
section.dark-section .section-sub-heading{
    color: #ffffff;
}

.download-btns img{
    width: 150px;
}

/* end headings */


/* triangle divider */

.triangle-divider {
    bottom: 0px;
    position: relative;
    width: 100%;
    z-index: 101;
}

.triangle-divider.rotate{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}

.triangle-divider svg {
    bottom: 0px;
    display: block;
    height: 80px;
    position: absolute;
    width: 100%;
    filter: drop-shadow(0px -20px 12px rgba(221, 226, 232, 0.5));
    margin-bottom: -1px;
}

.triangle-divider > svg > polygon {
    fill: #ffffff;
}

.triangle-divider.dark svg {
    filter: none !important;
}

.triangle-divider.dark > svg > polygon {
    fill: #002b7f;
}

/* end */

/* how pica can help section */
#how-pica-can-help .learn-more-container{
    padding-top: 70px;
}
/* end */

/* fit-for-every-merchant */
/*#got-questions, #fit-for-every-merchant{
    margin: 80px;
}*/


#fit-for-every-merchant .hero-text{
    padding-top: 150px;
}

#fit-for-every-merchant .merchants img{
    padding: 25px;
    margin: 0 auto;
}

#fit-for-every-merchant .hero-img{
    background: url('../img/ph.svg');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    /*background-size: cover;*/
    background-size: 80%;

}

#fit-for-every-merchant .merchants.many-more{
    padding-top: 50px;
}

/* end */


/* use pica free */

#use-pica-free .hero-text{
    padding-top: 80px;
}

#use-pica-free img.pica-free{
    width: 220px;
    padding-top: 118px;
    position: absolute;
    z-index: 11;
}

#use-pica-free .pica-free-confetti .confetti{
    position: absolute;
    top: 65%;
    left: 10%;
    z-index: 10;
}

#use-pica-free .pica-free-confetti .confetti img{
    max-width: 5em;
}

.use-pica-desc{
    display: none;
}

/* end */


/* Downloadn pica free */

#download-now-free .hero-text{
     padding-top: 120px;
}

#download-now-free .hero-img img{
     padding-top: 120px;
     margin-left: 0;
}


/* end */


#work-with-us .container,
#got-questions .container{
    background-image: url('../img/questions.svg');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-size: 40%;
}


#work-with-us .container{
    background-image: url('../img/work-with-us/thumbs-up.svg') !important;
}

#work-with-us .hero-text,
#got-questions .hero-text{
    padding-bottom: 100px;
}



/* footer */


footer{
    height: 300px;
}

footer img{
    padding: 30px 0px;
    /*width: 140px;*/
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #002b7f;
}

footer ul li {
    display: block;
}

footer ul li a {
    color: #ffffff;
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    border-radius: 0px;
    text-decoration: none;
    position: relative;
    display: inline;
}

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

footer h4{
    padding-top: 20px;
    font-weight: 500;
    font-size: 1.25rem;
    color: #ffffff;
}

.copyright{
    /*padding-left: 15px;*/
    font-size: 12px;
}

.copyright-container{
    margin-top: 0px;
    color: #002b7f;
    font-weight: 700;
    padding: 20px 0px;
    background: #ffffff;
}


/* end */

.particule {
    position: absolute;
    top: 100%;
    right: 50%;
    margin: -.5em 0 0 -.5em;
    z-index: -10 !important;
    background-size: cover !important;
    background-position: center !important;
}

.particule img{
    width: 14px;
    height: 14px;
}



/* Laptop Screen */
@media only screen and (max-width: 1199px) {


    /* Defaults */

    h1.section-heading{
        font-size: 2rem;
    }

    p.section-sub-heading{
        font-size: 1rem;
    }

    /* end */

    /* how it works - fixed */
    #how-it-works-tab.fixed{
        padding: 15px 0px;
        margin-top: -5px;
    }

    #how-it-works-tab.nav-pills .nav-link{
        padding: 15px;
        max-width: 150px;
        font-size: 16px;
    }


    #how-it-works-tab.nav-pills .nav-link.active{
        background: #002b7f;
        color: #fff;
    }

    #how-it-works-tab.nav-pills .container{
        padding: 0px;
    }

    #v-pills-tabContent .col-md-6{
        max-width: 45%;
        margin: 0 auto;
    }


    /* end */
    

    /* Navbar */
    .navbar-brand img{
        width: 80%;
    }

    #picaNavbarCollapse .navbar-nav{
        padding-left: 0px;
    }

    #picaNavbarCollapse .btn-lg{
        width: 120px;
        margin-left: 10px;
    }

    /* end */
    

    /* triangle */

    .triangle-divider svg{
        height: 50px;
    }

    /* end */

    /* Hero Section */    
    .particule {
        right: 75%;
    }


    .particule img{
        width: 10px;
        height: 10px;
    }

    .hero-img img{
        width: 350px;
    }

    .pica-hand-burst{
        top: 35%;
        right: 15%;
        left: unset;
    }

    .hero-text {
        padding-top: 80px;
        text-align: left;
    }

    .hero-text .with-max-width{
        max-width: 350px;
    }

    /* end Hero */

    /* Fit for every merchants */
    #fit-for-every-merchant .hero-text{
        padding-top: 150px;
    }
    /* end */

    #use-pica-free .pica-free-confetti .confetti img{
        max-width: 3em;   
    }

    #use-pica-free img.pica-free{
        width: 180px;
    }

    #got-questions .container{
        padding: 0px;
    }

    footer{
        height: auto;
    }

}

/* End Big Screen */


/* Tablet */
@media only screen and (max-width: 992px) {

    .navbar-brand img{
        width: 80%;
    }

    #picaNavbarCollapse .navbar-nav li{
        width: auto;
        padding: 20px 0px;
    }

    #picaNavbarCollapse .navbar-nav a{
        text-align: left;
        padding-left: 0px;
    }

    #picaNavbarCollapse .btn-lg{
        margin-left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    /* Hero Section  */

    .particule img{
        width: 12px;
        height: 12px;
    }

    .pica-hand-burst{
        right: 50%;
    }

    .hero-text {
        padding-top: 80px;
        text-align: left;
        padding-left: 0px;
    }

    .hero-text h1.section-heading{
        font-size: 1.75rem;
    }

    .hero-text p.section-sub-heading{
        font-size: 0.75rem;
    }

    .hero-text .with-max-width{
        max-width: 300px;
        padding: 5px 0;
    }

    .triangle-divider svg{
        height: 50px;   
    }
    /* End hero section */


    /* How pica can help */
    .card-deck .card img {
        max-width: 80px;
        margin: -30px auto 30px;
        max-height: 60px;
    }

    .card-deck .card{
        text-align: left;
    }

    .card-deck .card .card-title{
        font-size: 1rem;
    }

    .card-deck .card .card-text{
        font-size: 0.85rem;
    }

    .card-deck .card .card-body{
        padding-bottom: 40px;
    }
    /* end */

    /* Fit for every merchants */
    #fit-for-every-merchant .hero-text{
        padding-top: 150px;
    }
    
    #fit-for-every-merchant .merchants h5{
        font-size: 1rem;
    }

    /* end */


    /* Got questions */
    #got-questions .hero-text{
        padding: 40px;
    }
    /* end*/

    /* how it works - fixed */
    #how-it-works-tab.fixed{
        padding: 15px 0px;
        margin-top: -5px;
    }

    #how-it-works-tab.nav-pills .nav-link{
        padding: 15px;
        max-width: 150px;
        font-size: 16px;
    }


    #how-it-works-tab.nav-pills .nav-link.active{
        background: #002b7f;
        color: #fff;
    }

    #how-it-works-tab.nav-pills .container{
        padding: 0px;
    }

    #v-pills-tabContent .col-md-6{
        max-width: 45%;
        margin: 0 auto;
    }


    /* end */
    

    /* Use pica for free */

    #use-pica-free img.pica-free{
        width: 150px;
    }

    #use-pica-free .pica-free-confetti .confetti img{
        max-width: 3em;
    }

    /* end */

    /* footer */

    footer{
        height: 100%;
    }


    footer .copyright-container{
        background: #ffffff;
        margin-top: 0px;
    }


    /* end */
}
/* End Tablet */



/* Mobile */
@media only screen and (max-width: 575px) {

    /* Defaults */
    .wrapper{
        padding-top: 40px;
    }
    /* end */

    /* Navbar */
    .navbar{
        height: auto;
    }
    
    #picaNavbarCollapse .navbar-nav{
        padding-left: 0;
        margin: 30px 0;
    }

    #picaNavbarCollapse .navbar-nav li{
        width: auto;
        text-align: left;
        padding: 10px 0px;
    }

    #picaNavbarCollapse .navbar-nav a{
        text-align: left;
        /*padding: 20px 0px;*/
    }

    #picaNavbarCollapse .btn-lg{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .navbar-brand img{
        width: 80%;
    }


    /* end Navbar */


    /* Hero */
    .hero-text {
        padding: 20px;
        text-align: center;
    }

    .hero-img{
        text-align: center;
        margin-top: 60px;
    }

    .header .hero-img .pica-hand-with-confetti{
        display: inline;
        margin-left: 0px;
    }

    .header .hero-img .pica-hand-without-confetti{
        display: none;
    }

    .header.padded-mobile{
        padding-top: 60px;
    }

    .hero-img img{
        width: 280px;
        margin-left: -35px;
    }

    .hero-img.no-margin-left img{
        margin-left: 0px !important;
    }

    .hero-text .with-max-width {
        max-width: 100%;
    }

    .pica-hand-burst{
        top: 20%;
        right: 5%;
        display: none;
    }


    .particule{
        /*left: 0%;*/
        right: 15%;
    }
    /* end Hero*/


    .section-header{
        margin-bottom: 20px;
    }


    .section-heading{
        font-size: 1.75rem;
    }

    .section-sub-heading{
        font-size: .85rem;
    }

    .download-btns img{
        width: 120px;
    }

    /* No Navbar */
    .no-navbar .normal-section{
        padding: 0px;
    }

    .no-navbar .wrapper{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .no-navbar .triangle-divider{
        display: none;
    }

    .no-navbar .confirm-phone{
        padding: 0px;        
    }

    .no-navbar .confirm-phone .col-2{
        padding: 0px 8px;
    }

    .no-navbar .confirm-phone .form-control{
        width: 36px;
        height: 36px;
        padding: 0px;
    }

    .no-navbar .cellphone-number-container .input-group-addon{
        padding: 10px;
    }

    .no-navbar .card-title{
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .no-navbar .card-subtitle{
        font-size: 1rem;
    }

    .no-navbar .choose-page .card .card-body,
    .no-navbar .card-body{
        padding: 10px 0px;
    }
    .no-navbar .table{
        font-size: small;
    }

    /* end No Navbar */

    /* how it works - fixed */
    #how-it-works-tab.fixed{
        padding: 15px 0px;
        margin-top: -5px;
    }

    #how-it-works-tab.nav-pills .nav-link{
        padding: 5px;
        /*max-width: 90px;*/
        font-size: 11px;
    }

    #how-it-works-tab.nav-pills .nav-link.active{
        background: #002b7f;
        color: #fff;
    }

    #how-it-works-tab.nav-pills .container{
        padding: 0px;
    }

    #v-pills-tabContent .col-md-6{
        max-width: 100%;
    }

    #v-pills-tabContent img{
        display: none;
    }
    /* end */

    .card-deck{
        margin-top: 80px;
    }

    .card-padding{
        padding: 40px 20px;
    }

    .card-deck .card{
        margin: 20px;
        margin-top: 30px;
    }

    .card-deck .card img {
        max-width: 75px;
        margin: -40px auto 30px;
    }

    #fit-for-every-merchant .hero-text{
        padding-top: 100px;
    }

    #fit-for-every-merchant .merchants h5{
        font-size: 1rem;
    }



    .use-pica-desc{
        display: block;
        padding-top: 30px;
    }

    #use-pica-free img.pica-free{
        width: 150px;
        position: relative;
    }

    #use-pica-free .hero-img{
        overflow-x: hidden;
        display: none;
    }

    #use-pica-free .pica-free-confetti .confetti{
        left: 50%;
    }
    
    #use-pica-free .pica-free-confetti .confetti img{
        max-width: 2em;   
    }


    .hide-me-in-xs{
        display: none;
    }

    #got-questions, #fit-for-every-merchant{
        margin: 0px;
    }

    footer {
        height: 100%;
    }

    footer .logo-footer{
        text-align: center;
    }

    #got-questions .container{
        background: none;
    }

    #work-with-us p.section-sub-heading,
    #got-questions p.section-sub-heading{
        font-size: 1rem;
        padding: 0 20px;
    }

}
/* end mobile */


/* Thank you icon */

.thank-you-icon{
    max-width: 350px !important;
    max-height: 200px !important;
    width: 100%;
}

/* end */

/* Cropper */

.cropper-bg{
    width: 100% !important;
}

.cropper-crop-box, .cropper-canvas{
    left: 30%;   
}
