@charset "utf-8";
/*!
 * picnic.css
 * Webkokteyli - 2020
 */

/* a */
a,
a:hover,
a:focus,
a:active{
    color: inherit;
    text-decoration: none;
}

/* i */
.font-awesome,
.slick-next:before,
.slick-prev:before,
.button.loading:before,
.about-video-home > a:before,
.all-gallery-images .gallery-image > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* buttons */
/* .button.loading:before {
    content: "\f110";
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
    margin-right: 0.5rem;
} */

/* cards */
.row > div .card{
    /* margin-bottom: 30px; */
}

/* covers */
.cover-before,
.cover-after{
    position: relative;
}
.cover-before:before,
.cover-after:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    background: linear-gradient(180deg, var(--color-primary) 50%, transparent 150%);
    z-index: 1;
}

/* topbar */
.topbar ul{
    margin-bottom: 0;
}

/* burger */
.burger-menu-toggler-icon,
.burger-menu-toggler:before,
.burger-menu-toggler:after {
    content: "";
    width: 22px;
    display: block;
    border-bottom: 1px solid rgb(85 85 85 / 79%);
    margin-bottom: 0.4rem;
}
.burger-menu-toggler {
    padding: 0.6rem;
    position: absolute;
    right: 0.9rem;
    display: none;
}
.burger-menu-toggler:after {
    margin-bottom: 0;
}
.burger-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
    /* min-width: 100%; */
    /* min-width: 100vw; */
    /* min-height: 100%; */
    /* min-height: 100vh; */
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
}
.burger-menu.show{
    display: block;
}
.burger-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.burger-menu-cover {
    background-color: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.active .burger-menu-cover{
    opacity: 1;
}
.burger-menu-content {
    position: relative;
    z-index: 1;
    width: 90%;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    /* padding: 1rem; */
    margin-right: -90%;
    transition: all .3s ease-in-out;
    overflow-y: auto;
}
.active .burger-menu-content {
    margin-right: 0;
}
.burger-menu-nav .navbar-nav .nav-link {
    /* text-transform: uppercase; */
    padding: 1rem 2rem;
    border-bottom: 1px solid #f5f5f5;
    /* font-size: 1rem; */
    color: var(--color-secondary);
}
.burger-logo {
    /* margin-top: -1rem; */
    border-bottom: 1px solid #eee;
    /* height: 100px; */
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger-logo .navbar-brand{
    padding: 0 0 0 1rem;
}
.burger-logo img {
    max-height: 120px;
    max-width: 160px;
    margin: 10px 0;
}
.burger-menu-collapser {
    margin-right: 1rem;
    position: relative;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.burger-menu-collapser:before,
.burger-menu-collapser:after {
    content: "";
    display: block;
    width: 18px;
    border-bottom: 1px solid;
    position: absolute;
}
.burger-menu-collapser:before {
    transform: rotate(45deg);
}
.burger-menu-collapser:after {
    transform: rotate(-45deg);
}
.burger-menu-nav {
    border-bottom: 1px solid #eee;
}
.burger-menu-nav .navbar-nav li:last-child .nav-link {
    border-bottom: 0;
}
.burger-social a {
    min-width: 40px;
    align-items: center;
    justify-content: center;
}
.burger-social a,
.burger-menu-collapser {
    display: inline-flex;
    padding: 0.7rem;
    font-size: 1rem;
    color: var(--color-secondary);
    /* margin-right: 1rem; */
}
.burger-social {
    padding: 1.5rem 1.8rem;
}
.burger-social ul{
    margin-bottom: 0;
}
.burger-menu-nav .navbar-nav .active .nav-link {
    color: var(--color-primary);
}
.burger-menu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: 0;
    margin: 0;
    padding: 0;
}
.burger-menu .dropdown-item {
    padding: 0.8rem 3rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.92rem;
    font-weight: 400;
}

/* navbar brand */
.navbar-brand,
.navbar-light .navbar-brand {
    font-size: 1.8rem;
    font-weight: 500;
    color: #565656;
}

/* search */
.navbar-search {
    position: relative;
}
.navbar-search input {
    background-color: #fff;
}
.navbar-search input::placeholder {
    color: #bbb;
}
.navbar-search input:focus {
    outline: transparent;
    /* border-radius: 12px !important; */
}
.navbar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}
.navbar-search button > i {
    margin: 0;
    margin-top: 1px;
}

/* search */
.search-results ul {
    list-style: none;
    padding: 0;
    margin: 1rem;
}
.search-results {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-radius: 4px;
    margin: 0;
    /* border-radius: 10px; */
    /* border-color: #e6e6e6; */
}
.search-results ul li a {
    display: block;
    padding: 0.5rem;
    font-weight: 500;
    padding: 0.5rem;
    min-width: 170px;
    /* border-radius: 10px; */
    margin-bottom: 0.2rem;
}
.search-results ul li a:hover {
    /* color: var(--main-text-color); */
    text-decoration: none;
    background-color: #f8f9fa;
}
.search-results ul li a strong {
    color: inherit;
    display: inline-block;
    margin-right: 1rem;
}
.search-results ul li a > i {
    font-size: 0.98rem;
}

/* carousel */
.carousel-item > img {
    max-width: 100%;
}

/* seperator */
.separator {
    padding: 0;
    position: relative;
}
.separator-content > img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 45%;
}

/* breadcrumbs */
.breadcrumbs {
    /* margin-top: 0.5rem; */
    /* margin: 0 -15px; */
    padding: 0.5rem 0;
}
.breadcrumbs .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0.5rem 0;
}
.breadcrumbs .breadcrumb li a {
    color: #777;
    font-size: 0.98rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #656565c9;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    padding: 0;
    margin: 0.5rem 1rem 0 0.4rem;
}

/* headers */
.headers{
    margin-bottom: 1.5rem;
}
.headers > h1,
.headers > h2,
.headers > h3,
.headers > h4,
.headers > h5,
.headers > h6{
    margin-bottom: 0.5rem;
}

/* section */
.section{
    margin: 3rem 0;
}

/* side menu */
.side-menu {
    position: sticky;
    top: 0;
}
.side-menu ul {
    margin-top: 2rem;
    list-style: none;
    padding: 0;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
}
.side-menu ul li {
    display: block;
}
.side-menu ul li a {
    display: block;
    /* margin: 1rem 0; */
    padding: 1rem 0;
}
.side-menu ul li.active a,
.side-menu ul li a:hover{
    font-weight: 600;
    text-decoration: none;
}
.side-menu ul li a > i {
    font-size: 0.86rem;
    min-width: 25px;
    opacity: 0.65;
}
.side-menu ul li.active a > i,
.side-menu ul li a:hover > i {
    opacity: 1;
}
.side-menu ul li:not(:last-child){
    border-bottom: 1px solid #f5f5f5;
}
.side-menu ul::-webkit-scrollbar {
  width: 8px; /* width of the entire scrollbar */
}
.side-menu ul::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
.side-menu ul::-webkit-scrollbar-thumb {
  background-color: #afafaf5e; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 0; /* creates padding around scroll thumb */
}


/* references */
.references {
    /* padding: 23px 0; */
    height: 120px;
    overflow: hidden;
    margin-top: 30px;
}
.references .references-all .single-reference {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: 20px 0;
}
.references .references-all .single-reference > img {
    width: 110px;
    height: 46px;
    object-fit: contain;
    object-position: 50%;
    display: block;
    margin: auto;
    filter: grayscale(100%) brightness(60%);
    opacity: 0.25;
    transition: filter .25s ease-in-out, opacity .25s ease-in-out;
    cursor: pointer;
}
.references .references-all .single-reference > img:hover {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}
.slick-next:before {
    content: "\f061";
}
.slick-prev:before {
    content: "\f060";
}
.slick-next:before,
.slick-prev:before {
    font-size: 1rem;
    color: #d8d8d8;
}


/* gallery */
.all-gallery-images .gallery-image {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.all-gallery-images .gallery-image > a {
    display: block;
    height: 100%;
    width: 100%;
}
.all-gallery-images .gallery-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: transform .35s ease-in-out, filter .35s ease-in-out;
}
/* zoom */
.all-gallery-images.gallery-effect-scale .gallery-image > a > img {
    position: absolute;
    transform: scale(1.1);
}
.all-gallery-images.gallery-effect-scale .gallery-image > a:hover > img {
    transform: scale(1);
}
/* grayscale */
.all-gallery-images.gallery-effect-grayscale .gallery-image > a > img {
    filter: grayscale(1);
}
.all-gallery-images.gallery-effect-grayscale .gallery-image > a:hover > img {
    filter: grayscale(0);
}
/* brightness */
.all-gallery-images.gallery-effect-brightness .gallery-image > a > img {
    filter: brightness(0.85);
}
.all-gallery-images.gallery-effect-brightness .gallery-image > a:hover > img {
    filter: brightness(0.95);
}
/* icon */
.all-gallery-images.gallery-effect-icon .gallery-image > a:before {
    content: "\f002";
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 74%);
    position: absolute;
    font-size: 1rem;
    z-index: 1;
    background-color: rgb(0 0 0 / 63%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    transform: scale(0);
    transition: transform .35s ease-in-out;
}
.all-gallery-images.gallery-effect-icon .gallery-image > a:before {
    content: "\f002";
}
.all-gallery-images.gallery-effect-icon .gallery-image > a:hover:before {
    transform: scale(1);
}

/* account hesabim profile */
.side-menu-user-preview {
    display: flex;
    align-items: center;
}
.side-menu-user-preview .user-img-preview {
    max-width: 50px;
    margin-right: 15px;
}
.side-menu-user-preview .user-img-preview img {
    max-width: 100%;
    display: block;
    border-radius: 50%;
    /* border: 3px solid #f5f5f5; */
    filter: brightness(0.95);
}
.side-menu-user-preview > div {
    flex-grow: 1;
}
.side-menu-user-preview .user-info-preview {
    line-height: 1.6;
    font-weight: 500;
}

/* footer */
.footer-content ul {
    margin: 0;
}
.footer-content .row > div h3 {
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
    /* display: none; */
}
.footer-content .row > div > div {
    height: 100%;
}
.footer-content-info img {
    max-height: 60px;
    margin-bottom: 2rem;
}
.footer-content-info p {
    line-height: 2;
}
.footer-content-menus > ul {
    columns: 2;
    column-fill: auto;
    /* height: 170px; */
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: 2;
}
.footer-content-contact .contact-list > p {
    display: none;
}
.footer-content-contact .contact-list ul li a:not(:first-child) {
    display: none;
}
.footer-content-menus {
    padding-top: 0;
}
.footer-content-menus > ul ul {
    list-style: none;
    padding-left: 1rem;
}
.footer-content-contact .contact-list p {
    margin: 0;
}
.footer-content-contact .contact-list ul {
    line-height: 2;
}

/* modal */
.modal-img .modal-header {
    position: absolute;
    border-bottom: 0;
    width: 100%;
}
.modal-img .modal-header button {
    background-color: #af0505;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    width: 26px;
    height: 26px;
    padding: 0;
    margin-top: -10px;
    margin-right: -10px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
}
.modal-img .modal-header button > span {
    display: block;
    margin-top: -4px;
}
.modal-img .modal-header button.close:hover {
    opacity: 1;
}
.modal-content img {
    max-width: 100%;
}

/* forms */
label{
    user-select: none;
}
::placeholder,
.form-control::placeholder {
    color: #aaa;
}

@media (max-width: 768px){

    /* navbar */
    .burger-menu-toggler {
        display: block;
    }

    /* carousel */
    .carousel-item > img {
        height: 60vh;
        object-fit: cover;
    }

    /* breadcrumbs scroller*/
    .breadcrumbs {
        overflow-x: scroll;
    }
    .breadcrumbs .breadcrumb {
        flex-wrap: nowrap;
        width: max-content;
        padding-right: 50px;
    }
    .breadcrumb-item {
        display: inline-flex;
    }

    /* side menu */
    .side-menu {
        position: relative;
        top: 0;
    }
}
