@charset "UTF-8";

/*
Theme Name: FTPO
Theme URI: ftpo.com
Author: orangetoolz
Author URI: https://wordpress.org/
Description: Wordpress theme for FTPO landing page
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ftpo

*/

.section-heading{
    font-weight: bold;
    color: #131517;
}
.section-tagline{
    font-family: 'Inter', sans-serif;
    color:  #4897E9;
    font-weight: 600;
}
.text-upper-case{
    text-transform: uppercase;
}
.d-none{
    display: none;
}


/*hero banner custom style*/
.hero-text-column h1{
    text-transform: uppercase;
    font-weight: bold;

}
.hero-text-column p{
    font-family: 'Inter', sans-serif;
}


/*feature 2 style*/

.for-features.feature-2 {
    justify-content: end;
}
.for-features.feature-2 .main-features-image-column {
    background-image: url(images/Features2-device-background.svg);
    background-position: 90% 15px;
    justify-content: flex-end;
}
.for-features.feature-2  .main-features-text-column{

}
.for-features.feature-2 .feature-image{
 margin-left: initial;margin-right: 50px;
}
 .main-features-text-column{

}

.main-feature-description{
    color:  #43494D;
    font-weight: 400;

}

/*statistics section*/

.statistic-number{
    color:  #4897E9;
    font-size: 48px;
    font-weight: 800;
    line-height: 24px;
}

.section.for-featured{
    background:  #131517;
}
.featured-heading{
    font-weight: 800;
    letter-spacing: -0.5px;
    font-size: 53px;
}
/*as feature*/
.featured-logo-block{
background: #43494D;
}
/*download*/

.download-cta-heading {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
}
/*footer*/
.footer-heading.for-footer-buttons{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.15px;
}
.footer-credit-links{
    font-family: 'Inter', sans-serif;
    color:  #131517;
    font-weight: 400;
}
.social-links-wrapper a {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.download-cta-buttons-wrapper.for-footer-buttons {
    padding-left: 50px;
}
@media screen and (max-width: 767px){
    .row.for-features {
    margin-bottom: 0px;
}
.section.for-features {
    padding-bottom: 0;
}
}

@media screen and (max-width: 479px){
.main-features-image-column{
    display:none;
}

    .download-cta-buttons-wrapper.for-footer-buttons {
        padding-left: 0px;
    }
    .statistic-number {
        font-size: 22px;
        line-height: 26px;
    }
    .featured-heading,    .download-cta-heading{
        font-size: 42px;
        line-height: 50px;
    }
    .download-cta-heading {}
}
