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

/* vars */
:root {
    --color-primary: #f07c00;
    --color-secondary: #383e42;
}

/* body */
body{
    font-family: 'Montserrat', sans-serif;
}

/* header */
h1, .h1 {
    font-weight: 700;
    font-size: 2.4rem;
}
h2, .h2 {
    font-weight: 600;
    font-size: 2rem;
}
h3, .h3 {
    font-weight: 500;
    font-size: 1.8rem;
}
h4, .h4 {
    font-weight: 500;
    font-size: 1.4rem;
}
h5, .h5 {
    font-weight: 500;
    font-size: 1.1rem;
}
h6, .h6 {
    font-size: 1rem;
}

/* topbar */
.topbar-content {
    display: flex;
    justify-content: flex-end;
    min-height: 44px;
    align-items: center;
}
.topbar {
    position: absolute;
    width: 100%;
    z-index: 16;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    transition: padding .2s ease-in-out, background .2s ease-in-out;
}
.topbar a i {
    font-size: 0.8rem;
    margin-right: 0.8rem;
}
.topbar-content > div {
    margin-left: 3rem;
}
.topbar-contact ul li {
    margin-left: 1rem;
}
.topbar .social-list a i {
    font-size: 19px;
    width: 24px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 6px;
}
a i.fa-whatsapp {
    background-color: #349535;
    border-radius: 50%;
    border-radius: 50% 50% 50% 20%;
}
.topbar .social-list a {
    text-decoration: none;
}
#language-changer {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 5px;
    border: 0;
    background-color: #686868a6;
    color: #fff;
}
.topbar.affix {
    position: fixed;
    top: 0;
    background-color: rgb(0 0 0 / 60%);
}
.topbar.affix .topbar-content {
    /* min-height: 38px; */
}

/* header */
header {
    position: absolute;
    width: 100%;
    z-index: 16;
    top: 44px;
    transition: padding .2s ease-in-out, background .2s ease-in-out;
}
.navbar {
    padding: 0;
}
.navbar-brand {
    padding: 10px 0;
    margin: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    /* padding: 10px 10px 0; */
    padding: 0 10px;
    margin: 0 0 0 25px;
}
.navbar-brand img {
    display: block;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-primary);
}
.navbar > .container {
    display: flex;
    /* align-items: flex-end; */
}
header.affix {
    position: fixed;
    top: 44px;
    background-color: rgb(0 0 0 / 60%);
    padding: 1rem 0;
}
.menu-area {
    margin-top: 1.5rem;
    transition: all .2s ease-in-out;
}
header.affix .menu-area {
    margin-top: 0;
}

/* carousel */
.carousel-item img{
    /* user-select: none; */
}
.carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    background: linear-gradient(180deg, rgba(0,0,0,.6) 30%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.carousel-item > img {
    max-height: 100vh;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    user-select: none;
}
.carousel-caption {
    bottom: auto;
    top: 38%;
    right: 30%;
    left: 30%;
    padding: 0;
}
.carousel-caption span {
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    display: block;
}
.carousel-caption .h {
    font-size: 2.7rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.carousel-caption .h:after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 1px solid var(--color-primary);
    left: 50%;
    bottom: 0;
    position: absolute;
    margin-left: -40px;
}
.carousel-caption > div {
    padding: 0 20%;
    line-height: 2;
}
.carousel-indicators {
    bottom: 50px;
    display: none;
}
.separator-content.cover-before {
    min-height: 200px;
}

/* content */
.text-content {
    font-size: 0.875rem;
    line-height: 1.8;
}

/* section */
.section-bg {
    background-color: var(--color-secondary);
    margin: 0;
    padding: 50px 0;
    color: #fffd;
    position: relative;
    z-index: 1;
}

 /* section home */
.section-home.section-about {
}
.section-home.section-about img {
    max-width: 100%;
    margin-top: -90px;
}
.section-home.section-about .headers .h {
    color: var(--color-primary);
    position: relative;
    padding-left: 20px;
}
.section-home.section-about .headers .h:before {
    content: "";
    display: block;
    width: 200px;
    border-bottom: 2px solid var(--color-primary);
    left: -200px;
    top: 50%;
    position: absolute;
}

/* section gallery */
.nav-pills .nav-link {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 25px 5px;
    height: 32px;
    border-radius: 16px;
    margin: 0 10px;
    background-color: #fff;
    color: var(--color-secondary);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--color-primary);
}
.all-gallery-images.gallery-effect-brightness .gallery-image > a > img {
    filter: brightness(0.7);
}
.all-gallery-images .gallery-image > a > img {
    object-position: top;
}

/* section services */
.section-services .services-single {
    margin-bottom: 3rem;
    text-align: center;
}
.section-services .services-single .h {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.section-services .services-single img {
    margin-bottom: 30px;
    height: 60px;
    width: 60px;
    object-fit: contain;
    object-position: top;
}

/* references */
.section.section-home.section-references {
    background-image: url(../images/referanslar/kabaklar-section-references-bg-02.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin: 0;
    position: relative;
    padding: 30px 0;
}
.section.section-home.section-references > .references {
    margin: 0;
}
.references .references-all .single-reference > img {
    filter: none;
    opacity: 1;
    max-width: 100%;
    width: auto;
    height: auto;
}
.section.section-home.section-references:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000c2;
    top: 0;
}
.section.section-home.section-references .slick-slide img {
    max-width: 100%;
    filter: contrast(0) brightness(10);
    max-height: 80px;
}
/* ref */
.references {
    padding: 0;
    height: auto;
    overflow: auto;
    margin-top: 30px;
}
.references .references-all .single-reference {
    height: auto;
    margin: 40px 0;
}
.references .references-all .col {
    display: flex;
    flex: 20%;
    align-items: center;
    justify-content: center;
    max-width: 20%;
}
.references .references-all img {
    max-width: 90%;
    filter: contrast(0) brightness(5);
    -webkit-filter: contrast(0) brightness(5);
    max-height: 60px;
}
.references .references-all .row {
    flex-wrap: wrap;
}
.references .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer */
.footer-content .row > div > div {
    height: auto;
}
footer {
    background-color: var(--color-secondary);
    padding: 50px 0 0;
    color: #eee;
    font-size: 0.8125rem;
}
.footer-banner {
    background-color: var(--color-primary);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px;
}
.footer-banner strong {
    display: block;
}
.footer-content .row > div > div.footer-banner {
    height: 100%;
    min-height: 400px;
}
.footer-banner img {
    max-width: 100%;
    margin-bottom: 30px;
}
.footer-banner > div {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.footer-banner > div i {
    font-size: 2rem;
    margin-right: 0.5rem;
}
.footer-banner > div a {
    line-height: 1.3;
    font-size: 0.9rem;
}
.footer-content .row.no-gutters >div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer-content-menus, .footer-content-contact {
    padding: 50px 0 50px 50px;
}
.footer-copyright {
    border-top: 1px solid var(--color-primary);
    padding: 1.3rem 0;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}
.footer-content .row > div h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
}
.footer-content-menus > ul {
    column-count: auto;
}
.footer-content-contact .contact-list ul li a:not(:first-child) {
    display: block;
}
.contact-list i {
    display: none;
}
.contact-list strong {
    font-weight: 600;
    color: #fff;
}
.footer-copyright i {
    color: var(--color-primary);
}


@media (max-width: 1024px){
    .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }
}

@media (max-width: 768px){
    .topbar {
        font-size: 0.8125rem;
    }
    .topbar-content > div {
        margin-left: 0;
    }
    .topbar-contact ul li {
        margin-left: 0.5rem;
    }
    .topbar-content {
        justify-content: space-between;
    }
    .menu-area {
        display: none;
    }
    .navbar-brand {
        padding: 1rem 0;
    }
    .carousel-item > img {
        height: 50vh;
    }
    .carousel-caption .h {
        font-size: 2rem;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
    }
    .section-home.section-about img {
        margin-top: auto;
        height: 100%;
        object-fit: cover;
    }
    .all-gallery-images .gallery-image {
        height: 110px;
    }
    .footer-content-menus, .footer-content-contact {
        padding: 15px;
    }
    .footer-banner {
        padding: 15px;
    }
    .burger-logo img {
        /* filter: invert(1); */
        margin: 1.3rem 0;
        width: 158px;
    }
    .burger-menu-content {
        background-color: #222;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        color: #ffffffd9;
        border-bottom: 1px solid #444;
    }
    .burger-menu-nav {
        border-bottom: 1px solid #444;
    }
    .burger-menu-collapser {
        color: #fff;
    }
    .burger-menu-nav .navbar-nav .active .nav-link {
        color: #fff;
        font-weight: 600;
    }
    .burger-logo {
        border-bottom: 1px solid #444;
    }
    .burger-social i {
        font-size: 19px;
        width: 24px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        color: #fff;
        font-size: 18px;
        padding: 13px;
    }
}

@media (max-width: 767px){
    .topbar-shift {
        display: none;
    }
    .topbar-social {
    }
    .topbar-contact {
        flex: 1;
    }
    .navbar {
        padding: 0 22px;
    }
    .navbar-brand img {
        max-width: 250px;
    }
    .carousel-item > img {
        height: 70vh;
    }
    .topbar-contact ul li:not(:first-child) {
        display: none;
    }
    .topbar-content > div:not(:first-child) {
        margin-left: 1rem;
    }
    .burger-menu-toggler-icon, .burger-menu-toggler:before, .burger-menu-toggler:after {
        border-bottom: 2px solid rgb(255 255 255 / 74%);
        margin-bottom: 5px;
    }
    .burger-menu-toggler {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .burger-menu-toggler:after {
        margin-bottom: 0;
    }
    .carousel-controls {
        bottom: 20%;
        top: auto;
    }
    .carousel-caption .h {
        font-size: 1.6rem;
    }
    .carousel-caption > div {
        padding: 0;
    }
    header.affix {
        padding: 0.4rem 0;
    }
    .topbar {
        font-size: 0.875rem;
    }
    .section-home.section-about img {
        margin-bottom: 2rem;
        height: auto;
    }
    .section-home.section-about .headers .h:before {
        display: none;
    }
    .section-home.section-about .headers .h {
        padding: 0;
    }
    .nav-pills .nav-link {
        margin-bottom: 1rem;
    }
    .all-gallery-images .gallery-image {
        height: auto;
    }
    .footer-banner > div {
        width: 50%;
    }
    .footer-banner {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        flex-wrap: wrap;
        padding: 40px;
        margin-bottom: 3rem;
    }
    .footer-content .row > div > div.footer-banner {
        min-height: unset;
        height: auto;
    }
    .footer-banner img {
        margin: 0;
    }
    .footer-content-menus, .footer-content-contact {
        padding: 0 15px;
        margin-bottom: 4rem;
    }
    .footer-copyright {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }
    
    .footer-copyright > div:last-child {
        font-size: 0.675rem;
        opacity: 0.8;
        margin-top: 0.8rem;
    }
}