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

:root {
    --color-primary: #103b7e;
    --color-primary-opacity: #103b7eb0;
    --color-secondary: #f27802;
    --color-secondary-opacity: #f27a02b0;
}

/* */
body{
    font-family: "Inter", serif;
}

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

/* buttons */
.buttons {
    display: flex;
    gap: 1rem;
}
.button,
.button:hover,
.button:active,
.button:focus,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--color-secondary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    border: 0;
    transition: filter .2s ease-in-out;
    min-height: 48px;
}
.button:hover {
    filter: brightness(1.1);
}
.button > i {
    margin-right: 0.75rem;
    font-size: 0.875rem;
    opacity: 0.8;
}
.button.button-link,
.btn.button.button-link.active,
.btn.button.button-link:active,
.btn.button.button-link:first-child:active,
.btn.button.button-link:not(.btn-check)+.btn:active {
    min-height: unset;
    background-color: transparent;
    color: var(--color-secondary);
    padding: 0;
}

/* headers */
.headers {

}
.headers > span {
    color: var(--color-secondary);
    font-size: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.headers > span i {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-right: 0.375rem;
}
.headers-white {
    color: #fff;
}
.headers-white .text-content {
    color: #fffb;
}
.headers .text-content {
    max-width: 50%;
    font-size: 0.9375rem;
}
.headers.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h {
    font-family: "Barlow", serif;
}
h1, .h1 {
    font-size: 2.625rem;
    font-weight: 600;
}
h2, .h2 {
    font-size: 2rem;
    font-weight: 600;
}
h3, .h3 {
    font-size: 1.75rem;
    font-weight: 550;
}
h4, .h4 {
    font-size: 1.5rem;
    font-weight: 500;
}
h5, .h5 {
    font-size: 1.25rem;
    font-weight: 450;
}
h6, .h6 {
    font-size: 1.125rem;
    font-weight: 450;
}

/* form */
.form-control {
    height: 48px;
    border-color: #eee;
}

/* topbar */
.topbar {
    background-color: var(--color-primary);
    color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
}
.topbar .topbar-content {
    display: flex;
    justify-content: space-between;
}
.topbar .topbar-location,
.topbar .topbar-tools {
    display: flex;
    align-items: center;
}
.topbar .topbar-location {
    font-size: 0.8125rem;
}
.topbar .topbar-location a {
}
.topbar .topbar-location a i {
    color: var(--color-secondary);
    margin-right: 0.5rem;
}
.topbar .topbar-tools {
}
.topbar .topbar-social {
    margin-right: 2rem;
}
.topbar .topbar-social li:not(:last-child) {
    margin-right: 1rem;
}
.topbar .topbar-language {
}
.topbar .topbar-language select {
    background-color: #0003;
    color: #fffc;
    font-size: 0.75rem;
    height: 28px;
    width: 46px;
    border: 0;
    border-radius: 0.25rem;
    padding: 0 5px;
}

/* header */
.header-top {
    height: 120px;
    display: flex;
    align-items: center;
}
.navbar-brand {
    /* display: flex; */
}
.navbar-brand img {
    /* width: 165px; */
    height: 60px;
}
.header-top > .container {
    display: flex;
    justify-content: space-between;
}
.navbar-contact {
    display: flex;
    align-items: center;
    flex: 0.7;
}
.navbar-contact .row {
    width: 100%;
}
.navbar-contact-item {
    display: flex;
    gap: 0.875rem;
}
.navbar-contact-item .icon-area {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-secondary-opacity);
    border-radius: 0.25rem;
    color: var(--color-secondary);
}
.navbar-contact-item .info-area {
    display: flex;
    flex-direction: column;
}
.navbar-contact-item .info-area > span {
    font-family: "Barlow", serif;
    font-weight: 450;
    font-size: 0.9375rem;
    color: #999;
}
.navbar-contact-item .info-area > a {
    font-weight: 600;
    font-size: 0.9375rem;
}

/* bottom */
.header-bottom .navbar {
    background-color: var(--color-primary);
    height: 68px;
    border-radius: 0.6875rem;
    margin-bottom: -34px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}
.nav-link,
.navbar-expand-md .navbar-nav .nav-link {
    font-family: "Barlow", serif;
    font-weight: 450;
    font-size: 1rem;
    color: #fffd;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}
.nav-item.active .nav-link {
    color: var(--color-secondary);
}
.navbar-buttons {
    margin: 8px;
}
.navbar-buttons .button {
    height: 52px;
}
.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-top: 6px solid var(--color-primary);
    box-shadow: 0 11px 30px -10px #0002;
}
.dropdown-item {
    font-size: 0.875rem;
    padding: 8px 1rem;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-secondary);
    background-color: transparent;
}
.dropdown-item+.navbar-nav {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.dropdown-item+.navbar-nav .nav-item {
    display: flex;
}
.dropdown-item+.navbar-nav .nav-item .nav-link {
    display: inline-flex;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    font-weight: 450;
    color: #4f565d;
    text-align: inherit;
    border: 0;
    height: unset;
    font-size: 0.875rem;
}
.dropdown-item+.navbar-nav .nav-item .nav-link:hover {
    color: var(--color-secondary);
    background-color: transparent;
}
.dropdown-item+.navbar-nav .nav-item .nav-link:before {
    content: "";
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: #444 #444 transparent transparent;
    transform: rotate(45deg);
    margin-right: 10px;
}
.dropdown-item+.navbar-nav .nav-item .nav-link:hover:before {
    border-color: var(--color-secondary) var(--color-secondary) transparent transparent;
}

/* carousel */
.carousel-item:before {
    content: "";
    display: flex;
    background-color: #0005;
    width: 100%;
    height: 100%;
    position: absolute;
}
.carousel-captions {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-content {
}
.carousel-content .buttons {
    margin-top: 2rem;
}
.carousel-video {
    display: flex;
    justify-content: center;
}
.carousel-video > a {
    display: flex;
    position: relative;
}
.carousel-video > a i {
    width: 68px;
    height: 68px;
    background-color: #fff;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
    padding-left: 3px;
}
.carousel-video {
    display: flex;
    justify-content: center;
}
.carousel-video > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.carousel-video > a i {
    width: 68px;
    height: 68px;
    background-color: #fff;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
    padding-left: 3px;
    position: relative;
    z-index: 1;
}
.carousel-captions > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-video > a:before,
.carousel-video > a:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.45;
    animation: pulse 1.6s infinite ease-out;
}
.carousel-video > a:after {
    width: 160px;
    height: 160px;
    opacity: 0.15;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* content */
.text-content {
    font-size: 1.125rem;
    color: #fffb;
    color: #444e;
    font-weight: 300;
    line-height: 1.7;
}
.text-content strong {
    font-weight: 550;
}
.flex-center-vertically > div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.flex-center-horizontally > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

/* sections */
.section-bg {
    margin: 0;
    padding: 7vh 0;
}
.section-bg-white-maps {
    background-color: #f7f7fb;
    background-image: url(../images/system/bg-map-dots.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}
.carousel-captions .text-content {
    color: #fffb;
}
.image-collage {
    position: relative;
    max-width: 336px;
    margin-bottom: -50px;
    margin-right: -50px;
    /* padding-top: 50px; */
}
.image-collage > img:first-child {
    max-height: 500px;
    width: 336px;
    object-fit: cover;
    border-radius: 0.75rem;
}
.image-collage > img:last-child {
    position: absolute;
    width: 200px;
    /* height: 290px; */
    border: 5px solid #fff;
    border-radius: 0.75rem;
    bottom: -50px;
    right: -50px;
}
.section-bg-white-maps .image-collage > img:last-child {
    background-color: #f7f7fb;
}
.image-collage.image-collage-100 {
    max-width: 100%;
    margin-bottom: -10%;
    margin-right: -8%;
}
.image-collage.image-collage-100 > img:first-child {
    width: 92%;
}
.image-collage.image-collage-100 > img:last-child {
    width: 40%;
    bottom: -10%;
    right: 0;
}

/* */
.section-bg-blue {
    background-color: var(--color-primary);
    background-image: url(../images/system/blue-bg.jpg);
}
.project-cards {
    /* padding: 3rem 3rem; */
}
.project-cards .row {
    --bs-gutter-x: 3rem;
}
.card-default,
.project-card {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}
.section-bg-white-maps .project-card {
    box-shadow: 0 0 25px -10px #0002;
}
.project-card > img {
    height: 190px;
    object-fit: cover;
}
.card-default .card-body,
.project-card .card-body {
    padding: 2rem;
}
.project-card .card-body {
    text-align: center;
    padding: 1.25rem;
}
.project-card .card-body > p {
    font-size: 0.8125rem;
    color: #fffb;
    color: #44444491;
    font-weight: 300;
    line-height: 1.7;
}
.project-card .card-body > .h {
    font-weight: 600;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* gallery */
.gallery-image {
    display: flex;
    margin-bottom: 1.5rem;
}
.gallery-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* projeler urunler */
.project-image.gallery-image img,
.project-video.gallery-image img {
    height: 190px;
}
.project-video.gallery-image img {
    height: auto;
    aspect-ratio: 16/9;
}
.project-video {
    position: relative;
    align-items: center;
    justify-content: center;
}
.project-video > i {
    position: absolute;
    z-index: 1;
    background-color: #e80808;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9375rem;
    padding: 1px 0 0 2px;
}
.project-video img {
    filter: saturate(0.5) brightness(0.5);
}

/* contact */
.section-contact-page .contact-list {
    
}
.section-contact-page .contact-list ul li {
    
}
.section-contact-page .contact-list ul li p {
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-bottom: 0.5rem;
}
.section-contact-page .contact-list ul li p i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-secondary-opacity);
    border-radius: 0.25rem;
    color: var(--color-secondary);
    position: absolute;
    left: 0;
}
.contact-form-area label:not(.form-check-label){
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 0 4px 2px
}
.contact-form-area .form-check-label{
    font-size: 0.75rem;
}
.contact-form-area .form-group {
    margin-bottom: 0.5rem;
}
.contact-maps-iframe {
    overflow: hidden;
}
.contact-maps-iframe iframe {
    width: 100%;
    height: 300px;
}

/* */
.footer-content {
    background-image: url(../images/system/footer-bg.png);
    padding: 5vh 0;
}
.footer-content-info {
    background-color: var(--color-primary);
    padding: 3rem;
    font-size: 0.875rem;
    border-radius: 1rem;
}
.footer-content-info p {
    line-height: 1.7;
    color: #fffb;
    font-weight: 300;
}
.footer-content-info img {
    filter: grayscale(1) brightness(999);
    width: 129px;
}
.footer-content-info .button {
    padding: 0;
    font-size: 0.875rem;
}
.footer-content .h {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-secondary);
}
.footer-content-menus,
.footer-content-contact {
    font-size: 0.875rem;
    color: #777;
    padding-top: 45px;
}
.footer-content-menus li,
.footer-content-contact li {
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
    max-width: 290px;
}
.footer-copyright {
    background-color: var(--color-primary);
    color: #fffb;
    padding: 1rem 0;
    height: 82px;
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
}
.footer-copyright > .container {
    display: flex;
    justify-content: space-between;
}
.footer-copyright a {
    font-size: 0.75rem;
}
.footer-copyright a i {
    color: var(--color-secondary);
}

@media (max-width: 1366px){
    html, body {
        font-size: 15px;
    }
    .navbar-contact {
        flex: 65% 0 0;
    }
    .text-content {
        font-size: 1rem;
    }
}

@media (max-width: 1024px){
    html, body {
        font-size: 14px;
    }
    .navbar-contact {
        flex: 75% 0 0;
    }
}

@media (max-width: 768px){
    .navbar-contact {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .header-top {
        height: auto;
        padding: 1.5rem 0;
    }
    .navbar-brand img {
        /* width: 134px; */
        height: 40px;
    }
    .topbar {
        height: auto;
        padding: 0.5rem 0;
    }
    h1, .h1 {
        font-size: 1.875rem;
    }
    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;
    }
    .carousel-item > img {
        height: 40vh;
    }
    .carousel-video {
        display: none;
    }
    .carousel-captions {
        align-items: flex-end;
        padding-bottom: 2rem;
    }
    .section-bg {
        padding: 4vh 2vw;
    }
    .image-collage {
        max-width: 100%;
        margin: 30px 0;
    }
    .image-collage > img:first-child {
        max-height: 50vh;
        width: 80vw;
    }
    .image-collage > img:last-child {
        right: -30px;
        bottom: -30px;
    }
    .project-cards {
        padding: 0;
    }
    .headers .text-content {
        max-width: unset;
    }
    .footer-content-menus,
    .footer-content-contact {
        width: 80%;
    }
    .footer-copyright > .container {
        flex-direction: column;
        text-align: center;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        height: auto;
        border-color: #fff1;
        display: inline-flex;
        width: 100%;
        justify-content: flex-start;
    }
    .burger-menu .dropdown-menu {
        border-radius: 0;
        background-color: #0004;
    }
    .separator:after {
        display: none;
    }
    .separator-content > img {
        height: 20vh;
    }
    .gallery-image img {
        height: 120px;
    }
    .grecaptcha-badge {
        display: none;
    }
}