@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
    height: 4rem;
    margin-top: -4rem;
    content: "";
    display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
    padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: background-color .5s ease 0s;
    background-color: rgb(0, 0, 0, 0.8)
}

.navbar-brand img {
    height: 6rem;
}

.svg-inline--fa.fa-w-14 {
    color: rgba(243, 110, 50);
    font-size: 1.6rem;
}

.navbar-nav li {
    padding-right: .8rem;
}

.navbar-nav .nav-link {
    color: orange;
    padding-top: .8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: grey;
}

.navbar.solid {
    background: rgba(255, 255, 255) !important;
    transition: background-color 1s ease 0s;

}

/*--- Drop-down Menu --*/
.dropdown-menu, .dropdown-item {
  font-size: .9rem;
  font-weight: 700!important;
  background-color: transparent!important;
  border: 0;
  color: white;
}
.dropdown-menu.show {
  margin-top: .75rem!important;
  border-radius: 0;
  transition: background-color .5s ease 0s;
}
.dropdown-submenu {
  transition: background-color .5s ease 0s;
}
.dropdown-menu.no-space-top {
  margin-top: 0!important;
}
.dropdown-menu:hover, .dropdown-item:hover,
.dropdown-menu:focus, .dropdown-item:focus,
.dropdown-toggle:active, .dropdown-toggle:focus {
  color: #1ebba3!important;
}
.dropdown-submenu.solid, .dropdown-menu.show.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.home-inner {
    background-image: url('img/computers.png');
}

.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    z-index: 1;
}

.caption h1 {
    color: white;
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}

.caption h2 {
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 2rem;
}

.btn-lg {
    border-width: 4px;
    border-radius: 10;
    padding: .8rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block !important;
    color: rgba(243, 110, 50);
    border-color: b;
    background-color: rgba(255, 255, 255);

}

/*============= FEATURES SECTION =============*/

.narrow {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.btn-sm {
    border-width: medium;
    border-radius: 0;
    padding: .5rem 1.1rem;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 1rem;

}

.btn-sm2 {
    border-width: medium;
    border-radius: 0;
    padding: .5rem 1.1rem;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 1rem;
    background-color: rgba(243, 110, 50);
    border-color: rgba(243, 110, 50);
}

.btn-sm3 {
    border-width: medium;
    border-radius: 0;
    padding: .5rem 1.1rem;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 1rem;
    background-color: #00c2cb;
    border-color: #00c2cb;
}

.btn-turquoise {
    border-color: white;
    background-color: rgba(243, 110, 50);
    ;
    color: white;

}

.btn-turquoise:hover,
.btn-turquoise:focus {
    border-color: #189582;
    background-color: #189582;
    color: white;
}

.jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    padding: 1rem 0 3rem 0;

}

h3.heading {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
}
h1.heading {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
}
h3.price {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
}

.heading-underline {
    width: 3rem;
    height: .2rem;
    background-color: rgba(243, 110, 50);
    ;
    margin: 0 auto 2rem;
}

.feature {
    text-align: center;
}

.feature .fa-layers {
    color: rgba(243, 110, 50);
    margin: 0 auto;
    width: 3.9rem;
    height: 6rem;
}

.feature h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-bottom: .4rem;
}

.feature p {
    font-size: 1.1rem;
}

/*===== FIXED BACKGROUND IMG DARK =====*/



/*============= PORTFOLIO SECTION =============*/

.row.padding {
    padding: 2rem 0 1rem;
}

img.example-image {
    max-width: 100%;
}

.row.no-padding [class*=col-] {
    padding: 0;
}

.portfolio-item img:hover {
    transform: scale(1.3);
    cursor: zoom-in;
}

.portfolio-item img {
    transition: transform .4s ease;
}

.portfolio-item {
    overflow: hidden;
}

/*============= PRICING SECTION =============*/

.pricing-column {
    background-color: white;
    padding: 2rem;
    border-top: .3rem solid #00c2cb;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.075);
    transition: transform .7s ease;
    overflow: hidden;
    position: relative;

}

.pricing-column:hover {
    transform: scale(1.1);
}
.godlo img{
    max-height:170px; max-width: 100px
}

.pricing-column h3 {
  padding: 10px;
border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
 min-height: 80px;
}

.pricing-column p {
    opacity: .8;
    margin-top: 1.5rem;
    min-height: 170px;
}

.pricing-column h4 {
    font-size: 1rem;
    padding: .1rem;
   /** min-height: 30px; **/
}

.pricing-column .item {
    font-weight: 700;
    font-size: 14px;
}
.pricing-features{
    min-height: 400px;
}

.pricing-column h1 {
    padding: .8rem 0;
}

.ribbon {
    background-color: #6c757d;
    color: white;
    width: 10rem;
    height: 2rem;
    font-size: .8rem;
    font-weight: 700;
    padding-top: .4rem;
    position: absolute;
    right: -2.8rem;
    top: 1.6rem;
    transform: rotate(45deg);
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.25);
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/



/*============= SKILLS SECTION =============*/

.skill h3 {
    color: rgba(243, 110, 50);
    ;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0 .5rem;
}

.skill p {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}

/*============= CLIENTS SECTION =============*/

.clients img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform .3s ease;
}

.clients img:hover {
    transform: scale(0.95);
}

blockquote .svg-inline--fa {
    margin: 1rem;
    color: rgba(243, 110, 50);
}

.clients-hr {
    border-top: .05rem solid rgba(243, 110, 50);
}

/*============= CONTACT SECTION =============*/
.google-maps {
    position: relative;
    padding-bottom: 15%; // Tutaj regulujemy wysokość
    height: 0;
    overflow: hidden;

}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

h3.maps {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
}



footer {
    background: url('img/footer/footer.png') no-repeat;
    /*background-color: #40474e;*/
    background-size: cover;
    color: white;
}

footer .row {
    background-color: rgba(57, 63, 70, 0.85);
    padding: 1rem 2rem 3rem;
}

footer img {
    height: 6rem;
    margin: 1.5rem 0;
}

footer a {
    color: white;
}

footer svg.svg-inline--fa {
    font-size: 1.6rem;
    margin: 1.2rem .5rem 0 0;
    color: rgba(243, 110, 50);
}

footer svg.svg-inline--fa:hover {
    color: white !important;
}

footer h3 {
    text-transform: uppercase;
    margin: 1.5rem 0;
}

#copy {
    color: white;
    min-width: 100%;
}



/*--- Contact Form --*/
.form-group {
    margin-bottom: 1.3rem;
}

.form-control {
    background-color: #53595f;
    border-radius: 0;
    border: .15rem solid #666b71;
    color: black !important;
    font-size: 1.1rem;
}

.form-control:focus {
    background: #53595f;
    border: .15rem solid #666b71;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b2b5b8 !important;
}

input.btn {
    cursor: pointer;
}

hr.socket {
    border-top: .2rem solid #666b71;
    width: 100%;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
    font-size: 3rem;
    height: 1.7rem;
    color: #53595f;
    background: white;
}

a.top-scroll {
    right: 1.2rem;
    bottom: 1.2rem;
    position: fixed;
    opacity: .3;
    z-index: 1000;
    display: none;
}

a.top-scroll:hover {
    opacity: .5;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991px) {
    .caption h1 {
        font-size: 3.5rem;
        letter-spacing: .2rem;
        padding-bottom: .8rem;
    }

    .caption h3 {
        font-size: 2.2rem;
        padding-bottom: 1.7rem;
    }

    .btn-lg {
        padding: .7rem 1.2rem;
        font-size: 1rem;
    }

    .narrow h1 {
        font-size: 2.1rem;
    }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
    .caption h1 {
        font-size: 2.7rem;
        letter-spacing: .15rem;
        padding-bottom: .5rem;
    }

    .caption h3 {
        font-size: 1.7rem;
        padding-bottom: 1.2rem;
    }

    .btn-lg {
        padding: .6rem 1.1rem;
        font-size: 1rem;
    }

    .narrow h1 {
        font-size: 1.8rem;
    }

    #fixed {
        background-image: url('img/fixed/apple-mobile.png');
    }

    #fixed-2 {
        background-image: url('img/fixed/office-mobile.png');
    }

    footer {
        background: url('img/footer/footer-mobile.png') no-repeat;
    }

    .clients img {
        max-width: 50%;
        margin: 0 auto;
    }

    .top-scroll {
        display: none !important;
    }
}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
    .caption h1 {
        font-size: 1.9rem;
        letter-spacing: .1rem;
        padding-bottom: .4rem;
    }

    .caption h3 {
        font-size: 1.2rem;
        padding-bottom: 1rem;
    }

    .btn-lg {
        padding: .4rem .9rem;
        font-size: .9rem;
    }

    .narrow {
        width: 85%;
    }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/



.maps {}

#copy {
    text-align: center;

}

@media screen and (max-width: 768px) {
    h3.price{
        font-size:19px;
    }
}
@media screen and (max-width: 900px) {
    h3.price{
        font-size:18px;
    }
}
@media screen and (max-width: 1420px) {
    h3.price{
        font-size:15px;
    }
}

.cert{
    text-align: center;
}

div.copy{
    text-align: center;
}
/* ===== FORMULARZ WYCENY ===== */

form {
  max-width: 900px;
  margin: 0 auto;
}

.form-control {
  background-color: #ffffff !important;
  color: #333;
  border: 1px solid #ccc;
  height: 46px;
  font-size: 16px;
}

.form-control::placeholder {
  color: #888;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
}

/* Checkboxy */
.form-check {
  margin-bottom: 8px;
}

.form-check-input {
  margin-top: 4px;
}

.form-check-label {
  font-size: 15px;
  color: #333;
}

/* Sekcje formularza */
.form-group > label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* Przycisk */
.btn-turquoise {
  background-color: #f26522;
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 16px;
}

.btn-turquoise:hover {
  background-color: #d9541d;
}

/* reCAPTCHA */
.g-recaptcha {
  margin: 20px 0;
}