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

/* vars */
:root{
    --color-primary: #bb8b40;
    --color-secondary: #dbc872;
}

/* body */
body{
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Hind Vadodara', sans-serif;
    font-family: 'Raleway', sans-serif;
}

/* headers */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Hind Vadodara';
    font-weight: 700;
}
h1, .h1 {
    font-size: 3.9rem;
}
.h2, h2 {
    font-size: 2.2rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.headers {
    margin-bottom: 3rem;
}
.headers > .h {
    text-transform: uppercase;
}
.headers > p {
    position: relative;
    /* display: flex; */
    /* flex-direction: row; */
    margin-top: 1.5rem;
}
.headers > p span {
    color: var(--color-primary);
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 2px;
    display: inline;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 1rem;
}
.headers > p:after {
    content: "";
    display: block;
    border-bottom: 1px dashed var(--color-primary);
    top: 13px;
    position: absolute;
    left: 10px;
    width: 80%;
}
.headers.headers-center {
    text-align: center;
}
.headers.headers-center > p:after {
    left: 50%;
    margin-left: -20%;
    width: 40%;
}
.headers.headers-center > p span {
    padding: 0 1rem;
}
.section-bg .headers > p span {
    background-color: #f9f8f8;
}

/* buttons */
.buttons {
    margin: 2rem 0;
}
.buttons.buttons-center{
    display: flex;
    justify-content: center;
}
.button {
    background-color: var(--color-primary);
    font-size: 0.91rem;
    letter-spacing: 1px;
    /* font-weight: 600; */
    font-family: 'Hind Vadodara', sans-serif;
    text-transform: uppercase;
    padding: 0.8rem 3.3rem;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    transition: all .25s ease-in-out;
}
.button:hover {
    color: #fff;
    background-color: var(--color-secondary);
}
.button:focus {
    box-shadow: 0 0 0 0.2rem rgb(187 139 64 / 26%);
}
.button.button-hollow {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.button.button-hollow:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* navbar */
header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.navbar {
    padding: 0;
    flex-direction: column;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    height: 104px;
}
.navbar-top {
    margin: 2rem 0 3rem 0;
}
.navbar-bottom {
    /* border-bottom: 1px dashed rgb(255 255 255 / 30%); */
    width: 100%;
    padding-bottom: 1rem;
}
.anasayfa .navbar-bottom {
    border-bottom: 1px dashed rgb(255 255 255 / 30%);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 76%);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.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-light .navbar-nav .nav-item:not(:last-child) {
    margin-right: 3rem;
}
.navbar-light .navbar-nav .nav-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: -1.5rem;
    height: 12px;
    border-left: 1px solid rgb(255 255 255 / 34%);
    top: 11px;
}
.navbar-light .navbar-nav .nav-item {
    position: relative;
}
.dropdown-menu {
    background-color: var(--color-primary);
    border: 0;
    border-radius: 0;
    padding: 1rem 1.5rem;
    margin: 15px 10px;
    min-width: 16rem;
}
.dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    border-style: solid;
    border-width: 5px 7px;
    border-color: transparent transparent var(--color-primary) var(--color-primary);
}
.dropdown-item {
    color: rgb(255 255 255 / 76%);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: .25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    font-weight: 600;
}
.dropdown-toggle::after {
    border: 1px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin: 0px 0 0 8px;
}
.language-changer-wrapper {
    color: rgb(255 255 255 / 76%);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.8rem;
}
.language-changer-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 12px;
    border-left: 1px solid rgb(255 255 255 / 34%);
    top: 3px;
}
.language-changer-wrapper a {
    text-decoration: none;
}
.language-changer-wrapper a:hover {
    color: var(--color-primary);
}

/* slider */
.carousel-item > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
}
.carousel-item:before,
.separator-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, black, transparent);
    position: absolute;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 0;
    /* padding-top: 2vh; */
}
.carousel-caption > h1 {
    font-size: 4.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    font-weight: normal;
}
.carousel-caption > p {
    font-size: 5.4rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Hind Vadodara', sans-serif;
    letter-spacing: 6px;
    line-height: 1;
}
.carousel-caption .buttons {
    margin-top: 2rem;
}

/* separator */
.separator-content:before {
    background: linear-gradient(180deg, black 20%, transparent 140%);
}
.separator-content > img {
    max-height: 245px;
    height: 28vh;
    height: 245px;
}
.separator-captions {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top: 6vh;
    display: none;
}
.separator-captions > .h {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;
    color: var(--color-primary);
}
.breadcrumbs .breadcrumb {
    justify-content: center;
}
.breadcrumbs .breadcrumb li a {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff9;
}
.breadcrumb-item+.breadcrumb-item::before {
    border: 0;
    border-right: 1px solid #fff6;
    height: 10px;
    transform: none;
    margin: 5px 28px 0 16px;
}
.breadcrumbs .breadcrumb li:first-child a {
    color: #fff;
}

/* sections */
.section{
    margin: 5rem 0;
}
.section.section-home {
    margin: 8rem 0;
}
.section.section-bg {
    background-color: #f9f8f8;
    margin: 0;
    padding: 5rem 0;
}
.section.section-home.section-bg {
    padding: 6rem 0;
}

/* content */
.text-content {
    font-size: 0.97rem;
    line-height: 1.9;
    color: #666;
}
.section-home .text-content + .buttons {
    margin-top: 4rem;
}

/* collage */
.img-collage-wrapper {
    position: relative;
    margin-top: 1.5rem;
}
.img-collage-wrapper > .img {
    position: absolute;
    right: 6rem;
    top: 0;
    z-index: 1;
}
.img-collage-wrapper > .img:first-child {
    z-index: 2;
    left: 0;
    margin-top: 6rem;
}
.img-collage-wrapper > .img:last-child img {
    filter: brightness(0.6);
}
.img-collage-wrapper > .img img {
    max-width: 100%;
    width: 490px;
    width: 25vw;
    height: 330px;
    height: 34vh;
    object-fit: cover;
    object-position: 50%;
}
.section-home .img-wrapper {
    height: 480px;
    padding: 15px 30px 0 0;
    padding-left: 20%;
    /* padding: 0 0 0 40%; */
}
.section-home .img-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    filter: hue-rotate(-25deg) saturate(1.2);
}

/* kurumsal */
.all-gallery-images .gallery-image > a > img {
    object-position: 50% 0;
}
.all-gallery-images .gallery-image {
    height: 200px;
}

/* products */
.all-products {
    /* margin: 5rem 0; */
}
.all-products .row {
    gap: 5rem 0;
}
.product-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.product-card .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 256px;
    overflow: hidden;
    margin: auto;
}
.product-card .product-image-masked {
}
.product-card .product-image-masked:before {
    content: "";
    display: block;
    width: 256px;
    height: 256px;
    background-image: url(../images/urunler/masks/mask-white.png);
    position: absolute;
    z-index: 1;
}
.section-bg .product-card .product-image-masked:before {
    background-image: url(../images/urunler/masks/mask-bg-colored.png);
}
.product-card .product-title .h {
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.product-card .product-title i {
    color: var(--color-primary);
    font-size: 1rem;
}

.product-card .product-title a {
    /* display: flex; */
    /* margin: 3px 0.4rem 0; */
    text-decoration: none;
}
.all-products+.buttons {
    margin: 7rem 0 0;
}

/* serti */
.section.section-certificates{
    margin: 4rem 0;
}
.certificates-all{

}
.certificates-all .row > .col{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* about */
.img-collage-rows {
    margin-top: 1.5rem;
}
.img-collage-rows img {
    max-height: 280px;
    width: 100%;
    max-width: 70%;
    object-fit: cover;
}
.img-collage-rows .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

/* contact */
.section-contact-page .headers {
    margin-bottom: 1.8rem;
}
.section-contact-page .headers + .text-content {
    margin-bottom: 2rem;
}
.section-contact-page .row:not(:first-child) {
    margin-top: 100px;
    border-top: 1px solid #bb8b4040;
    padding-top: 70px;
}
.contact-maps {
    height: 100%;
    padding-right: 8vh;
}
.contact-maps iframe {
    width: 100%;
    height: 100%;
}
.contact-list > p {
    display: none;
}
.contact-list ul li i {
    color: var(--color-primary);
    font-size: 0.8rem;
    min-width: 30px;
}
.contact-form-area {
    padding: 0 18vw;
    text-align: center;
}
.form-control:not([type=checkbox]) {
    color: #847e6a;
    border-color: #bb8b4014;
    background-color: #fff;
    border-radius: 0;
    min-height: 48px;
    padding: 1rem;
}
input.form-check-input+label {
    font-size: 0.88rem;
    text-align: left;
    font-weight: normal;
}
label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
input[type=file] {
    margin-bottom: 2rem;
}


/* footer */
footer {
    background-color: #f6f2e9;
    background-image: url(../images/footer/footer-bg-illustration-01.png);
    background-repeat: no-repeat;
    background-position: 65% 50%;
}
footer .footer-content {
    padding: 7rem 0 3rem;
    font-size: 0.97rem;
}
footer .footer-content .text-content a {
    display: inline-block;
    margin-left: 10px;
}
footer .footer-content .h {
    color: var(--color-primary);
    margin-bottom: 1.7rem;
}
footer .footer-content ul li {
    line-height: 1.9;
}
footer .footer-content .contact-list li {
    display: flex;
}
footer .footer-content .contact-list li > p:first-child {
    display: inline-block;
    margin-right: 10px;
}
footer .footer-content .contact-list li > p:first-child:after {
    content: ":";
    font-weight: bold;
}
footer .footer-content .contact-list li:first-child > p:first-child {
    display: none;
}
footer .footer-copyright i {
    color: var(--color-primary);
    margin: 0 0.3rem;
}
footer .footer-copyright {
    padding: 1rem 0 2rem;
    font-size: 0.85rem;
    color: #0008;
}
footer .footer-content .h:after {
    content: "";
    display: block;
    border-bottom: 1px dashed var(--color-primary);
    /* position: absolute; */
    width: 100px;
    margin-left: 10px;
    margin-top: 10px;
}
footer .footer-content .h {
    display: flex;
    align-items: center;
}
.grecaptcha-badge {
    display: none;
}


@media (max-width: 1440px){
    h1, .h1 {
        font-size: 3.4rem;
    }
    .h2, h2 {
        font-size: 2.1rem;
    }
    .h3, h3 {
        font-size: 1.3rem;
    }
    .h4, h4 {
        font-size: 1.3rem;
    }
    .carousel-item > img {
        height: 90vh;
    }
    .carousel-caption > p {
        font-size: 4.6rem;
    }
    .section.section-home {
        margin: 5rem 0;
    }
}

@media (max-width: 768px){
    h1, .h1 {
        font-size: 2.4rem;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    .headers > p span {
        font-size: 0.84rem;
    }
    .headers > p:after {
        display: none;
    }
    .navbar-top {
        margin: 1.5rem 0 0.5rem;
    }
    .navbar-brand img {
        height: auto;
        max-width: 100%;
        width: 260px;
    }
    .burger-menu-toggler {
        top: 42px;
        right: 5px;
    }
    .burger-menu-content {
        background-color: #23201e;
        color: #fff;
    }
    .burger-logo .navbar-brand {
        padding: 0;
    }
    .burger-menu-collapser {
        margin: 0;
    }
    .burger-logo,
    .burger-menu-nav,
    .burger-menu-nav .navbar-nav .nav-link {
        border-color: #3e3633;
    }
    .burger-menu-nav {
    }
    .burger-logo {
        padding: 0.9rem 1rem;
        border-bottom-style: dashed;
    }
    .burger-menu .dropdown-item {
        border-color: #ca9a4f;
        padding: 0.8rem 3rem;
        font-size: 0.82rem;
    }
    .burger-menu-toggler-icon,
    .burger-menu-toggler:before,
    .burger-menu-toggler:after {
        border-width: 2px;
        border-color: #845f24;
    }
    .carousel-caption {
        top: 37%;
        left: auto;
        width: 100%;
        right: auto;
    }
    .carousel-caption > h1 {
        font-size: 2.5rem;
    }
    .carousel-caption > p {
        font-size: 3rem;
    }
    .carousel-item > img {
        height: 75vh;
    }
    .separator:after {
        display: none;
    }
    .separator-content > img {
        max-height: unset;
        height: 120px;
    }
    .section.section-bg {
        padding: 3rem 0;
    }
    .section.section-home.section-bg {
        padding: 3rem 0;
    }
    .img-collage-wrapper > .img {
        position: relative;
        margin: 0;
        right: auto;
        margin: 30px 0;
    }
    .img-collage-wrapper > .img img {
        width: 100%;
        height: auto;
    }
    .img-collage-wrapper > .img:first-child {
        margin: 0;
    }
    .section.section-home {
        margin: 2.5rem 0;
    }
    .certificates-all .row {
        flex-direction: row;
        /* gap: 15px; */
    }
    .certificates-all .row > .col {
        width: 20%;
    }
    .certificates-all img {
        width: 100%;
    }
    footer .footer-content {
        padding: 3rem 0;
        text-align: center;
    }
    .footer-content .row > div > div {
        margin: 1rem 0;
    }
    footer .footer-content .contact-list li {
        display: inline-flex;
    }
    footer .footer-content .h {
        display: inline-flex;
        flex-direction: column;
    }
    .section-order .product-card {
        margin-bottom: 3rem;
    }
    .contact-maps {
        padding: 0;
        height: 40vh;
        margin-bottom: 3rem;
    }
    .contact-form-area {
        padding: 0;
        text-align: left;
    }
    .section-home .img-wrapper {
        padding: 0;
        height: auto;
    }




    
}