/* =============================
            GENERAL

fONT fAMILY: Raleway

Colors: Paleta 2:
#0AB4F0
#265C70
#52C8F2
https://lab.artlung.com/font-awesome-sample/
https://skrypt-cookies.pl/ciasteczka-darmowy-skrypt-na-strone-www


=================================*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

p {

    font-size: 14px;
}

/* ============= Generic CSS ============== */

.section-title {
    padding-top: 50px;
    padding-bottom: 50px;

}

.section-title h2 {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #0AB4F0;
    margin-left: -30px;
}


.section-title p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
}

/* =========== Navigation ============ */

.navbar-default {
    background-color: transparent;
    border-color: #444;
    z-index: 110;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.navbar-default .navbar-nav > li > a {
    color: #B5B5B5;
    font-family: "Raleway", sans-serif;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;

}

.navbar-default .navbar-nav > li > a:hover {
    color: #0AB4F0;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #B5B5B5;
}

.navbar-brand {
    padding: 9px 15px;
}

.navbar-brand img {
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #0AB4F0;
}



/* =========== Header ============ */
.header {
    background-image: url("../images/header-bg1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

}

.header-overlay {
    background-color: rgba(31, 31, 31, 0.5);

}

.logo {
    padding-bottom: 100px;
    /*50px*/
}

.header-text h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 45px;
    padding-top: 10px;
    /*text-transform: uppercase;*/
    text-align: center;
}

.header-text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}

.header-btns {
    margin-top: 90px;
    margin-bottom: 50px;
}

.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:visited {

    background: transparent;
    border-color: #0AB4F0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.btn-download:hover {
    background-color: #0AB4F0;
    color: #fff;
}

.btn-tour,
.btn-tour:focus,
.btn-tour:active,
.btn-tour:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

}

.btn-tour:hover {
    color: #fff;
}

.btn-tour i {
    font-size: 20px;
    padding-left: 5px;
    color: #0AB4F0;
}

.header-iphone img {
    width: 100%;
    border-radius: 10%;
}

/* ========= About Us ============= */
.choose-us-wraper {
    padding-top: 50px;
}

.about-iphone img {
    margin-top: 120px;
    border-radius: 10%;
}

.choose-us-title {
    padding-bottom: 50px;
}

.choose-us-title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}

.choose-us-title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #0AB4F0;
}

.choose-us-title p {
    margin-top: 40px;
    font-size: 19px;
    line-height: 24px;
}

.choose-us-item {
    position: relative;
    padding-bottom: 20px;
    /*4px*/
    padding-left: 80px;
}

.choose-us-item div {
    position: absolute;
    top: 0;
    left: 0;
}

.choose-us-item div i {
    font-size: 55px;
    color: #0AB4F0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}

.choose-us-item h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}

.choose-us-item p {
    color: #727272;
    font-size: 15px;
}

/* ========= Features ============= */
.usluga {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.usluga-ikona i {
    color: #D0DB20;
    float: left;
    padding: 15px;
    /*wszystkie boki*/
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.usluga:hover .usluga-ikona i {
    color: #fff;
    background-color: #D0DB20;
}

.usluga-tytul h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.usluga-opis p {
    margin: 0;
    padding-left: 85px;
}

/*

.features-inner-wrapper {
    
    padding-top: 30px;
    padding-bottom: 70px;
}
.left-feature-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left-feature-item-icon {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 40px;
    color: #0AB4F0;
    width: 90px;
    height: 90px;
    text-align: center;
    
}
.left-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
}
.left-feature-item p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.feature-iphone img {
    margin-top: 80px;
    width: 100%;
}
.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: left;
}
.right-feature-item-icon {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 40px;
    color: #0AB4F0;
    width: 90px;
    height: 90px;
    text-align: center;
    
}
.right-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
    
    
}
.right-feature-item p {
 
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
*/
/* ========= Cenniki / Purchase Now ============= */
.purchase-now {
    background-color: #265C70;
    /*#1a1a1a;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.purchase-now p {
    padding-top: 15px;
    color: #dfdfdf;
    font-size: 24px;
    font-weight: 600;
}

.btn-pruchase-now,
.btn-pruchase-now:active,
.btn-pruchase-now:focus,
.btn-pruchase-now:visited {
    background-color: #0AB4F0;
    border: 1px solid #0AB4F0;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    margin: 5px;

}

.btn-pruchase-now:hover {
    background-color: #1274B1;
    border-color: #316B90;
}

/* ========= Counter ============= */
.counter {
    background-color: #dfdfdf;

    /*background-image: url("../images/header-bg2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;*/
}

.counter-overlay {
    padding-top: 20px;
    /*120*/
    padding-bottom: 20px;
    /*120*/
    background: #265C70;
    /*background: rgba(0, 0, 0, .5);*/
}

.counter-item i {
    color: #0AB4F0;
    font-size: 60px;
}

.counter-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}

.counter-item p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}


/* ========= Download / Available on / Referencje ============= */
.download-now {
    align-content: center;
}

.download-now img {
    display: inline-block;
    width: 10%;
    padding: 10px;
}

.available-on {
    color: white;
    background-color: #265C70;
    /*#1a1a1a;*/
    margin-top: 0 px;
    position: relative;
    padding-top: 20px;
}

.available-on h5 {
    color: #f4c613;
    background-color: #265C70;
    margin-top: 0 px;
    position: relative;
}

.available-title {
    padding-top: 70px;
}

.available-title h2 {

    color: #fff;
    font-size: 30px;
}

.available-title p {
    /*color: #B5B5B5;*/
    color: #fff;
    font-size: 20px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.available-on-item {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;

}

.available-on-item:hover {
    background-color: #121212;
}

.available-on-item i {
    color: #0AB4F0;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.available-on-item:hover i {
    opacity: 0;
}

.available-on-inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.available-on-inner h2 {
    text-align: center;
    font-weight: 300;
    color: #fff;
    /*color: #D7DADB;*/
    font-size: 16px;
}

.available-on-item:hover div.available-on-inner {
    opacity: 1;
}

/* ========= Contact Us ============= */

.details ul,
li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-details div i {
    font-size: 30px;
    margin-right: 15px;
    color: #0AB4F0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}

.contact-details {
    margin-bottom: 20px;

}


.contact-details img {
    width: 300px;
    height: 200px;
    border-radius: 10%;

}

/* ========= Footer ============= */
.footer {
    background-color: #dfdfdf;
    /*#1a1a1a;*/
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #0AB4F0;
}

#copyright {
    width: 50%;
}

#copyright p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
    /* text-transform: uppercase;*/
}

#copyright p a {
    text-decoration: none;
    color: #0AB4F0;
}

.scroll-top {
    text-align: right;
}

.scroll-top a {
    background-color: #0AB4F0;
    padding: 25px;
}

.scroll-top a i {
    color: #fff;
    font-size: 25px;
}


/* ===================================
                USŁUGI 
=====================================*/
.usluga {
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.usluga-ikona i {
    color: #0AB4F0;
    float: left;
    padding: 15px;
    /*wszystkie boki*/
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.usluga:hover .usluga-ikona i {
    color: #fff;
    background-color: #52C8F2;
}

.usluga-tytul h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.usluga-opis p {
    margin: 0;
    padding-left: 85px;
}
