@font-face {
    font-family: "BDO_Grotesk";
    src: url("../fonts/BDOGrotesk-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "BDO_Grotesk";
    src: url("../fonts/BDOGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "BDO_Grotesk";
    src: url("../fonts/BDOGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: "BDO_Grotesk", sans-serif;
    overflow-x: hidden;
    height: 200vh;
}
body.no-scroll {
    overflow-y: hidden;
}
.header.up {
    top: -120px;
}
.header.fixed {
    /* background: white; */
}
.link {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.link:hover {
    color: rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.7);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1003;
    height: 104px;
    line-height: 104px;
    padding: 0 60px;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.logo {
    position: absolute;
    left: 16px;

}
.logo img {
    width: 40px;
}
.section {
    padding: 110px 0;
}
.sidebar-menu {
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.sidebar-menu ul {
    padding: 0;
    margin: 0;
}
.sidebar-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 40px;
}
.sidebar-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.sidebar-menu ul li span {
    display: none;
}
.banner-home {
    height: 100vh;
    position: relative;
}
.banner-home-bg {
    height: 100vh;
    width: 100%;
    background-size: cover;
    padding: 100px 200px 100px 200px;
}
.banner-home-floating {
    position: absolute;
    bottom: 90px;
    left: 60px;
    right: 60px;
}
.center-vertical {
    display: flex;
    align-items: center;
}
.center-vertical-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-vertical-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.center-vertical-left {
    display: flex;
    align-items: center;
    justify-content: start;
}
.bottom-vertical {
    display: flex;
    align-items: end;
}
.bottom-vertical-end {
    display: flex;
    align-items: end;
    justify-content: end;
}
.section-about {
    padding: 160px 40px;
}
.section-about-bg {
    height: 980px;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}
.section-about-wrapper {
    background: rgba(226, 227, 224, 1);
    padding: 50px;
    width: 100%;
    max-width: 460px;
    margin: 100px auto;
    text-align: center;
}
.section-about-wrapper h5 {
    text-transform: uppercase;
}
.section-about-wrapper img {
    margin: 100px 0;
}
.section-about-wrapper p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}
.section-projects {
    padding: 190px 0 100px 0;
}
.section-projects-title img {
    position: relative;
    top: -2px;
    margin-right: 20px;
}
.section-projects-title p {
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 0;
}
.section-projects-list {}
.section-projects-list ul {
    margin: 0;
    padding: 0;
}
.section-projects-list ul li {
    padding: 36px 16px;
    list-style: none;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
}
.section-projects-list ul li:hover .sidebar-image {
    opacity: 1;
    visibility: visible;
}
.section-projects-list ul li:before, .footer-menu li:before {
    background: var(--Primary-Saniscara-Yellow, rgba(255, 255, 36, 1));
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.section-projects-list ul li:hover::before, .footer-menu li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.section-projects-list ul li a {
    font-size: 40px;
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    line-height: 52px;
}
.section-wwd {
    padding: 160px 40px;
}
.section-wwd-bg {
    height: 920px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 140px 0;
    justify-content: center;
}
.section-wwd-icon {
    margin-bottom: 60px;
}
.section-wwd-icon img {
    position: relative;
    top: -4px;
}
.section-wwd-icon h5 {
    margin-left: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.7px;
    text-align: left;
    color: rgba(255,255,255,0.8);
}
.section-wwd p {
    font-size: 40px;
    font-weight: 400;
    line-height: 52.84px;
    color: white;
}
.section-wwd p span {
    border-bottom: 1px solid white;
}
.section-job-title {
    padding: 200px 100px 100px 100px;
}
.section-job-title h4 {
    font-size: 70px;
    font-weight: 400;
    line-height: 100px;
    color: rgba(0,0,0,0.8);
}
.section-job-title h4 span {
    border-bottom: 4px solid rgba(0,0,0,0.8);
}
.section-job-content {
    padding: 80px 0 100px 0;
}
.section-job-content span {
    margin: 140px 0;
    display: block;
}
.section-job-content h5 {
    font-size: 40px;
    line-height: 56px;
}
.section-job-content h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 16px;
}
.section-job-content label {
    background: var(--Primary-Saniscara-Yellow, rgba(255, 255, 36, 1));
    padding: 16px 4px;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 40px;
}
.section-forsale {
    padding: 80px 0;
}
.section-forsale h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: justified;
    color: rgba(0,0,0,0.5);
}
.section-forsale p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: justified;
    color: #000;
}
.section-forsale .border-bottom {
    padding: 16px 0;
}
.title-primary {
    font-size: 36px;
    font-weight: 400;
    line-height: 47.56px;
    color: black;
}
.p-article {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: rgba(0,0,0,0.5);
}
.button-primary {
    padding: 21px 18px;
    color: white;
    margin-bottom: 12px;
    background: black;
    display: inline-block;
    border: 1px solid black;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.button-primary i {
    margin-left: 8px;
}
.button-primary:hover {
    background: rgba(0,0,0,0.9);
    color: white;
}
.button-secondary {
    padding: 21px 18px;
    color: black;
    margin-bottom: 12px;
    background: white;
    border: 1px solid black;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.button-secondary:hover {
    background: black;
    color: white;
}
.md-push {
    order: 2;
}
.md-pull {
    order: 1;
}
.section-social {
    border-top: 1px solid var(--Secondary-Pavement-Grey, rgba(226, 227, 224, 1));
    padding: 60px 0;
}
.section-social p {
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    line-height: 23.78px;
}
.section-social a {
    font-size: 18px;
}
.section-slider {
    padding-bottom: 160px;  
}
.footer-bottom {
    padding: 52px 40px;
}
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
}
.footer-menu {
    text-align: left;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    list-style: none;
    padding: 60px 40px;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
}
.footer-menu li a {
    font-family: BDO Grotesk;
    font-size: 70px;
    font-weight: 400;
    line-height: 92.47px;
    text-decoration: none;
    color: black;
}
.footer-menu li a span {
    position: absolute;
    right: 40px;
    top: 25%;
}
.section-address h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;    
}
.section-address p {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
}
.banner-about {
    height: 920px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-about h3 {
    font-size: 70px;
    font-weight: 400;
    line-height: 100px;
}
.about-section {
    padding: 120px 0;
}
.about-section h6 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
}
.section-about-image {
    margin-bottom: 160px;
}
.section-about-wwd .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;    
    margin-bottom: 12px;
}
.section-about-wwd .title span {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    color: var(--Secondary-Greenish-Yellow, rgba(235, 235, 1, 1));
    display: inline-black;
}
.section-about-wwd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: justified;
    color: rgba(0,0,0,0.5);
}
.section-about-wwd {
    margin-bottom: 160px;
}
.section-about-wwd .title-user {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
}
.section-about-wwd h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: justified;
    color: rgba(0,0,0,0.5);
    margin-bottom: 24px;

}
.sidebar-image {
    position: absolute;
    right: 0;
    top: -80px;
    opacity: 0;
    visibility: hidden;
}
.sidebar-image img {
    width: 212px;
}
.margin-s-10 {
    margin-left: 80px;
}
.margin-e-10 {
    margin-right: 80px;
}
.opening {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #343C24;
}
.opening img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .margin-s-10 {
        margin-left: 0px;
    }
    .margin-e-10 {
        margin-right: 0px;
    }
    .sidebar-image { 
        z-index: -1;
        top: -10px;
    }
    .sidebar-image img {
        width: 100px;
    }
    .md-push {
        order: 1;
    }
    .md-pull {
        order: 2;
    }
    .footer-bg {
        height: 400px;
        position: relative;
    }
    .footer-menu li {
        padding: 40px 24px;
    }
    .footer-menu li a span {
        right: 24px;
    }
    .footer-menu li a { 
        font-size: 40px;
        line-height: 52px;
    }
    .header {
        padding: 0 16px;
        height: 88px;
        line-height: 88px;
    }
    .logo img {
        width: 30px;
    }
    .sidebar-menu {
        position: fixed;
        top: 0;
        right: 0;
        right: -100%;
        height: 100%;
        z-index: 999;
        background: var(--Secondary-Pavement-Grey, rgba(226, 227, 224, 1));
    }
    .sidebar-menu.active {
        right: 0;
    }
    .sidebar-menu ul {

    }
    .sidebar-menu ul li {
        position: relative;
        padding: 0 24px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #c7c7c7;
    }
    .sidebar-menu ul li a {
        font-size: 40px;
    }
    .sidebar-menu ul li span {
        display: inline-block;
        position: absolute;
        right: 24px;
    }
    .sidebar-menu img {
        width: 30px;
    }
    .banner-home {
        height: auto;
    }
    .banner-home .col-md-6 {
        height: 670px;
    }
    .banner-home-bg {
        height: 100%;
        padding: 0;
    }
    .banner-home-floating {
        left: 16px;
        right: 16px;
        bottom: 40px;
    }
    .section-about {
        padding: 60px 8px;
    }
    .section-about-wrapper {
        padding: 50px 20px;
        margin: 100px 20px;
    }
    .section-wwd {
        text-align: center;
        padding: 60px 8px;
    }
    .section-wwd-bg {
        height: 600px;
        padding: 100px 20px;
    }
    .section-wwd-icon {
        margin-bottom: 40px;
    }
    .section-wwd p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 80px;
    }
    .section-projects-list ul li a { 
        font-size: 28px;
    }
    .menu-link, .menu-close {
        text-decoration: none;
        color: black;
    }
    .menu-link:hover, .menu-close:hover {
        color: black;
    }
    .bottom-vertical-end {
        justify-content: center;
    }
    .bottom-vertical {
        align-items: center;
    }
    .footer-bottom {
        padding: 32px 12px;
    }
    .section-job-title {
        padding: 140px 14px 60px 14px;
    }
    .section-job-title h4 {
        font-size: 40px;
        line-height: 56px;
    }
    .setion-jobs-bg {
        height: 480px;
    }
    .section-job-content {
        padding: 30px 0 0px 0;

    }
    .section-forsale {
        padding: 40px 0;
    }
    .section-job-content h5 {
        font-size: 28px;
        font-weight: 400;
        line-height: 39.2px;
    }
    .section-job-content span {
        margin: 120px 0;
    }
    .section-job-content h3 {
        font-size: 28px;
        font-weight: 400;
        line-height: 39.2px;
    }
    .section-job-content label {
        padding: 8px 4px;
        font-size: 28px;
        font-weight: 400;
        line-height: 39.2px;
        margin-bottom: 28px;
    }
    .section-address h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .section-address p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .section-job-content .col-md-6:first-child {
        margin-bottom: 120px;
    }
    .banner-about { 
        height: 780px;
    }
    .banner-about h3 {
        font-size: 40px;
        font-weight: 400;
        line-height: 100px;
    }
    .about-section {
        padding: 120px 0;
    }
    .about-section h6 {
        font-size: 28px;
        font-weight: 400;
        line-height: 39.2px;
    }
    .section-about-image { 
        margin-bottom: 100px;
    }
    .swiper {
        height: 440px !important;
        margin-bottom: 20px;
        position: relative;
    }
}
@media screen and (max-width: 1600px) {
    .banner-home-bg {
        padding: 50px 100px 50px 100px;
    }
    .section-about-bg {
        height: 840px;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 42px;
    z-index: 999;
    background: #EBEB01;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    color: black;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 9999 !important;
}