﻿@font-face {
    font-family: 'Manrope';
    src: url('/font/Manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Marlide Display';
    src: url('/font/MarlideDisplay/MarlideDisplay_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    /*min-width: 1280px;
    overflow-x: auto;*/
}

header,
.content-white {
    background: linear-gradient(194.28deg, #F8F5EF 11.75%, rgba(248, 245, 239, 0.57) 91.49%);
}

header {
    padding: 0 103px !important;
    background: #F8F5EF;
    border-bottom: 1px solid #000000;
}

        header nav {
            padding: 30px 0;
        }
            header nav .menu {
                padding: 30px 0;
                background: #F8F5EF;
            }
            header nav .nav-link {
                text-transform: uppercase;
                font-size: 14px;
                position: relative;
                padding: 0 25px !important;
                color: unset !important;
            }
                header nav .nav-link.active::after {
                    content: "•";
                    position: absolute;
                    bottom: -20px;
                    left: 50%;
                    transform: translateX(-50%);
                    font-size: 20px;
                    color: #000;
                }

.scrollbar {
    margin-top: 110px;
    height: calc(100vh - 110px);
    overflow: auto;
    min-width: 1280px;
}

.home-section {
    /*    background-image: linear-gradient(rgba(35, 29, 31, 0.26), rgba(35, 29, 31, 0.26)), url('/images/bg_home_1.png');
    background-size: cover;
    background-position: center;
    background-size: cover;
*/
    width: 100%;
    color: white;
    text-align: center;
    position: relative;
    width: 100%;
    height: 873px;
    overflow: hidden;
}

    .home-section p {
        line-height: 30px;
    }


    .home-section .home-content {
        border: 1px solid #ffffff;
        border-top: 0;
        border-bottom: 0;
        padding: 184px 0;
        margin: 0 70px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: calc(100% - 140px);
        height: 100%;
    }

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(35, 29, 31, 0.26), rgba(35, 29, 31, 0.26));
}

.vision-section {
    /*background-image: linear-gradient(rgba(35, 29, 31, 0.26), rgba(35, 29, 31, 0.26)), url('/images/bg_home_2.png');
    background-size: cover;
    background-position: center;
    background-size: cover;*/
    position: relative;
    width: 100%;
    height: 811px;
    overflow: hidden;
    color: #ffffff;
}
    .vision-section .vision-content {
        border: 1px solid #ffffff;
        border-top: 0;
        border-bottom: 0;
        padding: 315px 0 88px 254px;
        margin: 0 70px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: calc(100% - 140px);
        height: 100%;
    }
    .vision-section p{
        line-height: 46px;
    }
    .vision-section .content-right {
        padding: 0 130px;
    }

    .vision-section .image-right {
        padding-right: 230px
    }

.content-white {
    border: 1px solid #000000;
    border-top: 0;
    border-bottom: 0;
    margin: 0 70px;
    padding: 100px 0;
}

article {
    background: #F8F5EF;
}

.navbar-brand {
    font-size: 1.5rem;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

.card-img-top {
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.title-page {
    position: fixed;
    z-index: 1000;
    height: 20px;
    top: 509px;
    opacity: 1;
    left: 35px;
}
    .title-page p {
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: left top;
    }

.text-rotate-right {
    position: fixed;
    bottom: 130px;
    right: -70px;
    z-index: 1000;
    right: 50px;
    transform-origin: right top;
    transform: rotate(90deg) translateY(-50%);
}


    .hero-section {
        padding-top: 210px;
    }
    .hero-section img.end-0 {
        top: 120px;
    }

    .title-small {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.6em;
        text-transform: uppercase;
    }

.title-large {
    font-family: 'Marlide Display', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 96px;
    letter-spacing: 0;
}

.text-summary {
    font-family: 'Marlide Display', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    line-height: 46px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.invalid {
    outline: 0;
}

.valid.modified:not([type=checkbox]) {
    outline: none;
}

.btn-explore {
    color: #ffffff;
    background: rgba(35, 29, 31, 1);
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 43px;
    letter-spacing: 0.1em;
}


.service-section .list-service {
    background: #231D1F;
    font-family: 'Marlide Display', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    padding: 18px;
    color: #ffffff;
}
    .service-section .list-service a {
        color: #ffffff;
    }

.content-black {
    background: #231D1F;
    color: #ffffff;
    padding: 0 70px;
}

    .content-black section {
        border: 1px solid #F8F5EF;
        border-top: 0;
        border-bottom: 0;
    }
    .content-black .cards {
        padding: 100px 236px 0;
        position: relative;
    }
    .content-black .card-body {
        padding-right: 150px;
    }
    .content-black .card-body-right {
        padding-left: 150px;
    }
    .content-black a {
        color: #ffffff;
    }
.cards .image-background-1 {
    position: absolute;
    right: 0;
    bottom: -190px;
    z-index: 0;
}
.cards .image-background-2 {
    position: absolute;
    left: 0;
    bottom: -262px;
    z-index: 0;
}
.cards .image-background-3 {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 0;
}
.cards .image-background-4 {
    position: absolute;
    left: 0;
    bottom: -222px;
    z-index: 0;
}

.btn-get-in-touch {
    text-transform: uppercase;
    padding: 16px 43px;
    letter-spacing: 0.1em;
}


.contact-section {
    padding: 100px 0;
}

.about-us.title-page {
    left: -40px;
}

.about-us .hero-section {
    padding: 125px 100px 25px;
}

.about-us .img-about {
    padding: 63px 0 0 100px;
}
.content-black.about-us {
    background-image: url('/images/backround_atwood.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 0 70px;
}

.content-black.about-us section{
    padding-top: 100px;
}

    .content-black.about-us .cards {
        background: #F8F5EF;
        margin: 0 253px;
        padding: 70px 80px;
        text-align: center;
        color: #000000;
    }
.service.content-white {
    padding: 100px;
}
.service .hero-section {
    padding: 0;
}
.service .content-black {
    margin: 50px 56px 100px;
    padding: 100px 100px 40px;
}
    .service .content-black .cards {
        padding: 0;
        padding-bottom: 60px;
    }
.service .content-black .card-body-right {
    padding-left: 60px;
}

.service .content-black .card-body {
    padding-right: 60px;
}
.service .card-img {
    padding-left: 40px;
}

.service .card-img-left {
    padding-right: 40px;
    width: 100%;
}

.contact-us input.form-control,
.contact-us input.form-control:focus {
    border: 0;
    border-bottom: 1px solid #F8F5EF33;
    background-color: #231D1F !important;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 10px;
    box-shadow:none;
}
.contact-us .form-control::placeholder {
    color: #ffffff;
}

.contact-us .sf-mask-custom.e-input-group,
.contact-us .sf-mask-custom.e-control-wrapper {
    border: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    background-color: #231D1F !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    box-shadow: none !important;
    width: 100% !important;
    position: relative;
}

    .contact-us .sf-mask-custom.e-input-group input {
        background-color: transparent !important;
        border: none !important;
        color: #fff !important;
        padding: 0 !important;
        width: 100%;
        outline: none;
    }

.contact-us .sf-mask-custom.e-input-focus input {
    display: block;
}

.contact-us .sf-mask-custom label {
    width: 100%;
    position: absolute;
    top: .375rem;
    left: 0;
    display: block;
}

.contact-us .sf-mask-custom.modified label,
.contact-us .sf-mask-custom.e-input-focus label {
    display: none;
}

.contact-us .form-check-input {
    background: none;
    font-size: 11px;
}
.contact-us .form-check-label {
    font-size: 14px;
}
.contact-us textarea.form-control {
    border: 1px solid #F8F5EF33;
    background-color: #231D1F !important;
    border-radius: 0;
}
.contact-us .form-check {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 1em;
}

.contact-us.service .content-black {
    margin-bottom: 0;
    padding-bottom: 100px;
}

footer {
    background: #231D1F;
    color: #F8F5EF;
    font-size: 14px;
}
    .footer-flex {
        padding: 0 103px;
    }

.footer-section {
    min-width: 150px;
    flex-grow: 1;
}

.footer-heading {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-link {
    display: block;
    color: #F8F5EF;
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .footer-link:hover {
        color: #fff;
    }

.footer-icon {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 0.5rem;
    text-decoration: none;
}

    .footer-icon:hover {
        color: #ccc;
    }

footer .border-footer {
    border: 1px solid #F8F5EF;
    border-left: 0;
    border-right: 0;
    padding: 70px 0;
}

footer .text-bottom {
    font-size: 16px;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .scrollbar {
        height: auto;
    }
    /*body {
        font-size: 14px;
    }

    .title-small {
        font-size: 14px;
        line-height: 16px;
    }

    .title-large {
        font-size: 40px;
        line-height: 44px;
    }

    .text-summary {
        font-size: 24px;
        line-height: 30px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .hero-section {
        padding-top: 220px;
    }

    .vision-section {
        margin-top: 329px;
    }

    .content-black .cards {
        padding: 50px 136px 0;
    }*/
}

