html {
    font-size: 14px;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.ttf') format('opentype');
}

@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/Heavitas.ttf') format('opentype');
}

@font-face {
    font-family: 'Righteous';
    src: url('../fonts/Righteous.ttf') format('opentype');
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico.ttf') format('opentype');
}
@font-face {
    font-family: 'Revitalis';
    src: url('../fonts/Revitalis.ttf') format('opentype');
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.home-body {
    margin-bottom: 60px;
    background-color: #3d5439;
}

.admin-body {
    margin-bottom: 60px;
    background-color: whitesmoke !important;
}

.container {
    width: 100%;
    padding: 0;
}


.menuBase {
    background-color: #3d5439;
}

.menuContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.card {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: black;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0px 12px #000;
    border: 0px;
}

    .card img {
        width: 100%;
        height: 30vw;
        object-fit: cover;
        opacity: 0.8;
    }

    .card h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        margin: 0;
        color: #fff; /* Yaz? rengini beyaz olarak ayarlayabilirsiniz */
        text-shadow: 1px 1px 7px #000;
        font-weight: bold;
        font-family: 'Century Gothic', sans-serif;
        text-transform: uppercase;
    }


/*?R?N*/

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #3d5439;
}

.product-card {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f9f6e3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .product-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.product-info {
    padding: 10px;
    font-family: 'Century Gothic', sans-serif;
}

    .product-info h3 {
        margin-top: 0;
    }

.price {
    color: #243b40; /* Veya uygun bir renk se?imi yapabilirsiniz */
    font-size: 1.4rem;
    font-family: 'Righteous', sans-serif;
}




/*?R?N TOP*/

.sidepage-hero {
    position: relative;
    width: 100%;
    height: 300px; /* Set an initial height for the hero section */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dmu_dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sidepage-hero__link {
    margin-bottom: 20px;
}

.sidepage-hero__logo--s {
    max-width: 100%;
    height: auto;
    max-height: 100px; /* Adjust the maximum height as needed */
}


.sidepage-hero__btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 39%;
    text-decoration: none;
    color: #fff;
    background-color: #3d5439;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-family: 'Century Gothic', sans-serif;
}

.btn-language,
.btn-search {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.sidepage-hero {
    position: relative;
    border-bottom: 3px solid mintcream;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.7);
    /*mask-image: linear-gradient(to bottom, transparent 10%, white 90%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 10%, white 90%);*/
}


.sidepage-hero__link {
    position: absolute;
    top: 30px /* Y?kseklik ayar? */
    /* left: 20px;*/ /* Sol kenar ayar? */
}

.sidepage-hero__logo--s {
    /* Logo i?in stiller */
}

.sidepage-hero__title {
    /* Ba?l?k i?in stiller */
    color: white;
    border-bottom: 1px solid white;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Century Gothic', sans-serif;
    margin-bottom: 4vw;
}

.social-logo {
    max-width: 10vw;
}

.sosyal-medya-logolar {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0.5vh;
    text-align: center;
    border-bottom: 3px solid mintcream;
    padding: 0 0.5vh 1vh 0.5vh;
}

    .sosyal-medya-logolar a {
        margin: 0 10px; /* Logolar aras?ndaki bo?lu?u belirtin */
        text-decoration: none;
    }

    .sosyal-medya-logolar .follow-us {
        margin-bottom: 10px;
        font-family: 'Century Gothic', sans-serif;
        color: black;
    }

.sidepage-hero__btn {
    /* D??me i?in stiller */
    font-size: 14px; /* D??me metni boyutu */
    padding: 8px 16px; /* D??me i? bo?luk ayar? */
}


/* ?izgi Stili */
.ust-cizgi {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.halledio-logo {
    max-width: 20%;
    height: auto;
}

.alt-div {
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-top: 20px;
    border-top: 2px solid #d09c36;
    border-left: 1px solid #d09c36;
    border-right: 1px solid #d09c36;
}

@media (max-width: 768px) {
    .sidepage-hero {
        height: 230px; /* Adjust height for smaller screens */
    }

    .sidepage-hero__logo--s {
        max-height: 120px;
        box-shadow: 1px 3px 3px black;
        border-radius: 26px;
        padding: 3px 35px;
        background-color: cornsilk;
        opacity: 0.9;
    }
}


/* Men? Giri?*/

.base-page {
    margin: 5%;
    border: 1px solid white;
    border-radius: 50px;
    box-shadow: 1px 1px 15px black;
}

.base-menu-title {
    text-align: center;
    color: white;
    font-family: 'Pacifico', sans-serif;
    margin-top: 1vw;
    font-size: 2.4rem;
    border-top: 0;
    border-bottom: 1px solid;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.base-menu-desc {
    text-align: center;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    margin-top: 5vw;
    font-size: 0.9rem;
}

.base-menu-desc2 {
    text-align: center;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    margin-top: 5vw;
    font-size: 0.7rem;
}
#menu-container {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    margin-top: 0vw;
    border-radius: 1% 1% 60% 60%;
    padding: 0vw 5vw 5vw 5vw;
    border-bottom: 1px solid wheat;
}

.menu-item {
    width: 31vw;
    height: 31vw;
    border-radius: 50%;
    background-color: white;
    margin: 4vw;
    text-align: center;
    box-shadow: 0 0 10px rgb(33 33 33 / 97%);
    border: 3px solid #c1a50c;
}

    .menu-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .menu-item p {
        margin: 2vw 0;
        color: #e9ecef;
        text-decoration: none;
        font-family: 'Revitalis', sans-serif;
    }

    .menu-item a {
        color: #e9ecef;
        text-decoration: none;
    }


.menu-home-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 5% 2% 5%;
    border-radius: 20% 20% 20% 20%;
}

    .menu-home-logo img {
        max-width: 15%;
        height: auto;
    }
	
	.menu-home-logo p{
	margin-top: 5vw;
}



#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
}

.loader {
    width: 40px; /* ?konun boyutunu ayarlay?n */
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #26388A;
        border-left-color: transparent;
    }
}
