@charset "iso-8859-9";
/*-------------------------------------*/
/* TUYAN TASARIM VE REKLAM AJANSI      */
/* https://www.konyawebtasarimi.net/   */
/*                                     */
/*-------------------------------------*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@400;500;600;700;900&family=Roboto:wght@400;500&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
    overflow-x: hidden;
    color: var(--renk-yazi);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--renk-1);
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--renk-yazi);
    opacity: 0.5;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--renk-yazi);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--renk-yazi);
}

.btn.focus,
.btn,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: all 0.3s;
}

a, a:hover {
    text-decoration: none;
    color: var(--renk-menu);
}

p, ul {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
   
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-indicators {
    cursor: pointer;
}

.card {
    border: none;
}

.card *,
.card:hover *,
:hover,
img,
a,
i,
h1, h2, h3, h4, h5, h6,
::after,
::before {
    transition: all 0.3s;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.img-fluid{
    border-radius: 10px;
}
embed,
iframe,
object {
    max-width: 100%;
    max-height: 100%;
}
.owl-carousel {
    z-index: 0;
}

hr {
    border-color: #1d1d1b;
}

button.mobil {
    display: inline-block;
}

#yukari {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.tuyan {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#yukari-cik {
    position: fixed;
    transform: translate(0, 145px);
    z-index: 99;
    right: 20px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--renk-1);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

#yukari-cik i {
    color: #fff;
}

.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: rgb(37, 211, 102);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.whatsappicon a i {
    font-size: 24px;
    color: #fff !important;
}

.sticky {
    transform: translate(0) !important;
}
.sticky-on {
    margin-top: 0;
    z-index: 9;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
}
.cerez {
    transform: translate(0) !important;
}

#cerez-sozlesme {
    position: fixed;
    transform: translate(0, 100px);
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    padding: 20px 30px;
}

#cerez-sozlesme p,
#cerez-sozlesme p a {
    color: #fff !important;
    padding-top: 10px;
}

#cerez-sozlesme p a {
    text-decoration: underline;
}

#cerez-sozlesme .btn-sozlesme {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    color: var(--renk-yazi) !important;
}

.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-default {
    background: var(--renk-1);
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    max-width: 175px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 15px 15px 15px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
}

.btn-default:hover {
    box-shadow: 0px 0px 20px rgb(3 50 108 / 30%);
}

.btn-default i {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: var(--renk-2);
}

.btn-default:hover {
    color: #fff;
}

.btn-form {
    display: flex;
    justify-content: flex-end;
}

.btn-form .btn-default {
    text-align: left;
    width: 150px;
    cursor: pointer;
}

.btn-text {
    color: var(--renk-yazi);
    position: relative;
    padding: 20px;
    display: block;
    width: auto;
    border-bottom: 1px solid var(--renk-1);
}

.btn-text>i {
    display: none;
}

.btn-box {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.btn-slider-fixed a{
    background: #f3f6f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 14px 15px;
    width: 300px;
    height: 100px;    
    text-transform: uppercase;
    font-size: 24px;
    color: var(--renk-1);
}
.section-title {
    margin-bottom: 8px;
}

.section-title h2 {
    text-transform: uppercase;
    font-weight: 100;
}

.section-title span {
    color: var(--renk-1);
    display: block;
    margin-top: 10px;
    font-size: 20px;
    width: 100%;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.social-icons>li {
    font-size: 20px;
    vertical-align: middle;
    padding: 0 5px;
}

.social-icons>li>a {
    display: inline-block;
    text-align: center;
}

footer .social-icons li.icon-facebook a i.fa-facebook,
footer .social-icons li.icon-youtube a i.fa-youtube,
footer .social-icons li.icon-twitter a i.fa-twitter,
footer .social-icons li.icon-linkedin a i.fa-linkedin,
footer .social-icons li.icon-whatsapp a i.fa-whatsapp,
footer .social-icons li.icon-instagram a i.fa-instagram {
    color: #fff;
}
.social-icons li a i.fa-facebook {
    color: var(--renk-yazi);
}

.social-icons li a i.fa-youtube{
    color: var(--renk-yazi);
}

.social-icons li a i.fa-twitter{
    color: var(--renk-yazi);
}

.social-icons li a i.fa-instagram{
    color: var(--renk-yazi);
}

.social-icons li a i.fa-linkedin{
    color: var(--renk-yazi);
}

.social-icons li a i.fa-whatsapp{
    color: var(--renk-yazi);
}

.social-icons li a:hover {
    color: #fff;
}

.social-icons li a:hover i.fa-facebook {
    color: #3b5998;
}

.social-icons li a:hover i.fa-youtube{
    color: #dc4a38;
}

.social-icons li a:hover i.fa-twitter{
    color: #33bdfd;
}

.social-icons li a:hover i.fa-instagram{
   background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-icons li a:hover i.fa-linkedin{
    color: #2867b2;
}

.social-icons li a:hover i.fa-whatsapp{
    color: rgb(37, 211, 102);
}

.left-menu{
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}
.left-menu ul {
    list-style: none;
}

.left-menu ul li {
    border-bottom: 2px solid #efefef;
}

.left-menu ul li a {
    text-transform: none;
    font-size: 14px;
    color: var(--renk-yazi);
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px;
    display: block;
}

.left-menu ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--renk-1);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.left-menu ul li a:hover:before {
    width: 100%;
    left: 0;
}

.left-menu ul li a:hover {
    color: #fff;
}

.detail-editor {
    padding: 25px 0;
}

.text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.text ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.text ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.text a {
    color: #000 !important;
    font-weight: 700;
    text-decoration: underline;
}

.galeri img {
    margin-bottom: 25px;
}

.lang {
    align-items: center;
    z-index: 10;
}

.lang li a,
.lang li span {
    display: block;
    padding: 5px;
    color: var(--renk-menu);
}

.lang li a:hover,
.lang li.active a {
    background-color: var(--renk-1);
    color: #fff;
    border-radius: 5px;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 25px;
    z-index: 1020;
    background-color: var(--bg-header);
    border-radius: 5px;
    box-shadow: 0 -5px 30px rgb(78 82 99 / 30%);
}

header .header-content {
    position: relative;
}

header .header-content .logo {
    display: flex;
    position: relative;
    z-index: 11;
    align-items: center;
    height: 100%;
}

header .header-content .logo img {
    max-width: 100%;
    height: auto;
}

/* HAMBURGER MENU */
.hamburger-menu {
    width: 50px;
    height: 50px;
    z-index: 50;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 4px rgba(0 0 0 / 0.2);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    width: 30px;
    position: absolute;
    right: 10px;
    background: var(--renk-menu);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    width: 20px;
    top: 14px;
}

.hamburger-menu span:nth-child(2) {
    top: 24px;
}

.hamburger-menu span:nth-child(3) {
    top: 34px;
}

.hamburger-menu:hover span {
    width: 30px !important;
}

.hamburger-menu.open span {
    width: 20px !important;
}

.hamburger-menu.open span:nth-child(1),
.hamburger-menu.open span:nth-child(3) {
    top: 24px;
    right: 10px;
    width: 28px !important;
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fixed-menu {
    width: 400px;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-color: var(--bg-header);
    background-position: center;
    background-size: cover;
    z-index: -1;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    
    overflow: scroll;
}

.fixed-menu.active {
    left: 0;
}

.fixed-menu h4 {
    color: var(--renk-menu);
}

.mobil-menu {
    margin-top: 110px;
    width: 100%;
    padding: 15px;
}

.mobil-menu li a {
    width: 100%;
    display: block;
    padding: 5px 15px;
    color: var(--renk-menu);
}

.mobil-menu li.dropdown ul.dropdown-menu {
    display: none;
}

.contact-list {
    width: 100%;
}

.contact-list li {
    padding: 5px 15px;
}
.contact-list > li > a{
    margin-bottom: 0 !important;
}
.contact-list li i {
    margin-right: 5px;
}
.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li .dropdown-menu {
    width: 220px;
    position: absolute;
    top: 90%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    transition: .3s;
    padding: 20px 10px;
}

.main-menu li .dropdown-menu li {
    display: block;
}

.main-menu li .dropdown-menu li a {
    padding: 5px 15px;
    display: block;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
}

.main-menu li .dropdown-menu li a:hover {
    margin-left: 10px;
}

.main-menu li:hover .dropdown-menu {
    top: 70%;
    opacity: 1;
    visibility: visible;
}

.main-menu li:hover>a {
    color: #ffffff;
}

.main-menu li a span i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-menu li a {
    padding: 30px 10px;
    color: var(--renk-menu);
    font-weight: 600;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu li a:hover {
    color: #fff;
}

.main-menu li .dropdown-menu {
    background-color: var(--renk-1);
    z-index: 11111;
}

.main-menu li .dropdown-menu li a {
    color: #ffffff;
}

.main-menu li:hover>a {
    color: var(--renk-1);
}


/* Slider */
.slider-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slider-section .slider-l .slider-content-top {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 35px;
}

.slider-section .slider-l .slider-content-top .brand-img {
    width: 200px;
    margin-right: 20px;
}

.slider-section .slider-l .slider-content-top .brand-img img {
    width: 100%;
}

.slider-section .slider-l .slider-content-bottom {
    padding: 15px;
    background-color: rgb(1 88 137 / 90%);
}
.slider-section .slider-l .slider-content-bottom h2 {
    color: #fff;
}
.slider-section .slider-l .slider-content-bottom h2 span {
    color: var(--renk-1);
}
.slider-section .slider-l .slider-content-bottom p {
    color: #fff;
}
.home-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.home-slider .item img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home-slider .active .item img {
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
}

.home-slider .active .item h1 {
    animation-name: fadeInLeft;
    animation-delay: 0.75s;
}

.home-slider .active .item a {
    animation-name: fadeInLeft;
    animation-delay: 1.25s;
}

.home-slider .active .item .slider-r {
    animation-name: fadeInRight;
    animation-delay: 1.25s;
}

.home-slider .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%
}

.home-slider .owl-nav>button {
    margin-right: 25px;
}

.home-slider .owl-nav i {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: var(--renk-1);
    color: #fff;
    border: 1px solid rgb(255 255 255 / 17%);
}

.home-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    display: flex;
    align-items: flex-end;
}

.home-slider .owl-dots > button {
    margin-right: 10px;
    width: 50px;
    height: 2px;
    background: #fff;
}
.home-slider .owl-dots > button.owl-dot.active,
.home-slider .owl-dots > button:hover {
    background: var(--renk-1);
    height: 10px;
}


.slide-video-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 8;
}

.home-slider .item{
   height: 100vh;
}
.home-slider.owl-carousel .owl-item{
    overflow: hidden;
 }
 .home-slider video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    transform: scale(1.2);
}

/* Kategorileri */

.categories-section {
    overflow: hidden;
    padding: 100px 0;
}

.categories-section .categories-shapes img {
    width: inherit;
}

.categories-section .categories-shapes .shape1 {
    position: absolute;
    bottom: 43px;
    left: -5%;
}

.categories-section .categories-shapes .shape2 {
    position: absolute;
    right: -8%;
    bottom: 14%;
}

.categories-section .single-category {
    padding: 20px;
    border: 1px solid #e6e6e6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ffffff;
    margin-bottom: 30px;
    height: 100%;
    border-radius: 10px;
}

.categories-section .single-category:hover {
    -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}

.categories-section .single-category .category-img {
    margin-bottom: 15px;
}

.categories-section .single-category .category-img img {
    width: 100%;
}

.categories-section .single-category:hover .category-content h5 {
    color: var(--renk-baslik);
}

.categories-section .single-category .category-content h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.categories-section .single-category .category-content p {
    margin-bottom: 20px;
}

.categories-section .single-category .category-content span {
    color: #2a435d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.categories-section a:hover .single-category .category-content span {
    color: var(--renk-1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.kategori-slider .owl-dots {
    z-index: 1;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #fff;
}

.kategori-slider .owl-dot {
    display: block;
    background-color: #d2d2d2 !important;
    height: 10px;
    width: 100%;
    transition: all .3s;
    margin: 0 5px;
}

.kategori-slider .owl-dot.active {
    background-color: var(--renk-1) !important;
    transition: all .3s;
}

/* Kurumsal */
.about-section {
    overflow: hidden;
    padding: 15px;
    background-color: #31373f;
    border-radius: 10px;
}

.about-section.detail {
    padding-top: 80px;
    background-color: transparent;
}

.about-section .block-content h2 {
    margin-bottom: 15px;
    font-weight: 900;
    color: #fff;
}

.about-section .block-content .text {
    margin-bottom: 25px;
}
.about-section .block-content p {
    color: #fff;    
}
.about-section .block-content .btn-default {
    background: transparent;
    border-left:1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.about-section .block-content .btn-default:hover {
    background: var(--renk-1);
    color: #fff;
}


/* Ürünler */

.features-boxs .features-box {
    position: relative;
}
.features-boxs .features-box .box-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #404040;
    color: #fff;
    min-height: 100px;
}
.features-boxs .features-box .box-body p {
    color: #fff;
    margin: 0;
}
.features-boxs .features-box .box-img{
    margin-bottom: 15px;
}
.features-boxs .features-box .box-img img{
   width: 100%;
}
.product-section {
    background: url("../images/bg/index-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

.product-section .drink-items-shapes .fs-1 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

.product-section .drink-items-shapes .fs-2 {
    position: absolute;
    top: 38%;
}

.product-section .drink-items-shapes .fs-3 {
    position: absolute;
    right: 6%;
    top: 28%;
}

.product-section .drink-items-shapes .fs-4 {
    position: absolute;
    right: 16%;
    bottom: 17%;
}

.product-section .product-block {
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
    background: #ededed;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-section .product-block:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    background: #ffffff;
}

.product-section .product-block:hover .cart-opt {
    visibility: visible;
    opacity: 1;
}

.product-section .product-block:hover .product-content .price {
    color: var(--renk-1);
}

.product-section .product-block:hover .badge {
    background: var(--renk-1);
}

.product-section .product-block .product-img {
    width: 150px;
    height: 150px;
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-section .product-block .product-img img {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}

.product-section .product-block .product-content h5 {
    padding: 20px 0;
    color: var(--renk-baslik);
}

.product-section .product-block .product-content h5 a {
    color: var(--renk-baslik);
    transition: .5s;
}

.product-section .product-block .product-content h5 a:hover {
    color: var(--renk-1);
}

.product-section .product-block .cart-opt {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-section .product-block .cart-opt span {
    border: 1px solid var(--renk-1);
    background: transparent;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    color: var(--renk-1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-section .product-block .cart-opt span:hover {
    background: var(--renk-1);
    color: #ffffff;
}

.features-block {
    padding: 50px 0;
}

.features-block .features-block-left {
    position: relative;
    margin-bottom: 30px;
}

.features-block .features-block-left img {
    width: inherit;
}

.features-block .features-block-right .features-content .features-category {
    padding: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ffffff;
    margin-bottom: 30px;
}

.features-block .features-block-right .features-content .features-category:hover {
    -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}

.features-block .features-block-right .features-content .features-category:hover .category-content h5 {
    color: var(--renk-baslik);
}

.features-block .features-block-right .features-content .features-category .features-img {
    width: 75px;
    margin-bottom: 30px;
}

.features-block .features-block-right .features-content .features-category .features-img img {
    width: 100%;
}

.features-block .features-block-right .features-content .features-category .category-content h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.features-block .features-block-right .features-content .features-category .category-content p {
    margin-bottom: 20px;
}

.features-block .features-block-right .features-content .features-category .category-content a {
    color: var(--renk-baslik);
    transition: .3s;
}

.features-block .features-block-right .features-content .features-category .category-content a:hover {
    color: var(--renk-1);
    transition: .3s;
}

footer {
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
    background-color: var(--bg-footer);
}

footer .footer-top .footer-block .logo {
    margin-bottom: 20px;
}

footer .footer-top .footer-block h6 {
    margin-bottom: 20px;
    color: var(--renk-ft-yazi);
}

footer .footer-top .footer-block h5 {
    margin-bottom: 10px;
    color: var(--renk-ft-yazi);
}

footer .footer-top .footer-block h5 span {
    margin-right: 10px;
}


footer .footer-top .footer-block p,
footer .footer-top .footer-block ul {
    margin-bottom: 20px;
    color: var(--renk-ft-yazi);
}

footer .footer-top .footer-block ul li a {
    color: var(--renk-ft-yazi);
    margin-bottom: 10px;
    display: block;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

footer .footer-top .footer-block ul li a span {
    margin-right: 15px;
    font-size: 20px;
}

footer .footer-top .footer-block ul li a:hover {
    color: var(--renk-1);
}

footer hr {
    width: 100%;
    border: 1px solid #fff;
    display: block;
}

footer .footer-bottom .copyright {
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: var(--renk-ft-yazi);
}

footer .footer-bottom .copyright a {
    color: var(--renk-ft-yazi);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

/************* BLOG **************/

section.blog .blog-content .blog-box .box-img {
    margin-bottom: 15px;
}
section.blog .blog-content .blog-box .box-body {
    padding: 0 10px;
    margin-top: 15px;
}
section.blog .blog-content .blog-box .box-body h5{
    font-size: 34px;
    font-weight: 100;
}

.blog.detail{
    padding: 100px 0;
}
/************* BLOG **************/

/************* OZELLIK BAR **************/
.ozellik-bar{
    margin: 50px 0;
    padding: 50px 0;
    background-image: url(../img/ozellik-bg.jpg);
    background-position: top;
}
.ozellik-bar .ozellik-text{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}
.ozellik-bar .ozellik-text > div h4,
.ozellik-bar .ozellik-text > div p{
    color: #fff;
}
.ozellik-adim {
    padding-top: 100px;
    background-image: url(../img/ozellik2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ozellik-adim .card{
    background-color: transparent;
}
.ozellik-adim .card-body{
    position: relative;
    margin-bottom: 125px;
}
.ozellik-adim .card-body .card-text{
    font-size: 18px;
    min-height: 150px;
}
.ozellik-adim .card-body::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url(../img/ikonlar/arrow-liner-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/************* OZELLIK BAR **************/

/************* GALERY **************/
.galery{
    padding: 100px 0;
}
/************* GALERY **************/

/************* VIDEO BAR **************/
.video-bar .title-video {
    background-color: #fff;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.video-bar .title-video h2 {
    font-size: var(--font-baslik);
}

.video-bx {
    position: relative;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}

.video-play-icon button.js-video-button {
    background-color: rgb(245 6 6);
    border: 0;
    padding: 15px 30px;
    cursor: pointer;
}

.video-play-icon button.js-video-button i {
    color: #fff;
}

/************* VIDEO BAR **************/

/************* INDEX FORM **************/
.index-form {
    margin: 100px auto;
    padding-top: 80px;
    background-image: url(../img/form-bg.jpg);
    background-position: center;
    background-size: cover;
}
.index-form .section-title {
    color: #fff;
}
.index-form .section-title p{
    color: #fff;
    font-size: 18px;
}
.index-form form {
    background-color: #fff;
    padding: 15px;    
    border-radius: 10px 10px 0 0;
}
.contact-list li a{
    margin-bottom: 0;
}
.index-form .contact-list li a,
.index-form .contact-list li {
    color: #fff;
}

.info-area {
    position: relative;
    padding-bottom: 100px;
}

.info-area .single-info {
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 5px;
    height: 100%;
    background: #ffffff;
    margin-bottom: 30px;
}

.info-area .single-info .info-img {
    margin-right: 10px;
    margin-bottom: 20px;
}

.info-area .single-info .info-content {
    text-align: left;
}

.info-area .single-info .info-content p {
    padding-top: 10px;
    margin: 0;
}
/************* INDEX FORM **************/

/************* FIYAT BOX **************/
section.fiyat{
    margin: 100px 0;
}
section.fiyat .nav-tabs{
    border: 0;
    margin-bottom: 25px;
}

section.fiyat .nav-tabs .nav-link{
    border-radius: 0;
    border: 1px solid #cdcdcd;
    padding: 15px 5px;
    width: 115px;
    color: var(--renk-yazi);
    font-weight: 900;
    font-size: 13px;
}
section.fiyat .nav-tabs .nav-link:first-child{
    border-radius: 25px 0 0 25px;
}
section.fiyat .nav-tabs .nav-link:last-child{
    border-radius: 0 25px 25px 0;
}
section.fiyat .nav-tabs .nav-item.show .nav-link,
section.fiyat .nav-tabs .nav-link.active{
    background-color: var(--renk-1);
    color: #fff;
    border-color: var(--renk-1);
}

section.fiyat .card-box {
    border: 4px solid #cdcdcd;
    padding: 50px;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
section.fiyat .card-box::before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    background-image: url(../img/ikonlar/star.png);
    background-size: cover;
    z-index: -1;
    transform: rotate(-25deg);
    opacity: 0.2;
    filter: grayscale(1);

}
section.fiyat .tab-content .row .col-md-4:nth-child(even) .card-box {
    border-color: var(--renk-1);
}
section.fiyat .tab-content .card-box:hover {
    box-shadow: 0px 10px 20px 7px rgb(1 33 68 / 25%);
}
section.fiyat .card-box h3 span {
    font-size: 2em;
    display: block;
    width: 100%;
    color: var(--renk-1);
}
section.fiyat .card-box ul li {
    padding: 7px 20px;
    position: relative;
}
section.fiyat .card-box ul li::before {    
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: FontAwesome;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/************* FIYAT BOX **************/

/************* REFERANSLAR **************/
section.partner {
    padding: 100px 0;
}
section.detail .partner-item .img-fluid {
    width: 100%;
}

/************* REFERANSLAR **************/

/************* DETAY **************/
.breadcrumb-area {
    position: relative;
    background-color: #cdcdcd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 25vh;
}
.breadcrumb-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}

.breadcrumb-area .container {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    height: 100%;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .page-title a,
.breadcrumb-area .page-title {
    text-align: center;
    color: #fff;
}

.breadcrumb-area .breadcrumb {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a,
.breadcrumb-area .breadcrumb .breadcrumb-item {
    color: #fff;
    text-transform: capitalize;
}
.product-area {
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    padding-top: 110px;
}

.popular-dishes-area {
    background-image: linear-gradient(#fdfdfd, #ffffff);
    position: relative;
}


.popular-dishes-area .product-box {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    transition: .3s;
    margin-bottom: 20px;
    background: #ffffff;
}

.popular-dishes-area .product-box:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 25px 60px 0px rgb(0 21 100 / 10%);
    box-shadow: 0px 25px 60px 0px rgb(0 21 100 / 10%);
}
.popular-dishes-area .product-box .box-body {
    margin-top: 15px;
    color: var(--renk-yazi);
}

.product-area .sol-menu {
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background: #ffffff;
}

.product-area .sol-menu-box li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    color: var(--renk-yazi);
}

.product-area .sol-menu-box li a:hover {
    padding-left: 5px;
}

.product.detail {
    padding: 80px 0;
}
.product.detail .gallery_product {
    border: 4px solid #ededed;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.product.detail .owl-thumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.product.detail .owl-thumbs .owl-thumb-item {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.product.detail .owl-thumbs .owl-thumb-item img {
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    border: 4px solid  #ededed;
}
.prpduct-img-owl .owl-nav{
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}
.prpduct-img-owl .owl-nav > button.owl-prev,
.prpduct-img-owl .owl-nav > button.owl-next{
    display: block;
    padding: 10px 15px !important;
    border-radius: 5px;
    border: 4px solid  #ededed;
    margin-right: 5px;
    background-color: #fff;
}
.prpduct-img-owl .owl-nav > button.owl-prev:hover,
.prpduct-img-owl .owl-nav > button.owl-next:hover{
    color: #fff;
    background-color:  var(--renk-1);
}
.extralar {
    padding: 15px;
    border: 4px solid var(--renk-1);
    background-color: var(--renk-1);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.extralar ul li{
    color: #fff;
    font-size: 18px;
}
.extralar ul li::before{
    content: '\f005';
}
.product-tabs {
    padding-top: 100px;
    padding-bottom: 100px;
}
.product-tabs hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-tabs .tab-blok {
    height: 100%;
    border: 4px solid #cdcdcd;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.product-tabs .tab-blok::before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    background-image: url(../img/ikonlar/star.png);
    background-size: cover;
    z-index: -1;
    transform: rotate(-25deg);
    opacity: 0.2;
    filter: grayscale(1);

}
.product-tabs .tab-blok:hover {
    box-shadow: 0 -5px 30px rgb(78 82 99 / 30%);
}

.product-tabs .tab-blok .section-title {
    margin-bottom: 15px;
}
.product-tabs .tab-blok ul li {
    color: var(--renk-yazi);
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
}

.product-tabs .tab-blok ul li:last-child {
    border: 0;
}
.product-tabs .tab-blok ul li:hover {
    background-color: #e9e9e9;
}

.contact-form {
    padding-top: 100px;
    padding-bottom: 120px;
}

.contact-form .section-title {
    text-align: left;
    color: var(--renk-yazi);
}

.talep-form > div,
.default-form > .row > div{
    position: relative;
    color: var(--renk-yazi);
    margin-bottom: 15px;
}

.talep-form > div > i,
.default-form div > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 10px;
    color: var(--renk-yazi);
}

.talep-form > div > .form-control,
.default-form div > .form-control {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
}
.form-check .form-check-input {
    margin: 0 !important;
    opacity: 0;
}
input[type="checkbox"]+label:before {
    border: 1px solid #898989;
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    line-height: 20px;
    margin: 1px 10px 4px 0;
    padding-right: 0.1em;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

input[type="checkbox"]:checked+label:before {
    color: #000000;
    content: "\f00c";
}

/************* DETAY **************/

.hiyerarsi .pdf-link {
    bottom: 20px;
}
.pdf-link {
  position: absolute;
  right: 17px;
  bottom: 650px;
  font-size: 21px;
  padding: 4px 12px;
  background-color: #015889;
  transition: all 0.3s;
}

.pdf-link a {
    color: #fff;
}

/************* mediacss **************/

@media (min-width: 576px) {
    #cerez-sozlesme {
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    #cerez-sozlesme p {
        margin: 0;
    }

    #cerez-sozlesme .btn-sozlesme {
        width: 20%;
    }
    .btn-slider-fixed {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }    
    .btn-slider-fixed a{
        padding: 17px 35px 19px 35px;
    }    
}

@media (min-width: 760px) {
    #cerez-sozlesme {
        padding: 15px 20px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 10px 40px;
        padding: 0 25px;
        z-index: 1040;
        background-color: var(--bg-header);
        border-radius: 5px;
        box-shadow: 0 -5px 30px rgb(78 82 99 / 30%);
    }
    .features-boxs,
    .about-section {
        padding: 0;
        margin: 80px;
    }
    
    section.fiyat .nav-tabs .nav-link{
        padding: 15px;
        width: 150px;
    }
}

@media (min-width: 992px) {
    button.mobil {
        display: none;
    }
    #cerez-sozlesme p {
        font-size: 12px;
        padding: 5px 0;
    }

    #cerez-sozlesme .btn-sozlesme {
        width: 100px;
        margin-left: 10px;
    }
    .slider-section .slider-l .slider-content-bottom h2 {
        font-size: 4em;
    }
    .section-title h2 {
        font-size: 4em;
    }
    .ozellik-bar{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 155vh;
    }
    .ozellik-bar .ozellik-text {
        background-color: transparent;
    }
    .ozellik-bar .ozellik-text > div {
        max-width: 33%;
        position: absolute;
    }
    .ozellik-bar .ozellik-text > div.text1 {
        left: 0;
        top: 50px;
    }
    .ozellik-bar .ozellik-text > div.text2 {
        left: 0;
        top: 350px;
    }
    .ozellik-bar .ozellik-text > div.text3 {
        left: 0;
        bottom: 0;
    }
    .ozellik-bar .ozellik-text > div.text4 {
        right: 0;
        top: 300px;
        top: 50px;
        text-align: right;
    }
    .ozellik-bar .ozellik-text > div.text5 {
        right: 0;
        bottom: 0;
        top: 350px;
        text-align: right;
    }
	.ozellik-bar .ozellik-text > div.text6 {
        right: 0;
        bottom: 0;
        top: 600px;
        text-align: right;
    }
	
    .ozellik-bar .ozellik-text > div h4 {
        font-size:2.5em;
        font-weight: 100;
        position: relative;
    }
    .ozellik-bar .ozellik-text > div h4::before {
        content: '';    
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 500px;
        background-color: #fff;
    }
    .ozellik-bar .ozellik-text > div h4::after {
        content: '';    
        position: absolute;
        left: 500px;
        bottom: -7px;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border-radius: 50%;
        transition: all .3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgb(2 128 197 / 40%);
        animation-name: pulse;
        animation-iteration-count:infinite;
        animation-duration:1s;
        animation-fill-mode:both
    }
    .ozellik-bar .ozellik-text > div.text4 h4::before,
    .ozellik-bar .ozellik-text > div.text5 h4::before,
	.ozellik-bar .ozellik-text > div.text6 h4::before {
        right: 0;
        left: inherit;
    }
    .ozellik-bar .ozellik-text > div.text4 h4::after,
    .ozellik-bar .ozellik-text > div.text5 h4::after,
    .ozellik-bar .ozellik-text > div.text6 h4::after {
        right: 500px;
        left: inherit;
    }

}

@media (min-width: 1200px) {}
@media (min-width: 1360px) {

}
@media (min-width: 1440px) {}