@font-face {
    font-family: "Afacad-Medium";
    src: url("../fonts/static/Afacad-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*CSS DEĞİŞKENLERİ*/
:root {
    --main-color: #175b96;
    --black-color: #121212;
    --header-bant: #175b96;
    --footer-color: #a6c1d6;
    --price: #cccccc;
    --share: #333333;
    --whatsapp-sahare: #859372;
    --text: #666666;
    --border: 0.1rem solid rgba(255, 255, 255, 0.4);
}

* {
    font-family: "Afacad-Medium";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    /*    text-transform: capitalize;*/
    transition: 0.2 ease;
}

/*BASE HTML CODES*/
html {
    /* font-size: 62.5%; */
    scroll-padding-top: 1rem;
    scroll-behavior: smooth;
    /*    overflow: -x hidden;*/
    overflow-x: hidden;
}

    html::-webkit-scrollbar {
        width: 0.8rem;
        background-color: var(--footer-color);
    }

    html::-webkit-scrollbar-thumb {
        background-color: white;
    }

    html::-webkit-scrollbar-track {
        background-color: transparent;
    }

.content {
    display: flex;
    flex-grow: 1;
    width: 80%;
}

body {
    background-color: var(--main-color);
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*    height:200vh;*/
}

section {
    margin-bottom: 50px;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

.btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 30px;
    /* font-size: 1.7rem; */
    font-size: 0.75rem;
    color: #ffffff;
    background-color: var(--main-color);
    cursor: pointer;
}

/* .btn:hover{
 opacity: 0.9;
} */

.heading {
    color: var(--black-color);
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 2.5rem;
    /* border-bottom: 0.1rem solid white; */
}

/* HEADER BANT START */

.header-bant {
    width: 80%;
    height: 30px;
    background: var(--main-color);
    margin: 0 auto;
}

.navbar-brand {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    margin-right: 5px;
    font-size: 0.813rem;
}

    .navbar-brand i {
        margin-right: 5px;
    }

    .navbar-brand .icon {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }

    .navbar-brand span {
        white-space: nowrap;
        color: #ffffff;
    }
/* HEADER BANT END */

/* Header Start */

header {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #175a96;
    /* box-shadow: rgba(203, 209, 216, 0.2) 0px 8px 24px; */
}

.header-container {
    width: 80%;
    margin: 0 auto;
}

.logo > img {
    /* max-width: 219px;
  height: 30px;
  object-fit: cover; */

    max-height: 35px;
    object-fit: contain;
}

.search-container {
    display: flex;
    align-items: center;
    max-width: 350px;
    position: relative;
}

.search-input {
    width: 220px;
    height: 25px;
    border: 0.1rem solid #393939;
    outline: none;
    padding: 5px;
    margin-right: 5px;
    border-radius: 8px;
    box-sizing: border-box;
}

.search-icon {
    width: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

.icons-container {
    display: flex;
    align-items: center;
}

    .icons-container .fa {
        font-size: 20px;
        margin: 0 10px;
        color: #333;
        cursor: pointer;
        width: 16px;
        height: 16px;
    }

        .icons-container .fa.fa-bildirim {
            margin-top: -15px;
        }

.header-container .icons-container .icon {
    position: relative;
    text-align: center;
}

    .header-container .icons-container .icon .icon-text {
        display: block;
        font-size: 0.688rem;
        margin-right: 10px;
    }

.dropdown-item {
    padding: 4px 8px;
    font-size: 0.75rem;
}

.icon a:hover {
    color: var(--main-color);
}

.icon a:focus {
    background-color: transparent !important;
}

.dropdown-menu > ul > li > a {
    font-size: small;
}
/* .header-container .icons-container .icon .icon-text {
  display: block;
  margin-top: 5px; 
  font-size: 12px;
  text-align: center;
} */

/* .header-container .icons-container .icon {
  position: relative;
  text-align: center;
}

.header-container .icons-container .icon span {
  display: block;
  margin-top: 5px; 
  font-size: 12px; 
} */

/* HEADER END */
/* MENU START */

.menu-container {
    width: 100%;
    text-align: center;
}

    .menu-container nav {
        text-align: center;
    }

        .menu-container nav ul {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .menu-container nav a,
        .menu-container nav .dropdown-menu a,
        .menu-container nav .outlet a {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
        }

            .menu-container nav a:hover {
                /* Hover durumunda altı çizili yap */

                text-decoration: underline;
            }

        .menu-container nav li:hover .dropdown-menu,
        .menu-container nav .active .dropdown-menu {
            display: block;
            margin: 0;
        }

        .menu-container nav a:hover,
        /* .nav-link:focus, */
        .menu-container nav .dropdown-menu a:hover {
            color: var(--main-color);
        }

.nav-link:focus {
    color: #000000;
}

.menu-container nav .dropdown-menu a {
    display: block;
    color: #000000;
    padding: 8px;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: none;
    font-weight: lighter;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d0d0d0;
}

/* MENU END */

/* Slider start */
#carouselExampleInterval {
    max-width: 930px;
    max-height: 390px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.carousel-inner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.carousel-item {
    height: 100%;
}

    .carousel-item img {
        height: 100%;
        object-fit: cover;
        width: auto;
        margin: auto;
        display: block;
    }
/*Slider End*/
/* Slider Altı Menü Start */

.menu-box {
    width: 100%;
    height: 320px;
    margin: 10px;
    text-align: center;
}

.menu-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.menu-text {
    font-size: 1rem;
    margin-top: 10px;
    color: #666666;
    text-transform: uppercase;
}

    .menu-text:hover {
        color: var(--main-color);
        cursor: pointer;
    }

    .menu-text.outlet {
        color: var(--main-color);
    }

/* Slider Altı Menü End */

/* Vitrin START */

.product-card {
    border: 2px solid var(--main-color);
    border-radius: 15px;
    margin: 10px;
    width: 100%;
    max-width: 220px;
    height: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}

.product-image-container {
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    position: relative;
    padding: 0 8px;
    flex: auto;
    display: flex;
    justify-content: center;
}

.product-image {
    width: 75%;
    object-fit: contain;
}

.product-details {
    padding: 10px;
}

.product-title {
    font-size: 0.75rem;
    color: #666666;
    margin-top: 10px;
    text-transform: uppercase;
}

.price-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.product-price,
.discounted-price {
    margin-right: 10px;
    margin-top: 10px;
}

/* .price-row {
      display: flex;
          justify-content:space-between;
              margin-bottom: 5px; 
} */

.product-price {
    font-size: 0.75rem;
    color: #666666;
    text-decoration: line-through;
}

.discounted-price {
    font-size: 0.75rem;
    color: #666666;
}

.favorite-icon {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -55px;
}

.btn-view-product {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: var(--main-color); */
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 12px;
    padding: 2px 2px;
}

.product-card:hover .btn-view-product {
    display: block;
}

.product-card:hover {
    border: 2px solid var(--main-color);
}

.btn-view-product:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.product-card a {
    text-decoration: none;
    color: inherit;
}

    .product-card a:hover {
        color: inherit;
    }

/* Vitrin END */

/* Giriş yap card start */
.login {
    margin: 0;
    padding: 0;
    /* background: url("/content/LoginBackground.png") no-repeat center center fixed; */
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-logo {
    margin: 0;
    padding: 0;
    /* background: url("/content/LoginBackground2.png") no-repeat center center fixed; */
    background-size: cover;
    height: 30vh; /* Ekran yüksekliği kadar genişlik */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-card {
    width: 30%;
    position: relative;
    border: none;
    max-width: 400px;
    min-width: 250px;
    margin-bottom: 3rem;
}

.login-card-logo {
    padding-bottom: 1rem;
}

.form-border-bottom {
    border-bottom: 2px solid #666666;
}

.new-btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 15px;
    font-size: 0.9rem;
    color: var(--text);
    background-color: #fab913;
}

.card input.form-control {
    font-size: 0.9rem;
    border: none;
    outline: none;
    border-radius: 0px;
}

.card input.form-control {
    text-transform: none;
}

/* Giriş yap card end */
/* Login İnput SVG*/
/* label {
  position: relative;
}

label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url( "/content/Ayarlar\ Icon-2.svg")
  center / contain no-repeat;
}

input {
  padding: 10px 30px;
} */

/* FOOTER START*/
.footer {
    background-color: var(--footer-color);
    padding: 20px 40px;
    margin: 0 auto;
    margin-top: 16rem;
    margin-bottom: 0;
    width: 80%;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

    .copyright span {
        margin-bottom: 5px;
    }

    .copyright a:hover {
        color: var(--main-color);
    }

.category a:hover {
    color: var(--main-color);
}

.links a:hover {
    color: var(--main-color);
}

.links a,
.category a,
.social a {
    display: block;
    margin-bottom: 10px;
    font-size: 0.813rem;
}

.social a {
    margin-right: 0;
    margin-top: -20px;
}

.footer h1 {
    color: #000000;
    font-size: 1.063rem;
}

.social div {
    display: block;
}

/*footer beyaz çizgi*/
.additional-info {
    border-top: 1px solid white; /* Beyaz çizgi */
    padding-top: 10px; /* İsteğe bağlı, çizginin üstündeki boşluğu ayarlar */
}

.fab {
    display: inline-block;
    /* vertical-align: middle; */
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.fab-new {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    margin-bottom: -55px;
    margin-left: -35px;
    position: relative;
}

.badge-primary {
    background-color: var(--main-color);
    font-size: 14px;
}

.social span {
    font-size: 0.813rem;
}

.additional-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .additional-info img {
        display: block;
    }

.logo img {
    max-height: 35px;
    object-fit: contain;
}

.iyzico-logo img {
    width: 185px;
    height: 14px;
}

.share a {
    display: inline-block;
    margin-right: 5px;
}

.contact-info {
    display: flex;
    align-items: center;
}

#cagriMerkeziLink:hover {
    color: var(--main-color);
}

#whatsappIletisimLink:hover {
    color: var(--main-color);
}

#pac-input {
    border-style: solid;
    border-color: black;
    width: 50%;
    height: 30px;
}

.contact-info a:hover {
    color: var(--main-color);
}

/*.footer {

  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--footer-color);
  padding: 20px 40px;
  width: 80%;
  margin: 0 auto;
  margin-top: 16rem;

}
*/
.links,
.category,
.social {
    flex: 1;
}

    .links a,
    .category a {
        display: block;
        margin-bottom: 5px;
    }

    .social .share a {
        margin-right: 10px;
    }

    .social div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

        .social div span {
            display: block;
            margin-top: 5px;
        }

    .social .share {
        display: block;
    }

/*FOOTER END*/
/*RESPONSIVE START*/
@media (max-width: 768px) {
    .search-input {
        width: 220px;
        height: 20px;
    }

    .header-container .icons-container .icon .icon-text {
        width: fit-content;
    }

    .logo img {
        width: 115px;
    }

    .search-icon {
        height: 17px;
    }
}
/* 852 piksel ile 500 piksel arasında ekran genişliğinde */
@media screen and (max-width: 891px) and (min-width: 700px) {
    .search-input {
        width: 220px;
        height: 20px;
    }

    .header-container .icons-container .icon .icon-text {
        width: fit-content;
    }

    .logo img {
        width: 115px;
    }

    .search-icon {
        height: 17px;
    }
}

@media screen and (max-width: 699px) and (min-width: 300px) {
    .search-input {
        width: 150px;
        height: 20px;
    }

    .header-container .icons-container .icon .icon-text {
        width: fit-content;
    }

    .logo img {
        display: none;
    }

    .search-icon {
        height: 17px;
    }
}

@media screen and (max-width: 467px) and (min-width: 300px) {
    .search-input {
        width: 110px;
        height: 20px;
    }

    .header-container .icons-container .icon .icon-text {
        width: fit-content;
    }

    .search-icon {
        height: 17px;
    }
}
/*.header .navbar.active {
  right: 3rem;
  color: var(--black-color);
}*/

/* Mobil ekranlar için stil */
@media only screen and (max-width: 768px) {
    header .icons-container .icon {
        display: none;
    }

    header .icon.mobile-bars {
        display: block;
    }

    .header .navbar {
        position: absolute;
        top: 7%;
        background-color: #fff;
        height: 250px;
        width: 10rem;
        box-shadow: 0px 20px 14px 0px rgba(0 0 0 / 75%);
        right: -100%;
        z-index: 3;
        display: none;
    }

        .header .navbar.active {
            right: -17rem;
            display: block;
            margin-top: 25px;
        }

    .header .icons-container {
        display: flex;
        flex-direction: column;
        margin-left: 5px;
    }

        .header .icons-container .icon {
            color: var(--black-color);
            margin-bottom: 10px;
            font-size: 1rem;
            display: block;
        }

            .header .icons-container .icon:hover {
                color: var(--main-color);
            }
}

/* Büyük ekranlar için stil */
@media only screen and (min-width: 769px) {
    header .icons-container .icon {
        display: block;
    }

    header .icon.mobile-bars {
        display: none;
    }
}
