/*AUTHOR: REJEP MAMMEDOV*/
/*URL: https://rejep.com*/
/*GITHUB: https://github.com/reppon97*/
/*EMAIL: reppon97@gmail.com*/

:root {
    /*--bg-color: #e1d6c8;*/
    --bg-color: #c9b59b;
    --bg-btn: #D2C3AF;
    --font-text: "Noto Sans", sans-serif;
    --font-title: "Altone";
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: var(--bg-color);
    font-family: var(--font-text);

}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
}

h1.title {
    color: #fff;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 1;
    font-size: 40px;
}

/*HEADER*/

header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgb(0, 0, 0, 0.15);
}

.navbar-logo {
    width: 350px;
}

.navbar-social ul li a {
    padding: 1rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out;
}

.navbar-social ul li:hover a {
    background-color: #fff;
    color: #000;
}

.navbar-social ul li:last-of-type {
    margin-right: 0;
}

.navbar-form-btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff4d;
    transition: background-color .5s ease-in-out;
}

.navbar-form-btn .btn:hover {
    background-color: var(--bg-color);
}

.multiply {
    position: relative;
    height: 100vh;
    background-image: url("/static/img/marble.webp");
    display: flex;
    justify-content: center;
    align-items: center;
}

.multiply::before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 3%;
    right: 3%;
    background-color: #D2C3AF;
    mix-blend-mode: multiply;
}

.hero-swiper .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    background-color: rgb(0, 0, 0, .3);
}

.hero-content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-text {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.hero-slogan {
    margin-bottom: 40px;
}

.hero-content h1 {
    color: #fff;
}

.btn {
    padding: 12px 30px;
    text-align: center;
    background-color: var(--bg-btn);
    color: #fff;
    transition: .4s ease-in-out;
    font-size: 20px;
    display: inline-block;
    outline: none;
    position: relative;
    overflow: hidden;
}

.btn span {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #a18b6f;
    transition: left .5s ease-in-out;
}


.btn:hover::before {
    left: 0;
}


[type="submit"] {
    cursor: pointer;
}

.hero-btn {
    background-color: transparent;
    border: 2px solid #fff;
}

.hero-swiper .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}

/*ABOUT*/

section.about p {
    margin-bottom: 20px;
    font-weight: 300;
}

.about-text {
    padding-inline: 2rem;
    text-align: justify;
}

.about-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.tc-flawless-style5 {
    position: relative;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fsz-70 {
    font-size: 70px !important;
}

.tc-flawless-style5 .flawless .flex-accordion {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
    width: 100px;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
    width: 110px;
    height: 100%;
    position: relative;
    padding: 40px 15px;
    text-align: center;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
    cursor: inherit;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
    cursor: inherit;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
    position: absolute;
    top: 0;
    left: 110px;
    width: calc(100% - 110px);
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
    font-size: 72px;
    line-height: 1;
    color: #fff;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateY(40px);
    -ms-transform: rotate(-90deg) translateY(40px);
    transform: rotate(-90deg) translateY(40px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    text-align: start;
    color: #fff;
    white-space: nowrap;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .text-title {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 40px;
}


.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
    font-size: 30px;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
    font-size: 34px;
    font-weight: 700;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000000a8), to(transparent));
    background-image: -webkit-linear-gradient(left, #000000a8, transparent);
    background-image: -o-linear-gradient(left, #000000a8, transparent);
    background-image: linear-gradient(to right, #000000a8, transparent);
    pointer-events: none;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(162, 162, 162, 0.75);
    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;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    transition: background-color .4s ease-in-out;
}

@media screen and (max-width: 600px) {
    .tc-flawless-style5 .flawless .flex-accordion {
        height: inherit;
        width: 100%;
    }

    .tc-flawless-style5 {
        padding: 100px 0;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
        height: 100px;
        width: 100%;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
        width: 100%;
        height: 500px;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
        height: 280px;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
        width: 100%;
        height: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: rgb(0, 0, 0, .4);
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-filter: brightness(0.4);
        filter: brightness(0.4);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
        font-size: 50px;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
        -webkit-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        text-align: end;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
        top: 100px;
        left: 0;
        width: 100%;
        height: calc(100% - 100px);
        padding: 0 30px;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000a8), to(transparent));
        background-image: -webkit-linear-gradient(top, #000000a8, transparent);
        background-image: -o-linear-gradient(top, #000000a8, transparent);
        background-image: linear-gradient(to bottom, #000000a8, transparent);
    }
}


/*GALLERY*/

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

.grid-item {
    width: calc(100% / 3);
    transition: .5s ease-in-out;
    padding: 8px;
}

.grid-item img {
    transition: .5s ease-in-out;
}

.grid-item:hover {
    filter: brightness(.7);
}

.grid-item:hover img {
    transform: scale(1.08);
}

.grid-item-inner {
    overflow: hidden;
}

.filter-button {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 4rem;
    background-image: url("/static/img/filter-btn-bg.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a18b6f;
    border: 1px solid #ebe9e6;
    font-size: 21px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.filter-button.active {
    background-color: #d3c6b3;
}

[data-filter] {
    cursor: pointer;
}

/*FOOTER*/

footer.footer {
    padding: 100px 0;
    color: #fff;
}

.footer ul li {
    margin-bottom: .7rem;
}

.footer-logo img {
    width: 250px;
}


.footer ul li a, .footer-bottom a {
    position: relative;
}

.footer ul li a::before, .footer-bottom a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    width: 0;
    transition: width .5s ease-in-out;
}

.footer ul li:hover a::before, .footer-bottom a:hover::before {
    width: 100%;
}

.footer-social ul li i {
    font-size: 20px;
}

/*E-KATALOG*/

section.e-katalog {
    position: relative;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 0;
}

section.e-katalog a.btn {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.e-katalog .btn {
    background-color: #a18b6f;
}

/*CONTACT*/

.map-box iframe {
    height: 400px;
}

section.contact input, section.contact textarea {
    padding: 10px;
    border: 1px solid #f3ede6;
}

input::placeholder, textarea::placeholder {
    color: #fff;
}

/*VIDEO*/
.project-video iframe {
    height: 700px;
    width: 100%;
}

.message-box {
    background-color: #4fadd1;
    padding: 20px;
    color: #fff;
    margin-top: 60px;
    border: 1px solid #fff;
    font-size: 20px;
}

.pe-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0;
}

.pe-video-play {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-size: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
    cursor: pointer;
}

.pe-video-play i {
    margin: 0;
    font-size: 42px;
    margin-left: 4px;
}

.pe-video-play::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .4;
}


/*--------------------------------------------------
## Embed Video
---------------------------------------------------*/

.plyr--full-ui input[type="range"] {
    color: #000
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #000
}

.plyr__control--overlaid {
    background: #000;
}

.plyr__video-embed iframe {
    top: -50%;
    height: 200%;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}


.pe-embed-video {
    width: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: -10px 11px 24px -11px rgba(0, 0, 0, 0.5);
    box-shadow: -10px 11px 24px -11px rgba(0, 0, 0, 0.5);
}

.pe-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0;
}

.pe-video-play {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-size: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
    cursor: pointer;
}

.pe-video-play::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .4;
}

.pe-video-play i {
    margin: 0;
    font-size: 35px;
}
