@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&family=Work+Sans:wght@200;300;400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@100;200;300;400;500&display=swap");

* {
    font-family: 'Work Sans', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

body {
    background-color: #000;
    max-height: 100vh;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.section_wrapper {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.Box {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.Content-left, .Content-right {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #141414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Content-left li {
    padding: 10px 0;
    font-size: 0.9em;
}

.Content-left li a {
    color: #bbb;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.Content-left li a:hover {
    color: #ff6f00;
}

.Bottom {
    width: 100%;
    background-color: #141414;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.7em;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.Bottom a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.Bottom a:hover {
    color: #ff6f00;
}

.video_wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.video_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.video_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video_container img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

#bgVideo {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.button {
    padding: 12px 20px;
    border-radius: 25px;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    cursor: pointer;
    letter-spacing: 0.1em;
    border: 2px solid #ff6f00;
    color: #ff6f00;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    line-height: 1em;
}

.button:hover {
    background-color: #ff6f00;
    color: #fff;
    -webkit-box-shadow: 0 0 2px 2px #ff6f00 inset, 0 0 0 0 #ff6f00;
    box-shadow: 0 0 2px 2px #ff6f00 inset, 0 0 0 0 #ff6f00;
    outline: 0;
}

.button:focus {
    outline: 0;
}

.anim {
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
}

.anim-down {
    top: -30px;
}

.anim-down.anim-end {
    top: 0;
}

.anim-up {
    bottom: -30px;
}

.anim-up.anim-end {
    bottom: 0;
}

.anim-left {
    right: -30px;
}

.anim-left.anim-end {
    right: 0;
}

.anim-right {
    left: -30px;
}

.anim-right.anim-end {
    left: 0;
}

.anim-end {
    opacity: 1;
}

/*.fp-section, .fp-tableCell {
  height: 100vh!important;
}*/
.Whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 205;
    font-size: 2em;
    background: #0dc143;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.Whatsapp a {
    color: #fff;
    line-height: 0;
}

.Whatsapp a i {
    font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    .video_container {
        height: 100vh;
    }

    .video_container #bgVideo {
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .Bottom, .Content-left, .Content-right {
        display: none;
    }

    .Whatsapp {
        opacity: 1;
        visibility: visible;
    }
}

.Header {
    background: #141414;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.Header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.Header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Header-nav li {
    color: #fff;
}

.Header-nav li a {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    padding: 30px;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.Header-nav li.current a, .Header-nav li:hover a {
    color: #ff6f00;
}

@media screen and (max-width: 768px) {
    .Header {
        width: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        height: 50px;
    }

    .Header .container {
        padding: 0;
    }

    .Header-nav {
        width: 100%;
    }

    .Header-nav li a {
        padding: 20px;
        display: block;
    }
}

.dotstyle ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dotstyle li {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 6px 0;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.dotstyle li a:focus {
    outline: none;
}

.dotstyle-stroke li a {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.dotstyle-stroke li a:hover,
.dotstyle-stroke li a:focus {
    background-color: white;
}

.dotstyle-stroke li.current a {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
}

.Mouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
}

.Mouse span {
    display: block;
    width: 18px;
    height: 27px;
    border-radius: 25px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.Mouse span:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-animation: mouse-animation 1s infinite;
    animation: mouse-animation 1s infinite;
}

@-webkit-keyframes mouse-animation {
    0% {
        opacity: 1;
        top: 5px;
    }

    70% {
        opacity: .75;
        top: 10px;
    }

    94% {
        opacity: 0;
        top: 10px;
    }

    95% {
        opacity: 0;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 5px;
    }
}

@keyframes mouse-animation {
    0% {
        opacity: 1;
        top: 5px;
    }

    70% {
        opacity: .75;
        top: 10px;
    }

    94% {
        opacity: 0;
        top: 10px;
    }

    95% {
        opacity: 0;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 5px;
    }
}

@media screen and (max-height: 580px) and (max-width: 768px) {
    .Mouse {
        display: none;
    }
}

.Slider {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Slider img {
    max-width: 70px;
    border-radius: 2px;
}

.Slider h2 {
    color: #fff;
    font-size: 6em;
    margin: 20px 0;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    letter-spacing: .1em;
}

.Slider h2 span {
    font-family: 'Oswald', sans-serif;
    color: #ff6f00;
    font-weight: 100;
}

.Slider h5 {
    color: #fff;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}

.Slider button {
    margin: 30px 0;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .Slider h5, .Slider h2 {
        text-align: center;
    }

    .Slider h5 {
        line-height: 2em;
    }

    .Slider h2 {
        font-size: 5.3em;
    }

    .Slider button {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 580px) and (max-width: 768px) {
    .Slider h2 {
        font-size: 4em;
    }
}

.About {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.About:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.About h2 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-size: 6em;
    margin: 0;
}

.About p {
    color: #bbb;
    max-width: 800px;
    text-align: center;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 20px;
    letter-spacing: 0.1em;
}

.About p b {
    color: #ff6f00;
}

@media screen and (max-width: 768px) {
    .About h2 {
        font-size: 3em;
    }

    .About p {
        font-size: 0.7em;
        line-height: 1.8em;
        padding: 0 20px;
    }
}

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: 'Oswald', sans-serif;
    --font-serif: 'Work Sans', serif;
}

.Projects {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Projects .Project[index='1']:before {
    background-image: url("./resources/projects/bostanci-bosslife/ef9310d8-fff3-4525-af18-2b0408dc5d16.JPG");
}

.Projects .Project[index='2']:before {
    background-image: url("./resources/projects/bostanci-markapark/IMG-8041.JPG");
}

.Projects .Project[index='3']:before {
    background-image: url("./resources/projects/camlik-apartmani/032938ed-3b15-4e8e-8803-0f61b43b2c94.jpg");
}

.Projects .Project[index='4']:before {
    background-image: url("./resources/projects/sogutlu-markakent/IMG-8078.JPG");
}

.Projects .Project[index='5']:before {
    background-image: url("./resources/projects/akcaabat/IMG-8026.JPG");
}

.Projects .Project[index='6']:before {
    background-image: url("./resources/projects/yildizli/IMG-7995.JPG");
}

.Projects h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 0;
}

.Projects > h2:before {
    content: '';
    width: 120px;
    height: 40px;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -20px;
    z-index: -1;
}

.Projects-up {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 202;
}

.Projects-up.active {
    opacity: 1;
    visibility: visible;
}

.Projects-up-item {
    padding: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Projects-up-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Projects-up-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.Projects-up-title i {
    position: absolute;
    left: 0;
    color: #fff;
    cursor: pointer;
}

.Projects-up-title a {
    position: absolute;
    right: 0;
}

.Projects-up-title a img {
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.Projects-up-title h2 {
    margin-bottom: 0;
}

.Projects-up-link {
    color: #0d6efd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.Projects-up .Projects-up-content {
    max-width: 1200px;
    width: 100%;
}

.Projects-up .Projects-up-content .Project-status {
    margin-top: 10px;
    position: static;
}

.Projects-up p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.Projects-up-gallery {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    overflow-y: auto;
    max-height: 330px;
    padding: 0 20px;
}

.Projects-up-gallery::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
}

.Projects-up-gallery::-webkit-scrollbar-track {
    background: #333;
}

.Projects-up-gallery::-webkit-scrollbar-thumb {
    background: #ff6f00;
}

.Projects-up-gallery img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.Projects-wrapper {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Projects-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.Projects-wrapper:hover .slick-prev {
    left: -20px;
}

.Projects-wrapper:hover .slick-next {
    right: -20px;
}

.Projects .Carousel {
    position: relative;
}

.Projects .Carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border-radius: 2px;
    overflow: hidden;
}

.Projects .slick-list {
    overflow: hidden;
    padding: 20px 0;
}

.Projects .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
    top: -20px;
}

.Projects .slick-arrow {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    left: -50px;
    top: calc(50% - 24px);
    font-size: 1.5em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 202;
}

.Projects .slick-next {
    right: -50px;
    left: auto;
}

.Projects .Project {
    width: 200px;
    height: 350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    text-align: center;
    color: whitesmoke;
    border-radius: 2px;
}

.Projects .Project:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.Projects .Project:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}

.Projects .Project-status {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 200;
}

.Projects .Project-status span {
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 0.65em;
    font-weight: bold;
}

.Projects .Project-status-done span {
    background-color: #f44336;
}

.Projects .Project-status-continue span {
    background-color: #607d8b;
}

.Projects .Project .Project-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}

.Projects .Project .Project-content > * + * {
    margin-top: 1rem;
}

.Projects .Project .Project-content h5 {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

.Projects .Project .Project-content p {
    font-family: var(--font-serif);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
}

.Projects .Project .Project-content button {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: #ff6f00;
    border: none;
}

.Projects .Project .Project-content button:hover {
    background-color: #ff7d1a;
}

@media (hover: hover) and (min-width: 600px) {
    .Project:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .Project-content {
        -webkit-transform: translateY(calc(100% - 7rem));
        transform: translateY(calc(100% - 7rem));
    }

    .Project-content > *:not(h5) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    }

    .Project:hover,
  .Project:focus-within {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .Project:hover:before,
    .Project:focus-within:before {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }

    .Project:hover:after,
    .Project:focus-within:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .Project:hover .Project-content,
    .Project:focus-within .Project-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .Project:hover .Project-content > *:not(h5),
      .Project:focus-within .Project-content > *:not(h5) {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: calc(var(--d) / 8);
        transition-delay: calc(var(--d) / 8);
    }

    .Project:focus-within:before, .Project:focus-within:after,
  .Project:focus-within .Project-content,
  .Project:focus-within .Project-content > *:not(h5) {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

@media screen and (max-width: 768px) {
    .Projects h2 {
        font-size: 10vw;
    }

    .Projects > h2 {
        margin-bottom: 25px;
    }

    .Projects-up-item {
        padding: 60px 20px;
        padding-top: 100px;
    }

    .Projects-up-title h2 {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .Projects-up p {
        line-height: 1.4em;
    }

    .Projects-up-gallery {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        max-height: calc(100vh - 450px);
    }

    .Projects-up-gallery img {
        height: 100px;
    }

    .Projects .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .Projects .slick-arrow.slick-prev {
        left: -20px;
    }

    .Projects .slick-arrow.slick-next {
        right: -20px;
    }
}

@media screen and (max-height: 580px) and (max-width: 768px) {
    .Projects .Project {
        height: 300px;
    }

    .Projects .Project .Project-content {
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 50px;
    }

    .Projects .Project .Project-content h5 {
        margin: auto 0;
    }

    .Projects .Project .Project-content p {
        display: none;
    }

    .Projects-up-item {
        padding: 0 20px;
    }

    .Projects-up-gallery {
        max-height: calc(100vh - 350px);
    }

    .Projects .slick-list {
        padding: 0;
    }

    .Projects .slick-track {
        padding-bottom: 0;
    }
}

.Ads {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Ads:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: -2;
}

.Ads h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 0;
}

.Ads > h2:before {
    content: '';
    width: 120px;
    height: 40px;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -20px;
    z-index: -1;
}

.Ads-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    max-width: 500px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.Ads-item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.Ads-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Ads-item-content h6 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1em;
}

.Ads-item-content span {
    line-height: 1.5em;
    font-size: 1em;
}

.Ads-item-content span i {
    margin-right: 5px;
    font-size: 1.1em;
    position: relative;
    top: 1px;
    color: #ff6f00;
}

.Ads-item-content span:last-of-type {
    margin-bottom: 20px;
}

.Ads-item-content .button {
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .Ads h2 {
        font-size: 10vw;
    }

    .Ads-item {
        grid-template-columns: 1fr;
        width: 70vw;
    }

    .Ads-item-photo img {
        height: 160px;
    }

    .Ads-item-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-height: 580px) and (max-width: 768px) {
    .Ads-item-content span {
        display: none;
    }
}

.Contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
}

.Contact h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
}

.Contact h2:before {
    content: '';
    width: 120px;
    height: 40px;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: -1;
}

.Contact-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 201;
    text-align: center;
}

.Contact-wrapper > svg {
    position: absolute;
    bottom: 100px;
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.Contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.Contact-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Contact-item-wrapper > p {
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.Contact-item i, .Contact-item p, .Contact-item a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.Contact-item:hover i, .Contact-item:hover p, .Contact-item:hover a {
    color: #ff6f00;
}

.Contact-item i {
    color: #fff;
    margin-right: 10px;
    font-size: 1.5em;
}

.Contact-item p {
    color: #fff;
    margin: 0;
    line-height: 1.5em;
    font-weight: 300;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Contact-item .button {
    display: inline-block;
    margin-top: 20px;
}

.Contact-item .button:hover {
    color: #fff;
}

.Contact-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 1.1em;
}

.Contact-social li {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.Contact-social li a {
    font-size: 0.8em;
}

.Contact-social li a i {
    font-size: 1.2em;
}

.Contact-social li:hover a {
    color: #ff6f00;
}

.Contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 100px;
    margin-bottom: 100px;
}

.Contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.Contact-form .input {
    position: relative;
    width: 100%;
}

.Contact-form .input:nth-of-type(3) {
    grid-column: span 2;
    max-width: 100%;
}

.Contact-form .textarea {
    position: relative;
    grid-column: span 2;
}

.Contact-form .button {
    max-width: 100px;
}

.Contact-form input {
    width: 100%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-radius: 1px;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    color: #ddd;
    cursor: pointer;
}

.Contact-form input:focus {
    outline: 0;
    border: 1px solid #56a4ff;
}

.Contact-form input + label, .Contact-form textarea + label {
    position: absolute;
    top: 0;
    left: 12px;
    color: #ccc;
    line-height: 41px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    font-size: 14px;
    cursor: pointer;
}

.Contact-form input:focus + label, .Contact-form input:valid + label, .Contact-form textarea:focus + label, .Contact-form textarea:valid + label {
    color: #56a4ff;
    font-size: 11px;
    line-height: 20px;
    top: -10px;
    background: #000;
    padding: 0 3px;
}

.Contact-form textarea {
    width: 100%;
    resize: none;
    height: 150px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    border-radius: 1px;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    color: #ddd;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Contact-form textarea:focus {
    outline: 0;
    border: 1px solid #56a4ff;
}

#Map {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 199;
}

#Map:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
    .Contact h2 {
        font-size: 10vw;
        margin-bottom: 25px;
    }

    .Contact-info {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .Contact-form {
        display: none;
    }

    .Contact-wrapper > svg {
        bottom: 50px;
    }

    .Contact-item-wrapper > p {
        display: none;
    }

    .Contact-item:first-of-type i {
        display: none;
    }
}

@media screen and (max-height: 580px) and (max-width: 768px) {
    .Contact-item {
        margin-bottom: 5px;
    }

    .Contact-item a {
        font-size: 0.9em;
    }

    .Contact-item .button {
        margin: 10px 0;
    }
}
