:root{
    --color-siyah:#000;   
    --color-beyaz:#fff;  
    --color-antrasit:#383E3E;  
    --color-turuncu:#E7792C;
    --color-koyu-mavi:#0B3954;
    --color-sari:#FFB128;   
    --color-koyu-turuncu-rgba:rgba(231, 121, 44);
    --color-koyu-mavi-rgba:rgba(11, 57, 84);
    --color-koyu-sari-rgba:rgba(255, 177, 40);
    --color-kirmizi:#ff375f;
    --color-baslik:#253745;
    --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;  
    --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:'Nunito', sans-serif;   
    --font-Oswald:'Oswald', sans-serif; 
} 
  
.bg-color-siyah{background: var(--color-siyah);} 
.bg-color-beyaz{background: var(--color-beyaz);} 
.bg-color-antrasit{background: var(--color-antrasit);} 
 
 

*{
    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;  
}
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:28px;
    line-height:30px;
    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:16px;
    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: 632px !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: 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-search,
button.max-btn.btn-search {
    height: 47px;
    line-height: 37px; 
}
a.max-btn.btn-danger,
button.max-btn.btn-danger {
    background: var(--color-kirmizi);
    color: var(--color-beyaz);
    font-weight: 600; 
}
 
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-turuncu);
    color: var(--color-beyaz);
    font-weight: 600; 
}

a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background:var(--color-koyu-mavi);
    border:1px solid var(--color-koyu-mavi);
}  


a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background: var(--color-koyu-mavi); 
    color: var(--color-beyaz);
    font-weight: 600;
}

a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-beyaz);
    background: var(--color-turuncu);
    border:1px solid var(--color-turuncu);
}  
 
a.max-btn.btn-ucuncu,
button.max-btn.btn-ucuncu {
    background: var(--color-lighten01);
    color: var(--color-siyah);
    font-weight:400; 
}

a.max-btn.btn-ucuncu:hover,
button.max-btn.btn-ucuncu:hover {
    color: var(--color-siyah);
    background: var(--color-lighten01); 
}  

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-yesil);
    border-color: var(--color-koyu-yesil);
    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; 
}

.btn-border2 {
    border: 1px solid var(--color-koyu-mavi) !important;
    color: var(--color-koyu-mavi) !important;
} 
.btn-border2:hover {
    border: 1px solid var(--color-turuncu) !important;
    color: var(--color-turuncu) !important;
} 
.btn-border2:hover i{ 
    color: var(--color-turuncu) !important;
} 

.max-btn-link {  
    font-size: 16px;
    color: var(--color-antrasit);
    padding-bottom: 2px;
    border-bottom: 2px solid var(--color-koyu-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-koyu-kahve); 
}





 

.whatsapp_siparis {
    width: auto;
    background-color: #128c7e !important; 
    color: #fff !important; 
} 

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), 
  url("../webfonts/fa-solid-900.ttf") format("truetype"); }
.fas,
.fa-solid {
  font-weight: 900; }
@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-shopping-cart::before {
  content: "\f07a"; }

.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-user::before {
  content: "\f007"; }


.shape-group li {
    position: absolute;
    z-index: -1;
}
.shape-group li img{
    box-shadow: none !important;
}

.shape-group li.shape-1 {
    left: -40px; 
    bottom: -40px;
}
.shape-group li.shape-2 {
    left: -70px;
    top: -60px;  
}
.shape-group li.shape-2 img{
    box-shadow: rgba(27,30,30,0.93) 0px 5px 12px; 
}

.shape-group li.shape-3 {
    width: 375px;
    height: auto;
    right: -98px;
    top: -66px;
    float: right;
    opacity: 0.6;
}
.shape-group li.shape-3 img{
filter: grayscale(100%);
}

.max-header { 
    position: absolute;   
    width: 100%;
    background: transparent;
    z-index: 9999;
    padding: 0px;
    height: auto;      
} 


.max-header .max-header-inner {
    position: relative;
    height: 70px;
    line-height: 50px;
    margin: auto;
    max-width: 2000px;
    text-align: left;
}
.max-header .max-header-inner .max-widget {
    display: inline-block;
    color: #878787;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    line-height: 1.1em;
    transition: color .2s ease-out; 
    width: 100%;
}

.header-top-left a {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-beyaz);
}
.header-top-left i {
    font-size: 13px;
    color: var(--color-beyaz);
} 
  .header-top-right .menu-btn {
    margin-right: 20px;
height: 36px !important;
line-height: 36px !important; 
color: #fff !important;
font-size: 14px !important;
font-weight: 400 !important;
padding-top: 0px !important;
}
.header-top-right li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    position: static;
}
.header-top-right li a{
    color: var(--color-beyaz);
    font-size:15px;
    font-weight:300;
    padding:0 20px; 
    -webkit-transition:0.3s;
    transition:0.3s;
    letter-spacing: 0.3px;
} 
.header-top-right  li:last-child a {
    padding-right:  0px;
} 
.header-top-right .dropdown-menu {
    color: var(--color-siyah);
    margin-top: 0px;
}
.header-top-right .dropdown-menu a {
    color: var(--color-siyah); 
}
.max-header .header-brand {
    position: relative;  
    text-align: center;
} 
.max-header .header-brand .logo{
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: auto;  
    padding-top: 0px; 
    padding-left: 0px;
    border-radius: 10px; 
} 

.max-header .header-brand .logo img{
    width: 261px;
    height:44px; 
    max-width: none;   
    filter: brightness(0) invert(1);  
}   
.max-header .max-header-inner .max-widget {
    position: relative; 
    padding: 0px;
    height: 70px;
    line-height: 70px;
    vertical-align: top;
    display: inline-block;
    opacity: 1;
    box-sizing: border-box;
    transition: opacity .2s ease-out,box-shadow .2s ease-out;
}  
.max-widget-socials .slider-iletisim  {
    height: 80px;
    line-height: 80px;
} 
.max-widget-socials .slider-iletisim li {
    float: left; 
} 

.max-widget-socials .slider-iletisim li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
    background-color:var(--color-beyaz);
    color: var(--color-dk-mavi);
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.max-widget-socials .slider-iletisim li+li {
    margin-left: 10px; 
}




.max-header .header-mainmenu{  
    position:relative;
    height: 60px; 
    z-index: 1; 
    border-top: 1px solid #C7C6C6;
} 


 
.max-header .header-mainnav{  
    list-style: none; 
    width: 100%;   
} 

.mainmenu-nav .mainmenu {
    display: flex;
    justify-content: space-between; /* Elemanları yaymak için */
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu-nav .mainmenu li {
    flex: 1 1 auto; /* Her li eşit alan alacak */
    text-align: center;
    padding: 0;
    margin: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: static;
}

    
.mainmenu-nav .mainmenu>li>a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}


.mainmenu-nav .mainmenu li a:hover{
    color: var(--color-turuncu);
}   
.mainmenu-nav .mainmenu > li:first-child > a {
    padding-left: 0px;
}
/*
.mainmenu-nav .mainmenu li:last-child a.nav-link {
    padding-right:  0px;
} 
*/

 


.mainmenu-nav .mainmenu .icon {
    margin-left: 8px; 
    font-size: 15px;
    color: var(--color-beyaz);
    margin-top: -10px;
    top: -10px;
}
.mainmenu-nav .mainmenu li.dropdown .dropdown-toggle:before {
    content: "\f107";
    display: inline-block;
  font-family: 'Font Awesome 6 Free';
    font-size: 19px;
    position: absolute;
    right:  -3px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600; 
    color: var(--color-beyaz);
    display: none;
  }



  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 14rem;
    padding: 0.5rem 0; 
    margin-left: 0px;
    margin-top: -10px;
    font-size: 16px;
    color: #212529;
    text-align: left;
    border:none;
    background-color: #fff;
    background-clip: padding-box; 
    border-radius: 5px;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-item {font-size: 15px; padding: 10px 20px;}






 




.dropdown-toggle svg {
    margin-top: -2px;
    margin-left: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    fill: currentColor;
    fill: var(--color-beyaz);
}


.dropdown-toggle::after {
    display: none;
} 
 
 



 
.slayt_dis {
    position: relative;
    height: 100vh !important;
}

.flexslider {
    width: 100%; 
    overflow: hidden;
    position: relative;   
    border: 0 !important;
    height: 100% !important;
    position:relative;
    z-index:1;  
} 


@media only screen and (max-width:1920px) {
.flexslider {
    height: 100% !important;
}
}


@media only screen and (max-width:1790px) {
.flexslider {
    height: 100% !important;
}
}


@media only screen and (max-width:1610px) {
.flexslider {
    height: 100% !important;
}
}

@media only screen and (max-width:1510px) {
.flexslider {
    height: 100% !important;
}
}


@media only screen and (max-width:1370px) {
.flexslider {
    height: 100% !important;
}
}

.flexslider .slayt1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;  
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    pointer-events: none; 
    z-index: 5;
}
 
.flexslider .slayt1::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    pointer-events: none;  
}


 


 .flexslider .slides {
  position: relative;
  overflow: hidden; 
    width: 100% !important; 
    height: 100%; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
}
.flexslider .slides li {
  width: 100% !important;  
    height: 100% !important;
}     

.flexslider img{
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:-webkit-transform 3s linear;
    transition:-webkit-transform 3s linear;
    transition:transform 3s linear;
    transition:transform 3s linear,-webkit-transform 3s linear; 
    background-size:cover;
    background-position:100%;
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;  
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    vertical-align: middle;
}
.flexslider  .slides .flex-active-slide img {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}

 
 
.flexslider {
    position: relative; 
     box-sizing: border-box;
}

  
.flexslider .slider-tel-posta {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;  
    z-index: 33;
    margin: 0 auto !important;
    bottom:10px;
      left: 50%; 
      transform: translate(-50%); 
} 
.slider-iletisim {
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;  
}
.slider-tel-posta .slider-iletisim li {
    display: block;
    margin-bottom: 15px; 
}
.slider-tel-posta .slider-iletisim li a {
    color: var(--color-beyaz);
    font-size: 22px;
    font-weight: 400; 
} 

 
.flexslider {
    position: relative; 
     box-sizing: border-box;
}


.flexslider .slayt_buton {
    position: absolute;
    height: auto;
    line-height: 30px;
    top: 50%;  
    left: 0;
    right: 0;   
    transform: translate(0, -50%);  /* Yatay ortalamak için yukarı kaydırma */
    text-align: left;
    z-index: 9999;
    margin: 0 auto !important; 
}

 

.flexslider .flex-direction-nav { 
    width: 40px;
    height: 90px;
    position: relative; 
    float: right;     
    display: block; 
}


.flexslider .flex-direction-nav .flex-nav-prev, .flexslider .flex-direction-nav .flex-nav-next { 
    width: auto;
    position: relative; 
    right:  0;  
    transition: 0.4s; 
    z-index: 999;  
} 

.flexslider .flex-direction-nav a {
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    height: 40px; 
} 

.flexslider .flex-direction-nav .flex-nav-next a{ 
    width: 40px;
    height: 40px;
    line-height: 40px;  
    background: var(--color-beyaz); 
    color: var(--color-kirmizi); 
}
.flexslider .flex-direction-nav .flex-nav-next a:hover{  
    background: var(--color-kirmizi);
    color:var(--color-beyaz);
}

.flexslider .flex-direction-nav .flex-nav-next a:after {
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    display: inline-block;
    content: "\f105";
    font-weight: 400;
}

.flexslider .flex-direction-nav .flex-nav-prev a{
    width: 40px;
    height: 40px;
    line-height: 40px;   
    background: var(--color-beyaz); 
    color: var(--color-kirmizi); 
    margin-top: 50px;
}
 
.flexslider .flex-direction-nav .flex-nav-prev a:hover{
    background: var(--color-kirmizi);
    color:var(--color-beyaz);
}
.flexslider .flex-direction-nav .flex-nav-prev a:before {
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    display: inline-block;
    content: "\f104";
    font-weight: 400;
}

.flex-control-nav {
    display: none;  
} 
 

.container.absolute {
      position: absolute;
      top:50%;
      left: 50%; 
      transform: translate(-50%,-50%);
      z-index: 9
    }
.slide_text {
    text-align: left;
    position: relative;
    width: 40%;
    color: #fff;
    left: 0;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s; 
    opacity: 1;
    z-index: 999; /* changed from 4 */ 
    padding:0px 20px ;
    padding-left: 0px;
    opacity: 1;  
    height: auto;
    overflow: hidden;  
}
.slide_title {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize; 
    text-align: left;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.23);
} 

.slide_baslik {
    font-size: 20px;
    line-height: 1.5; 
    margin-bottom: 10px; 
    text-align: left;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.23);
}
 
.slide_button { 
    text-align: left; 
}




.slider_asagi_buton  {
    z-index: 999;
    position: absolute;
    width: 120px;
    bottom: 0;
  left: 50%;
  transform: translate(-50%,  0%);   
    background: -webkit-linear-gradient(top, rgba(11, 57, 84) 0%, rgba(11, 57, 84, 0.5) 50%, rgba(11, 57, 84, 0.3) 90%);
background: -moz-linear-gradient(top, rgba(11, 57, 84) 0%, rgba(11, 57, 84, 0.5) 50%, rgba(11, 57, 84, 0.3) 90%);
background: -o-linear-gradient(top, rgba(11, 57, 84) 0%, rgba(11, 57, 84, 0.5) 50%, rgba(11, 57, 84, 0.3) 90%);
background: linear-gradient(180deg, rgba(11, 57, 84) 0%, rgba(11, 57, 84, 0.5) 50%, rgba(255, 177, 40, 0.3) 90% );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0097dc",endColorstr="#FFB128",GradientType=1);
    color: #fff;
    width: auto;
    border-radius: 10px 10px 0  0 ;
}

.slider_asagi_buton .asagi_inner {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
.slider_asagi_buton .asagi_head {
    position: relative;
    padding: 20px 0;
    padding-right: 55px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.slider_asagi_buton .asagi_head span{
    color: var(--color-acik-turuncu);
    font-weight: 600;
}
.slider_asagi_buton i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 30px;
    width: 44px;
    height: 44px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
  }
}
.slider_asagi_buton i.fa-angle-down:before {
    -webkit-animation: mover 0.8s infinite  alternate;
    animation: mover 0.8s infinite  alternate;
    display: inline-block;
}











.max-ana-title-1 strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;  
    margin-bottom: 10px;
    color: var(--color-koyu-mavi);
    text-align: center; 
}
.max-ana-title-1 p {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;  
    margin-bottom: 10px;
}
.max-ana-title-1 .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-turuncu);
}
.max-ana-title-1-outer {
    width: 310px;
    height: 2px;
    display: block;
    position: relative;
    margin: 0 auto; 
    padding: 5px 0 10px;
}
 
.max-ana-title-1-outer:after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 50%;
    left: 0;
    background: var(--color-koyu-mavi)
}

 

 

 





.hakkimizda-stil-2  {
  position: relative; }

.hakkimzida-slogan {
        font-size: 40px;
        line-height: 40px;
        font-weight: 600; 
      color:var(--color-turuncu);
        margin-bottom: 20px;
}
.hakkimizda-stil-2  .max-img .img {
    width: 100%;
    height:450px;
    position: relative;
    z-index: 2; 
    box-shadow: rgba(27,30,30,0.3) 0px 5px 12px; 
    border-radius: 8px;
    overflow: hidden; }
.hakkimizda-stil-2  .max-img .img img{
    width: 100%;
    height:100%; 
    object-fit: cover; }
 
.hakkimizda-stil-2  .about-one {
    position: absolute;
    bottom: 0;
    right:  0;
    left: 200px;
    background-color: var(--color-turuncu);
    padding: 30px 20px 30px 30px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 16px;
    z-index: 3;
} 
.hakkimizda-stil-2 .about-one-sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 18px;
    font-family: var(--font-Oswald);
    letter-spacing: 2px;
}
.hakkimizda-stil-2 .about-one-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
} 
.hakkimizda-stil-2  p{ 
    font-size: 16px; 
line-height: 24px;
margin-bottom: 0px;
}





 

 
  



 



  
.max-kutu-2-dis { 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 400px; /* Yüksekliği resmin boyutuna göre ayarlayın */
}
.max-kutu-2-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 45%);
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.max-kutu-2-box:hover{ 
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 25%); 
}

.max-kutu-2-image-in-box {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi düzgün şekilde sığdırmak için */
    z-index: 1;
    border-radius: 8px;
}

.max-kutu-2-baslik {
    font-size: 48px;
    letter-spacing: 5px;
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    padding-top: 20px;
}

.max-kutu-2-black-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; 
    height: 40%;
    background-color: #343339;
    clip-path: polygon(100% 100%, 100% 0%, -30% 100%);
    z-index: 2;
    display: flex; /* Flexbox ile içeriği hizalama */
    justify-content: flex-end; /* Yatayda ortalama */
    align-items: flex-end; /* Dikeyde ortalama */
}

.max-kutu-2-logo-in-overlay {
    max-width: 50%; 
    max-height: 50%; 
    margin-right:5%;
    margin-bottom:5%; 
    filter: brightness(0) invert(1);  
}



 
 


 





.bayi-ziyaretleri-dis {
    position: relative;
}

.section-padding .sub-title.style-1 {
    letter-spacing: 0;
    color: var(--color-koyu-mavi);
    font-size: 22px;
    margin-bottom: 10px;
}

.section-padding .title.style-1 {
        font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 38px;
}


.section-padding .metin.style-1 { 
    color: #595959;
    font-size: 17px;
    margin-bottom: 10px;
}








.max-box-slider {
    position: relative;
    overflow: hidden; 
    padding-bottom: 60px;     
}
.max-box-slider .owl-carousel .owl-stage-outer { 
  overflow: visible
}
.max-box-slider .owl-carousel .item {
    display: flex;  
    justify-content: center;  
    align-items: center;   
    transition: transform 0.3s ease;  
}

.max-box-slider .owl-carousel .item img {
    width: 100%;  
    height: 100%;  
    object-fit: cover;  
        border-radius: 40px;
    position: relative; 
        z-index: 2;
}

.max-box-slider .card-1 {
    display: block;  
        border-radius: 40px;   
    text-decoration: none;  
    color: inherit;  
}
 
.max-box-slider .owl-carousel .card-1:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #EBEBEB;
    border-radius: inherit; 
    transform: scale(0.75);
    left: 0;
        bottom: -110px;
        z-index: 1;
        border-radius: 60px;
}
.max-box-slider .owl-carousel .card-1:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #D2D2D2;
    border-radius: inherit;
    bottom: -60px;
    transform: scale(0.85);
    left: 0;
        z-index: 1;
        border-radius: 40px;
}


.max-box-slider .owl-dots {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.max-box-slider .owl-dots .owl-dot { 
    cursor: pointer;
}

.max-box-slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
}

.max-box-slider .owl-dots .owl-dot.active span,
.max-box-slider .owl-dots .owl-dot:hover span {
    background: #fff;
}





 






  




.max-magaza-box-2 {
     position: relative;
     overflow: hidden;
     border-radius: 14px;
      transition: all 500ms ease;
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
}
 .max-magaza-box-2:hover .inner-back-side {
     bottom: 0;
     display: flex; 
     flex-direction: column;
     transition: all 500ms ease;  
}
 .max-magaza-box-2:hover img {
     transform: scale(1.2);
}
 .max-magaza-box-2 img {
     width: 100%;
     border-radius: 20px;
      transition: all 500ms ease;
}
 .max-magaza-box-2 .inner-back-side {
     position: absolute;
     left: 0;
     right: 0;
     bottom: calc(-100% - -58px);  
     height: 100%;
     width: 100%;
     padding:10px 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     background-color: rgba(11, 57, 84, 0.8);
      transition: all 500ms ease;
}
 .max-magaza-box-2 .inner-back-side .sub-title {
    justify-content: center;
     width: 100%;
    margin-top:20px;
     margin-bottom: 50px;
     display: flex; 
     align-items: center;
}
 .max-magaza-box-2:hover .inner-back-side .sub-title{
    margin-bottom: 20px; 
}
 .max-magaza-box-2 .inner-back-side .sub-title h5 {
    text-align: center;
     margin-bottom: 0px;
     font-size: 20px;
     font-weight: 300;
     color: #fff;
     letter-spacing: 0.8px;
} 
 .max-magaza-box-2 .inner-back-side .inner-info {
     margin-bottom: 30px;
}
 .max-magaza-box-2 .inner-back-side .inner-info a {
     margin-bottom: 12px;
     font-size: 16px;
     font-weight: 300;
     line-height: 20px;
     color: #f2f2f2;
     display: block;
     margin-top: 14px;
     margin-bottom: 10px;
     text-align: center;
}
 .max-magaza-box-2 .inner-back-side .inner-info a.ortak_adresi{
    min-height: 40px;
}
 .max-magaza-box-2 .inner-back-side .rx-button {
     display: flex;
     margin-bottom: 20px;
}
 .max-magaza-box-2 .inner-back-side .rx-button a {
     padding: 4px 12px;
     font-size: 14px;
}
.rx-btn-one {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 8px 24px;
    line-height: 25px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px; 
}













 




                    
.max-kutu-5-block { 
    position: relative; 
    border-radius: 10px;
    border-radius: 20px;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.max-kutu-5-block:hover {
     transform: scale(0.98);
     box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
     background-size: 130%;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
 
.max-kutu-5-meta-info { 
    height: 95px; 
    font-weight: 400;
    text-align: left; 
    left:20px;
    bottom: 40px; 
    position: absolute;
    z-index: 99;
    width: auto;
    color: #fff; 
    transition: transform 0.4s; 
} 
.max-kutu-5-meta-info h3{  
    font-size: 26px;
    line-height: 26px !important;
    font-weight:600;
} 

.max-kutu-5-meta-info p{  
    transition: transform 0.2s;
    width: 82%; 
    margin-top: 10px; 
    color: #fff; 
    font-size: 17px;
    font-weight: 300;
} 
 
.max-kutu-5-block .overlay-bx-1 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; 
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; 
    z-index: 6;
} 
.max-kutu-5-block .overlay-bx-1:before { 
    width: 100%;
    height: 50%;
    content: "";
    bottom: 0px;
    position: absolute; 
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0) 0, rgb(0, 0, 0, 0.5) 50%, 
        rgba(0, 0, 0, 0) 90%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0) 0, rgb(0, 0, 0, 0.5) 50%, 
        rgba(0, 0, 0, 0) 90%);
}
.max-kutu-5-image {
    position: relative;
    overflow: hidden; 
    border-radius: 20px;
}
.max-kutu-5-image .icon-dis { 
     width:70px;
     height:70px; 
     background: #fff;
     position: absolute;
     z-index: 99;
     bottom:0px;
     right: 0px;
    border-top-left-radius: 20px;
     box-shadow: 0 20px 0 0 #FFFFFF;
}
.max-kutu-5-image .icon {
     width: 50px;
     height: 50px;  
}
.max-kutu-5-image .icon:hover .iconBox {
     transform: scale(1.1);
}
.max-kutu-5-image .icon-dis::before {
     position: absolute;
     content: "";
     top: -40px;
     right: 0px;
     background: transparent;
    height: 40px;
    width: 20px;
     border-bottom-right-radius: 12px;
     box-shadow: 0 20px 0 0 #FFFFFF;
    border-bottom-right-radius: 20px;
}
.max-kutu-5-image .icon-dis::after {
     position: absolute;
     content: "";
     top: 30px;
     left: -20px;
     background: transparent;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
     box-shadow: 0 15px 0 0 #FFFFFF;
}
.max-kutu-5-image .icon .iconBox {
     position: absolute;
     inset: 1.2rem;
     background: #282828;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: 0.3s;
}
.max-kutu-5-image .icon .iconBox i {
    font-size: 20px;
    line-height: 20px;
    color:#fff;
}
 



.bg-gray {
    background-color: #F6F5F3;
}

 





.section-padding { 
  position: relative;
}

.left-section {  
  background-color: #ffb835;
  border-radius:20px 0 0 20px;
  overflow: hidden;
  padding: 20px 20px 20px 40px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 45%);
}
 .left-section span {
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin: 0;
}
 
.right-section {
  background-color: #0f3959;
  border-radius:0px 20px 20px 0px;
  overflow: hidden;
  padding: 20px;
  padding-left: 100px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 45%);
}
 .right-section span {
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin: 0;
  margin-right: 30px;
}

.image-container {
    max-width: 310px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 170px); /* Resmin genişliğini dengelemek için -100px */ 
  z-index: 1;
}

.image-container img {
  width: 300px; /* Resmin boyutu */
  height: auto;
}

@media (max-width: 768px) {
  .image-container {
    top: 60%; /* Mobilde daha uygun yerleşim için ayar */
    left: 50%; /* Mobilde genişliği ortalamak için */
    transform: translate(-50%, -50%);
  }
}





.max-shop-2-dis {
    width: 100%;
    border-radius:5px; 
    overflow: hidden;
transition: all .3s ease-in-out; 
    box-shadow: rgba(27, 30, 30, 0.2) 0px 5px 8px;
    padding: 10px;
}
.max-shop-2-dis:hover { 
    box-shadow: rgba(27, 30, 30, 0.1) 0px 1px 1px; 
}
.max-shop-2-dis .max-shop-1_content { 
    border-radius: 5px;  
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
transition: background 1.5s ease-in-out;

} 
 .max-shop-2-dis .max-shop-1_content .max-shop-1-product_image { 
    margin: 5px auto 10px;
    background-color: #ffffff; 
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
 .max-shop-2-dis .max-shop-1_content .max-shop-1-product_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
 .max-shop-2-dis .product-details {
    position: relative; 
    text-align: left;
    padding-left: 10px;
}
 .max-shop-2-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-2-dis .product-name a { 
    font-size:17px; 
    font-weight: 800; 
    text-align: center;
} 
  

 
 
.max-shop-2-dis:hover .product-name a {
    color: var(--color-turuncu);
}

.become-a-member {
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #f8f9fa; 
    border: 2px dashed #007bff; 
    border-radius: 10px;  
    text-align: center;
    margin-top: 30px;
}

.become-a-member-content h3 {
    font-size: 1.5rem;
    color: #333;  
    margin-bottom: 10px;
}

.become-a-member-content .btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.become-a-member-content .btn:hover {
    background-color: #0056b3;
    text-decoration: none;
}







.promo-area .image-box {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    margin-top: 10px;
}

.promo-area .image-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(31, 45, 61, .2) !important;
    box-shadow: 0 10px 30px rgba(31, 45, 61, .2) !important;
}

.product-card {
    position: relative;
    border: 0;
    border-top: 2px solid  var(--color-seftali);
    border-bottom: 4px solid var(--color-seftali);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.9);
}
.promo-area .image-box:hover { 
    border-top: 2px solid  var(--color-kirmizi);
    border-bottom: 4px solid var(--color-kirmizi);
}


.promo-area .card-body h4{
    font-size:18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--color-kirmizi)
}  

.promo-area .card-body p{
    font-size: 14.5px;
    line-height: 22px;
}  





 


 






.parallax {
    background-image: url('../img/bloomdale5.jpg');  
    background-size: cover;
    background-attachment: fixed; 
    background-position: right;   
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
} 
  
.parallax-inner {
    width: 100%;
    height:100%; 
    padding: 0px; 
    z-index: 999;
    padding-top: 50px;
    text-align: left;
}
.parallax-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%);
    z-index: -1; /* Arka planda kalmasını sağlar */
}
.parallax .content h1{
    color: #fff; 
    font-size: 30px;
} 
.parallax .content span {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-turuncu);
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.parallax .content p{
    color: #fff;
    padding: 20px;
    padding-left: 0px;
    font-size: 17px;
}
 










 

.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; 
}


.breadcrumb-area1 { 
    padding: 135px 0 10px;
}
.breadcrumb-area1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.breadcrumb-area .banner-curve {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 26px;
    background-image: url(../img/curve.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
}
.breadcrumb-area h3 {
    font-size: 28px;
    color: #fff; 
}
.breadcrumb-area a { 
    font-size: 20px;
    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: 20px;
    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: "";
}


 
 


 











.gallery-block-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
    opacity: 0;
    transform: scale(1.25);
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 40%);
}
.gallery-block-1:hover .gallery-block-1-overlay {
    opacity: 1;
    transform: scaleY(1);
}
.gallery-block-1-inner-box {
    background-color: #000; 
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-block-1-image img {
    position: relative;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-block-1-link-btn a,
.styled-pagination li a {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.gallery-block-1-link-btn a {
    width: 80px;
    height: 80px;
    line-height: 85px;
    font-size: 25px;
    margin-right: 6px;
    margin-bottom: 15px;
}
.gallery-block-1-link-btn a {
    background-color: #fff;
    color: var(--theme-color);
}
.project-block-1-link-btn span {
    position: relative;
    display: inline-block;
    transition: 0.5s;
}
.gallery-block-1-link-btn a span {
    transform: rotate(360deg);
}







.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: 16px;
}
.post-body{
    font-size: 16px;
}









 




.flexslider2 {
    width: 100%;
    overflow: hidden;
    position: relative; 
    border: 0 !important; 
    margin-bottom: 0px;
    padding-bottom: 0px; 
  height: 400px !important; 
}
 
 .flexslider2 .slides {
  position: relative;
  overflow: hidden;  
    text-align: center; 
    height: 100%;  
}
 .flexslider2 .slides li{ 
  height: 100% !important;   
}
  
.flexslider2 .product-image {
  position: relative;
  overflow: hidden;
  height: 100% !important;
    width: 100% !important; 
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 3px;
    padding:0px;
}

.flexslider2 .product-image img {
  width: 100% !important; 
  height: 100% !important;
    object-fit: contain;
    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: 40px;
  height: 40px;
    float: left;
  position: absolute;
  left:  0px;    
  line-height: 42px;
} 
.flexslider2 .flex-direction-nav a.flex-prev:before {
  content: '\f105';
}

.flexslider2 .flex-direction-nav a.flex-next:before {
  content: '\f104';
}


.flexslider2 .flex-direction-nav a:before,
.flexslider2 .flex-direction-nav a:after {
  background: var(--color-koyu-mavi);
  height: 40px;
    width: 40px;
    line-height: 40px; 
  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;
}



.flexslider3 {
    width: 100%;
    overflow: hidden;
    position: relative; 
    border: 0 !important; 
    margin-bottom: 0px;
    padding-bottom: 0px; 
  height: 400px !important; 
}
 
 .flexslider3 .slides2 {
  position: relative;
  overflow: hidden;  
    text-align: center; 
    height: 100%;  
}
 .flexslider3 .slides2 li{ 
  height: 100% !important;   
}
.yeni_slayt {
    height: 100%;
} 
.yeni_slayt li {
    height: 100%;
}
.flexslider3 .product-image {
  position: relative;
  overflow: hidden;
  height: 100% !important;
    width: 100% !important; 
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 3px;
    padding:0px;
}

.flexslider3 .product-image img {
  width: 100% !important; 
  height: 100% !important;
    object-fit: contain;
    overflow: hidden;  
    border-radius: 5px;
}
.flexslider3  .flex-direction-nav {
  top: 43%;
  width: 100%;
  height: 1px; 
  position: absolute;   
}

.flexslider3  .flex-direction-nav  .flex-nav-prev {
    width: 40px;
  right: 10px;  
  height: 40px;
  position: absolute; 
}

.flexslider3  .flex-direction-nav .flex-nav-next {
    width: 40px;
  height: 40px;
    float: left;
  position: absolute;
  left:  0px;    
  line-height: 42px;
} 
.flexslider3 .flex-direction-nav a.flex-prev:before {
  content: '\f105';
}

.flexslider3 .flex-direction-nav a.flex-next:before {
  content: '\f104';
}


.flexslider3 .flex-direction-nav a:before,
.flexslider3 .flex-direction-nav a:after {
  background: var(--color-koyu-mavi);
  height: 40px;
    width: 40px;
    line-height: 40px; 
  border-radius: 5px; 
}
 
.flexslider3 .flex-direction-nav .flex-nav-prev:hover a:before,
.flexslider3 .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; 
  border-radius: 5px;
}
.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; 
}

.thum_flex2 {
  position: relative;
  cursor: pointer;
}

.thum_flex2 .flex-direction-nav {
  top: 30%;
  width: 100%;
  height: 1px; 
  position: absolute;
  display: none; 
}
.flex-direction-nav a { 
    width: 50px;
    height: 50px; 
  border-radius: 5px;
}
.thum_flex2  .flex-direction-nav .flex-nav-prev {
    width: 36px;
  right: 10px;  
  height: 36px; 
  position: absolute; 
}

.thum_flex2  .flex-direction-nav .flex-nav-next {
    width: 36px;
    float: left;
  position: absolute;
  left: 10px;  
  height: 36px;  
}
.thum_flex2  .flex-direction-nav a {
    line-height: 31px;
}

.thum_flex2 .flex-direction-nav a:before,.thum_flex2 .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: 110px !important;
    width:150px !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;
}




.urun-detay-dis {
    padding-top: 30px;
}
.urun-detay-baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5; 
}
.urun-detay-baslik h2{
    color: var(--color-antrasit); 
    font-size: 20px;
}

.urun-detay-icerik{ 
    width: 100%;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 30px;  
    margin-top: 10px;  
    border-bottom: 1px solid #d5d5d5; 
    padding-bottom: 10px;  
}
 
.urun-detay-icerik strong{ 
    font-weight: 700;     
}

.urun-fiyat2 {
    margin-top: 10px;
    display: block;
    font-size:30px;
    line-height: 38px;
    font-weight: 500;
    color: var(--color-turuncu);  
}
.urun-fiyat2 span{ 
    font-size: 24px;
    line-height: 40px;   
}

.quantity-input {
    height: 72px;
            display: flex;
            align-items: center;
            color: var(--color-turuncu);
        }
        .quantity-input button {
            width: 40px;
            height: 40px;
            font-size: 20px;
            border: 1px solid var(--color-turuncu); 
            background: transparent;
            cursor: pointer;
        }

        .quantity-input input {
            width: 60px;
            height: 40px;
            text-align: center;
            font-size: 22px;
            border: 1px solid  var(--color-turuncu); 
            border-left: none;
            border-right: none;
            color: var(--color-kahve);
        }
        .quantity-input input:focus {
            outline: none; /* Tarayıcı varsayılan outline'ını kaldırır */
            border: 1px solid var(--color-turuncu);
            border-left: none;
            border-right: none;
        }

#add-to-cart {
    width: 94%;
}

#model-warning {
    margin-top: 5px;
}



.toast{ 
    width: 350px;
  position: fixed;
  z-index: 999;
  top: 95px;
  right: 30px;
  border-radius: 6px;
  background: #fff;
  padding: 20px 35px 20px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--color-turuncu);
  border-left: 16px solid var(--color-turuncu);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
}
.fa-check::before {
  content: "\f00c"; }
.toast.active{
  transform: translateX(0);
}
.toast-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast-check{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background-color: var(--color-turuncu);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.message{
  display: flex;
  flex-direction: column;
  margin: 0 30px 0 20px;
}
.message-text{
  font-size: 16px;
  font-weight: 600;
}
.text-1{
  color: var(--color-siyah);
}
.text-2 a{ 
  font-weight: 400;
  font-size: 14px !important;
}
.toast-close{
  position: absolute;
  top: 16px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  font-size: 20px;
}
.toast-close:hover{
  opacity: 1;
}

        .cart-item {
            margin-bottom: 15px;
            border-bottom: 1px solid #ddd; /* Ürünler arasında çizgi */
            padding-bottom: 15px;
        }

        .cart-item img {
            max-width: 150px;
             height: auto;
            object-fit: cover;
        }
        
        .cart-item2 img {
            max-width: 90px;
            height: auto;
            object-fit: cover;
        }
.cart-item2 h5 {
    font-size: 15px !important; 
}

        .quantity-input2 {
            display: flex;
            align-items: center;
            color: var(--color-koyu-mavi);
        }
        
        .quantity-input2 button {
            width: 34px;
            height: 34px;
            font-size: 16px;
            border: 1px solid var(--color-koyu-mavi); 
            background: transparent;
            cursor: pointer;
        }

        .quantity-input2 input {
            width: 60px;
            height: 34px;
            text-align: center;
            font-size: 20px;
            border: 1px solid var(--color-koyu-mavi); 
            border-left: none;
            border-right: none;
            color: var(--color-kahve);
        }
        
        .quantity-input2 input:focus {
            outline: none; /* Tarayıcı varsayılan outline'ını kaldırır */
            border: 1px solid var(--color-koyu-mavi);
            border-left: none;
            border-right: none;
        }

        .cart-header {
            border-bottom: 2px solid #000; /* Başlık satırı çizgisi */
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

.sepet-ikon { 
    height: 30px !important;
    line-height: 30px !important; 
    margin-right: 5px; 
    padding: 0px 14px !important; 
    font-size: 16px !important; 
}

.sepet-ikon i{  
    padding-left: 0px !important;  
}
.sepet-dis { 
    color: var(--color-koyu-mavi)
}

.sepet-dis h5 {
    font-size:18px;
    font-weight: 500;
    color: var(--color-koyu-mavi);
    margin-bottom: 0px;
}
.sepet-dis h5.buton_solu { 
    line-height: 40px; 
}

.sepet-urun-fiyat {
    font-size: 17px;
    color: var(--color-koyu-mavi);
    margin-bottom: 0px;
}

.sepet-toplam-fiyat {
    font-size:18px;
    font-weight: 500;
    color: var(--color-koyu-mavi);
    margin-bottom: 0px;
}

.fa-trash::before {
  content: "\f1f8"; }

.sepet-dis i{ 
    padding: 5px;
    font-size: 20px;
} 

.siparis_fiyat_kucuk {
    display: none;
}
.siparis_durum_yazi,
.urun_durum_yazi,
.note {
    font-size: 16px;
    font-weight: 600;
    color:var(--color-kahve);
}


input.form-control.readonly,
textarea.form-control.readonly {
    background-color: #e9ecef;
    opacity: 1;
}

.siparis-btn {
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    background-color: #d39e00; 
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.siparis-btn:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #fff;
}

.siparis-btn:active {
    background-color: #d39e00;
    border-color: #d39e00;
}


.text-warning {
    --bs-text-opacity: 1;
    color: #d39e00 !important;
}




.sag_renkler {
    width: 100%;
    height: auto; 
    overflow: hidden;
    min-height: 100px;
    display: block;
  list-style: none;
  margin-top: 15px; 
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}

.sag_renkler li {
  position: relative;
  float: left;
  display: flex; 
  flex-direction: column; /* Dikey hizalama için */
  justify-content: center;
  align-items: center; 
  box-sizing: border-box;
  margin-right: 20px;
  width: 72px;
  height: 76px; 
  margin-bottom: 10px;
  text-align: center; 
}

.renk {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c2c2c2;
  cursor: pointer;
  display: block;
}

.sag_renkler li span {
  display: block;
  margin-top: 5px; /* Renk ve yazı arasındaki boşluk */
}

.tooltip-text {
    font-size: 14px;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 8px; 
    background: var(--color-koyu-mavi);
    
    /* Tooltip pozisyonu */
    position: absolute;
    top:   -10px; /* Resmin üstüne doğru pozisyon */
    left: 50%;
    transform: translateX(-50%);
    
    /* Tooltip görünümünü gizle */
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    border-radius: 4px; 
}

.renk:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


.bg-color-siyah{background: var(--color-siyah);} 
.bg-color-beyaz{background: var(--color-beyaz);}
.bg-color-turuncu{background: var(--color-turuncu);}
.bg-color-antrasit{background: var(--color-antrasit);}
.bg-color-acik-mavi{background: var(--color-acik-mavi);}
.bg-color-mavi{background: var(--color-mavi);}
.bg-color-yesil{background: var(--color-yesil);}
.bg-color-koyu-mavi{background: var(--color-koyu-mavi);}
.bg-color-kirmizi{background: var(--color-kirmizi);}
.bg-color-sari{background: var(--color-sari);}
 



.max-video.thumbnail {
    position:relative;
    margin-bottom:10px;
    height: auto;
    border-radius:5px 15px 5px 15px;
    overflow: hidden; 
}
.max-video.thumbnail video{
    width: 100%; 
    height: 450px;
    object-fit: cover;
}   













.bg-light { 
    background-color: rgba(248, 244, 243,1)  !important;
}

.blog-style-2 {
    background: #fff;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
} 
.blog-style-2 .thumbnail a {
    display: block; 
    position: relative;
    overflow: hidden;
}

.blog-style-2 .thumbnail a img {
    width: 100%;
    height: 100%;
} 

.blog-style-2 .content {
    box-shadow: none;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; 
    padding:10px 12px 10px 20px;
    border-radius: 10px;
    position: relative;
}
 
.blog-style-2 .content .title { 
    font-size: 22px;  
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-style-2 .content p {  
    margin-bottom: 0px; 
}

.blog-style-2.sag_blog {
    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; 
}

.blog-style-2.sag_blog .thumbnail{
    width: 240px;
    margin-right: 0px;
    position: relative;
}

.badge {
    padding: 5px 10px;
    border-radius: 5px;
    color:var(--color-koyu-kahve) !important;
    border: 1px solid #dee2e6 !important;
    font-size: 14px;
} 


.image-zoom-hover {
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform 1.6s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    -o-transition: transform 1.6s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 1.6s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 1.6s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.card:hover .image-zoom-hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-style-2 a.blog-btn {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    text-align: center;
}

.blog-style-2 a i svg {
    margin-top: -3px;
    transform: rotate(90deg);
}


.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: .01em;
    justify-content: center;
    color: #222;
}
.page-item {
    margin-right: 10px;
}
.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 40px;
    padding: 0 16px;
    line-height: 1;
    background-color: transparent !important;
    border: 2px solid transparent;
    transition: border .3s;
    border-color: #ccc;
    color: #222;
    font-size: 14px;
}
.page-link.active, .active > .page-link {
    border-color: var(--color-turuncu);
    color:  var(--color-turuncu);
}







.sayfa_ici_flexslider {
    max-width: 400px; 
    max-height: 280px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flexslider2.sayfa_ici_flexslider .slides li {
    height: 100% !important;
    max-height: 280px !important;
    overflow: hidden;
}
.sayfa_ici_flexslider a{ 
    display: block;
    height: 100%;
}
.sayfa_ici_flexslider img{
    object-fit: cover;
    height: 100%;
}






.sidebar .widget {
    background: #f8f5f0;
    padding: 30px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar .widget-title {
    margin-bottom: 20px;
    font-size: 22px;
}

.sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.sidebar .widget h6 { 
    font-size: 26px;
}
.sidebar .widget .recent li {
    display: block;
    overflow: hidden; 
    margin-bottom: 20px;
    color: #666;
    font-size: 18px;
    line-height: 20px;
}
.sidebar .widget .recent .thum {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar .widget .recent .thum img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.sidebar .widget .recent a.margin-left {
    display: block;
    margin-left: 115px;
}
.sidebar .widget ul li a {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 15px;
    display: inline-block;
    max-width: 60%;
    overflow: hidden; /* Taşan metni gizler */
    text-overflow: ellipsis; /* Taşan metin için "..." ekler */
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    -webkit-box-decoration-break: clone; 
}

.sidebar .widget ul li p {
    margin-left: 115px;
    line-height: 20px;
    font-size: 14.5px;
}


 



.lookbook-dis {
    position: relative; 
}

.logo_kapat {
    position: absolute;
    width: 254px;
    height: 166px;
    bottom:  5px;
    background: #fff;
}
 .lookbook-dis:nth-of-type(3) .logo_kapat {
    width: 250px;
    height: 180px;
}

 .lookbook-dis:nth-of-type(4) .logo_kapat {
    width: 250px;
    height: 180px;
}


.teknik-servis-img {
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.masonry-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.masonry-item {
    float: left;
    width: calc(50% - 50px);  
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .masonry-item {
        width: 100%;  
    }
}

.materyal-dis {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.materyal-image img {
    width: 100%;
    border-radius: 10px;
}

.materyal-meta-info {
    text-align: center;
    margin-top: 10px;
}


.widget-koleksiyon {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.widget-koleksiyon .widget-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding:  0px 3px 18px;
    font-size: 24px;
    font-weight: 600; 
    text-transform: none;
    border: none;
    transition: padding .3s;
    border-bottom: 1px solid #eee;
}

.widget-body li {
    padding:12px 3px 12px  0px;
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eee;
}

.widget-body li:last-child {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
}






#gmap_canvas {
    width: 100%;
    height: 370px;
}
 
.contact-main-form {
    background-color: #F6F5F3;
    padding: 60px 80px 50px;
    border-radius: 0 10px 10px 0;
    height: 100%;
}
.contact-main .row {
    margin: 0;
}
.contact-main .col-lg-4,
.contact-main .col-lg-8 {
    padding: 0;
}
.contact-main .form-group label {
    display: block;
    color: #afb0b6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-main .form-group {
    margin-bottom: 41px;
}
.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-koyu-mavi);
}





.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-koyu-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--file {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: var(--color-koyu-mavi);
  border-radius: 5px;
  overflow: hidden;
  text-align: left; 
  margin-bottom: 0px;
}

/* Dosya inputunu gizle */
.contact-page__form-input-box--file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Dosya seç inputunu gizler */
  cursor: pointer;
}

/* Sadece dosya inputu için "Dosya Seç" yazısı */
.contact-page__form-input-box--file::before {
  content: "Dosya Seç";
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

/* Açıklama yazısı */
.file-note {
  display: block;
  font-size: 14px; 
  margin-top: 5px;
  text-align: left;
  margin-bottom: 20px;
}

.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 .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact-page__form-input-box .bootstrap-select>.dropdown-toggle {
  position: relative;
  background-color: var(--color-koyu-mavi) !important;
  border-radius: 0;
  color: var(--color-dort) !important;
  font-size: 13px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  outline: none !important;
  border: 0;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-radius: 10px;
}
 
.contact-page__form-input-box textarea {
  font-size: 13px;
  color: var(--color-dort);
  font-weight: 400;
  height: 168px;
  width: 100%;
  background-color: var(--color-koyu-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;
}

.contact-page__form-btn {
  border: none;
}

.contact-page__form-input-box.text-message-box {
  height: 168px;
}















.sub-title {
    font-size: 22px;
    color: #fff;
    padding-left: 0;
    margin-top: 0;
    margin: 0;
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 2px solid var(--color-mavi);
}  
.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 > a,
.cl-list li > p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-width: 80%;
    padding-left: 20px;
    margin-bottom: 0px;
}
.cl-list li > a span {
    display: inline-block;
    color: #619f9d;
}


.contact-social {
    margin-top: 30px; 
}
.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;
}


footer .social-links.without-bg li a { 
    color: var(--color-koyu-mavi);
}
footer .contact-social > span {
    color: var(--color-koyu-mavi); 
}

 

 





.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: 160px;
    height:31px
}
.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:17px;
    font-weight:500
}
.popup-mobile-menu .mainmenu li a.menu-btn {
    padding:0px 0; 
}
.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 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:#D2D7DB;
    font-size: 16px;
} 
 
 
.footer-top{ 
    position: relative;
    color: var(--color-koyu-mavi); 
    position: relative;
    width: 100%;
}
 
footer .container{
    z-index: 9;
    position: relative;
 }
.footer-logo{
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 20px;
}
.footer-logo img{
    width:240px; 
    margin-bottom: 10px; 
    display: block;
}
footer h3 { 
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--color-koyu-mavi);
}
footer a { 
    font-size: 14px;
    font-weight: 400;
    color: var(--color-koyu-mavi);
}  
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: 16px;
} 


.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 i  {
    width: 30px;
    height: 30px;
    fill: var(--color-turuncu);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 28px;
}
.widget-address .contact .item span { 
    font-size: 16px;
    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);
}



footer .copyright-area {
    margin-top: 50px;
    padding: 22px 0;
    border-top:1px solid var(--color-koyu-mavi);
    color: #fff;
}
footer .copyright-area p { 
    margin-bottom: 0; 
    font-size: 16px;
} 
footer .copyright-area a {  
    font-size: 16px;
} 


.progress, .upload_progress {
    display: none;
}
 










 
@media only screen and (max-width:1200px) {
.header-top-left a {
    font-size: 14px; 
} 
.slide_text { 
    width: 50%;
    color: #fff; 
}

.max-kutu-2-dis { 
    height: 330px;
}

.height-x3, .height-x3 img {
    width: 100%;
    height: 280px !important;
}

.header-top-right li a{
    padding: 10px;
} 
.header-top-right .menu-btn {
    margin-right: 10px; 
}


}










@media only screen and (max-width:992px) {
 
.g-5, .gy-5 {
    --bs-gutter-y: 2rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 2rem;
}
.mt-4 {
    margin-top: 0.5rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.height-x7, .height-x7 img,
.height-x6, .height-x6 img
.height-x7, .height-x7 img { 
    height: 350px !important;
}
.height-x4, .height-x4 img { 
    height: 310px !important;
}
.height-x3, .height-x3 img { 
    height: 250px !important;
}
 
.header-action {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
} 
.header-action .mobile-menu-bar .hamberger-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--color-beyaz);
    font-size:30px;
    margin-right:  0px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}  
.section-padding {
    position: relative;
    padding: 20px 0px;
} 

    .slide_text {
        width:60%;
    }

.max-kutu-2-dis {
    margin-bottom: 30px;
}

.parallax .content h1 { 
    font-size: 24px;
}
.parallax .content p { 
    font-size: 16px;
}
.max-magaza-box-2 .inner-back-side .sub-title { 
    margin-bottom: 10px; 
}
footer .widget_recent_post {
    padding-left: 0px;
}
.widget-address .contact {
    margin-top: 20px;
}

    .height-x3, .height-x3 img {
        height: 260px !important;
    }

.contact-main-form { 
    padding: 20px 30px 20px;  
}
.dropdown-menu { 
    position: relative; 
}
.breadcrumb-area1 {
    padding: 90px 0 10px;
}
.sepet-ikon { 
    top: -7px;
}

}




@media (max-width: 768px) {


    .slide_text {
        width:80%;
    }

.right-section { 
    padding-left: 40px; 
}
.parallax { 
    height: 480px; 
}
.parallax .content span { 
    font-size: 26px;
    line-height: 26px; 
    margin-bottom: 10px; 
}
    .parallax .content h1 {
        font-size: 22px;
    }

    .parallax .content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        padding: 0px;
    }

.height-x7, .height-x7 img, .height-x6, .height-x6 img .height-x7, .height-x7 img ,
    .height-x8, .height-x8 img {
        height: 260px !important;
    }


.flexslider2, .flexslider3 { 
    height: 230px !important; 
}
.urun-detay-dis {
    padding-top:  0px;
}
.max-header .header-brand .logo img {
    width: 240px;
    height: 40px; 
}


}










@media only screen and (max-width:470px) {
.parallax { 
    height: 540px; 
}
.parallax-inner { 
    padding-top: 10px; 
}
    .parallax .content p {
        font-size: 15px;  
        line-height: 20px; 
    }


.max-header .header-brand .logo img {
    width:170px;
    height:29px; 
}
.hakkimzida-slogan {
    font-size: 32px;
    line-height:36px; 
    margin-bottom: 10px;
}
.hakkimizda-stil-2 .max-img .img { 
    height: 330px; 
}

.hakkimizda-stil-2 .about-one { 
    left: 70px; 
    padding: 20px 0px 20px 15px; 
}
.hakkimizda-stil-2 .about-one-sub-title { 
    padding-bottom: 10px; 
}

.slider_asagi_buton { 
    bottom: 0;
    left: auto;
    transform: translate(0%, 0%); 
    right: 0px;
}
    .slide_text {
        width: 96%;
    }

.slide_title {
    font-size: 28px;
    margin-bottom: 16px; 
}
.flexslider .slider-tel-posta { 
    bottom: 54px; 
}
.slider-tel-posta .slider-iletisim li { 
    margin-bottom:5px;
}
.slider-tel-posta .slider-iletisim li a { 
    font-size: 17px; 
}

.left-section { 
    border-radius: 10px; 
    padding: 0px 20px 20px 40px; 
}
.right-section { 
    border-radius: 10px;  
}
.image-container img {
    margin-left: 60px;
    width: 240px;
    height: auto;
}

.cart-header {
    display: none;
 }

    .cart-item img {
        max-width: 80px; 
    } 
 
    .sepet-container {
        max-width: 100%;
    }
    }





.progress-bar , .progress, .upload_progress{
    height: 30px;
}
/* Progress Bar Genel Stil */
.upload_progress {
    background-color: #f1f1f1; /* Arkaplan rengi */
    border-radius: 5px; /* Yuvarlak köşeler */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 30px; /* Yükseklik */
    overflow: hidden; /* Taşan kısımlar gizlensin */
}

/* Progress Bar İçi */
.upload_progress .progress-bar {
    background: linear-gradient(90deg, #28a745, #72c937); /* Yeşil tonlarında renk geçişi */
    border-radius: 5px;
    transition: width 0.4s ease-in-out; /* Yumuşak geçiş efekti */
}

/* Bekleyiniz yazısı için stil */
.upload_progress .sr-only {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}



.siparis_sorgula_sonuc {
    display: none;
}


.online-odeme-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 16px;
  right: 10px;
  z-index: 100000;
  gap: 10px;
}

/* Aç-Kapa Butonu */
.fixed-buttons.fiyat_ac_kapa .max-button-default {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0B3954;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-buttons.fiyat_ac_kapa .max-button-default a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* Satış Butonu */
.fixed-buttons.sales .max-button-default {
  padding: 10px 25px;
  border-radius: 25px;
  background: var(--color-turuncu);
}

.fixed-buttons.sales .max-button-default a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 15px;
  line-height: 17px;
}

/* Ortak ikon alanı */
.tel-icon {
  margin-right: 10px;
}

.fixed-buttons.fiyat_ac_kapa .tel-icon {
  margin-right: 0; /* sadece ikon olacak */
}
.fiyat_ac_kapa {
  position: relative;  
  width: 40px;
  height: 40px; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100001;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.fiyat_ac_kapa:hover {
  background-color: #c40000;
}

.fiyat_ac_kapa a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


.fa-eye::before {
  content: "\f06e"; }
.fa-eye-slash::before {
  content: "\f070"; }
.fa-credit-card::before {
  content: "\f09d"; }

.logo-backs2 {
	display: none !important;
} 