:root{
    --color-siyah:#090C13;   
    --color-beyaz:#fff;  
    --color-antrasit:#383E3E;
    --color-antrasit2:#062C41;
    --color-kirmizi:#C42F35;
    --color-lacivert : #22334A;     
    --color-gray: #CFC7BF;       
    --color-dark: #2e4053; 
    --color-border:#dde4e5;  
    --color-lighten01:#ccc;
    --color-lighten02:#edf5f8;
    --color-lighten03:#f5f1eb;
    --color-lighten04:#f7f5f2; 
    --color-success:#3EB75E;
    --color-danger:#FF0003;
    --color-warning:#FF8F3C; 
    --color-placeholder:gray;
    --color-facebook:#1877f2;
    --color-twitter:#1da1f2;
    --color-youtube:#cd201f;
    --color-linkedin:#0a66c2; 
    --color-instagram:#C231A1; 
    --color-whatsapp:#25D366; 
    --shadow-darker:0 10px 50px 0 rgba(26,46,85,.1);
    --shadow-darker2:0 5px 10px 0 rgba(26,46,85,.4);
    --shadow-dark:0 10px 30px 0 rgba(20,36,66,.15);
    --shadow-darkest:0 10px 30px 0 rgba(0,0,0,.05);
    --shadow-darker3:0 4px 50px 0 rgba(0,0,0,.1);
    --shadow-darker4:0 20px 70px 0 rgba(15,107,92,.2);  
    --font-montserrat:'Montserrat', sans-serif;  
    --font-romain: "romain", cursive;
    --font-Ysabeau: 'Ysabeau',  sans-serif;

} 
  
.bg-color-kahve{background: var(--color-kahve);} 
.bg-color-beyaz{background: var(--color-beyaz);} 
.bg-color-antrasit{background: var(--color-antrasit);} 
.bg-color-lacivert{background: var(--color-lacivert);} 
.bg-color-yesil{background: var(--color-yesil);} 
.bg-color-gray{background: var(--color-gray);} 
 
.text-color-kahve {color: var(--color-kahve);}
.text-color-kirmizi {color: var(--color-kirmizi);}  
.text-color-lacivert {color: var(--color-lacivert);} 
.text-color-yesil {color: var(--color-yesil);} 

*{
    box-sizing:border-box
}

a{
    display:inline-block;
    text-decoration:none;
    outline:none;
    color: #000;
}
a:hover,a:focus,a:active{
    text-decoration:none;
    outline:none; 
    color: var(--color-turkuaz);
}
a:focus{
    outline:none
}
ul,li {
    list-style: none;
}
ul{
    margin:0;
    padding:0
}
nav ul,nav ol{
    list-style:none;
    list-style-image:none
}
li>ul,li>ol{
    margin:0
}
ol ul{
    margin-bottom:0
}
img{ 
    border:0;
    vertical-align:middle;
    max-width:100%;
    height:auto
}

button,input,select,textarea{
    font-size:100%;
    margin:0;
    max-width:100%;
    vertical-align:baseline
}
button,input{
    line-height:normal
}
html{
    overflow:hidden;
    overflow-y:auto;
    margin:0;
    padding:0;
    font-size:10px
}
body{
    overflow:hidden;
    font-size: 16px;
    line-height: 22px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale; 
    color:#000;
    font-weight:400; 
    margin:0;
    padding:0 !important; 
    font-family: var(--font-montserrat)
}
body {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.fade-out {
  opacity: 0;
}

main {
    display: block;
    position: relative;
} 

h1,.h1{
    font-size:27px;
    line-height:28px; 
}
h2,.h2{
    font-size:24px;
    line-height:26px; 
}
h3,.h3{
    font-size:22px;
    line-height:26px; 
}
h4,.h4{
    font-size:19px;
    line-height:21px; 
}
h5,.h5{
    font-size:17px;
    line-height:19px; 
} 
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;}
.text-color-turkuaz{color: var(--color-turkuaz)}

.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: 20px 0px;
}
.section-padding2 {
    position: relative;
    padding: 40px 0px;
} 
.section-padding3 {
    position: relative;
    padding: 60px 0px;
} 
.height-x8, .height-x8 img {
    width: 100%;
    height: 530px !important;
}
.height-x7, .height-x7 img {
    width: 100%;
    height: 500px !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: 240px;
}
.height-x15, .height-x15 img {
    width: 100%;
    height: 230px;
}
.height-x1, .height-x1 img {
    width: 100%;
    height: 180px;
}
.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-x15 img,
.height-x15 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;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius:5px;
    letter-spacing: 0.1px; 
}
 

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 {
    width: auto;
    height: 48px;
    line-height: 49px;
    padding: 0 50px;
    font-size: 16px;
    font-weight: 500; 
}

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: 46px;
    line-height: 46px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 400; 
}
 
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-curved,
button.max-btn.btn-curved {
    border-radius: 25px 5px
}

a.max-btn.btn-curved:hover,
button.max-btn.btn-curved:hover {
    border-radius: 5px 25px;
    color: #fff;
}

a.max-btn.btn-curved2,
button.max-btn.btn-curved2 {
    border-radius: 5px 25px
}

a.max-btn.btn-curved2:hover,
button.max-btn.btn-curved2:hover {
    border-radius: 25px 5px
}

 
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-kirmizi);
    color: var(--color-beyaz); 
}

a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background:var(--color-antrasit);
    border:1px solid var(--color-antrasit);
}  


a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background:var(--color-antrasit);
    color: var(--color-beyaz); 
}

a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-beyaz);
    background: var(--color-kirmizi);
    border:1px solid var(--color-kirmizi);
}  

a.max-btn.btn-ucuncu,
button.max-btn.btn-ucuncu {
    background: var(--color-cok-acik-kahve);
    color: var(--color-beyaz)
}

a.max-btn.btn-ucuncu:hover,
button.max-btn.btn-ucuncu:hover {
    color: var(--color-beyaz);
    background: var(--color-kirmizi)
} 

a.max-btn.btn-border,
button.max-btn.btn-border {
    background-color: transparent;
    border: 1px solid var(--color-lacivert);
    color: var(--color-lacivert) !important; 
    width: auto;
}

a.max-btn.btn-border:after,
button.max-btn.btn-border:after {
    display: none
}

a.max-btn.btn-border:hover,
button.max-btn.btn-border:hover {
    background-color: var(--color-lacivert);
    border-color: var(--color-beyaz);
    color: var(--color-beyaz) !important;
}

a.max-btn.btn-border2,
button.max-btn.btn-border2 {
    background-color: transparent;
    border: 1px solid var(--color-beyaz);
    color: var(--color-beyaz) !important;
    padding: 0 30px;
    width: auto;
}

a.max-btn.btn-border2:after,
button.max-btn.btn-border2:after {
    display: none
}

a.max-btn.btn-border2:hover,
button.max-btn.btn-border2:hover { 
    border-color: var(--color-kahve);
    color: var(--color-beyaz) !important;
}




.max-btn-link {  
    font-size: 16px;
    color: var(--color-antrasit);
    padding-bottom: 2px;
    border-bottom: 2px solid var(--color-kahve); 
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.max-btn-link i{  
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: var(--color-kahve); 
}

.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: 20px;
    }

.top-social-media li:last-child  { 
      margin-right: 0px;
    }



 
@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;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), 
       url("../webfonts/fa-brands-400.ttf") format("truetype"); 
}
.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"; }

 













 





.hakkimizda-3__image {
    position: relative;
    padding-right: 17px;
    overflow: hidden;
    border-radius: 30px;
}
.hakkimizda-3__experience {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    display: inline-block;
    padding: 22.5px 22.5px 36.5px;
    text-align: center;
    background-color:#2F5CE9;
}
.hakkimizda-3__experience__year {
    margin-bottom: 6px;
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.25;
}
.hakkimizda-3__experience__text {
    margin: 0px; 
    font-weight: 500;
    color:  #FFFFFF;
    font-size: 22px;
    line-height: 1.136;
}
.hakkimizda-3__image__one {
    position: absolute;
    top: 0px;
    left:70px;
    border-radius: 30px;
    overflow: hidden;
}
.hakkimizda-3__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}
.hakkimizda-3__image__two {
    margin-left: -100px;
    margin-top: 140px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 80px 300px 0px 100px;
}
.hakkimizda-3__image__two img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    border-radius: inherit;
}
.hakkimizda-3__image__two::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #FFFFFF;
    border-radius: inherit;
}

.section-title {
    border-left: 8px solid var(--color-kirmizi);
    display: inline-block;
    padding: 20px; 
    margin-bottom: 15px;
    border-radius: 5px;
}
.section-title .section-baslik {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block; 
}
   
.title.style-1 { 
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color:var(--color-kirmizi);
    margin-bottom: 10px; 

}
.metin.style-1 {  
    font-size: 16px;
    line-height: 22px; 
}


.shape-group  {    
  position: absolute; 
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

 


 
.section-back1 { 
    background: #f2f2f2; 
}

.max-title-1 {
    margin-bottom: 20px;
}
.max-title-1 .sub-title {
    display: block;
    text-transform: uppercase;
    color: var(--color-kirmizi);
    font-size:16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .135rem;
    font-family: var(--font-Ysabeau);
  }
    
.max-title-1 .title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;  
    font-family: var(--font-Ysabeau);
    margin-bottom: 20px;
}


.section-title {
    border-left: 8px solid var(--color-kirmizi);
    display: inline-block;
    padding: 20px; 
    margin-bottom: 15px;
    border-radius: 5px;
}
.section-title .section-baslik {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    font-family: var(--font-Ysabeau)
}
   
.title.style-1 { 
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.metin.style-1 {  
    font-size: 16px;
    line-height: 22px; 
}





.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.max-box-5-kutu-listing {
    border-radius:10px;
    background:#fff;
    border:1px solid #eee;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
.max-box-5-kutu-listing:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: -1;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgba(37,44,65,0.12);
    transition: all .3s ease;
}
.max-box-5-kutu-listing:hover:after {
    box-shadow: 0 16px 14px 0 rgba(37,44,65,0.12);
}

.max-box-5-kutu-content {
    z-index:2;
}
.max-box-5-kutu-img {
    float:left;
    width:100%;
    height: 300px;
    position:relative;
    z-index:2;
    border-radius:10px 10px 0 0;
    overflow: hidden;
} 
.max-box-5-kutu-img:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:20px;
    border-radius:15px 15px 0 0;
    background:#fff;
    z-index:3;
} 
.max-box-5-kutu-img-wrap {
    overflow:hidden;
    border-radius:10px 10px 0 0;
    height: 100%;
}
 
.max-box-5-kutu-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
 
.max-box-5-kutu-img-wrap:before {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:30%; 
    z-index:2;
}

.max-box-5-kutu-content p {
    text-align:left;
    font-size:14px;
    color:#333;  
    line-height:22px;
    max-height: 135px;
    overflow: hidden;
}
.max-box-5-kutu-content-title {
    padding: 0 20px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.max-box-5-kutu-content-title-item {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.max-box-5-kutu-content h3 , .cart-details_text .max-box-5-kutu-content-title-item h3 {
    float:left;
    text-align:left;
    font-weight:600;
    font-size:18px;
    margin-bottom:10px; 
}
.max-box-5-kutu-content h3 a{
    color: var(--color-kirmizi);
}
.max-box-5-kutu-content h3 a:hover{
    color: #eb3449 !important;
}

.max-box-5-opt-list {
    float: right;
    position:relative; 
    width: 50%;
    padding-left: 10px;
}
.max-box-5-opt-list .listing-item-kutu-wrap{
    float: right;
    position:relative;  
} 
.max-box-5-kutu-text {
    padding:0 15px;
}
.max-box-5-opt-list li {
    float:left;
    margin-left:16px;
} 
.max-box-5-kutu-footer{
    font-size: 14px;
    font-weight: 600;
    margin:4px 0 0 0;
    padding: 10px 15px;
    border-top:1px solid #eee;
} 

.listing-item-kutu {
    width:34px;
    height:34px;
    line-height:34px;
    color:#fff;
    float:left;
    border-radius:100%;
    position:relative; 
    text-align: center;
}
.listing-item-kutu i{
    font-size: 17px;
}
.listing-item-kutu .fa-phone {
    font-size: 14px; 
}
.listing-item-kutu-wrap {
    float:left;
    position:relative;
}
.listing-item-kutu-wrap span {
    float:left;
    margin-left:6px;
    position:relative;
    top:6px;
    color: #5a7498;
}
.green-bg {
    background: #128c7e;
}

.blue-bg{
    background:#2d5a97;
}


















 






.parallax {
    background-image: url('../img/parallax2.webp');  
    background-size: cover;
    background-attachment: fixed;  
    height: 480px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; /* Taşmaları gizlemek için */
}    

.parallax-inner {
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center;
} 

.parallax-inner svg {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    display: block;
    left: 0; /* Sağdan sola çekildi */
    transform: translate(-45%, 0); /* Sola doğru taşma sağlandı */
    opacity: 0.90;
    z-index: 3;
} 

.b {
    fill-rule: evenodd;
    fill: url(#a2);
}

.parallax .content {
    position: relative;
    width: 56%;
    padding-right: 40px;
    float: left; /* Metin sola alındı */
    z-index: 999; 
    text-align: left;
}

.parallax .content p {
    color: #fff; 
    font-size: 16px;
    line-height: 24px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.23);
}

.parallax .content h1 {
    color: #fff; 
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.23);
}








.blog-kutu-1-block {
    position: relative; 
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 10px;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-kutu-1-block:hover{ 
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%); 
}
.blog-kutu-1-image {
    width: 100%; 
    border-radius: 0px;
} 
.blog-kutu-1-image a{
    width: 100%; 
    height: 100%;
    display: block;
}
.blog-kutu-1-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}  
.blog-kutu-1-content {
    background: #FFFFFF; 
    padding:20px 25px  0px 0px; 
    position: relative;
    font-size: 14px;
}
.blog-kutu-1-title {
    color: #1c1417;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
} 

.blog-kutu-1-text {
    font-size: 14.5px;
    line-height: 22px;
    margin-bottom: 10px;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp:6; /* İki satırda sınırlar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-kutu-link-btn { 
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    right: 0px;
    bottom: 0px;
    position: absolute;
    border-radius: 40px;
    background: var(--color-kirmizi);
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.blog-kutu-link-btn a {  
    color: #fff;
    font-size: 20px;
    text-align: center; /* Bu, yatay ortalamaya yardımcı olur */
}

.blog-kutu-1-block:hover .blog-kutu-link-btn{ 
    background: var(--color-kirmizi);
}








.counter-box {
    display: block; 
    padding: 20px 8px 17px;
    text-align: center;
        border-radius: 34px 0px 34px 0px;
        background: var(--color-kirmizi);
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}
.rakam-ikon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-box i {
    font-size: 30px;
    color: var(--color-kirmizi);
    font-weight: 400
}

.counter { 
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}
 
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.fa-users::before {
  content: "\f0c0"; }

.fa-user::before {
  content: "\f007"; }

.fa-thumbs-up::before {
    content: "\f164";
}
.fa-people-group::before {
    content: "\e533";
}
.fa-chart-line::before {
    content: "\f201";
}

.fa-truck::before {
    content: "\f0d1";
}

























.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  8px 0 0px;
    z-index: 10;
    margin-bottom: 10px; 
}


.breadcrumb-area2{
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("../img/parallax.webp");
    background:         linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("../img/parallax.webp");
    background-repeat: no-repeat;  
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    padding-top: 80px;
    padding-bottom: 20px;
    min-height: 160px;
    height: auto;
}

.breadcrumb-area2 .title{
  border-left: 8px solid var(--color-kirmizi);
    border-radius: 5px;
}

.breadcrumb-area2 .title h2{
    color: var(--color-beyaz);
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
}

.breadcrumb-area2 .link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    justify-content: flex-end;
    font-size: 18px;
    height: 50px;
}

.breadcrumb-area2 .link a{
  margin-right: 10px;
    font-weight: 600; 
    color: var(--color-beyaz);
}

.breadcrumb-area2 .link a:hover{
    color: var(--color-kirmizi);
}

.breadcrumb-area2 .link i{                               
    color: var(--color-beyaz);
  margin-right: 10px;
}

.breadcrumb-area2 .link span{
    font-weight: 500;                     
    color: var(--color-beyaz);
}






.bg-gray {
    background-color: #F6F5F3;
}

.max-ana-title-2-outer {
    width: auto;
    max-width: 400px;
    display: block;
    position: relative;
    margin: 0 auto;  
    background: var(--color-kirmizi);
} 
  
.wprt-lines.custom-5 {
    height: 3px;
}
.wprt-lines {
    position: relative;
}
 .wprt-lines.custom-5 .line-1 {
    height: 3px;
    width:220px;
    background-color: var(--color-kirmizi);
    margin-left: 0;
    margin-top: -1.5px;
}
.wprt-lines.custom-5 .line-2 {
    height: 1px;
    width: 100%;
    background-color: #f3f3f3;
    margin-left: 0;
    margin-top:  0.5px;
}
.wprt-lines .line-1, .wprt-lines .line-2 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.max-ana-title-2 strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;  
    margin-bottom: 10px; 
    color: var(--color-kahve)
}
.max-ana-title-2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;  
    margin-top: 10px;
}
.max-width-900 {
    width: 900px;
}

.max-shop-3-dis {
    width: 100%;
    border-radius:5px; 
    overflow: hidden;
transition: all .3s ease-in-out; 
    box-shadow: rgba(27, 30, 30, 0.2) 0px 4px 6px;
    padding: 10px;
}
.max-shop-3-dis:hover { 
    box-shadow: rgba(27, 30, 30, 0.1) 0px 1px 1px; 
}
.max-shop-3-dis .max-shop-3_content { 
    border-radius: 5px;  
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
transition: background 1.5s ease-in-out;

} 
 .max-shop-3-dis .max-shop-3_content .max-shop-3-product_image { 
    margin: 5px auto 10px;
    background-color: #ffffff; 
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
 .max-shop-3-dis .max-shop-3_content .max-shop-3-product_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
 .max-shop-3-dis .product-details {
    position: relative; 
    text-align: left;
    padding-left: 10px;
}
 .max-shop-3-dis .product-name {
    margin-bottom: 5px;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;  
    overflow: hidden; 
    text-transform: uppercase;
    text-align: center;
}

 .max-shop-3-dis .product-name a { 
    font-size:17px; 
    font-weight: 800; 
    text-align: center;
} 
  
.max-shop-3-dis:hover .product-name a {
    color: var(--color-pembe);
}






.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-kirmizi);
}  
 
.product-name a:hover {
    color: var(--color-kirmizi);
}
.product-wrap .product-name { 
    font-size: 18px; 
    color: var(--color-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-kirmizi);
}  
 








.urun-detay-sol {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.urun-detay-baslik {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 15px; 
}
.urun-detay-baslik h1 {
    display: block;
    font-size: 30px; 
    font-weight: 500; 
    color: var(--color-kahve);
    letter-spacing: 0px;
}
.urun-detay-baslik h2 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-kirmizi);
    letter-spacing: 0px;
}
.urun-detay-baslik h3 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-kirmizi);
    letter-spacing: 0px;
}



.flexslider2 {
    width: 100%;
  height: 480px !important;
    overflow: hidden;
    position: relative; 
    border: 0 !important;
    margin-bottom: 20px; 
}
 
 .flexslider2 .slides {
  height: 100% !important;
  position: relative;
  overflow: hidden;  
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
}
 .flexslider2 .slides li{ 
  height: 100% !important; 
  margin-bottom: 20px; 
}
 
.flexslider2 .urun-en_dis {
  overflow: hidden;
  height: 100% !important;
    margin-bottom: 20px; 
}
.flexslider2 .product-image {
  position: relative;
  overflow: hidden;
  height: 100% !important;
    width: 100% !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 3px;
    padding:0px;
}
.flexslider2 .product-image a{ 
  height: 100% !important;
    width: 100% !important; 
    display: block; 
    border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.flexslider2 .product-image a img {
  width: 100% !important; 
  height: 100% !important;
    object-fit: cover;
    overflow: hidden;  
    border-radius: 5px;
}
.flexslider2  .flex-direction-nav {
  top: 43%;
  width: 100%;
  height: 1px; 
  position: absolute;   
}

.flexslider2  .flex-direction-nav  .flex-nav-prev {
    width: 40px;
  right: 10px;  
  height: 40px;
  position: absolute; 
}

.flexslider2  .flex-direction-nav .flex-nav-next {
    width: 46px;
    float: left;
  position: absolute;
  left:  0px;  
  height: 46px;  
  line-height: 46px;
} 
.flexslider2 .flex-direction-nav a:before,.flexslider2 .flex-direction-nav a:after {
  background: rgba(48,48,48,0.8);
  height: 46px;
    width: 46px;
    line-height: 46px; 
    border-radius: 5px;
}
 
.flexslider2 .flex-direction-nav .flex-nav-prev:hover a:before,
.flexslider2 .flex-direction-nav .flex-nav-next:hover a:before {
  background: rgba(48,48,48,1); 
  color: #fff;
}
.thum_flex {
  position: relative;
  cursor: pointer;
}

.thum_flex .flex-direction-nav {
  top: 30%;
  width: 100%;
  height: 1px; 
  position: absolute;
  display: none; 
}
.flex-direction-nav a { 
    width: 50px;
    height: 50px; 
}
.thum_flex  .flex-direction-nav .flex-nav-prev {
    width: 36px;
  right: 10px;  
  height: 36px; 
  position: absolute; 
}

.thum_flex  .flex-direction-nav .flex-nav-next {
    width: 36px;
    float: left;
  position: absolute;
  left: 10px;  
  height: 36px;  
}
.thum_flex  .flex-direction-nav a {
    line-height: 31px;
}

.thum_flex .flex-direction-nav a:before,.thum_flex .flex-direction-nav a:after {
    color: #fff !important; 
  background: #000;
  height: 32px;
    width: 32px;
  border-radius: 50%; 
  font-size: 16px;
}

#carousel  .thum {
  position: relative;
  overflow: hidden;
  height: 90px !important;
    width:110px !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
}

#carousel .thum img { 
    width: 100%;
  height: 90px !important;
    object-fit: contain;
    overflow: hidden; 
    border-radius: 5px;
}












.post-details {
    position: relative;
}
 

.post-meta a, .post-meta span {
    line-height: 22px;
    font-weight: 200;
    color: #222;
    font-size: 17px;
    margin-bottom: 10px;
}
.post-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px; 
}  
.post-details h2{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}
.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
}
.post-body{
    font-size: 16px;
}

 .max-widget > ul {
  padding: 0;
  margin: 0; }
  .max-widget > ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;}
    .max-widget > ul li a {
      display: block;
      font-size: 15px;
      font-weight: 400;
    border-radius: 5px;  } 
.max-widget-2 {
  background-color: transparent; }
.max-widget-2 h6 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px; }
  .max-widget-2 ul li a {
    background-color: #F2F6F7;
    padding: 15px 5px 14px 20px; }
 
  .max-widget-2 ul li.active a, .max-widget-2 ul li:hover > a {
    background-color: var(--color-kirmizi);
    color: var(--color-beyaz); }  
  .max-widget-2 > ul > li:first-child {
    margin-top: 0; }
  .max-widget-2.max-widget-2-color-2 ul li a {
    background-color: var(--color-siyah);
    color: var(--color-beyaz); } 
  .max-widget-2.max-widget-2-color-2 ul li.active a, 
  .max-widget-2.max-widget-2-color-2 ul li:hover > a {
    background-color: var(--color-kirmizi);
    color: var(--color-beyaz); }



.sayfa-dis img{
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
  
.sayfa-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px; 
}  
.sayfa-dis h2{
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.sayfa-content {  
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
    font-size: 15px;
} 
 
.sayfa-dis h3{
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 10px; 
}






.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%);
}












  
 
.form-control {
    width: 100%; 
    color: #070c1f;
    font-size: 16px;
    font-weight: 500;
    background-color: inherit;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}
.form-control-file {
    margin-bottom: 0px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.form-group {
    margin-bottom: 20px;
}
.form-group textarea.form-control {
    height: 75px; 
}
.form-control:focus {
    background-color: inherit;
}  
.form-control:focus {
    color: #495057; 
    border-color: var(--color-antrasit);
    outline: 0;
    background-color: inherit;
    box-shadow: none;
}
.contact-head p {
    color: #24262e;
    font-size: 18px;
    line-height: 32px;
}

.contact_info {
    padding: 40px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    background: var(--color-kirmizi);
}

.contact_info h3{
  line-height: 26px;
    color: var(--color-kahve);
}

input[type="checkbox"]  {
    opacity: 0;
    position: absolute
}

input[type="checkbox"]~label  {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0
}
.chek-yazi {
    font-size: 16px !important;
    color: var(--color-kirmizi)
}
.chek-yazi span{
    text-decoration: underline;
    color: var(--color-kirmizi)
}
input[type="checkbox"]~label::before  {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #d2d5d6;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type="checkbox"]~label::after  {
    content: "\f00c";
  font-family: 'Font Awesome 6 Free';
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 4px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type="checkbox"]:checked~label::before  {
    background-color: var(--color-kirmizi);
    border-color: var(--color-kirmizi)
}

input[type="checkbox"]:checked~label::after  {
    opacity: 1
}








.contact-head p {
    color: #24262e;
    font-size: 18px;
    line-height: 32px;
}
.contact_info { 
    padding-top: 0px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    background: var(--color-mavi);
} 


.cl-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 400; 
}
.cl-list li:last-child {
    margin-bottom: 0;
}
.cl-list li > span {
    width: 35px;
}
.cl-list li > span i {
    font-size: 26px;
    color: var(--color-kahve);
}
.cl-list li > p {
    color: #000;
    font-size: 16px; 
    line-height: 22px;
    max-width: 80%;
    padding-left: 20px;
    margin-bottom: 0px;
}
.cl-list li > p span {
    display: inline-block;
    color: #619f9d;
}
.contact-social {
    margin-top: 30px; 
}
.contact-social > span {
    display: block;
    color: var(--color-antrasit);
    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: 28px;
    color: var(--color-kahve);
} 
.social-links-footer.without-bg li a { 
    color: #fff;
}



.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%;
    height:100vh;
    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:173px;
    height:44px; 
}
.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-koyumavi)!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-koyumavi)!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 5px 10px 5px; 
    width: 45px;
    display: inline-block;
} 
.social-share li a {
    border: 1px solid #ccc;
    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 {
    border-top: 2px solid var(--color-kirmizi);
    position: relative;
    background-color: var(--color-siyah);
} 
.footer-top{ 
    position: relative;
    color: var(--color-siyah);
    padding: 70px 0 35px 0; 
} 
footer .container{
    z-index: 9;
    position: relative;
 }
footer img{
    width: 250px;
    height: 63px;
    margin-bottom: 20px; 
    filter: brightness(0) invert(1);
}
footer .footer-baslik { 
    font-size: 20px;
    margin-bottom: 20px; 
    color: var(--color-beyaz);
}
footer a { 
    font-size: 15px;
    font-weight: 400; 
    color: var(--color-beyaz);
} 
footer a:hover {  
    color: var(--color-kirmizi);
} 
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;
    color: var(--color-beyaz);
}
 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_post2  {
    padding-left: 20px;
}
footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;  
} 
.widget-address strong{
    font-size: 16px; 
    font-weight: 600;
    color: var(--color-beyaz);
}
.footer .social-links-footer.without-bg li a {
    color: var(--color-beyaz);
}
footer .copyright-area {
    padding: 22px 0; 
    color: var(--color-beyaz);
    border-top: 2px solid var(--color-beyaz);
}
footer .copyright-area p { 
    margin-bottom: 0;
    color: var(--color-beyaz);
} 
footer .copyright-area p a{ 
    margin-bottom: 0;
    color: var(--color-kirmizi);
} 

.progress {
    display: none;
}
 
 






 
@media only screen and (max-width:1204px) {
 

.parallax .content { 
    width: 75%; 
}

 


}



@media only screen and (max-width:992px) {


.mb-4 {
    margin-bottom: 1rem !important;
}

.height-x5, .height-x5 img {
    width: 100%;
    height: 300px !important;
}

 
.parallax .content { 
    padding-left: 10px;
    padding-right:  0px; 
}
.parallax .content h1 { 
    font-size: 24px; 
    line-height: 30px;
    margin-bottom: 14px; 
}
.parallax .content p { 
    font-size: 14px;
    line-height: 20px; 
}
 
footer .widget_recent_post {
    margin-top: 10px;
    padding-left: 0px;
}


.flexslider2  {
    height: 300px !important; 
}

.sosyal-icon { 
    font-size: 20px;
} 
.top-social-media li {
    margin-right: 0px;
}

.section-title { 
    padding: 10px; 
}
.section-title .section-baslik {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
}

.rakam-ikon {
    width: 52px;
    height: 52px; 
    margin-bottom: 8px; 
}


.max-box-5-kutu-img { 
    height: 275px; 
}





}





@media (max-width: 768px) {


.height-x4, .height-x4 img {
    width: 100%;
    height: 280px !important;
}
 


.parallax-inner svg { 
    transform: translate(-50%, 0);
    opacity: 0.8; 
}

    .parallax .content {
        width: 100%;
    }

.parallax .content p { 
    font-size: 14px; 
}

}




 @media only screen and (max-width:640px) {
.g-5, .gy-5 {
    --bs-gutter-y: 2rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 2rem;
}
.mt-5 {
    margin-top: 2rem !important;
}
.section-padding3 { 
    padding: 30px 0px;
}


.hakkimizda-3__image__two {
    display: none;
}

 

.breadcrumb-area2 { 
    padding-top: 50px;
    padding-bottom: 14px;
    min-height: 120px; 
}

.breadcrumb-area2 .link { 
  display: none;
}

.max-ana-title-2 span { 
    font-size: 14px; 
}

.flexslider2, .height-x3, .height-x3 img  {
        height: 260px !important;
    }



.whatsapp-btn { 
    bottom: 30px;
    right: 10px; 
}

a.max-btn.btn-large, button.max-btn.btn-large { 
    height: 40px;
    line-height: 41px;
    padding: 0 30px; 
}

 .section-padding2 { 
    padding: 20px 0px;
}

}


