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

:root {
    --color-primary: #2b3774;
    --color-primary-alt: #14236e;
    --color-secondary: #ba9982;
    --color-secondary-alt: #8b6951;
}

/* @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

        max-width: 1200px;
    }
} */

/* body */
body{
    font-family: "Source Sans 3", sans-serif;
}

/* h */
.h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Hepta Slab", serif;
}
h1, .h1 {
    font-size: 1.25rem;
    font-weight: 600;
}
h2, .h2 {
    font-size: 1.125rem;
    font-weight: 500;
}
h3, .h3 {
    font-size: 1rem;
    font-weight: 500;
}
h4, .h4 {
    font-size: 1rem;
    font-weight: 500;
}
h5, .h5 {
    font-size: 1rem;
    font-weight: 500;
}
h6, .h6 {
    font-size: 1rem;
    font-weight: 500;
}

/**/
.font-family-normal {
    font-family: "Source Sans 3", sans-serif;
}

/* buttons */
.buttons {
    display: flex;
    gap: 0.75rem;
}
.button {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 400;
    height: 42px;
    padding: 1px 2rem 0;
    display: inline-flex;
    align-items: center;
}
.btn.button:hover,
.btn.button:active,
.btn.button:focus {
    /* border-color: var(--color-primary); */
    /* color: var(--color-primary); */
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}

/* header */
header {
    z-index: 15;
    /* margin-top: 50px; */
}
.navbar {
    padding: 0;
    justify-content: space-between;
    padding: 1.125rem 0;
}
.navbar:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff3d;
    position: absolute;
    bottom: 0;
}
.navbar-brand img {
    width: 360px;
    filter: grayscale(1) brightness(99) opacity(0.9);
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar .navbar-nav .nav-item {
    margin-left: 6.5vw;
    margin-left: 5vw;
    margin-left: 3vw;
}
.navbar .navbar-nav .nav-link {
    color: #ffffffd9;
    letter-spacing: 0.4px;
    font-size: 0.9325rem;
    font-weight: 300;
}
.navbar .navbar-nav .active .nav-link {
    color: #fff;
}
.menu-area {
    /* margin-right: 14vw; */
    margin-top: 1rem;
    margin-right: 5vw;
}
.navbar .navbar-nav .nav-item:first-child {
    margin: 0;
}
.navbar-tools {
    position: absolute;
    right: 0;
    margin-top: 1rem;
}

/* lang */
.language-changer-wrapper {
    color: #ffffffd9;
    letter-spacing: 0.4px;
    font-size: 0.9325rem;
    font-weight: 300;
}
.language-changer-wrapper.selectbox {
    position: relative;
    width: 50px;
    height: 20px;
    overflow: hidden;
    padding: 4px;
}
.language-changer-wrapper.selectbox:hover {
    overflow: visible;
}
.language-changer-wrapper.selectbox:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #ffffff82;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    /* position: absolute; */
    /* margin: 0 0 -1px 7px; */
    right: 3px;
    top: 8px;
    position: absolute;
}
.language-changer-wrapper.selectbox .language-dropdown {
    position: absolute;
    top: -3px;
    margin: 0;
    left: 0;
    padding: 2px 5px;
    border-radius: 3px;
    /* width: 100%; */
    opacity: 0.8;
}
.language-changer-wrapper.selectbox:hover .language-dropdown {
    background-color: #fff;
    opacity: 1;
}
.language-changer-wrapper.selectbox .language-dropdown li:not(:last-child) {
    margin-bottom: 5px;
}
.language-changer-wrapper.selectbox .language-dropdown li a {
}
.language-changer-wrapper.selectbox .language-dropdown li a img {
    width: 25px;
}

/* carousel */
.carousel-item > img {
    /* max-height: 100vh; */
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.carousel-item > img {
    object-position: 0 0;
    filter: saturate(0.6) brightness(0.9);
}
.carousel-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1c1d2ec2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.carousel-indicator {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 22.5vh;
    align-items: center;
    gap: 1.5rem;
    /* margin: 0 15%; */
    /* padding: 0 1.5rem; */
    justify-content: end;
}
.carousel-indicators {
    /* bottom: 22.5vh; */
    align-items: center;
    gap: 1.125rem;
    margin: 0 15%;
    padding: 0 1.5rem;
    justify-content: end;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
}
.carousel-indicators li[data-bs-target] {
    text-indent: unset;
    height: auto;
    background: unset;
    color: #fff;
    border: 0;
    text-align: right;
    width: 50px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.carousel-indicators li[data-bs-target] {
    opacity: 1;
    transform-origin: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.carousel-indicators li.active[data-bs-target] {
    opacity: 1;
}
.carousel-indicators li.active[data-bs-target] {
    opacity: 1;
    width: 7px;
    height: 7px;
    border: 5px solid #fff;
    background-color: transparent;
}
.carousel-caption {
    left: auto;
    right: auto;
    bottom: 26vh;
    text-align: right;
    padding: 0;
    z-index: 2;
    width: 100%;
}
.carousel-caption > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.carousel-caption .h {
    /* color: var(--color-secondary); */
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
}
.carousel-caption .text-content {
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff9e;
    max-width: 50%;
    line-height: 1.8;
}

/* content */
.content.content-fp {
    height: 100vh;
}
.content.content-fp .section {
    height: 100%;
    display: flex;
    align-items: center;
}
/* .content.content-fp .section > .container {
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 2rem 0 0.125rem;
    scrollbar-color: #00000042 #ffffff00;
} */
.scrollable-area {
    overflow: hidden;
    overflow-y: auto;
    max-height: 60vh;
    scrollbar-color: #00000042 #ffffff00;
    padding-right: 10px;
}
.text-content {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin-bottom: 1.5rem;
}
.text-content > p {
    margin-bottom: 1.25rem;
}
.text-content strong {
    font-weight: 600;
    color: #fff;
}
.text-content ul {
    padding-left: 1.125rem;
}
.float-right {
    display: block;
    float: right;
    margin: 0 0 0.5rem 2rem;
}
.float-right img {
    width: 150px;
    border: 6px solid #fff;
    box-shadow: 0 0 14px -11px;
}
.float-right.float-right-large img {
    width: 300px;
}

/* card */
.card.card-styled {
    background-color: #14172373;
    border: none;
}

/* side menu */
.side-menu ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}
.side-menu ul li a {
    color: #ffffffc9;
}
.side-menu ul li {
    border-color: #fff2 !important;
}

/* section */
.section-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-bg {
    margin: 0;
    padding: 3rem 0;
    padding-top: 6rem;
    color: #ffffff6e;
    overflow: hidden;
    position: relative;
}
.section-bg .container {
    z-index: 3;
}
.section-bg .section-bg-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1d1c28b0;
    background-color: #1d1f30b5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.section-bg .section-bg-img.cover-intensity-medium:before {
    background-color: #41445ea1;
}
.section-bg .section-bg-img img{
    position: absolute;
    left: 0;
    top: 0;
    filter: saturate(0.4) brightness(0.8) opacity(0.9);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-bg .section-bg-img.cover-intensity-medium img {
    filter: saturate(0.1) grayscale(0.1) brightness(0.7) opacity(0.9);
}
.section-bg .section-bg-img.no-img {
    filter: none;
}
.section-bg .section-bg-img + div{
    position: relative;
    z-index: 3;
}
.section-bg .text-content {
    text-align: justify;
    width: 100vw;
    max-width: 100%;
    color: #ffffffc9;
    text-shadow: 0px 0px 4px #00000080;
}
.section-bg .text-content h2,
.section-bg .text-content h3,
.section-bg .text-content h4,
.section-bg .text-content h5,
.section-bg .text-content h6 {
    color: #cb9722;
}
.section-bg .headers .h {
    color: #ffffffd1;
}
.section-bg .text-content strong {
    color: inherit;
}
.section-bg .text-content .table,
.section-bg .text-content .table * {
    color: inherit;
}
.section-bg .read-more {
    text-align: right;
}
.section-bg .read-more a {
    color: var(--color-primary);
    opacity: 0.7;
}

/* modal */
.modal-content {
    border-radius: 4px;
}
.modal-header {
    padding: 1.5rem 2rem;
    border: 0;
    color: var(--color-secondary);
}
.modal-body {
    padding: 0 2rem;
    color: #000d;
}
.modal-body .text-content {
    font-size: 1rem;
    text-align: justify;
}
.modal-body .text-content p:last-child {
    margin: 0;
}
.modal-footer {
    padding: 1.5rem 2rem;
    border: 0;
}

/* */
.modal-custom {
    position: fixed;
    z-index: 1056;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03060bd1;
    cursor: pointer;
}
.modal-custom > img {
    width: 1200px;
    max-width: 90%;
    display: none;
}
.modal-custom > img.desktop {
    display: block;
}

/* team */
.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}
.team-member-img {
    width: 100%;
}
.team-member-img img {
    /* width: 100%; */
    max-width: 100%;
}
.team-member-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    color: #fff9;
    font-weight: 300;
}
.team-member-info .h {
    font-weight: 500;
    color: #fffd;
}
.team-members > .row {
    margin: 0 -1.9rem;
}
.team-members > .row > div {
    padding: 0 1.9rem;
}

/* faaliyet */
.services-single .card {
    min-height: 120px;
}
.services-single .card-body {
    display: flex;
    align-items: center;
}
.services-single .card-body .h {
    color: #ffffffb8;
    margin: 0;
    font-weight: 400;
    text-align: left;
}

/* news */
.news-all {
    position: relative;
}
.news-single {
    margin-bottom: 2.5rem;
}
.news-single a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.news-single img {
    /* max-height: 240px; */
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    border-radius: 2px;
    height: 204px;
}
.news-single .headers {
    margin: 0;
}
.news-single .headers .h {
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* contact */
label {
    font-size: 0.8125rem;
    /* font-weight: 500; */
    margin-bottom: 4px;
}
.contact-form-area {
    padding: 5px 0;
}
input.form-control:not([type=file]), select, textarea.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    font-size: 0.9375rem;
    height: 44px;
    padding: 18px;
    font-weight: 300;
}
textarea.form-control {
    min-height: 80px;
}
.section-page-contact {
    font-weight: 300;
}
.section.section-page-contact > .container > .row > div {
    display: flex;
    align-items: center;
}
.section.section-page-contact .contact-list {
    margin: 2rem 0;
}
.contact-list > p {
    /* display: none; */
    color: #ffffffd1;
    margin: 0 0 0.5rem;
}
.contact-list ul li p {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.contact-list ul li p a {
    display: flex;
    color: #fff7;
}
.contact-list ul li i {
    font-size: 0.6875rem;
    color: #fff;
    min-width: 20px;
    /* opacity: 0.7; */
    position: absolute;
    left: 0;
    top: 4px;
}
.contact-maps iframe {
    width: 92.1%;
    height: 240px;
    filter: grayscale(1) opacity(0.2);
    transition: all .15s ease-in-out;
    margin-bottom: 2rem;
}
.contact-maps iframe:hover {
    filter: grayscale(0) opacity(1);
}
textarea.form-control {
    height: 80px;
}
select, select option {
    color: #555;
    font-size: 0.8125rem !important;
}
input[type=file]{
    font-size: 0.9375rem;
    height: 44px;
    opacity: 0.8;
}
.form-group {
    margin-bottom: 0.5rem;
}
.section-bg .form-control {
    border-color: transparent !important;
    background-color: #0000006e !important;
    color: #bbb !important;
}
.section-bg .form-control::placeholder {
    color: #777;
    font-size: 0.875rem;
    font-style: italic;
}
label.form-check-label {
    font-size: 0.75rem;
    opacity: 0.75;
}
.contact-form-area form .form-group {
    width: 45%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 0.5rem;
}
.contact-form-area form .form-group.form-check {
    width: 100%;
}
.contact-form-area form .form-group:nth-child(3) {
    width: 92.5%;
}
.grecaptcha-badge {
    display: none;
}

/* footer */
footer {
    position: fixed;
    bottom: 3vh;
    z-index: 5;
    width: 100%;
}
footer .container {
    display: flex;
    align-items: center;
}
footer .footer-copyright {
    color: #ffffffa8;
    display: flex;
    font-weight: 300;
    align-items: center;
    gap: 4rem;
}
footer .off-container {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin-right: 4rem;
    gap: 4rem;
}
footer .footer-copyright a {
    font-size: 0.875rem;
    color: #fff7;
    margin-right: 2rem;
}
footer .footer-copyright a i {
    font-size: 0.8375em;
    margin-left: 3px;
    /* opacity: 0.5; */
}
footer .off-container .footer-designed {
    color: #ffffff4f;
    font-size: 0.8125rem;
    font-weight: 300;
}
footer .off-container .footer-designed a i {
    font-size: 0.75em;
    color: var(--color-secondary);
    color: #ffffffcd;
    opacity: 1;
    margin: 0 2px;
}
footer .off-container .social-list {
    margin: 0;
}
footer .off-container .social-list li:not(:last-child) {
    margin: 0;
    margin-right: 3rem;
}
footer .off-container .social-list a {
    color: #ffffffa8;
}

/* gdpr */
#gdpr-cookie-message {
    color: #fffc;
    border-radius: 0;
    width: 100%;
    margin: 0;
    background-color: #000000de;
    backdrop-filter: none;
    display: flex;
    justify-content: space-between;
    font-size: 0.6875rem;
    padding: 1rem;
}
#gdpr-cookie-message .h {
    display: none;
}
#gdpr-cookie-message #gdpr-messages {
    margin: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
}
#gdpr-cookie-message #gdpr-messages a {
    text-decoration: underline;
}
#gdpr-cookie-message #gdpr-buttons {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
#gdpr-cookie-message .buttons .button {
    padding: 0.5rem 1rem;
    /* border-color: var(--color-secondary); */
    /* background-color: var(--color-secondary); */
    /* color: #442b0f; */
    font-weight: 500;
    border-radius: 0;
}

/* mobile */
@media (max-width: 1600px){
    .navbar .navbar-nav .nav-item {
        margin-left: 3vw;
    }
}

/* mobile */
@media (max-width: 1366px){
    html, body {
        font-size: 15px;
    }
    h1, .h1 {
        font-size: 2rem;
    }
    .text-content {
        font-size: 1rem;
    }
    #fullpage-links ul li a {
        font-size: 1rem;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 5.25rem;
        margin-left: 3vw;
    }
    .contact-maps iframe {
        height: 180px;
    }
}

@media (max-width: 768px){
    
    html, body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 1.75rem;
    }
    h2, .h2 {
        font-size: 1.5rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
    }
    h4, .h4 {
        font-size: 1.25rem;
    }
    h5, .h5 {
        font-size: 1.125rem;
    }
    h6, .h6 {
        font-size: 1rem;
    }
    header {
        margin: 0;
        background-color: #121a30;
        padding: 1.25rem 0;
        top: 0;
        /* position: relative; */
    }
    .navbar > .container-fluid {
        padding: 0 calc(1.5rem * .5);
    }
    .navbar-brand img {
        width: 190px;
        float: left;
        max-width: unset;
        max-height: unset;
        margin: 0;
    }
    .burger-menu-toggler {
        right: 0;
    }
    .navbar-tools {
        padding-right: 50px;
        margin-top: 0;
    }
    .navbar:after {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .language-changer-wrapper:after {
        top: 5px;
    }
    .language-changer-wrapper .language-dropdown li a img {
        width: 20px;
    }
    .language-changer-wrapper {
        /* width: 43px; */
        font-size: 1rem;
        margin-top: 3px;
    }
    footer {
        position: absolute;
        bottom: 0;
        /* height: 6vh; */
        /* background-color: #22272e; */
        padding: 1rem 0;
        display: none;
    }
    .carousel-item > img {
        object-position: 50%;
        /* height: 94vh; */
    }
    .carousel-caption > .container {
        /* text-align: left; */
        /* align-items: flex-start; */
    }
    footer .off-container {
        position: relative;
        margin: 0;
        gap: 0;
        padding: 0 calc(1.5rem * .5);
        justify-content: center;
    }
    footer .footer-copyright {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.8125rem;
    }
    footer .off-container .social-list {
        display: none;
    }
    .burger-menu-toggler-icon,
    .burger-menu-toggler:before,
    .burger-menu-toggler:after {
        border-bottom: 1px solid var(--color-secondary);
        border-color: #fff;
        margin-bottom: 5px;
        width: 20px;
        opacity: 0.8;
    }
    .burger-menu-toggler:after {
        margin: 0;
    }
    .carousel-caption .text-content {
        font-size: 1.125rem;
        line-height: 1.6;
        max-width: 90%;
    }
    .carousel-caption {
        bottom: 23vh;
        padding: 0 5vw;
    }
    .carousel-indicators {
        width: auto;
        left: auto;
        bottom: 16.5vh;
        /* margin-left: 9vw; */
        /* padding: 0; */
        /* text-align: left; */
        margin: 0;
        margin-right: 7vw;
        transform: scale(0.7);
        transform-origin: 100% 50%;
    }
    .carousel-indicators li[data-bs-target] {
        justify-content: flex-start;
    }
    .carousel-caption .text-content.content-id-2 {
        font-size: 0.9375rem;
        line-height: 1.6;
        max-width: 95%;
    }
    footer .container {
        justify-content: center;
    }
    footer .footer-copyright a:last-child {
        margin-right: 0;
    }
    .burger-menu-content {
        background-color: #19233d;
    }
    .burger-logo {
        background-color: #121a30;
        border-bottom: 0;
        padding: 1rem;
    }
    .burger-menu-collapser:before, .burger-menu-collapser:after {
        border-color: var(--color-secondary);
        border-color: #fffc;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        border-bottom: 1px solid #ffffff10;
        color: #ffffff9c;
    }
    .burger-menu-nav .navbar-nav .active .nav-link{
        color: #fff;
    }
    .burger-menu-nav {
        border-bottom: 0;
    }
    .container {
        --bs-gutter-x: 2.5rem;
    }
    .modal-dialog {
        margin: 1rem;
    }
    .modal-header {
        padding: 1rem;
    }
    .modal-body {
        padding: 0 1rem;
    }
    .modal-body .text-content {
        font-size: 0.9375rem;
        line-height: 1.5;
        text-align: left;
    }
    .text-content strong {
        font-weight: 400;
    }
    .burger-social a {
        border: 1px solid #ffffff61;
        border-radius: 1px;
        color: #ffffffd1;
    }
    .burger-menu footer {
        display: block;
        position: relative;
    }
    /* .content.content-fp .section > .container {
        padding-bottom: 10vh;
    } */
    .scrollable-area {
        max-height: 70vh;
    }
    .team-members > .row {
        margin: 0 -1rem;
    }
    .team-members > .row > div {
        padding: 0 1rem;
    }
    .team-member-info {
        text-align: center;
    }
    .team-member {
        margin-bottom: 1rem;
    }
    .services-single .card {
        min-height: 80px;
    }
    .services-single .card.card-styled .card-body {
        padding: 1rem;
    }
    .services-single .card-body .h {
        font-size: 1rem;
    }
    .news-gallery img {
        width: 100%;
        max-height: 100px;
        object-fit: fill;
    }
    .section-bg .text-content {
        text-align: left;
    }
    .buttons {
        flex-wrap: wrap;
    }
    .buttons .button {
        width: auto;
    }
    .modal-custom > img.desktop {
        display: none;
    }
    .modal-custom > img.mobile {
        display: block
    }
    input[type=file] {
        font-size: unset;
        height: auto;
    }
}