:root{
    --color-siyah:#000;   
    --color-beyaz:#fff;  
    --color-antrasit:#383E3E;  
    --color-kirmizi:#D92C1C;
    --color-siyah2:#272727;
    --color-sari:#FFB128;   
    --color-kirimizi-rgba:rgba(217, 44, 28);
    --color-mavi-rgba:rgba(0, 0, 0);
    --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:'Montserrat', 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;  
    color: var(--color-kirmizi);
}
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:15px;
    line-height:24px;
    font-weight:400; 
    margin:0 0 10px;
    color: var(--color-antrasit);
}
.fa-facebook-color{color: var(--color-facebook) !important;}
.fa-twitter-color{color: var(--color-twitter) !important;}
.fa-instagram-color{color: var(--color-instagram) !important;}
.fa-youtube-color{color: var(--color-youtube) !important;}

.social-share li:hover .fa-facebook-color,
.social-share li:hover .fa-twitter-color,
.social-share li:hover .fa-instagram-color,
.social-share li:hover .fa-youtube-color
{color: #fff}

.section-padding {
    position: relative;
    padding: 30px 0px;
}
.section-padding2 {
    position: relative;
    padding: 50px 0px;
} 

.height-x8, .height-x8 img {
    width: 100%;
    height: 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: 200px;
}
.height-x8 img,
.height-x8 video,
.height-x7 img,
.height-x7 video,
.height-x6 img,
.height-x6 video,
.height-x5 img,
.height-x5 video,
.height-x4 img,
.height-x4 video,
.height-x3 img,
.height-x3 video,
.height-x2 img,
.height-x2 video,
.height-x1 img,
.height-x1 video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.w-70 {
    width: 70% !important; 
}   
a.max-btn,
button.max-btn {
    text-align: center; 
    display: inline-block;
    height: 38px;
    line-height: 40px;
    color:#fff;
    background: var(--color-turkuaz);
    padding: 5px 30px;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
    border: 0 none; 
    border-radius: 0px; 
    position: relative;
    z-index: 1;
    cursor: pointer; 
    letter-spacing: 0.1px; 
    border-radius: 5px;
}
a.max-btn i,
button.max-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 14px
}

a.max-btn:hover:after,
button.max-btn:hover:after {
    left: 0;
    width: 100%;
}

a.max-btn.btn-large,
button.max-btn.btn-large {
    height: 40px;
    line-height: 40px;
    padding: 0 50px !important;
    font-size: 17px;
}
a.max-btn.btn-large i,
button.max-btn.btn-large i { 
    padding-left: 10px
}
a.max-btn.btn-medium,
button.max-btn.btn-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 17px;
}
a.max-btn.btn-small,
button.max-btn.btn-small {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
}
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-antrasit);
    color: var(--color-beyaz);
    font-weight: 400; 
}
a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background:var(--color-kirmizi);
    border:1px solid var(--color-kirmizi);
}  
a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background: var(--color-kirmizi); 
    color: var(--color-beyaz);
    font-weight: 400;
}
a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-beyaz);
    background: var(--color-antrasit);
    border:1px solid var(--color-antrasit);
}  
a.max-btn.btn-uruncu,
button.max-btn.btn-uruncu {
    background: var(--color-sari);
    color: var(--color-beyaz);
    font-weight:400; 
}
a.max-btn.btn-uruncu:hover,
button.max-btn.btn-uruncu:hover {
    color: var(--color-beyaz);
    background: var(--color-acik-mavi);
    border:1px solid var(--color-beyaz);
}  
a.max-btn.btn-curved,
button.max-btn.btn-curved {
    border-radius: 10px 5px
}
a.max-btn.btn-curved:hover,
button.max-btn.btn-curved:hover {
    border-radius: 5px 10px;
    color: #fff;
}
a.max-btn.btn-curved2,
button.max-btn.btn-curved2 {
    border-radius: 5px 10px
}
a.max-btn.btn-curved2:hover,
button.max-btn.btn-curved2:hover {
    border-radius: 10px 5px
}
a.max-btn.btn-border,
button.max-btn.btn-border {
    background-color: transparent;
    border: 1px solid var(--color-beyaz);
    color: var(--color-beyaz) ;
    width: auto;
    padding: 10px 20px;
    position: relative; /* Parent container relative positioning */
    display: inline-flex;
    align-items: center; /* Vertical centering */, 
}
a.max-btn.btn-border:hover,
button.max-btn.btn-border:hover {
    background-color: var(--color-kirmizi);
    border-color: var(--color-kirmizi);
    color: var(--color-beyaz) ;
}
.btn-border span {
    padding: 0 56px;
    padding-right: 10px; 
    font-weight: 500;
}
.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: 14px;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--color-kirmizi) !important;
    line-height: 1.33;
    font-weight: 700; 
}
.max-btn-link i{  
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: var(--color-kimizi); 
}
.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"; }

.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: relative;   
    width: 100%;
    background: transparent;
    z-index: 99; 
    height:80px;     
} 
.max-header .header-mainmenu{  
    position:relative;
    height: 80px; 
    z-index: 1; 
    background-color: #333;
} 
.max-header .header-brand{
    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; 
    justify-content: flex-start;
}
.max-header .header-brand .logo{
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 80px;  
    padding-top: 0px; 
    padding-left: 0px;
    border-radius: 10px; 
    z-index: 999;
} 
.skev-div1:before {
    position: absolute;
    top: 0;
    margin-right: -450px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #fff;
    content: "";
    transform: skew(140deg);
    z-index: 1
}
.max-header .header-brand .logo img{
    width: 261px;
    height:73px; 
    max-width: none; 
    z-index: 999;    
}  
.max-header .header-mainnav{  
    list-style: none; 
    align-items: center;   
} 
.mainmenu-nav .mainmenu{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0; 
}
.mainmenu-nav .mainmenu li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
    position: static;
}
.mainmenu-nav .mainmenu>li>a{
    color: var(--color-beyaz);
    font-size:15px; 
    padding:0 20px;
    height: 80px;
    line-height: 80px;  
    font-weight: 500;
    -webkit-transition:0.3s;
    transition:0.3s;  
}  
.mainmenu-nav .mainmenu>li>a.menu_aktif {
    color:var(--color-kirmizi);
}

.mainmenu-nav .mainmenu li a:hover{
    color: var(--color-kirmizi);
}   
.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: 20rem; /* Genişliği iki sütun için ayarladık */
    padding: 0.5rem 0;
    margin-left: 0px;
    margin-top: -10px;
    font-size: 17px;
    color: #212529;
    text-align: left;
    border: none;
    background-color: #fff;
    background-clip: padding-box; 
    border-radius: 5px;
    
    
    grid-template-columns: repeat(2, 1fr); /* 2 eşit sütun */
    gap: 0; /* Sütunlar arasında boşluk olmaması için */
}
.dropdown-item {
    display: block;
    padding: 10px 20px; /* Mevcut padding korunuyor */
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2; /* Mevcut border korunuyor */
    box-sizing: border-box; /* Padding ve border genişliği hesaba katılır */
    font-size: 14px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    
}

.dropdown:hover .dropdown-menu {
   display: grid; /* Grid kullanarak iki sütun yapısı oluşturuyoruz */
}

.dropdown-toggle:after {
    display: none;
}


 





.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:58vh !important;
    max-height: 580px;
}

.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::after {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0) 100%); 
    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 .flex-direction-nav {
    width: 100%;
    max-width: 1400px; 
    height: 40px;
    margin: 0 auto; /* Orta hizalamak için */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Hem yatay hem dikey ortalamak için */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999; 
    box-sizing: border-box; 
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-right: auto;
    margin-left: auto; 
}

@media only screen and (max-width:1600px) {
.flexslider .flex-direction-nav { 
        max-width: 1400px;
    }
}

@media only screen and (max-width:1400px) {
.flexslider .flex-direction-nav { 
        max-width: 1140px;
    }
}

@media only screen and (max-width:1240px) {
.flexslider .flex-direction-nav { 
        max-width: 960px;
    }
}

@media only screen and (max-width:992px) {
.flexslider .flex-direction-nav { 
        max-width: 720px;
    }
}

@media only screen and (max-width:768px) {
.flexslider .flex-direction-nav { 
        max-width:540px;
    }
}

.flexslider .flex-direction-nav .flex-nav-prev,
.flexslider .flex-direction-nav .flex-nav-next {
    width: 44px;
    height: 40px;
    transition: 0.4s;
}

.flexslider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    right: 0 !important;
    top: -25px;
}

.flexslider .flex-direction-nav .flex-nav-next {
    position: absolute;
    right: 0;
    top: 25px;
}

.flexslider .flex-direction-nav a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    color: var(--color-kirmizi);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.flexslider .flex-direction-nav a:hover {
    background:  var(--color-kirmizi);
    color: #fff;
}
 
.flexslider .flex-direction-nav .flex-nav-prev a:before,
.flexslider .flex-direction-nav .flex-nav-next a:after {
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    font-weight: 400;
}

.flexslider .flex-direction-nav .flex-nav-prev a:before {
    content: "\f104";
}

.flexslider .flex-direction-nav .flex-nav-next a:after {
    content: "\f105";
}
.flex-control-nav.flex-control-paging {
    display: none;
    position: absolute;
    bottom: 30px; /* Slider'ın en altına yerleştiriyoruz */
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    z-index: 999
}

.flex-control-nav.flex-control-paging li {
    display: inline-block;
    margin-right: 5px;
}

.flex-control-nav.flex-control-paging li a {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    text-decoration: none;
    color: var(--color-kirmizi);
    background-color: var(--color-kirmizi);
    border-radius: 5px 0px 5px 0px;
} 

.flex-control-nav.flex-control-paging li a:hover {
    background-color: #fff;
    color: #fff;
}

.flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #fff;
    color: #fff;
}

 

.container.absolute {
      position: absolute;
      top: 50%;
      left: 50%; 
      transform: translate(-50%, -50%);
      z-index: 9
    }
.slide_text {
    text-align: left;
    position: relative;
    width: 65%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s; 
    opacity: 1;
    z-index: 999; /* changed from 4 */ 
    padding:25px 20px;  
    padding-left: 0px;  
    opacity: 1;   
}
.slide_baslik {
    font-size: 24px;
    line-height: 1.5; 
    margin-bottom: 16px; 
    text-align: left;
    letter-spacing: 2px;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.23);
} 

.slide_byline {
    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);
    color: var(--color-kirmizi)
}
.slide_title {
    font-size: 18px;
    line-height: 1.5; 
    margin-bottom: 16px; 
    text-align: left;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.23);
} 
 
.slide_button { 
    text-align: left; 
}




.flexslider .reservation {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;  
    z-index: 9999;
    margin: 0 auto !important;
    bottom:20px;
    left: 50%;    
    transform: translate(-50%); 
} 
.flexslider .reservation a{
    height: auto;
    overflow: hidden;
    text-align: right;
    float: left; 
} 
.flexslider .reservation .icon {
    position: relative;
    float: left;
    right: -1px;
    width: 50px;
    height: 50px;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    border-radius: 100%;
}
.flexslider .reservation .call {
    position: relative;
    float: left;
    color: #fff;
    text-transform: uppercase; 
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 24px; 
    margin-left: 10px;
}

.flexslider .reservation .call span { 
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    height: 50px;
}
.whatsapp_svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    color: #fff;
} 








.skev-div2-dis {
    position: relative;
    background-color: #333; 
    color: #fff;
    border-bottom: 1px solid #999;
}
.skev-div2-dis .outer-box1 {
    position: relative;
    padding: 20px 0;
    font-size: 22px;
    font-family: 'Oswald';
    letter-spacing: 1px;
}

.skev-div2-dis .outer-box2-dis:before {
    position: absolute;
    top: 0;
    margin-left: 0px; 
    height: 100%;
    width: 1000%;
    background-color: var(--color-kirmizi);
    content: "";
    transform: skew(49deg);
    z-index: 1;
}


.skev-div2-dis .outer-box2{
    position: relative;
    z-index: 999;
    padding: 20px 0; 
    text-align: right; 
}
.skev-div2-dis .outer-box2 a{ 
    position: relative;
    z-index: 999;
    color: var(--color-beyaz); 
    font-weight: 500;
}



.bg-gray{
    background: #F1F1F1;
}

.hakkimizda-stil-1 {
    padding: 50px 0px 30px 0px;
}

.hakkimizda-stil-1:before {
    content: "";
    background: #F3A704;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px; 
}

.hakkimizda-stil-1-box {
    position: relative;
    display: table;
    height: 100%;
    z-index: 2
}
.hakkimizda-stil-1-box-image {
    z-index: 99;
    vertical-align: middle;
    display: table-cell;
    padding-left: 50px;
}

.hakkimizda-stil-1-box-image img{
    width: 100%; 
    object-fit: cover;
    border-radius:5px;
    box-shadow: rgba(27, 30, 30, 0.7) 12px 5px 12px;
}




.hakkimizda-header {
    position: relative;
    padding: 10px;
    padding-left: 25px;
    margin-bottom: 20px;
} 
.hakkimizda-header:before {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    background-color: var(--color-kirmizi);
    top: 0;
}
.hakkimzida-baslik{ 
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; 
}

.hakkimzida-baslik2 { 
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0px;  
}
.hakkimzida-baslik3 { 
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0px;  
    color: var(--color-kirmizi) 
}

.max-ana-title-1 strong, .max-ana-title-2 strong {
    display: block;
    font-size: 25px;
    line-height: 30px; 
    color: var(--color-antrasit)
}
.max-ana-title-2 .section-baslik {
    font-size: 24px;
}
.max-ana-title-2-outer {
    width: 100%;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;  
}
 .wt-separator{   
    max-width: 150px;
    height: 8px;
    display: block;
    margin: 0 auto;
    position: relative;  
} 
.wt-separator::after  {
    content: "";
    position: absolute;
    left: 0;
   bottom: 0px;
    width: 100%;
    height: 3px;  
    background: var(--color-kirmizi);
    opacity: 1; 
    transition: opacity 0.3s;
}
.max-ana-title-2-title {
    font-size: 15px;
}

.max-ana-title-2 p {
    font-size: 14.5px;
    line-height: 22px;
}

.light-bg {
    background: #f5f7f7;
}
.max-box-1 { 
    position: relative;
  -webkit-box-shadow:0 5px 20px 0 rgba(23, 44, 82, 0.1);
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  background-color: var(--color-beyaz); 
    border-radius: 5px;
    overflow: hidden; }
  .max-box-1 .max-box-1-img {
    position: relative; 
    height: 210px;
    overflow: hidden;
  }
  .max-box-1 .max-box-1-img a{
    width: 100%;
    height: 100%;
    display: block;
  }
  .max-box-1 .max-box-1-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out
  }
    .max-box-1 .max-box-1-img .max-box-1-badge {
      position: absolute;
      bottom: 0;
      right:  0px; }
      .max-box-1 .max-box-1-img .max-box-1-badge ul {
        padding: 0;
        margin: 0; }
        .max-box-1 .max-box-1-img .max-box-1-badge ul li {
          display: inline-block;
              background-color: var(--color-kirmizi);
          padding: 0px 0px 0px 15px; 
          -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
          box-shadow:0 5px 20px 0 rgba(23, 44, 82, 0.1);
          font-size: 14px;
          line-height: 34px;
          text-transform: capitalize;
          font-weight: 400;
          color: #fff;
              border-radius: 5px 0px 0px 5px; }
        .max-box-1 .max-box-1-img .max-box-1-badge ul li:hover { 
              background-color: var(--color-antrasit);
              color: #fff; }
.max-box-1 .max-box-1-img .max-box-1-badge ul li i {
              background-color: var(--color-kirmizi);
    padding: 5px 10px;
    font-size: 10px;
    line-height: 22px;
    margin-left: 20px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
 .max-box-1 .max-box-1-img .max-box-1-badge ul li:hover i{ 
              background-color:  var(--color-antrasit);
              color: #fff; }

 .max-box-1 .max-box-1-img .max-box-1-badge ul li a{  
              color: #fff; 
          }
  .max-box-1 .max-box-1-info {
    padding: 20px; }
 
    .max-box-1 .max-box-1-info h4 {
      position: relative;
      padding-bottom: 10px;
      font-weight: 600;    
      color: #333;
      text-transform: capitalize; }
.max-box-1 .max-box-1-info h4::after {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--color-kirmizi);
}      
    .max-box-1 .max-box-1-info p {
      line-height: 22px;
      font-size: 15px;
       }
 
 
   
.max-box-1 .max-box-1-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1); 
    opacity: 0.7;
} 
 .max-box-1::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--color-kirmizi);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
.max-box-1:hover::before {
      width: 100%;
      opacity: 1;
      visibility: visible;
      border-radius: 5px; } 
.max-box-1:hover .max-box-kutu-6-info .ltn__service-btn {
      color: var(--color-kirmizi); }









.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: 240px;
    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:20px;
    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;
}
 

.max-box-kutu-6 {
    position: relative;
  border: 1px solid #f6f6f6;
  margin-bottom: 30px;
  padding: 30px 20px 20px;
  border-radius: 8px; 
  box-shadow: 0 16px 22px 0 rgba(7, 28, 31, 0.2);
    background-color: var(--color-beyaz) !important;
    color: var(--color-siyah) !important;
}
  .max-box-kutu-6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--color-kirmizi);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
  .max-box-kutu-6 .max-box-kutu-6-icon {
    color: var(--color-kirmizi); }
    .max-box-kutu-6 .max-box-kutu-6-icon i {    
        margin-bottom: 20px;
    font-size: 40px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.max-box-kutu-6 h5{
font-size: 20px;}  
  .max-box-kutu-6 .max-box-kutu-6-info p {
    font-size: 14px;
    margin-bottom: 5px; 
line-height: 22px;}
  .max-box-kutu-6 .max-box-kutu-6-info p + p {
    margin-top: 15px; }
 
  .max-box-kutu-6.active, .max-box-kutu-6:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(7, 28, 31, 0.2);
    box-shadow: 0 6px 12px 0 rgba(7, 28, 31, 0.2); }

    .max-box-kutu-6.active::before, .max-box-kutu-6:hover::before {
      width: 100%;
      opacity: 1;
      visibility: visible;
      border-radius: 5px; } 
    .max-box-kutu-6.active .max-box-kutu-6-icon, .max-box-kutu-6:hover .max-box-kutu-6-info .ltn__service-btn,
    .max-box-kutu-6:hover .max-box-kutu-6-icon {
      color: 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";
}





.hakkimizda-stil-2 .inner-img {
    width: 100%; 
    object-fit: cover;
    height: 280px;
}

.hakkimizda-stil-2 .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
}

.hakkimizda-stil-2 .radius-1 {
    margin-bottom: 20px;
    height: 310px;
}
.hakkimizda-stil-2 .radius-2 {
    margin-bottom: 20px;
    height: 240px;
}

.hakkimizda-stil-2 .radius-4 {
    margin-top: -60px;
    height: 310px;
}

.hakkimizda-stil-2 .radius-1 img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
}



.hakkimizda-stil-2 .radius-2 img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
}

.hakkimizda-stil-2 .radius-3 img {
    border-top-left-radius: 4px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
}
.hakkimizda-stil-2 .radius-4 img {
    border-top-right-radius: 14px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
}
.hakkimizda-stil-2 .hakkimzida-slogan {
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
        color: var(--color-koyu-mavi); 
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color:var(--color-turuncu);
        margin-bottom: 20px;
}
.parallax {
    background-image: url('../img/slayt1.webp');  
    background-size: cover;
    background-attachment: fixed; 
    background-position: right;   
    height: 500px;
    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.7) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    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-beyaz);
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.parallax .content p{
    color: #fff;
    padding: 20px;
    padding-left: 0px;
    font-size: 17px;
    width: 70%;
}
 
.testimonial{
    margin:0 10px;
    overflow: hidden;
}
.testimonial .pic{
    width:120px;
    height:120px;
    border:2px solid #f2f2f2;
    border-radius: 50%;
    padding:5px;
    margin: 0 auto 25px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius:50%;
}
.testimonial .testimonial-content{
    padding: 40px 20px 20px 30px ;
    background: #f2f2f2;
    border-radius: 10px 40px 10px 50px;
    border-left: 2px solid var(--color-antrasit);
    border-right: 4px solid var(--color-antrasit);
    text-align: right;
    position: relative;
    min-height: 220px;
    display: flex;
    align-content: center;
    flex-wrap: wrap-reverse;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top:0;
    left:20px;
    font-size: 50px;
    color: #ccc;
    margin-top: 20px;
}
.testimonial .testimonial-content:after{
    content: "";
    border-bottom: 15px solid #efefef;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}
.testimonial .testimonial-title{
    margin: 0 0 10px 0;
}
.testimonial .testimonial-title a{
    font-size:18px;
    font-weight: bold;
    color:#333;
    text-transform:capitalize;
    text-align:center;
    display: block;
}
.testimonial .testimonial-title a:hover{
    text-decoration: none;
    color:#1c9690;
}
.testimonial .description{
    font-size: 15px;
    line-height:24px;
    color:#555;
    margin-bottom:20px;
    font-style: italic;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#1c9690;
}
@media only screen and (max-width: 479px) {
    .testimonial .testimonial-content{
        padding: 20px 20px 20px 70px;
    }
    .testimonial .testimonial-content::before{
        font-size: 50px;
        left: 17px;
    }
}


.testimonial-slider-dis .owl-nav {
  position: relative;
  bottom: 0; 
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.testimonial-slider-dis .owl-nav .owl-next {
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 50%;
  color:#000;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  font-size: 22px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
}

.testimonial-slider-dis .owl-nav .owl-prev {
  height: 46px;
  width: 46px;
  line-height: 46px;
  color: var(--delogis-black);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-slider-dis .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-slider-dis .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-slider-dis .owl-nav .owl-next span,
.testimonial-slider-dis .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider-dis .owl-nav .owl-next:hover,
.testimonial-slider-dis .owl-nav .owl-prev:hover {
  background-color: var(--color-kirmizi);
  color: #fff;
}

.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: 5px;
    -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;
    padding-bottom: 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-antrasit);
    border-bottom: 4px solid var(--color-antrasit);
}


.promo-area .card-body h4{
    font-size:18px;
    margin-bottom: 10px;
    color: var(--color-kirmizi)
}  

.promo-area .card-body p{
    font-size: 14px;

}  



.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  8px 0 0px;
    z-index: 10;
    margin-bottom: 10px; 
}
.breadcrumb-area1 { 
    padding: 40px 0 20px; 
}
.breadcrumb-area1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33,0.7); 
}
.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: 26px;
    font-weight: 800;
    color: #fff; 
}
.breadcrumb-area a { 
    font-size: 16px;
    color: #fff; 
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden; 
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block; 
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-right: 10px; 
    text-transform: capitalize;
    color: #fff; 
}
.breadcrumb-menu ul li.active { 
   color: #fff; 
}
.breadcrumb ul li:after {
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 15px;
    color: #fff; 
    content: "";
}
.section-separator { 
    width: 50px;
    height: 3px;
    position: relative;
    margin: 10px auto;
    display: block; 
}
.section-separator:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 3px;
    margin-left: -25px;
    width: 50px;
    border-radius: 3px;
    z-index: 2;
    background:  var(--color-kirmizi);
}
 
.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;
}
.post-body{
    font-size: 16px;
}

.flexslider2 {
    width: 100%;
    overflow: hidden;
    position: relative; 
    border: 0 !important; 
    margin-bottom: 0px;
    padding-bottom: 0px; 
}
 
 .flexslider2 .slides {
  position: relative;
  overflow: hidden;  
    text-align: center;   
}
 .flexslider2 .slides li{ 
  height: 400px !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 a {
  width: 100% !important; 
  height: 100% !important; 
  display: block;
}
.flexslider2 .product-image 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: 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-kirmizi);
  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;
}

.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; 
}

#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;
}


.sayfa_ici_flexslider {
    max-width: 400px; 
    height: 280px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flexslider2.sayfa_ici_flexslider .slides li {
    height: auto !important;
     height: 280px !important;
}
.sayfa_ici_flexslider img{
    object-fit: cover;
}


 .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: 20px;
  font-weight: 600; }
  .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); }


.btn-whatsapp {
    font-size: 15px !important;
    font-weight: 400 !important;
  border:none !important;
background: linear-gradient(135deg,#25d366,#128c7e) !important;
  color: var(--white); }

  .btn-whatsapp:hover {
background: linear-gradient(135deg,#128c7e,#25d366) !important;
    color: var(--white); }

.btn-telefon {
    font-size: 15px !important;
    font-weight: 400 !important;
  border:none !important;
background: linear-gradient(135deg,#2d5a97,#2d5a97) !important;
  color: var(--white); }

  .btn-telefon:hover {
background: linear-gradient(135deg,#2d5a97,#2d5a97) !important;
    color: var(--white); }
 

.box-widget-item  {
    margin-bottom: 20px;
}

.block_box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7f2;
}

.box-widget-item-header   {
    position: relative; 
    border-bottom: 1px solid #eee; 
    border-radius:10px 10px 0 0;
} 
.box-widget-item-header h6{
  font-size: 20px;
  font-weight: 600; 
  padding: 10px;
}
.box-widget-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 12px 30px;
}

.cat-item li{
    width:100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align:left;
    position:relative;
    float:left;
}
.cat-item li:last-child {
    margin-bottom:0;
} 
.cat-item  li a{
    float:left;
    font-size:15px;
    color: #5a7498;
    font-weight:400;
}
.cat-item  li.active a{
    color: var(--color-kirmizi)
}
.cat-item  li:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0;
    height: 1px;
    border-bottom: 1px dotted  #5a7498;
}
.cat-item  li  a:hover {
    color: #ee3f47;
}
.cat-item  li  span {
    float:right;
    color:#999;
    font-size:12px;
}

#gmap_canvas {
    width: 100%;
    height: 370px;
}
  
.contact_text {
    padding-left: 20px;
    text-align: left;
    color: #333;
    line-height: 25px;
    font-size: 14px;
    position: relative;
}
.contact_text-title {
    display: block;
    height: auto;
    overflow: hidden; 
}
.contact_text-title h3 {
    color: #878c9f; 
    text-align: left;
    font-size: 22px;
}
.contact_text-title .section-separator {
    float: left;
}

.custom-form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px; 
}
.custom-form input[type=button]   {
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%; 
    border-radius: 4px;
    color: #5a7498;
    font-size: 12px;
    -webkit-appearance: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
}
.custom-form input.form-control,
.custom-form textarea.form-control { 
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%; 
    border-radius: 4px;
    color: #5a7498;
    font-size: 15px;
    -webkit-appearance: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    padding: 10px 15px 10px 35px;
    margin-bottom: 20px;
}
.custom-form input.form-control:focus,
.custom-form textarea.form-control:focus {
    background: #fff;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
}

.custom-form label {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #666;
    color: #878c9f;
    font-size: 15px;
    font-weight: 500;
}
.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.custom-form textarea.form-control { 
    padding-left: 10px;
}
 

.iletisim-widget-item {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7f2;
    overflow: hidden;
    height: auto;
} 
.iletisim-widget-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 12px 30px;
    padding: 25px 0 0;
}

.list-author-widget-contacts {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%; 
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 0;
    color: #333;
}
 
.list-author-widget-contacts li {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    line-height: 22px;
    font-weight: 400;
}
.list-author-widget-contacts li span {
    min-width: 80px;
}

.list-author-widget-contacts li a, .list-author-widget-contacts li span {
    float: left;
    text-align: left;
    font-weight: 400;
    color: #333;
}

.ilet {
    width: 320px !important;
    float: right !important;
}

.bottom-bcw-box {
    margin-top: 0;
    padding: 12px 70px 12px 10px;
}
.list-widget-social li {
    margin-right: 12px;
}
.list-widget-social li {
    float: left;
    text-align: center;
} 
.list-widget-social li a {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    border-radius: 4px;
    color: #fff;
     background: var(--color-kirmizi);
}

 
.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: auto;
    height:51px
}
.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-color-beyaz);
    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 .dropdown-menu {
    position: relative;
} 


.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:#1a1a1a;
    font-size: 16px;
} 
 
.footer-top{ 
    position: relative;
    color: var(--color-beyaz); 
    position: relative;
    width: 100%;
}
 
footer .container{
    z-index: 9;
    position: relative;
 }
.footer-logo{
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 20px;
}
.footer-logo img{
    width:240px; 
    margin-bottom: 10px; 
    display: block;
    filter: brightness(0) invert(1);
}
.footer-title { 
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    color: var(--color-beyaz);
    position: relative; 
}
 
.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 3px;
    background-color: var(--color-kirmizi); 
}
.footer-title h6{ 
    font-size: 20px; 
}

footer a,
footer p { 
    font-size: 16px;
    font-weight: 400;
    color: var(--color-beyaz);
}  
footer p { 
    font-size: 14px; 
} 
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.ikiye_bol {  
}  
footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;   
} 
footer .widget_recent_post.ikiye_bol { 
  column-count: 2;
  column-gap: 20px; 
} 
footer .widget_recent_post.ikiye_bol li { 
      break-inside: avoid;
} 
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: 12px;
    font-size: 24px;
}
.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: 15px;
} 
footer .copyright-area a {  
    font-size: 15px;
} 
footer .copyright-area ul {
    float: right;
} 
footer .copyright-area li {
    display: inline-block; 
    margin-left: 10px; 
} 
.copyright-menu {
    text-align: right;
}
.progress {
    display: none;
}
 
 
#popup__toggle {
    bottom: 25px;
    left: 120px !important;
    float: left;
    position: fixed;
    z-index: 999;
} 
#popup__toggle2 {
    width: auto;
    height: auto;
    bottom: 25px;
    right: 0px !important;
    float: left;
    position: fixed;
    z-index: 999;  
}
.img-circle {
    background-color: #76c08a;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
} 
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #76c08a;
    width: 118px;
    height: 118px;
    bottom: -34px;
    right: 5px;
    position: relative;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .8; 
-webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
-moz-animation: circle-anim 2.4s infinite ease-in-out!important;
-ms-animation: circle-anim 2.4s infinite ease-in-out!important;
-o-animation: circle-anim 2.4s infinite ease-in-out!important;
animation: circle-anim 2.4s infinite ease-in-out!important;
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.circle-fill {
box-sizing: content-box;
    -webkit-box-sizing: content-box;
background-color: #76c08a;
    width: 78px;
    height: 78px;
    bottom: -14px;
right: 25px;
    position: absolute;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.img-circle2 {
    background-color: #1d588d;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
} 
.circlephone2 {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #1d588d;
    width: 98px;
    height: 98px;
    bottom: -24px;
    right: 15px;
    position: absolute;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5; 
-webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
-moz-animation: circle-anim 2.4s infinite ease-in-out!important;
-ms-animation: circle-anim 2.4s infinite ease-in-out!important;
-o-animation: circle-anim 2.4s infinite ease-in-out!important;
animation: circle-anim 2.4s infinite ease-in-out!important;
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.circle-fill2 {
box-sizing: content-box;
    -webkit-box-sizing: content-box;
background-color: #3ea4c4;
    width: 68px;
    height: 68px;
    bottom: -9px;
right: 29px;
    position: absolute;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 0px;
    right: 39px;
    position: absolute;
-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .85;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
width: 50px;
    height: 50px;
    line-height: 63px;
    text-align: center;
animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}

.img-circle2 {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 0px;
    right: 39px;
    position: absolute;
-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .85;
}
.img-circleblock2 {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}

.img-circleblock i {
    font-size: 30px;
    color: #fff;
}
.img-circleblock:hover {
    box-sizing: content-box;
    -webkit-box-sizing: content-box; 
width: 50px;
    height: 50px;
    background-image: url(../img/telo.png);
background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
-webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
    opacity: 1;
}
.img-circle2 .img-circleblock {
    line-height: 60px;
}
.img-circleblock .fa-phone::before { 
    font-size: 22px;
}
@keyframes pulse {
    0% {
    transform: scale(.9);
    opacity: 1;
}
50% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(.9);
    opacity: 1;
}
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(.95);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(.95);
    opacity: 1;
}
}
@keyframes tossing {
    0% {
    transform: rotate(-8deg);
}
50% {
    transform: rotate(8deg);
}
100% {
    transform: rotate(-8deg);
}
}
@-webkit-keyframes tossing {
    0% {
    -webkit-transform: rotate(-8deg);
}
50% {
    -webkit-transform: rotate(8deg);
}
100% {
    -webkit-transform: rotate(-8deg);
}
}
@-moz-keyframes circle-anim {
    0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
}
30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    
opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
}
100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    
opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
}
}
@-webkit-keyframes circle-anim {
    0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    
    -webkit-opacity: .1;
}
30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5;
}
100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1;
}
}@-o-keyframes circle-anim {
    0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1;
}
30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5;
}
100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1;
}
}@keyframes circle-anim {
    0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
}
30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
}
100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1;
}
}@-moz-keyframes circle-fill-anim {
    0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
}@-webkit-keyframes circle-fill-anim {
    0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
}@-o-keyframes circle-fill-anim {
    0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
}@keyframes circle-fill-anim {
    0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
}







@media only screen and (max-width:1200px) {

.slayt_dis {
    position: relative;
    height: 64vh !important;
}
.skev-div1:before { 
    margin-right: -320px; 
}
.mainmenu-nav .mainmenu>li>a { 
    font-size: 14px;
    padding: 0 12px; 
}



}








@media only screen and (max-width:992px) {
.mt-5 {
    margin-top: 1rem !important;
}
.ps-5 {
    padding-left: 1rem !important;
}
    .skev-div1:before {
        margin-right: -50%;
    }
.header-action .mobile-menu-bar .hamberger-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--color-beyaz);
    font-size:30px;
    margin-right: 20px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
} 

.slide_text { 
    width: 85%; 
}

.skev-div2-dis .outer-box1 { 
    font-size: 20px; 
}

.hakkimizda-stil-1 {
    padding: 10px 0px 30px 0px;
}
.hakkimizda-stil-1:before { 
    width: 25%;
    height: 48%; 
}
.hakkimizda-stil-1-box { 
    margin-bottom: 50px;
}
.footer-title {
    margin-top: 20px;
}
footer .copyright-area {
    margin-top: 10px;
    padding: 10px 0; 
}
.copyright-menu {
    text-align: left;
}

footer .copyright-area li {
    display: block; 
    margin-left: 0px;
    margin-bottom: 10px; 
} 
footer .copyright-area ul {
    float: left;
}
.hakkimizda-back:before {
    display: none;
}
.flexslider2 .slides li {
    height: 300px !important;
}

     }




@media only screen and (max-width:767px) {

     .skev-div1:before {
        margin-right: -60%;
    }   
    .slide_text {
        width: 90%;
    }
.slide_baslik {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px; 
}
.slide_byline {
    font-size: 32px;
    margin-bottom: 12px; 
}
.slide_title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px; 
}

    .skev-div2-dis .outer-box1 {
        font-size:17px;
    }
.skev-div2-dis .outer-box2 a {
        font-size:15px;
}
.skev-div2-dis .outer-box2-dis:before { 
    margin-left: -10px; 
    transform: skew(50deg); 
}
    .hakkimizda-stil-1:before {
        width: 25%;
        height: 36%;
    }
.hakkimizda-stil-2 .inner-img { 
    height: 230px;
}
.hakkimizda-stil-2 .radius-1 { 
    height: 260px;
}
.hakkimizda-stil-2 .radius-2 { 
    height: 190px;
}

.hakkimizda-stil-2 .radius-4 { 
    height: 260px;
}

 

.sayfa_ici_flexslider {
    width: 100%; 
    max-width: 100%;
    float: none;
    margin-right: 0px; 
    height: 240px; 
}
.sayfa-dis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: none;
    margin-right: 0px; 
}
.breadcrumb-area1 {
    padding: 20px 12px 10px;
}

.breadcrumb-area h3 {
    font-size: 24px;
    font-weight: 600; 
}

.parallax .content span { 
    font-size: 26px;
    line-height: 26px; 
    margin-bottom: 10px; 
}
.parallax .content p { 
    font-size: 15px;
    width: 100%;
}
h2, .h2 {
    font-size: 22px;
    line-height: 24px;
}

.hakkimzida-baslik2 {
    font-size: 24px;
    line-height: 30px; 
}
p {
    font-size: 15px;
    line-height: 22px; 
}


}


@media only screen and (max-width:576px) {
.counter-box {
    margin-bottom: 20px;
}


}




@media only screen and (max-width:518px) {
.counter-box {
    margin-bottom: 20px;
}
.skev-div1:before {
        margin-right: -72%;
}

}




@media only screen and (max-width:448px) { 
.max-header .header-brand .logo img {
    width: 230px;
    height: 65px; 
}    
.skev-div1:before {
        margin-right: -70%;
    transform: skew(150deg)
}
    .skev-div2-dis .outer-box2-dis:before { 
        transform: skew(30deg);
    }


.height-x7, .height-x7 img { 
    height: 340px !important;
}

    .hakkimizda-stil-1:before {
        width: 25%;
        height: 26%;
    }
.hakkimizda-stil-1-box-image { 
    padding-left: 30px;
}
    .flexslider2 .slides li {
        height: 240px !important;
    }



#popup__toggle {
    bottom: 16px;
    left: 100px !important; 
}
#popup__toggle2 { 
    bottom: 16px;
    right: -30px !important; 
}


}





@media only screen and (max-width:400px) {
.hakkimizda-stil-2 .inner-img { 
    height: 210px;
}
.hakkimizda-stil-2 .radius-1 { 
    height: 240px;
}
.hakkimizda-stil-2 .radius-2 { 
    height: 170px;
}

.hakkimizda-stil-2 .radius-4 { 
    height: 240px;
}

.height-x7, .height-x7 img { 
    height: 300px !important;
}
    .hakkimizda-stil-1:before {
        width: 25%;
        height: 22%;
    }
    .hakkimizda-stil-1-box-image {
        padding-left: 10px;
    }

.flexslider2.sayfa_ici_flexslider .slides li { 
    height: 220px !important;
}
    .max-header .header-brand .logo img {
        width: 170px;
        height: 48px;
    }
.max-header, .max-header .header-mainmenu, .max-header .header-brand .logo { 
    height: 65px;
}

.max-box-5-kutu-img { 
    height: 200px; 
}

.max-box-5-kutu-content h3, .cart-details_text .max-box-5-kutu-content-title-item h3 { 
    font-size: 18px; 
}
.max-box-5-kutu-content p { 
   line-height: 20px;
}

    .flexslider2 .slides li {
        height: 210px !important;
    }


.sayfa-title { 
    font-size: 20px; 
    line-height: 28px; 
}
.sayfa-content { 
    line-height: 20px;  
    font-size: 14px;
}
.hakkimizda-header { 
    padding-left: 15px;
    margin-bottom: 15px;
}



}

