 

.bg-color-siyah{background: var(--color-siyah);} 
.bg-color-beyaz{background: var(--color-beyaz);} 
.bg-color-antrasit{background: var(--color-antrasit);}
.bg-color-mobilya-kahve{background: var(--color-mobilya-kahve) !important;}  
.bg-color-elektronik-mavi{background: var(--color-elektronik-mavi) !important;}  
 
.text-color-koyu-kahve{color: var(--color-koyu-kahve)}
.text-color-krem{color: var(--color-turuncu)}
.text-color-elektronik-mavi{color: var(--color-elektronik-mavi)}
.text-color-beyaz{color: var(--color-beyaz)}
.text-color-siyah{color: var(--color-siyah)}
 

h1,.h1{
    font-size:27px;
    line-height:28px;
    color: #062C41;
}
h2,.h2{
    font-size:24px;
    line-height:26px;
    color: #062C41;
}
h3,.h3{
    font-size:22px;
    line-height:24px;
    color: #062C41;
}
h4,.h4{
    font-size:19px;
    line-height:21px;
    color: #062C41;
}
h5,.h5{
    font-size:17px;
    line-height:19px;
    color: #062C41;
} 
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{
    color:inherit;
    -webkit-transition:0.5s;
    transition:0.5s
}
a{ 
    -webkit-transition:0.3s;
    transition:0.3s
}

p{
    font-size:15px;
    line-height:24px;
    font-weight:400; 
    margin:0 0 10px;
    color: var(--color-antrasit);
}
 

.fa-facebook-color{color: var(--color-facebook) !important;}
.fa-twitter-color{color: var(--color-twitter) !important;}
.fa-instagram-color{color: var(--color-instagram) !important;}
.fa-youtube-color{color: var(--color-youtube) !important;}

.social-share li:hover .fa-facebook-color,
.social-share li:hover .fa-twitter-color,
.social-share li:hover .fa-instagram-color,
.social-share li:hover .fa-youtube-color
{color: #fff}

.section-padding {
    position: relative;
    padding: 30px 0px;
}
.section-padding2 {
    position: relative;
    padding: 50px 0px;
} 

.height-x8, .height-x8 img {
    width: 100%;
    height: 530px !important;
}
.height-x7, .height-x7 img {
    width: 100%;
    height: 510px !important;
}
.height-x6, .height-x6 img {
    width: 100%;
    height: 450px !important;
}
.height-x5, .height-x5 img {
    width: 100%;
    height: 400px !important;
}
.height-x4, .height-x4 img {
    width: 100%;
    height: 350px !important;
}
.height-x3, .height-x3 img {
    width: 100%;
    height: 300px !important;
}
.height-x2, .height-x2 img {
    width: 100%;
    height: 250px;
}
.height-x1, .height-x1 img {
    width: 100%;
    height: 180px;
}
.height-x8 img,
.height-x8 video,
.height-x7 img,
.height-x7 video,
.height-x6 img,
.height-x6 video,
.height-x5 img,
.height-x5 video,
.height-x4 img,
.height-x4 video,
.height-x3 img,
.height-x3 video,
.height-x2 img,
.height-x2 video,
.height-x1 img,
.height-x1 video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.w-70 {
    width: 70% !important; 
}   
a.max-btn,
button.max-btn {
    text-align: center; 
    display: inline-block;
    height: 38px;
    line-height: 40px;
    color:#fff;
    background: var(--color-turkuaz);
    padding: 5px 30px;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
    border: 0 none; 
    border-radius: 0px; 
    position: relative;
    z-index: 1;
    cursor: pointer; 
    letter-spacing: 0.1px; 
    border-radius: 5px;
}
 

a.max-btn i,
button.max-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 14px
}

a.max-btn:hover:after,
button.max-btn:hover:after {
    left: 0;
    width: 100%;
}

a.max-btn.btn-large,
button.max-btn.btn-large {
    height: 40px;
    line-height: 40px;
    padding: 0 50px !important;
    font-size: 17px;
}

a.max-btn.btn-large i,
button.max-btn.btn-large i { 
    padding-left: 10px
}

a.max-btn.btn-medium,
button.max-btn.btn-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 17px;
}
 
a.max-btn.btn-small,
button.max-btn.btn-small {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
}
 
 
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-sari);
    color: var(--color-beyaz);
    font-weight: 500; 
}

a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background: var(--color-mavi); 
}  


a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background: var(--color-mavi); 
    color: var(--color-beyaz);
    font-weight: 400;
}

a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-sari);
    background: var(--color-sari);
    border:1px solid var(--color-beyaz);
}   

a.max-btn.btn-curved,
button.max-btn.btn-curved {
    border-radius: 10px 5px
}

a.max-btn.btn-curved:hover,
button.max-btn.btn-curved:hover {
    border-radius: 5px 10px;
    color: #fff;
}

a.max-btn.btn-curved2,
button.max-btn.btn-curved2 {
    border-radius: 5px 10px
}

a.max-btn.btn-curved2:hover,
button.max-btn.btn-curved2:hover {
    border-radius: 10px 5px
}


a.max-btn.btn-border,
button.max-btn.btn-border {
    background-color: transparent;
    border: 1px solid var(--color-beyaz);
    color: var(--color-beyaz) ;
    width: auto;
    padding: 10px 20px;
    position: relative; /* Parent container relative positioning */
    display: inline-flex;
    align-items: center; /* Vertical centering */,
    text-align: right;
}
a.max-btn.btn-border:hover,
button.max-btn.btn-border:hover {
    background-color: var(--color-koyu-kahve);
    border-color: var(--color-koyu-kahve);
    color: var(--color-beyaz) ;
}
.btn-border span {
    padding: 0 56px;
    padding-right: 10px; 
    font-weight: 500;
}
.btn-border i {
    position: absolute;
    right:  -18px; /* Adjust this value as needed to move the icon half outside */
    font-size: 30px !important; 
}  

.whatsapp_siparis {
    width: auto;
    background-color: #128c7e !important; 
    color: #fff !important; 
}  
 

    @font-face {
      font-family: 'fontello';
      src: url('../webfonts/fontello.eot?94952771');
      src: url('../webfonts/fontello.eot?94952771#iefix') format('embedded-opentype'),
           url('../webfonts/fontello.woff?94952771') format('woff'),
           url('../webfonts/fontello.ttf?94952771') format('truetype'),
           url('../webfonts/fontello.svg?94952771#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
  font-display: swap;
    }
    .sosyal-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never; 
      display: inline-block;
      text-decoration: inherit; 
      text-align: center; 
      font-variant: normal;
      text-transform: none; 
      line-height: 20px; 
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px; 
    }

.top-social-media li  { 
      margin-right: 10px;
    }

.top-social-media li:last-child  { 
      margin-right: 0px;
    }
.icon-phone:before { content: '\e800'; }
.icon-call:before { content: '\e801'; }
.icon-mobile:before { content: '\e802'; }


 
@font-face {
  font-family: 'Font Awesome 6 Light';
  font-style: normal;
  font-weight: 300; /* Hafif için genelde 300 */
  font-display: swap;
  src: url("../webfonts/fa-light-400.woff2") format("woff2"), 
       url("../webfonts/fa-light-400.ttf") format("truetype"); 
}

.fa-light {
  font-family: 'Font Awesome 6 Light';
  font-weight: 300;
   font-style: normal !important;
}

 
.fab,
.fa-brands {
  font-weight: 400; }
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}
.fa-play:before{content:"\f04b"}   
.fa-facebook:before {
  content: "\f09a"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-map-marker:before{content:"\f041"}
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-angle-right::before {
  content: "\f105"; } 
.fa-angle-down::before {
  content: "\f107"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-phone::before {
  content: "\f095";  }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-x::before {
  content: "\58"; }  
 .fa-shop::before {
  content: "\f54f"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-droplet::before {
    content: "\f043";
}
.fa-circle-dot::before {
    content: "\f192";
}
  












.hakkimzida-1-dis {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

 
.hakkimzida-1-ust-baslik {
  display: block;
        font-size: 50px;
    margin-bottom: 20px; 
    line-height:62px;
    text-transform: capitalize;
    text-align: left; 
    font-family: var(--font-Satisfy);
    color: var(--color-krem);
}

.hakkimzida-1-baslik {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    color: var(--color-mavi); 
}

.hakkimzida-1-metin {
    color: #666;
    line-height: 1.8;
    margin-bottom:30px;
}

.hakkimzida-1-btn {
    background-color: var(--color-krem);
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.hakkimzida-1-btn:hover {
    background-color: var(--color-BF9144);
    color: #fff;
}

.hakkimzida-1-icon {
    width: 50px;
    height: 50px;
    background-color: var(--color-krem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

 
.hakkimzida-1-resim-wrapper {
    position: relative;
    padding:40px;
}

.hakkimzida-1-dekor-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 80%;
    background-color: var(--color-mavi);
    z-index: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
}

.hakkimzida-1-ana-resim {
    position: relative;
    z-index: 2;
    margin-right: 10%;
    width: 90%;
    height: 500px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    object-fit: cover;
}

.hakkimzida-1-yorum-kutusu {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-mavi);
    color: #fff;
    padding: 30px;
    width: 70%;
    z-index: 3;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    border-radius: 5px;
}

.hakkimzida-1-yorum-kutusu p {
    border-left: 5px solid var(--color-krem);
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 20px;
    opacity: 0.9;
    color: var(--color-beyaz)
}

 







.max-ana-title-1 strong,
.max-ana-title-1 h1 {
    font-size:40px;
    font-weight: 700;
    line-height: 1; 
    color: #062C41;
    font-family: var(--font-Satisfy);
} 
.max-ana-title-1.mavi-baslik strong {
    color: var(--color-mavi)
} 
.max-ana-title-1-outer {
    overflow: hidden;
} 
.max-ana-title-1 .title { 
    font-size: 15px;
    line-height: 24px;
    color: #111;
}

 




.proje-6 .item {
  display: block;
    position: relative;
    overflow: hidden; 
    border-radius: 30px 5px 30px 5px;
    border-bottom: 0.5rem solid var(--color-sari); 
    box-shadow: 0 10px 25px rgba(33, 46, 72, 0.30);
}

.proje-6 .item:hover { 
    box-shadow:
        0 15px 40px rgba(33, 46, 72, 0.25),
        0 5px 15px rgba(0, 0, 0, 0.12);
}

.proje-6 .item img {
    width: 100%;
    border-radius: 5px;
    transition: all .5s;
}

.proje-6 .item:hover img {
    transform: scale(1.09);
    filter: brightness(70%);
}

 
.proje-6 .item .con {
    padding: 30px 20px 30px 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    transition: all .3s;
    background: linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, .11) 10%,
        rgba(0, 0, 0, .60) 50%
    );
    color: #fff;
}

.proje-6 .item:hover .con {
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, .11) 20%,
        rgba(0, 0, 0, .95) 90%
    );
}
 
.proje-6 .item .con h5 {
    margin: 0 0 25px;
    line-height: 24px;
    color: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: block;  
}
 
  

/* line */
.proje-6 .item .line {
    height: 1px;
    width: 60px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 25px;
    transition: width .8s ease;
}

.proje-6 .item:hover .line {
    width: 100%;
}

/* --- ALT KISIM (PERMALINK) DÜZENLEMESİ --- */
.proje-6 .item .permalink {
    display: flex;              
    justify-content: space-between;  
    align-items: center;         
    width: 100%;
}

.proje-6 .item .permalink .detay-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;         
    text-transform: uppercase;
    transition: color .3s;
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
    padding: 10px 20px 6px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius:  10px;
    background: transparent; 
    font-weight: 200; 
}

.proje-6 .item .permalink .detay-link:hover {
    color: #aa8453;
}

  





 
 
















.about-home{ 
    background:#fff;
}

/* Gallery */

.about-gallery{
    position:relative;
    max-width:750px;
    min-height:550px;
    margin:auto;
}

/* Sol çizgi */
.about-gallery::before{
    content:'';
    position:absolute;
    left:-20px;
    top:0;
    width:8px;
    height:100%;
    border-radius:20px;
    background:var(--color-krem);
}

.big-image{
    width:50%;
}

.big-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:10px;
    display:block;
}

.small-image{
    position:absolute;
    right:0;
    bottom:0;
    width:46%;  
}

.small-image img{
    width:100%;
    height:470px;
    object-fit:cover;
    border-radius:10px;
    display:block;
}

.info-box{
    position:absolute;
    top:0;
    right:20px;
    width:60%;
    height:auto;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#fff;
    border-radius:20px;
    box-sizing:border-box;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
    border-left:4px solid var(--color-krem);
}

.info-box h3{
    margin:0 0 15px;
    font-size:48px;
    line-height:1;
    font-weight:800;
    letter-spacing: 3px;
    color:#123447;
}

.info-box p{
    margin:0;
    font-size:22px;
    font-weight:400;
    color:#123447;
}

/* Content */

.about-content{
    padding-left:40px;
}

.about-content .sub-title{
    display:block;
    margin-bottom:15px;
    font-size:16px;
    font-weight:600;
    letter-spacing:2px;
    color:var(--color-krem);
}

.about-content h1{
    margin-bottom:25px;
    font-size:34px;
    line-height:40px;
    font-weight:700;
    color:var(--color-mavi);
    font-style: italic;
}
.about-content h2{
    margin-bottom:20px;
    font-size:38px;
    line-height:44px;
    font-weight:700;
    color:var(--color-mavi);
    font-style: italic;
}

.about-content p{
    margin-bottom:20px;
    font-size:15px;
    line-height:26px;
    color:#666;
}

.about-features{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    margin-top:60px;
    margin-bottom:60px;
}

.feature-item{
    text-align:center;
}

.feature-item i{
    display:block;
    margin-bottom:12px;
    font-size:34px;
   color:var(--color-sari);
}

.feature-item span{
    display:block;
    font-size:15px;
    color:#222;
}
.fa-gem:before{
    content:"\f3a5";
}

.fa-lightbulb:before{
    content:"\f0eb";
}

.fa-shield-halved:before{
    content:"\f3ed";
}

.fa-user:before{
    content:"\f007";
}
 














.max-proje-1-dis {
    position: relative;
    overflow: hidden;   
        } 
 
.max-proje-1-dis  .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.max-proje-1-dis .col-md-6:first-child .img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 35%);
    position: relative;
}

/* Diğer resimlerde gölgeyi kaldır */
.max-proje-1-dis .col-md-6:not(:first-child) .img-container {
    box-shadow: none;
    position: relative;
}

.max-proje-1-dis .img-container img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.max-proje-1-dis .img-container:hover img {
    transform: scale(1.1);
    filter: brightness(0.7); /* Resmi karartır */
}


.max-proje-1-dis .img-container img,
.max-proje-1-dis .img-container video {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Resmi orantılı bir şekilde kapsayıcıya sığdırır */
        }
.overlay-banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(33, 46, 72, 0.85) 0%,
    rgba(80, 92, 115, 0.65) 50%,
    rgba(164, 138, 122, 0.90) 100%
);
    padding: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between; /* yazılar solda, ikon sağda */
    align-items: center; /* dikey ortalama */
}

.overlay-banner .text-part {
    display: flex;
    flex-direction: column;
}

.overlay-banner h3 { 
    font-size: 20px;
    font-weight: 500; 
    margin: 0 0 5px 0;
    color: #fff;
}

.overlay-banner p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.ico-view-detail {
    display: inline-flex;
    background-color:  var(--color-krem); 
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.max-proje-1-dis .img-container:hover .ico-view-detail { 
    background-color: var(--color-mavi); 
}
.ico-view-detail i {
    font-size: 20px;
}
.fa-eye::before {
  content: "\f06e";
}










 
 



  






.blog-section{ 
    padding:80px 0;
}
.blog-card-link{
    display:block;
    text-decoration:none;
}
.blog-section .blog-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    aspect-ratio:0.78;
    background:#ddd;
}

.blog-section .blog-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:all .6s ease;
}

.blog-section .blog-card:hover img{
    transform:scale(1.08);
}

.blog-section .blog-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.35) 35%,
        rgba(0,0,0,0) 70%
    );
    z-index:1;
}

.blog-section .date-box{
    position:absolute;
    top:15px;
    right:15px;
    width:95px;
    height:95px;
    background:rgba(255,255,255,.9);
    border-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:2;
}

.blog-section .date-box .day{
    font-size:32px;
    line-height:1;
    font-weight:700;
    color:#00657d;
}

.blog-section .date-box .month{
    font-size:14px;
    font-weight:600;
    color:#00657d;
    letter-spacing:1px;
}

.blog-section .content{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    z-index:2;
}

.blog-section .author{
    display:block;
    color:#ffb100;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}

.blog-section .content h3{
    color:#fff;
    font-size:18px;
    line-height:24px;
    margin:0;
    font-weight:500;
}







 








.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  8px 0 0px;
    z-index: 10; 
}


.breadcrumb-area1 { 
    padding: 125px 0 10px; 
}
.breadcrumb-area1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;  
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    pointer-events: none; 
    z-index: 1;
}

 
 

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    z-index: 2;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
}
.breadcrumb-area h3 {
    font-size: 22px;
    color: #fff; 
    margin-bottom: 0px;
}
.breadcrumb-area a { 
    font-size: 16px;
    color: #fff; 
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top:4px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block; 
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-right: 10px; 
    text-transform: capitalize;
    color: #fff; 
}
.breadcrumb-menu ul li.active { 
   color: #fff; 
}
.breadcrumb ul li:after {
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 15px;
    color: #fff; 
    content: "";
}









.hakkimizda-1-dis {
    position: relative;
    margin-bottom: 12px; 
}
.hakkimizda-1-dis .hakkimizda-1-title-header {
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
}

.hakkimizda-1-dis h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px; 
    margin-bottom: 5px;
}
.hakkimizda-1-dis h2.hakkimizda-1-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    text-transform: capitalize;
    color: var(--color-koyu-antrasit);
    margin-bottom: 15px;
    border-radius: 10px;
    font-family: var(--font-Philosopher)
}
.hakkimizda-1-dis .hakkimizda-1-title-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: var(--color-krem);
    top: 0;
    border-radius: 10px;
}

.ttm_single_image-wrapper {
    position: relative;
}
.ttm_single_image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 10px;
}
 
















.urunslider2{
    width:100%;
    height:340px;
    overflow:hidden;
    position:relative;
    border-radius:10px;
}


.urunslider2 .swiper-slide{
    height:340px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.urunslider2 .swiper-button-prev,
.urunslider2 .swiper-button-next{
    width:40px;
    height:40px;
    background:rgba(48,48,48,.8);
    border-radius:5px;
    color:#fff;
}

.urunslider2 .swiper-button-prev:after,
.urunslider2 .swiper-button-next:after{
    font-size:16px;
    font-weight:700;
}

.product-image{
    width:100%;
    height:100%;
    margin:0;
}


.product-image a{
    display:block;
    width:100%;
    height:100%;
}


.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}



/* THUMB */

.urunslider-thumb{
    position:relative;
    width:100%;
    height:100px;
    margin-top:15px;
}


.urunslider-thumb .swiper-slide{
    height:100px;
    cursor:pointer;
    opacity:.6;
    border-radius:8px;
    overflow:hidden;
}


.urunslider-thumb .swiper-slide-thumb-active{
    opacity:1;
    border:2px solid #333;
}


.urunslider-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.urunslider-thumb .swiper-button-prev,
.urunslider-thumb .swiper-button-next{
    width:26px;
    height:26px;
    background:rgba(48,48,48,.8);
    color:#fff;
    border-radius:4px;
}

.urunslider-thumb .swiper-button-prev:after,
.urunslider-thumb .swiper-button-next:after{
    font-size:12px;
    font-weight:700;
}







.sag-sutun-flex {
    display: flex;
    flex-direction: column;
    min-height: 400px; /* Sol resim alanıyla eşitliği garanti eder */
}

.sayfa-ust-kutu {
    width: 100%;
}
.sayfa-title {
  margin-top:0px;
  margin-bottom: 12px;
  font-size: 24px; 
  text-transform: capitalize;
  font-weight: 600;
}

.sayfa-content h2 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 20px; 
  font-weight: 600;
  text-transform: capitalize;
}
.sayfa-content h3 {
  margin-top: 20px;
  margin-bottom: 8px; 
  font-size: 18px; 
  font-weight: 600;
}
.sayfa-content {
  font-size: 15px;
}
.sayfa-content a{
  color: var(--color-sari);
  text-decoration: underline;
}
.urun-meta{
    margin:25px 0 35px;
    padding:20px 25px;
    background:#f8f8f8;
    border-radius:12px;
    border-left:4px solid var(--color-mavi);
}

.urun-meta .meta-item{
    margin-bottom:10px;
    font-size:16px;
}

.urun-meta .meta-item:last-child{
    margin-bottom:0;
}
 .urun-meta strong{
    color:var(--color-krem);
    margin-right:8px;
}

.urun-meta span{
    color:var(--color-mavi);
}
 
 

.whatsapp-buton-alani {
    margin-top: auto;  
    width: 100%;
    clear: both; 
}

.whatsapp_siparis {
    width: auto;
    background: #128c7e !important; 
    color: #fff !important; 
}



.urun-border-top {
  height: 40px; 
  flex-grow: 1; 
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px; 
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  width: 100%; 
    background: linear-gradient(90deg, #212E48 0%, #A48A7A 100%);
    border-radius: 10px;
} 
.urun-icerik h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 14px;
    text-transform: capitalize;
} 
.urun-icerik h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
} 
.urun-icerik  {
    font-size: 15px;
    font-weight: 400;
} 





.product-wrap {
    margin-bottom: 20px;
}
.product {
    position: relative;
    overflow: hidden;  
    color: #999;
    transition: 0.3s;
    box-shadow: rgba(27, 30, 30, 0.2) 0px 5px 8px;
    border-radius: 10px;
}


.product:hover .product-action,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
}
.product-media:hover img:first-child {
    opacity: 0;
}
.product-media:hover img:last-child {
    opacity: 1;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
    height: 240px;
}
.product-media a {
    display: block;
    width: 100%;
    height: 240px; 
}
.product-media img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
} 

.product-details {
  padding: 20px 10px;
} 
.product-label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 100px;
}
.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.product-label.label-pet {
    background: var(--color-mavi);
}  
 
.product-name a:hover {
    color: var(--color-krem);
}
.product-wrap .product-name { 
    font-size: 18px; 
    color: var(--color-koyu-mavi); 
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center; 
} 

.product-wrap .product-cat { 
    font-size: 14px;  
    text-align: center;
    margin-bottom: 5px;
} 

.product-label.label-pet2 {
    background: var(--color-krem);
}  







.max-grup-six .max-grup-info{position:relative;}

.max-grup-six .max-grup-info:after,
.max-grup-six .max-grup-info:before{content:"";   
position:absolute;  left:-4px;  bottom:-4px;    
background-color:var(--color-mavi); 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;}
 

.max-grup-six .max-grup-info:after{   width:4px;  height:40px;}
.max-grup-six .max-grup-info:before{width:40px;   height:4px;}
.max-grup-six:hover .overlay-bx{opacity:1;}
 
.max-grup-media {
    height: 240px;
} 

.max-grup-media img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} 

.max-grup-six:hover .max-grup-info:after{   width:4px;  height:100%;}
.max-grup-six:hover .max-grup-info:before{width:100%;   height:4px;}

.max-grup-six h5 {
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}



 

.page-single-sidebar{
  position: sticky;
    top: 30px;
    margin-right: 15px;
}

.page-category-list{ 
    border-radius: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.page-category-list .page-category-list-title{
  font-size: 18px;
    line-height: normal;
  color: var(--color-beyaz);
  background: var(--color-krem);
  padding: 17px 30px;
  display: block;
}

.page-category-list ul{
  list-style: none;
    margin: 0;
  padding: 30px;
}

.page-category-list ul li{
  line-height: 1.5em;
    border-bottom: 1px solid var(--color-lighten04);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-category-list ul li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.page-category-list ul li a{
  font-size: 16px;
    position: relative;
    display: block;
    text-transform: capitalize;
  color: inherit;
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}

.page-category-list ul li a:hover{
    color: var(--color-turuncu);
}

.page-category-list ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Light";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    font-size: 22px;
}

.sidebar-cta-box{
  position: relative;
    background: var(--color-mavi);
    border-radius: 20px;
    text-align: center;
    padding: 40px;
    overflow: hidden;
}

.sidebar-cta-box-header{
    margin: -40px -40px 30px;
}

.sidebar-cta-box-image{
    position: relative;
}

.sidebar-cta-box-image::before{
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    mask: url('../img/sidebar-cta-image-bg-shape.png');
  mask-repeat: no-repeat;
  mask-position: bottom center;
    mask-size: cover;
    width: 100%;
    background-color: var(--color-mavi);
    height: 100%;
    z-index: 1;
}

.sidebar-cta-box-image figure{
    display: block;
}

.sidebar-cta-box-image img{
    width: 100%;
    aspect-ratio: 1 / 0.635;
    object-fit: cover;
}

.sidebar-cta-box-header .icon-box{
    position: relative;
    width: 80px;
    height: 80px;
    margin: -60px auto 0;
    border-radius: 50%;
    background: var(--color-krem);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sidebar-cta-box-header .icon-box::before{
  content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--color-krem);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.sidebar-cta-box:hover .sidebar-cta-box-header .icon-box::before{
    transform: scale(1);
}

.sidebar-cta-box-header .icon-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
}

.sidebar-cta-box-content .cta-baslik{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.sidebar-cta-box-content p{
    margin: 10px 0 0;
    color: #fff;
}

.sidebar-cta-contact-btn{
    margin-top: 30px;
}


 

 






.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out; 
    text-decoration: none;

    /* Giriş Animasyonu Başlangıcı */
    transform: translateY(100px) scale(0.5); 
    opacity: 0;
    animation: fadeInScaleUp 1s forwards ease-out 1s; 
}

/* Sayfa yüklendiğinde butonun zarifçe görünmesi */
@keyframes fadeInScaleUp {
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Nabız atma (Titreşim) efekti */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); } 
    100% { transform: scale(1); }
}

/* Nabız animasyonunu başlat */
.whatsapp-btn {
    animation: fadeInScaleUp 1s forwards ease-out 1s,
               pulse 2s infinite ease-in-out 3s;
}

/* Hover'da sadece gölge belirginleşir (Orijinal görünüm korunur) */
.whatsapp-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}

/* ---------------------------------------------------- */
/* YENİ VE DEĞİŞTİRİLMİŞ MESAJ KUTUSU STİLLERİ */
/* ---------------------------------------------------- */

.whatsapp-text {
    position: absolute;
    right: 70px;
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    
    /* Mesajın Başlangıç Durumu */
    opacity: 0; 
    transform: translateX(20px); 
    
    /* Animasyon: Mesajın butondan hemen sonra zarifçe görünmesi */
    animation: messageIn 0.5s forwards ease-out 2s, /* 2 saniye sonra başla */
               messageOut 0.5s forwards ease-in 10s; /* 10 saniye sonra kaybolmaya başla */
}

/* Mesajın Görünme Animasyonu */
@keyframes messageIn {
    to {
        opacity: 1; 
        transform: translateX(0); /* Normal konumuna gelsin */
    }
}

/* Mesajın Kaybolma Animasyonu (Kullanıcıyı rahatsız etmemek için) */
@keyframes messageOut {
    from {
        opacity: 1; 
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}


/* Mesaj kutusu için ok */
.whatsapp-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f0f0f0; 
    transform: translateY(-50%);
}















.section-title .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-mavi);
}

.service-card {
    background-color: #f8f7f0;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-card .service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.service-card .service-top h4 {
    max-width: 118px;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: var(--color-mavi);
    margin-bottom: 0; 
}
.service-card .service-top i, .service-card .service-top .circled-heading {
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 15px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 100%;
    border: 2px solid var(--color-mavi);
    box-shadow: 0px 15px 32.2px -9px rgba(0, 24, 25, 0.2);
    color: var(--color-mavi);
}
.service-card .service-content p {
    width: 80%;
    padding-bottom: 10px;
}

.service-card .i-shape {
    color: var(--color-krem);
    font-size: 110px;
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 60%;
    opacity: 0.2;
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}


.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.iletisim-1-section__title {
    margin: 3px 0 20px;
    color: var(--color-mavi);
    font-size: 26px;
    line-height: 34px;
    font-weight: 500; 
}
.contact-page .container {
  max-width: 800px;
}

.contact-page__form-box {
  position: relative;
  display: block;
}

.contact-page__form .row {
  --bs-gutter-x: 20px;
}

.contact-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page__form-input-box input[type="text"],
.contact-page__form-input-box input[type="email"],
.contact-page__form-input-box select {
  height: 50px;
  width: 100%;
  border: none;
  background-color: var(--color-mavi);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
  border-radius: 5px;
}
.contact-page__form-input-box input::placeholder,
.contact-page__form-input-box textarea::placeholder,
.contact-page__form-input-box select::placeholder {
    color: #fff;  
    font-size: 15px;
}
 
.contact-page__form-input-box select { 
  padding-left: 25px;
  padding-right: 40px; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
}


.contact-page__form-btn {
  border: none;
}

.contact-page__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100% !important;
}
 
 
.contact-page__form-input-box textarea {
  font-size: 13px;
  color: var(--color-beyaz);
  font-weight: 400;
  height: 168px;
  width: 100%;
  background-color: var(--color-mavi);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 10px;
}

.contact-page__form-btn-box {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 0px;
}

.contact-page__form-btn {
  border: 0px;
}

.contact-page__form-input-box.text-message-box {
  height: 168px;
}
.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 455px;
  width: 100%; 
}


 



 
.cl-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 500; 
}
.cl-list li:last-child {
    margin-bottom: 0;
}
.cl-list li > span {
    width: 35px;
}
.cl-list li > span i {
    font-size: 26px;
    color: #fff;
}
.cl-list li > p,
.cl-list li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-width: 80%;
    padding-left: 20px;
    margin-bottom: 0px;
}
.cl-list li > p span,
.cl-list li > a span {
    display: inline-block;
    color: #619f9d;
}

 
.form-control {
  width: 100%;
  border: 0;
  color: var(--color-beyaz);
  font-size: 14px;
  font-weight: 500;
  background: rgba(233, 64, 87, 0.8);
  padding: 10px 0 10px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.form-group {
  margin-bottom: 20px;
}

.form-group textarea.form-control {
  height:160px;  
}

.form-control:focus {
  color: #fff;
  outline: 0;
  background: var(--color-turuncu);
  box-shadow: none;
}

input.form-control {
  color: var(--color-beyaz);
  padding-left: 10px;
  background: rgba(233, 64, 87, 0.8);
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--color-beyaz);
  text-align: left;
  font-size: 15px;
}
 
textarea.form-control::placeholder {
  color: var(--color-beyaz);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  padding-left: 10px;
}
 
  .col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .col-sm-6 .form-group {
    flex: 1;
  }

 
}

 
.contact-social {
    margin-top:  20px; 
}
.contact-social > span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.social-links.without-bg li a {
    background-color: inherit;
    width: auto;
    height: auto;
}
.social-links.without-bg {
    display: inline-block;
    margin-left: 0px;
}
.social-links.without-bg li {
    margin-top: 5px;
    margin-right: 27px;
    display: inline-block;
}
.social-links.without-bg li a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
} 

.social-links-footer.without-bg li a { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border:1px solid var(--color-beyaz);
    width: 45px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 45px;
}

 


.popup-mobile-menu {
    z-index:9999;
    position:fixed;
    content:"";
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.8);
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .5s ease-out;
    transition:opacity .5s ease-out
}
.popup-mobile-menu .inner {
    width:305px;
    z-index:999;
    position:absolute;
    background:#FFF;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%; 
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    opacity:0;
    left:-150px;
    -webkit-transition:all .5s ease-out;
    transition:all .5s ease-out
}
.popup-mobile-menu .inner .header-top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid var(--color-border);
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:15px 20px
}
.popup-mobile-menu .inner .header-top .logo a img {
    width: 140px;
    height:55px
}
.popup-mobile-menu .inner .header-top .logo a img.logo-dark {
    display:none
}
.popup-mobile-menu .inner .header-top .logo a img.logo-light {
    display:inline-block
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background:var(--color-white);
    border:0 none;
    color:var(--color-heading);
    width:40px;
    height:40px;
    line-height: 30px;
    font-size:20px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:100%;
    box-shadow:0 10px 20px rgba(0,0,0,.26);
    -webkit-transition:var(--transition);
    transition:var(--transition);
    font-weight: 600;
    cursor: pointer;
} 
.popup-mobile-menu .inner .header-top .close-menu .close-button:hover { 
    box-shadow:0 5px 15px rgba(0,0,0,.26); 
} 
.popup-mobile-menu.active {
    visibility:visible;
    opacity:1
}
.popup-mobile-menu.active .inner {
    opacity:1;
    left:0;
    overflow-y:auto
}
.popup-mobile-menu .mainmenu {
    list-style:none;
    padding:0;
    margin:0;
    padding:15px 20px
}
.popup-mobile-menu .mainmenu li {
    margin:0
}
.popup-mobile-menu .mainmenu li a {
    padding:8px 0;
    display:block;
    font-size:16px;
    font-weight:500
}
.popup-mobile-menu .mainmenu li a.active {
    color:var(--color-turuncu)!important
}
.popup-mobile-menu .mainmenu li+li {
    border-top:1px solid var(--color-border)
} 
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding:0;
    max-width:100%;
    list-style:none;
    padding-left:14px; 
    position: relative !important;
    transform: translate(0px, 0px) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size:15px
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color:var(--color-turuncu)!important
}
.popup-mobile-menu .mainmenu .has-droupdown>a {
    position:relative;
    color: var(--color-menu);
} 
 
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}




.social-share li {
    margin:0px 3px 15px 6px; 
    width: 45px;
    display: inline-block;
} 
.social-share li a {
    border: 1px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
} 



footer {
    position: relative; 
    padding: 75px 0px 0px;
        background-color: var(--color-mavi); 
} 

.footer-top{ 
    position: relative;
    color: var(--color-beyaz); 
    position: relative;
    width: 100%;
}
 
footer .container{
    z-index: 9;
    position: relative;
 }
.footer-logo{
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 22px;
}
.footer-logo img{
    width:230px; 
    height: 90px;
    margin-bottom: 16px; 
    display: block;
} 
.footer-logo span{
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
footer .footer-baslik { 
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}
footer p { 
    font-size:14px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #fff;
}
footer a { 
    font-size: 16px;
    font-weight: 400;
    color: #fff;
} 
footer .widget {
    border: none !important;
    margin-bottom: 0; 
}
address {
    margin: 0;
    margin-top: 20px;
}
address span { 
    display: block; 
    padding-bottom: 5px;
    margin-bottom: 5px; 
    font-size: 14px;
}
 address span strong {
    display: inline-block;
    width: auto;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
footer .widget_recent_post {
    padding-left: 40px;
} 
footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;  
} 
footer .widget_recent_post li a{
    font-size: 15px;
} 


.widget-address .contact {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.widget-address .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s ease opacity;
    -o-transition: .25s ease opacity;
    -moz-transition: .25s ease opacity;
    transition: .25s ease opacity;
}
.widget-address  .contact .item svg,
.widget-address  .contact .item i  {
    width: 35px;
    height: 35px;
    fill: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 35px;
}
.widget-address .contact .item span {
    color: #fff;
    line-height: 1.5;
    -webkit-transition: .25s ease transform;
    -o-transition: .25s ease transform;
    -moz-transition: .25s ease transform;
    transition: .25s ease transform;
}
.widget-address .contact .item+.item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.widget-address .contact .item:hover  {
  color: var(--color-turuncu)
}
.widget-address .contact .item:hover svg {
  fill: var(--color-turuncu);
  stroke: var(--color-turuncu); /* gerekiyorsa */
}

footer .copyright-area {
    margin-top: 10px;
    padding: 22px 0;
    border-top:1px solid var(--color-mavi);
    color: #fff;
    border-top:1px solid #062C41
}
footer .copyright-area p { 
    margin-bottom: 0;
    color: #fff;
} 


.progress {
    display: none;
}
 

 








.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}















/* Responsive */


@media(max-width:1204px){
.max-header .header-brand .logo img {
    width: 150px;
    height: 59px;
}

.mainmenu-nav .mainmenu>li>a { 
    font-size: 14px; 
    padding: 0 10px; 
}
 


}








@media(max-width:991px){
 
 
    .about-gallery{
        min-height:auto;
    }

 

    .big-image img{
        height:350px;
    }

    .small-image{
        margin-top:10px;
    }

    .small-image img{
        height:240px;
    }

    .info-box{
        height:auto;
        z-index: 999;
    width: 50%;
    height: auto;
    padding: 20px;
    right: 50px;
    border-radius: 10px;
    }

    .about-content{
        padding-left:0;
        margin-top:10px;
    }
.about-content .sub-title {
    margin-top: 20px;
    margin-bottom: 10px; 
}
    .about-content h2{
        font-size:28px;
    margin-bottom: 10px; 
    line-height: 34px;
    }

    .about-features{
        gap:25px;
        justify-content:center;
    }
.info-box h3 {
    margin: 0 0 6px;
    font-size: 26px; 
}
.info-box p { 
    font-size: 18px; 
}

    .hakkimzida-1-ust-baslik {
        font-size: 40px;
    margin-bottom: 10px;
    line-height: 44px;
    }
   .blog-section .blog-card{
        aspect-ratio:0.85;
    }

    .blog-section .content h3{
        font-size:18px;
    }

.height-x7, .height-x7 img { 
    height: 310px !important;
}
.height-x4 {
    height: 280px !important;
}

.max-ana-title-1 strong, .max-ana-title-1 h1 {
    font-size: 30px; 
}

.max-ana-title-1 .title {
    font-size: 14px;
    line-height: 22px; 
}
.g-5, .gy-5 {
    --bs-gutter-y: 1rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 1rem;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
.mt-5  {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}

.section-padding,
.section-padding2 { 
    padding: 20px 0px;
}

 .hakkimzida-1-metin { 
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

   .hakkimzida-1-yorum-kutusu {
        width: 65%;  
        margin-top: -50px;
    } 


footer .widget_recent_post {
    padding-left:  0px;
}

 .dropdown-menu {
position: relative;
 }

.ttm_single_image-wrapper {
    margin-bottom: 26px;
}
.hakkimizda-1-dis .hakkimizda-1-title-header { 
    margin-bottom: 10px;
}
.hakkimizda-1-dis h2.hakkimizda-1-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px; 
    margin-bottom: 0px; 
}
.urunslider2 { 
    height: 300px; 
}
.urunslider2 .swiper-slide {
    height: 300px; 
}
.urun-meta {
    margin: 15px 0 25px; 
}

.sayfa-content {
    font-size: 14px;
}
.urun-border-top {
    height: 40px; 
    font-size: 17px; 
}
.urun-icerik h2 {
    font-size: 20px; 
}
.sayfa-title { 
    font-size: 18px; 
}
.sayfa-content h2 { 
    font-size: 16px;
    font-weight: 600; 
}
.page-category-list .page-category-list-title {
    font-size: 17px; 
    padding: 12px 22px; 
}
.page-category-list ul { 
    padding:12px 20px;
}
.page-category-list ul li a {
    font-size: 15px; 
    padding-right: 15px; 
}
.sidebar-cta-box { 
    border-radius: 10px; 
    padding:12px 16px; 
}
a.max-btn.btn-large, button.max-btn.btn-large { 
    padding: 0 34px !important;
    font-size: 16px;
}


}

 

@media (max-width:767px){
 

.hakkimzida-1-ana-resim { 
    height: 360px; 
}
.sag-sutun-flex { 
    min-height: auto
}
.whatsapp-buton-alani {
    margin-top: 20px; 
}

    .blog-section .blog-card{
        aspect-ratio:0.9;
    }

   .blog-section .content h3{
        font-size:22px;
    }

    .blog-section .date-box{
        width:80px;
        height:80px;
    }

    .blog-section .date-box .day{
        font-size:34px;
    }

.service-card {
    margin-bottom: 20px;
}



.blog-section {
    padding: 40px 0;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.about-features { 
    margin-bottom: 10px;
}

}

 


@media only screen and (max-width:575px) {

 
.blog-section h3, 
.blog-section .h3 { 
    margin-bottom: 20px;
}

    .hakkimizda-1-dis h2.hakkimizda-1-title { 
        font-size: 24px;
        line-height: 28px; 
    }


}






@media only screen and (max-width:475px) {
 
    .blog-section .content h3 {
        font-size: 18px;
    } 

}





