/* main.css
             _                           _ 
            | |                         | |
__  ________| | _____  _ __ ___    _ __ | |
\ \/ /______| |/ / _ \| '_ ` _ \  | '_ \| |
 >  <       |   < (_) | | | | | |_| |_) | |
/_/\_\      |_|\_\___/|_| |_| |_(_) .__/|_|
                                  | |      
                                  |_|      
*/

div {
    /* border: 1px solid red; */
}

html, body {
	scroll-behavior: smooth;
    font-size: 14px;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
    overflow: hidden!important;
    max-width: 1140px;
}

.container-fluid {
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

.wrapper {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	overflow-x: hidden;
	position: relative;
    /* background: black; */
}

.content {
	max-width: 1600px;
	margin: auto;
	min-height: 1200px;
}

.disclaimer {
	padding: 30px 0;
	max-width: 620px;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

/* 	wszystkie img responsywne dostosowują się do kontenera w jakim sa umieszczone nie ma potrzeby uzywania img-fluid w klasach */
img {
    max-width: 100%;
    max-height: auto;
}

/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */
    /* div { outline: 1px solid blue; } */


/* Resets
   ========================================================================== */

   ul {list-style: none; margin: 0; padding: 0;}


/* Typography
   ========================================================================== */

.small      {font-size: .85rem;}
.medium     {font-size: 1.35rem;}
.large      {font-size: 2rem;}
.xlarge     {font-size: 2.5rem;}

.thin       {font-weight: 300;}
.regular    {font-weight: 400;}
.semi       {font-weight: 600;}
.bold       {font-weight: 700;}
.nobr	    {white-space: nowrap;}


/* Backgrounds
   ========================================================================== */

.bg-1, .bg-2, .bg-3, .bg-4 {
    background-size: cover;
    background-repeat: no-repeat;}
.bg-1 {
    background-image: url("../img/content_bg.jpg");
    background-position: center center;}
.bg-2 {
    background-image: url("../img/podkladki_bg.jpg");
    background-position: center center;
    }
.bg-3 {
    background-image: url("../img/sluchawki_bg.jpg");
    background-position: center center;
    min-height: 685px;
    }
.bg-4 {
    background-image: url("../img/content_3_bg_full.jpg");
    background-position: center top;}

@media (max-width: 768px) {
    .bg-3 {
        background-image: url("../img/sluchawki_bg_mobile.jpg");
        background-position: center 50%;
        min-height: auto;
        }
}

/* Layout
   ========================================================================== */

   .hero-cta {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
    }

    .spec {
        position: relative;
    }
    .spec-logos {
        position: absolute;
        right: 15px;
        bottom: 0;
    }
    footer h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .hero-title-2 {
        padding-bottom: 100px;
    }
    header {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 50px;
        min-height: 534px;
    }
    @media screen and (max-width: 768px) {
        header {
            padding: 20px;
            min-height: auto;
        }
    }
    header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 30px 30px 0 0;
    }



    .header-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }

    @media screen and (max-width: 768px) {
        .header-content-wrapper {
            min-height: 300px;
        }
    }
    /* @media (pointer: coarse) and (hover: none) {
        header {
            background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
        }
        header video {
            display: none;
        }
    } */
    .section-2 {
        margin-top: -56px;
    }
    .section-3 {
        margin-top: -70px;
    }

    .steps-wrapper {
        text-align: center;
    }
    .steps-123 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    @media (max-width: 768px) {
        .steps-123 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
    }

    .content-wrapper {
        padding: 0 50px;
        margin: 0 auto;
    }

    .btn {
        margin-top: 1rem;
    }

    .podkladki-img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        position: relative;
        top: 14px;
    }
    .podkladki-spec {
        padding: 0 50px;
        -ms-flex-item-align: center;
            align-self: center;
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important;
    }
    .podkladki-spec .row .outlined:nth-child(2) {
        position: relative;
        left: 20px;
    }
    .klawiatury {
        padding-left: 50px!important;
        padding-right: 30px!important;
    }
 
    @media (max-width: 767px) {
        .podkladki-img {
            -webkit-transform: scale(1);
                    transform: scale(1);
            top: 0;
            margin-bottom: 30px;
        }
        .podkladki-spec .row .outlined:nth-child(2) {
            left: 0;
            top: 20px;
        }
        
        .klawiatury {
            padding-left: 0!important;
            padding: 20px!important;
        }
        .content-wrapper {
            padding: 0 20px;
            margin: 0 auto;
        }
    }
    .hr-line-w {
        color: white;
        background: white;
        opacity: .2;
        height: 1px;
        width: 100%;
        display: inline-block;
    }
    .outlined {
        border: 1px solid rgba(255,255,255, .2);
        border-radius: 30px;
        padding: 1.5rem;
    }
    .hireslogo {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    @media only screen and (max-width: 768px) {
        .hireslogo {
            -webkit-transform: scale(.7);
                    transform: scale(.7);
            top: 15px;
            right: 15px;
        }
    }
    .content-sluchawki {
        padding: 50px!important;
    }
    @media (max-width: 768px) {
        .content-sluchawki {
            padding: 35px!important;
        }
    }
    .hero-overlay {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }


   
   
/* Colors
   ========================================================================== */

    .white {color: #fff;}
    .black {color: #000;}
    .lgrey {color: #c8c8c8;}

    .grad-b {
        background: url("./img/overlay_lines.png") no-repeat center center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

/* Clipping
   ========================================================================== */

    .clip-bl {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    }
    .clip-tr {
        -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
    }

    .clip-tb {
        -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
                clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    }

    @media (max-width: 768px) {
            .clip-bl {
                -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
                    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
            }
            .clip-tr {
                -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
                        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
            }

            .clip-tb {
                -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
                        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            }
    }



    

    /* Animation
   ========================================================================== */

   .content-wrapper img {
       -webkit-transition: .2s ease-in-out;
       transition: .2s ease-in-out;
   }
   
   /* .content-wrapper img:hover {
       -webkit-transform: translateY(-10px);
       transform: translateY(-10px);
   } */

   .scroll-icon {
       -webkit-animation: breathing 4s ease-out infinite normal;
        animation: breathing 4s ease-out infinite normal;
        -webkit-filter: invert(.5);
                filter: invert(.5);
   }

   @keyframes breathing {
        0% {
            -webkit-transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(20px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }

    @-webkit-keyframes breathing {
        0% {
            -webkit-transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(20px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }



   /* Media
   ========================================================================== */

   /* mobile */
   @media (max-width: 768px) {
       html, body {
            font-size: 14px;
        }

        .small      {font-size: .85rem;}
        .medium     {font-size: 1.4rem;}
        .large      {font-size: 1.3rem;}
        .xlarge     {font-size: 1.8rem;}

        .thin       {font-weight: 300;}
        .regular    {font-weight: 400;}
        .semi       {font-weight: 600;}
        .bold       {font-weight: 700;}

        footer h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
   }