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

body {
    font-family: 'Raleway', sans-serif;
    height: 100vh;
    background: #333 url('/img/showcase.jpg') no-repeat center center / cover;
    color: #ccc;
    overflow:hidden;
    padding: 0px;
    margin: 0px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 3rem;
    align-items: center;
}


h1, h2 {
    font-weight: 200;
    margin: 0.4rem;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 1.5rem;
    color: #aaa;
}
a {
    text-decoration: none;
}
p {
    padding:0px;
    margin:0px;
}

.page_2 h1 {
    color:#494949;
}

.txt-type {
    text-align: center;
}
/* Cursor */
.txt-type > .txt {
    border-right: 0.2rem solid #777;
}

.m-mobile-icon {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 2px solid;
    border-color: #FFF;
    border-radius: 5px;
    bottom: 50px;
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-mobile-icon:hover {
    opacity: .3!important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-mobile-icon .m-touch {
    -webkit-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    -moz-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    -o-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    border-radius: 50%;
    height: 15px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    right: 0;
    width: 15px;
    background: #FFF;
}

@-moz-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@-webkit-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@-o-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}


.section:nth-child(2) {
    background: #eee;
}
.section:nth-child(3) {
    background: #000;
}
.contacts {
    padding-top:30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.contacts a {
    display: block;
    color:#fff;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 200;
    text-align: center;
    width: 10%;
    margin-bottom: 30px;
}
.contacts a i {
    display: block;
    margin-bottom:5px;
    font-size: 30px;
    color:#f3ab5d;
}
.page_1 {
    height: 80%;
}

.page_2 {
    text-align: center;
    padding-top:15px;
    height: 100%;
}
.page_3 {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.page_3 h2 {
    padding-top:80px;
    padding-bottom:10px;
    margin: 0px;
    color:#fff;
    font-size: 40px;
    display: flex;
    align-items: center;
}
.page_3 p {
    padding-right: 15px;
    font-size: 1.3rem;
}
.page_3 i {
    color:#f3ab5d;
    font-size: 30px;
    margin-right: 10px;
}



/* ==========================================================================
=PORTFOLIO SECTION
========================================================================== */
.slick-slide img {
    margin: 0 auto;
}
.slick-slide {
    outline: none;
    padding-top:15px;

}
.slick-dots li button:before {
    background: black;
    border-radius: 100%;
    width: 10px!important;
    height: 10px!important;
}
.slick-dots li.slick-active button:before {
    color: white;
}
.slick-custom-nav {
    margin-top: 20px;
    cursor: pointer;
}
.slick-slide a:focus {
    cursor: move;
}
.prev-slide {
    float: left;
}
.next-slide {
    float: right;
}
.portfolio-slider {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.portfolio-slider .title {
    padding-top:30px;
    color:#000;
    font-size: 20px;
}
.portfolio-slider .descr {
    padding:10px 15px;
    color:#494949;
}

.portfolio-slider img {
    height: 550px;
    box-shadow: 0 0 5px 1px rgba(221, 221, 221, 1);
    border-radius: 5px;
}
.slick-prev, .slick-next {
    top:-30px!important;
    background: rgba(0,0,0,0.08)!important;
    border-radius: 100%!important;
    padding:10px!important;
    width: 40px!important;
    height: 40px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.slick-next {
    right:15px!important;
    top:-75px!important;
}
.slick-prev {
    left:15px!important;
    top:-75px!important;
}

.slick-prev::before {
    font-family: FontAwesome!important;
    content: "\f0d9"!important;
    font-size: 30px!important;
    margin-right: 5px;
}
.slick-next::before {
    font-family: FontAwesome!important;
    content:  "\f0da"!important;
    font-size: 30px!important;
    margin-left: 5px;
}


@media(min-width: 1200px) {
    h1 {
        font-size: 5rem;
    }

}
@media(max-width: 1200px) {

    .contacts a {
        width: 15%;
    }
    .portfolio-slider img {
        height: 40vh;
        width: auto;
    }
}
@media(max-width: 800px) {
    .page_2 .info {
        font-size: 13px;
    }

    .container {
        padding: 0 1rem;
    }
    h1 {
        font-size: 3rem;
    }
    .contacts a {
        width: 50%;
    }
    .page_3 p {
        font-size: 13px;
    }
    .portfolio-slider .descr {
       font-size: 13px;
    }
    .page_3 h2 {
        padding-top:20px;
        font-size: 30px;
    }
}

@media(max-width: 500px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .contacts {
        justify-content: center;
    }

}