@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas__-webfont.woff2') format('woff2'), url('../fonts/bebas__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'bebasregular';
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #000000;
}
p {
    font-family: Arial, Helvetica, sans-serif;
}
.container {
    width: 100%;
    max-width: 1170px;
}
img {
    max-width: 100%;
}
.section {
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    max-height: 800px;
    overflow: hidden;
    box-sizing: border-box;
}


/* start of header */

.navigation-wrapper {
    background: black;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    border: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    font-size: 26px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #A7A7A7;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
    border: none;
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: black;
}
/* end of header */


/* section one start */

.sourcze-section-one-wrapper .sourcze-section-one-images {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.sourcze-section-one-wrapper h2:nth-last-child(1) {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.sourcze-section-one-wrapper .sourcze-section-one-images img {
    max-height: 40vh;
    position: relative;
    transition: all ease-in-out 2s;
}

.sourcze-section-one-wrapper:hover .sourcze-section-one-images img[alt="one"] {
    left: 420px;
}

.sourcze-section-one-wrapper:hover .sourcze-section-one-images img[alt="two"] {
    left: -420px;
}

.sourcze-section-one-wrapper .sourcze-section-one-images img[alt="one"] {
    left: 180px;
    z-index: 2;
    max-height: 300px;
}

.sourcze-section-one-wrapper .sourcze-section-one-images img[alt="three"] {
    z-index: 3;
    max-height: 290px;
}

.sourcze-section-one-wrapper .sourcze-section-one-images img[alt="two"] {
    left: -180px;
    z-index: 1;
    max-height: 300px;
}

.sourcze-section-one-wrapper .sourcze-section-one-social {
    display: block;
    text-align: center;
    position: relative;
    top: 170px;
}

.sourcze-section-one-wrapper .sourcze-section-one-social ul {
    margin: 0;
    padding: 0;
}

.sourcze-section-one-wrapper .sourcze-section-one-social ul img {
    max-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.sourcze-section-one-wrapper .sourcze-section-one-social li {
    display: inline-block;
    list-style: none;
    margin: 0px 2px;
}


/* section one end */


/* section two start */

.sourcze-section-two-wrapper {
    padding-left: 8em;
}

.sourcze-section-two-wrapper .content {
    position: relative;
    display: block;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}

.sourcze-section-two-wrapper .content h1 {
    margin-bottom: 1.5em;
    font-size: 3.5em;
    display: inline-block;
    position: relative;
}

.sourcze-section-two-wrapper .content h1:after,
.sourcze-section-two-wrapper .content h1:before {
    content: "\"";
    position: absolute;
    font-size: 1.3em;
}
/* .sourcze-section-two-wrapper .content h1:after {} */
.sourcze-section-two-wrapper .content h1:before {
    left: -25px;
}

.sourcze-section-two-wrapper .content p,
.sourcze-section-three-wrapper .content p {
    font-family: arial;
    font-size: 1.2em;
    display: inline-block;
    background: white;
    color: black;
    padding: 1em;
}
.sourcze-section-two-wrapper .content p {
    position: absolute;
    bottom: -90px;
    left: 0;
}
.sourcze-section-two-wrapper .content h1 figure.green-apple {
    position: absolute;
    top: 50%;
    right: -125px;
    transform: translateY(-50%);
}

.sourcze-section-two-wrapper .content h1 figure.green-apple:after {
    content: "";
    width: 250px;
    height: 40px;
    background: black;
    top: 50%;
    left: 60%;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
}

.sourcze-section-two-wrapper .content h1 figure.green-apple img {
    max-width: 168px;
}

.sourcze-section-two-wrapper .sec-two-girl {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.sourcze-section-two-wrapper .sec-two-girl img {
    max-width: 378px;
}

.sourcze-section-two-wrapper .content .dotted-border-sec-two {
    position: absolute;
    left: -40%;
    bottom: -20px;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px lightgray;
    z-index: -1;
}


/* section two end */


/* section three start */

.sourcze-section-three-wrapper {
    background: url('../images/sec-three-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.sourcze-section-three-wrapper .content .left-content {
    position: relative;
    left: 25%;
    color: white;
}

.sourcze-section-three-wrapper .content .left-content h1 {
    line-height: 1.3em;
    text-shadow: 0px 0px 13px black;
}

.sourcze-section-three-wrapper .content .right-content {
    position: absolute;
    right: 10%;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}

.sourcze-section-three-wrapper .content .right-content h2:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 20px;
    height: 5px;
    background: black;
    transition: all ease-in-out 0.5s;
}

.sourcze-section-three-wrapper .content .right-content h2:hover:after {
    width: 20%;
    right: -15px;
}


/* section three end */


/* section four star */

.sourcze-section-four-wrapper {
    text-align: center;
}

.sourcze-section-four-wrapper header {
    margin-bottom: 20px;
}

.sourcze-section-four-wrapper ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sourcze-section-four-wrapper ul li {
    width: 130px;
    height: 130px;
    background: lightgrey;
    display: inline-block;
    border-radius: 50%;
    margin: 10px 40px;
}

.sourcze-section-four-wrapper ul li:nth-of-type(even) {
    background: darkslategray;
}

.sourcze-section-four-wrapper ul li img {
    max-width: 100px;
    max-height: 100px;
}
@media screen and (max-width: 768px) {
    .sourcze-section-four-wrapper .container {
        width: 100%;
    }
    .sourcze-section-four-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
    }
    .sourcze-section-four-wrapper ul li {
        width: 40%;
        margin: 10px;
    }
    
    .sourcze-section-four-wrapper ul li:nth-of-type(even) {
        background: darkslategray;
    }
    
    .sourcze-section-four-wrapper ul li img {
        max-width: 100px;
        max-height: 100px;
    }
        
}

/* section four end */



/* media queries */

@media screen and (max-width: 768px){
    .section {
        max-height: inherit;
    }
    .navigation-wrapper .container {
        width: 100%;
    }
}