﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}
.flag-width {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt%2cwght.woff2') format('woff2');
    font-stretch: normal;
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');
}
.woocommerce-product-gallery {
    opacity: 1 !important;
}
.mega-menu-columns {
    display: flex;
    gap: 20px; /* sütunlar arası boşluk */
}

.mega-sub-menu.column {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px; /* isteğe bağlı genişlik */
}

.menu-style-1 {
    border-right: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.menu-style-buttom {
    background-color: rgba(0, 0, 255, 0.8);
    background-image: url(../uploads/2024/12/contact-4-img.jpg);
    background-blend-mode: multiply; /* veya overlay, screen gibi deneyebilirsin */
    background-size: cover; /* resim kutuya sığsın */
    background-position: center;
    box-sizing: border-box;
    margin: 0px !important;
    margin-left:0px !important;
    margin-right: 0px !important;
   
}

.w-80 {
    width: 80%;
}

.w-80-pagenotfount {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}
.logo-img {
    width: 70%;
}
.Show3d {
    right: 0;
    display: inline-block;
    vertical-align: middle;
    color: #7456c1;
    font-weight: bold;
}

/* Arka plan karartma */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-list {
    list-style-type: disc; /* Nokta tipi */
    margin-left: 20px; /* İçeri doğru boşluk */
    color: #333; /* Yazı rengi */
    font-size: 16px; /* Yazı boyutu */
    line-height: 1.8; /* Satır aralığı */
}
/* Pop-up kutusu */
.modal {
    background: white;
    border-radius: 8px;
    padding: 0;
    position: relative;
    width: 700px;
    height: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Kapatma butonu */
    .modal .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        color: #555;
        cursor: pointer;
        background: none;
        border: none;
    }

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}