@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;500;600;700&display=swap');

body {
    font-family: Helvetica, sans-serif;
    overflow-x: hidden;
    color: #020000;
}

h1,
h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

html,
body {
    scroll-behavior: smooth;
}

a,
path,
img {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover,
path:hover,
img:hover {
    text-decoration: none;
    outline: none;
}

.font-weight-med {
    font-weight: 500;
}

.container {
    max-width: 1340px;
}

.title {
    font-size: 30px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 400;
}

label.error {
    display: none !important;
}

input.error,
textarea.error {
    border-color: red !important;
}

.header-wrap {
    min-height: 103px;
}

header {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

header .container {
    padding: 30px 0;
    max-width: 100%;
}

header.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #ffffff;
    border-bottom: 0 solid #4a90e2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header .container-fluid {
    padding: 0 0 0 75px;
}

header .logo a {
    color: #987878;
    font-family: 'Days One', sans-serif;
}

header .basket {
    cursor: pointer;
}

header .ham {
    position: absolute;
    top: 50px;
    right: 0;
    width: 45px;
    height: 20px;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
}

header .ham span {
    background-color: #0a1039;
    border-radius: 2px;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 3px;
}

header .ham span:first-child {
    width: 30px;
    top: 0;
}

header .ham span:nth-child(2) {
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .ham span:last-child {
    width: 30px;
    top: 17px;
}

nav {
    position: fixed;
    top: 0;
    width: 400px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    background-color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999;
    padding: 100px 30px 50px;
}

nav.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav li {
    margin-bottom: 25px;
}

nav li:last-child {
    margin-bottom: 0;
}

nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.close {
    position: absolute;
    top: 30px;
    left: 28px;
    width: 28px;
    height: 28px;
    text-align: left;
    float: left;
    cursor: pointer;
}

.close:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.close:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.close:hover:before,
.close:hover:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media (max-width: 767px) {
    .logo {
        max-width: 60%;
    }

    header .container {
        padding: 20px 5px;
    }

    header .ham {
        top: 32px;
    }
}

footer {
    padding: 70px 0;
    background-color: #020000;
}

footer path {
    fill: #fff;
}

.copy {
    padding: 10px 0;
    color: #605F5D;
    font-size: 12px;
}

.body-overlay {
    background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.body-overlay.open {
    opacity: 1;
    visibility: visible;
}

.first-screen {
    min-height: calc(100vh - 103px);
}

.first-screen .container {
    padding: 0;
    max-width: 98%;
}

.first-screen .img {
    min-height: calc(100vh - 103px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.first-screen .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.first-screen .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.first-screen h1 {
    font-size: 36px;
    letter-spacing: 10.5px;
}

.first-screen .item {
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.first-screen .item:nth-child(2) {
    margin: 0 25px;
}

.first-screen .item:nth-child(2):before,
.first-screen .item:nth-child(2):after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

.first-screen .item:nth-child(2):before {
    left: -15px;
}

.first-screen .item:nth-child(2):after {
    right: -15px;
}

.first-screen .text-b {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    font-size: 28px;
}

.years-block {
    padding: 150px 0 100px;
}

.years-block .container {
    max-width: 1200px;
}

.years-block h2 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 9px;
}

.years-block h3 {
    font-size: 24px;
    letter-spacing: 3px;
}

.info-block {
    padding: 150px 0 140px;
}

.info-block:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 57%;
    top: 0;
    left: 0;
    background-color: #E7E5E3;
}

.info-block:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 43%;
    top: 0;
    right: 0;
    background-color: #A19C99;
}

.info-block .container {
    z-index: 1;
}

.info-block h2 {
    font-weight: 600;
}

.capabilities {
    padding: 150px 0 150px;
}

.capabilities h2 {
    margin-bottom: 70px;
    font-weight: 500;
}

.capabilities h3 {
    margin-bottom: 30px;
    padding-top: 60px;
    position: relative;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 800;
}

.capabilities h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #020000;
}

.capabilities img {
    width: 100%;
    margin-bottom: 20px;
}

.recently {
    padding: 100px 0;
    background-color: #9a958f;
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center left;
}

.recently h2 {
    padding-top: 100px;
}

.trusted {
    padding: 120px 0 100px;
    background-color: #f3f0ee;
}

.trusted h2 {
    margin-bottom: 70px;
}

.progresiive {
    padding: 130px 0;
}

.south {
    position: relative;
    padding: 130px 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.south:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.south .container {
    position: relative;
}


.south h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1.5px;
}

@media(min-width: 1200px) {
    .south h3 {
        padding-top: 5px;
        padding-right: 180px;
    }
}

.south .row {
    margin-top: 80px;
}

.trade {
    padding: 130px 0;
}

.trade:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 57%;
    top: 0;
    left: 0;
    background-color: #f3f0ee;
}

.trade:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 43%;
    top: 0;
    right: 0;
    background-image: url(img/girl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #c2bbb5;
}

.trade .container {
    z-index: 1;
}

.trade h3 {
    padding-top: 60px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.5px;
}

.trade h3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #020000;
}

.contact {
    padding: 120px 0;
}

.contact h2 {
    margin-bottom: 70px;
}

.contact .item {
    margin-bottom: 25px;
}

.contact .item:last-child {
    margin-bottom: 0;
}

.contact label {
    margin-bottom: 15px;
}

.contact input,
.contact textarea {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #020000;
}

.contact textarea {
    padding-top: 25px;
}

@media (max-width: 1200px) {
    .info-block {
        padding: 100px 0 90px;
    }

    .info-block:before {
        width: 100%;
        height: 50%;
    }

    .info-block:after {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .info-block .col-xl-7 {
        padding-bottom: 100px;
    }

    .trade:before {
        width: 100%;
        height: 50%;
    }

    .trade:after {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .trade .row {
        padding-bottom: 250px;
    }

    .recently {
        padding-bottom: 100px;
        background-position: top left;
        background-size: 1202px 702px;
    }

    .recently h2 {
        padding-top: 530px;
    }

    .recently .col-12 {
        margin: auto;
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .info-block:before {
        height: 70%;
    }

    .info-block:after {
        height: 30%;
    }

    .capabilities h3:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .contact textarea {
        height: 130px;
    }
}

@media (max-width: 767px) {
    .years-block h2 {
        font-size: 45px;
    }

    nav {
        padding-left: 60px;
    }

    .close {
        left: 60px;
    }

    .recently {
        padding-bottom: 70px;
        background-size: 622px 380px;
    }

    .recently h2 {
        padding-top: 280px;
    }

    .trade:before {
        height: 70%;
    }

    .trade:after {
        height: 30%;
    }

    .trade .row {
        padding-bottom: 115px;
    }

    .trade h3::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 400px) {
    .recently {
        background-size: 577px 350px;
    }

    .recently h2 {
        padding-top: 250px;
    }
}

/*# sourceMappingURL=style.css.map */
