html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}

header {
    position: sticky;
    background-color: rgba(42,46,73,0.5);
    height: 100px;
    top: 0;
    z-index: 9;
}

.wrap {
    max-width: 1170px;
    margin: auto;
    align-items: center;
    height: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.nav {
    flex-basis: 50%;
}

.nav ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.nav ul li {
    list-style: none;
}

.nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s;
}

ul li a:hover {
    color: #e84545;
}

a {
    text-decoration: none;
}

.nav-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    background-color: rgba(13,15,28,0.7);
}

.nav-mobile li {
    list-style: none;
    padding-bottom: 52px;
}

.nav-mobile li:first-child {
    padding-top: 28px;
}

.nav-mobile li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.wrap.flex .fa-bars {
    display: none;
    cursor: pointer;
    border: none;
    font-size: 30px;
}

.wrap.flex .fa-window-close {
    display: none;
    cursor: pointer;
    border: none;
    font-size: 30px;
}

.hero {
    background-image: url(images/hero.jpg);
    position: relative;
    top: -100px;
}

.hero-text h1 {
    color: #fff;
    font-size: 65px;
    line-height: 71px;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 0px 80px;
}

.hero-text p {
    font-size: 22px;
    line-height: 33px;
    color: #ffffff;
    font-family: "Raleway";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 0px 80px;
}

.btn {
    margin: auto;
    justify-content: center;
}

.btn a span {
    color: #ffffff;
    font-weight: 600;
    font-family: "Raleway";
    font-size: 13px;
    line-height: 21px;
    text-decoration: none;
    margin: auto;
    border-radius: 2px;
    background-color: #e84545;
    text-align: center;
    padding: 17px 44px;
    transition: 0.3s;
}

.btn a span:hover {
    background: #fff;
    color: #e84545;
    border: 1px solid #e84545;
}

.hero-text {
    padding-bottom: 150px;
    padding-top: 150px;
}

.feats {
    flex-basis: 30%;
    text-align: center;
}

.feats h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    font-family: "Raleway";
}

.feats p {
    font-size: 14px;
    line-height: 21px;
    color: #6c7279;
    font-family: "Raleway";
}

.feats-row1 {
    margin-top: 0px;
    margin-bottom: 65px;
    padding: 0 40px;
}

.feats-row2 {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 0 40px;
}

.features {
    padding-top: 15px;
}

.works-row1 {
    margin: 0px;
    padding: 0px;
}

.works-row2 {
    margin: 0px;
    padding: 0px;
}

.works-row1.flex, .works-row2.flex {
    justify-content: left;
}

.works-img {
    margin: 1px 1px 0px 0px;
    padding: 0px;
    height: 350px;
    width: 475px;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.works-img div {
    position: relative;
    top: 40%;
    visibility: hidden;
}

.works-img div span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    text-transform: uppercase;
}

.works-img div p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Raleway";
    text-transform: capitalize;
}

.works {
    margin: 0px;
}

.works-img:before {
    content: '';
    position: absolute;
    background: #e84545;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.works-img:hover:before {
    opacity: 0.85;
}

.works-img:hover span {
    visibility: visible;
}

.works-img:hover p {
    visibility: visible;
}


.works-img h3 {
    margin: 0px;
}

.works .flex a {
    color: #fff;
}

.work1 {
    background-image: url(images/work1.jpg);
}

.work2 {
    background-image: url(images/work2.jpg);
}

.work3 {
    background-image: url(images/work3.jpg);
}

.work4 {
    background-image: url(images/work4.jpg);
}

.work5 {
    background-image: url(images/work5.jpg);
}

.work6 {
    background-image: url(images/work6.jpg);
}

.work7 {
    background-image: url(images/work7.jpg);
}

.work8 {
    background-image: url(images/work8.jpg);
}

.team {
    padding-top: 100px;
    padding-bottom: 100px;
}

.member {
    flex-basis: 20%;
}

.member h2 {
    font-size: 22px;
    color: #2d3033;
    font-family: "Raleway";
    font-weight: 200;
}

.member span {
    font-size: 13px;
    color: #e84545;
    font-family: "Raleway";
    font-weight: 200;
    text-transform: uppercase;
}

.member p {
    font-size: 14px;
    line-height: 21px;
    color: #6c7279;
    font-family: "Raleway";
}

.fa {
    border: 1px solid #e8ecee;
    border-radius: 2px;
    padding: 10px 15px;
    color: #c6cacc;
    margin-right: 4px;
}

.social.flex {
    justify-content: left;
}

.border p {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    font-family: 'Cardo', serif;
}

.border span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    margin-top: 30px;
}

.client-img img {
    max-width: 950px;
    max-height: 500px;
    display: block;
    margin: 0px;
    padding: 0px;
}

.client-img {
    margin: 0px;
}

.client-info {
    margin: 0px;
}

.slick-slider {
    background-color: #53354a;
    max-width: 950px;
    max-height: 500px;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 115px;
}

ul.slick-dots button {
    opacity: 0.3;
    border: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    outline: none;
    cursor: pointer;
    font-size: 0px;
}

li.slick-active button {
    background: #fff;
    opacity: 1;
    color: #fff;
    outline: none;
}

.border {
    padding: 100px 35px 20px 50px;
    max-width: 500px;
}

.clients .flex {
    justify-content: left;
}

.download .wrap {
    text-align: center;
    padding: 100px 0px;
}

.download .wrap h2 {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 21px;
    color: #2d3033;
    font-weight: 300;
    font-family: "Raleway";
}

.download .wrap p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #2d3033;
    font-weight: 700;
    font-family: "Raleway";
    margin-bottom: 40px;
}

.download-btn {
    margin: auto;
    justify-content: center;
}

.download-btn a span {
    color: #ffffff;
    font-weight: 600;
    font-family: "Raleway";
    font-size: 13px;
    line-height: 21px;
    text-decoration: none;
    margin: auto;
    border-radius: 2px;
    background-color: #e84545;
    text-align: center;
    padding: 17px 82px;
    transition: 0.3s;
}

.download-btn a span:hover {
    background: #fff;
    color: #e84545;
    border: 1px solid #e84545;
}

footer {
    background: #3a3e64;
}

footer .wrap.flex {
    height: 245px;
}

.cols {
    text-align: center;
    flex-basis: 30%;
    height: 100px;
}

.cols span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cols p {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Raleway";
    opacity: 0.5;
}

.social2.flex {
    justify-content: center;
    margin-bottom: 35px;
    margin-top: 15px;
}

.social2.flex .fa {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
    padding: 10px 15px;
}

.low-footer {
    height: 95px;
    background: #313454;
}

.low-footer .wrap {
    max-width: 370px;
    text-align: center;
    display: flex;
}

.low-footer .wrap p {
    font-size: 14px;
    line-height: 23px;
    color: #808080;
    font-family: "Raleway";
    padding: 0px 10px;
}

.heart {
    color: #e84545;
}

.copyright {
    color: #fff;
}

@media (max-width: 640px) {

    header {
        background-color: rgba(13,15,28,0.7);
    }

    .wrap {
        max-width: 640px;
    }

    .flex {
        flex-wrap: wrap;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .works-img {
        width: 319px;
    }

    .client-img img {
        max-width: 640px;
    }

    .slick-slider {
        max-width: 640px;
    }

    .border {
        padding: 0px 0px 20px 50px;
        max-width: 480px;
    }

    .nav {
        display: none;
    }

    .wrap.flex .fa-bars {
        display: block;
    }
    
}

