body {
    background-image: url("/static/img/palamut-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.nav-logo-wrap .logo {
    max-width: 260px;
}

.bg-dark-alpha-60:before, .bg-dark-alpha-60 .YTPOverlay:before {
    opacity: .4;
}

.work-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    pointer-events: none;
    z-index: 1;
}

.project-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-height: 70%;
    z-index: 2;
}

h3.section-title {
    font-size: 30px;
}

.fp-container {
    height: 500px;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .fp-container {
        flex-direction: column;
    }
}

.fp-title {
    color: #f1f1f1;
    position: relative;
    font-size: 30px;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 15%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .fp-title {
        transform: rotate(0deg) !important;
    }
}

.fp-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 2vw;
    padding: 5%;
    top: 20%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .fp-about {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
}

.fp-slide {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .fp-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .fp-slide p {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .fp-slide ul li {
        font-size: 2em;
    }
}

.fp-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

@media screen and (min-width: 768px) {
    .fp-slide {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}


@keyframes homeFlextitle {
    0% {
        transform: rotate(90deg);
        top: 15%;
    }
    50% {
        transform: rotate(0deg);
        top: 15%;
    }
    100% {
        transform: rotate(90deg);
        top: 15%;
    }
}

.fp-about {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .fp-about {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    }
}


.fp-slide {
    position: relative;
    background-size: auto 100%;
    background-position: center;
    height: 500px;
    background-attachment: fixed;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
}

.fp-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    opacity: .35;
}

.fp-about p {
    margin-bottom: 0;
}

.fp-about {
    font-size: 20px;
    border: 1px solid #919191;
    border-radius: 8px;
    line-height: 1;
    text-align: center;
}

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

section.sustainability {
    padding: 60px 0;
}

section.sustainability h5 {
    font-size: 25px;
}

section.sustainability p {
    font-size: 16px;
}

.hero-logo img {
    width: 600px;
    max-height: 400px;
    margin-bottom: 30px;
}

.owl-prev svg, .owl-next svg {
    height: .7em;
}

.project-banner {
    height: 750px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-position: center;
    background-size: cover;
}


.project-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .4;
    pointer-events: none;
}

.project-banner-logo {
    position: relative;
    z-index: 2;
    text-align: center;
}

.project-banner-logo img {
    width: 350px;
}

.form-group textarea {
    height: 130px;
}

.project-video {
    padding: 1.5rem 0;
}

.project-video iframe {
    height: 600px;
    width: 100%;
}

.vimeo iframe {
    width: 100%;
    height: 450px;
}

.logo-dark {
    display: block;
}

.logo-light {
    display: none;
}

.dark-mode-toggle {
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    background: none;
    color: inherit;
}

.footer-logo-light {
    display: none;
}

.footer {
    padding-bottom: 30px;
}

section.video-banner {
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .45;
    pointer-events: none;
}

.video-banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


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

.website-btn {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
    overflow: hidden;
    transition: color .5s ease-in-out;
}

.website-btn span {
    position: absolute;
    background-color: #ffffff80;
}

.website-btn .x {
    height: calc(100% + 16px);
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}


.website-btn .y {
    width: calc(100% + 16px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.website-btn .x.left {
    left: 0;
}

.website-btn .x.right {
    right: 0;
}

.website-btn .y.top {
    top: 0;
}

.website-btn .y.bottom {
    bottom: 0;
}

.website-btn .bg {
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    transition: .6s ease-in-out;
    pointer-events: none;
}

.website-btn:hover {
    color: #fff;
    text-decoration: none;
}

.website-btn:hover .bg {
    left: 0;
}

.btn-inner {
    position: relative;
    z-index: 3;
}

.message-box {
    padding: 1rem;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #363636;
}