.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 125px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
    position: fixed;
    left: 15px;
    bottom: 180px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
    position: fixed;
    left: 15px;
    bottom: 235px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}





/* ============================= */
/* ===== PREMIUM NAVBAR ======= */
/* ============================= */

.main-menu .navigation > li > a {
    background: none !important;
    color: #111 !important;
    font-weight: 500;
    padding: 20px 18px;
    transition: 0.3s ease;
}

.main-menu .navigation > li > a:hover {
    color: #e30613 !important;
    background: none !important;
}

.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:active {
    background: none !important;
}

/* ============================= */
/* ===== HEADER ALIGN FIX ===== */
/* ============================= */

.header-upper .auto-container {
    display: flex;
    align-items: center;
}

.header-upper .logo-box {
    flex: 0 0 auto;
}

.header-upper .nav-outer {
    margin-left: auto;
}

.main-menu {
    width: auto !important;
}

.main-menu .navigation {
    display: flex;
    align-items: center;
}

.main-menu .navigation > li {
    margin-left: 32px;
}

.main-menu .navigation > li:first-child {
    margin-left: 0;
}
/* FORCE RIGHT ALIGN */

.header-upper .nav-outer {
    margin-left: auto !important;
    display: flex;
}

.main-menu {
    width: auto !important;
    flex: 0 0 auto;
}

.main-menu .navigation {
    justify-content: flex-end;
}
.navigation > li {
    margin-left: 32px;
}

.navigation > li:first-child {
    margin-left: 0;
}
.header-upper .auto-container {
    display: flex;
    align-items: center;
}

.nav-outer {
    margin-left: auto;
}

.navigation {
    display: flex !important;
    align-items: center;
}

.navigation > li {
    margin-left: 28px;
}

.navigation > li:first-child {
    margin-left: 0;
}
.header-upper {
    padding: 25px 0;
}

.header-upper .auto-container {
    display: flex;
    align-items: center;
}

.logo-box {
    display: flex;
    align-items: center;
}

.logo-box img {
    max-height: 80px;
    width: auto;
}

.nav-outer {
    margin-left: auto;
    display: flex;
    align-items: center;
}
/* HEADER FIX */
.header-upper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 110px;              /* Header yüksekliği */
    display: flex;
    align-items: center;
}

.header-upper .auto-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo-box {
    display: flex;
    align-items: center;
    height: 110px;              /* Header ile aynı */
}

.logo-box img {
    max-height: 75px;
    width: auto;
    display: block;
}

.nav-outer {
    margin-left: auto;
    display: flex;
    align-items: center;
    height: 110px;
}
/* ===== MEGA MENU ===== */

.navigation li.mega-menu {
    position: static !important;
}

.navigation li.mega-menu .mega-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    display: flex !important;
    flex-wrap: wrap;
    padding: 30px;
    background: #fff;
}

.navigation li.mega-menu .mega-dropdown li {
    width: 25%;
    padding: 8px 15px;
}

.navigation li.mega-menu .mega-dropdown li a {
    display: block;
    font-weight: 500;
    padding: 5px 0;
}
/* ===== FORCE MEGA MENU ===== */

.navigation > li.mega-menu {
    position: static !important;
}

.navigation > li.mega-menu > ul {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100%;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    padding: 40px 60px !important;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.navigation > li.mega-menu > ul > li {
    width: 25% !important;
    padding: 10px 15px;
}

.navigation > li.mega-menu > ul > li > a {
    display: block;
    font-weight: 500;
}
.mega-wrapper{
position:absolute;
left:0;
top:100%;
width:100%;
background:#fff;
display:flex;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.mega-left{
width:260px;
border-right:1px solid #eee;
}

.mega-left ul{
list-style:none;
padding:0;
}

.mega-left li{
padding:14px;
cursor:pointer;
}

.mega-left li:hover{
background:#f4f4f4;
}

.mega-right{
flex:1;
padding-left:30px;
}

.mega-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.mega-img img{
width:100%;
height:110px;
object-fit:contain;
}

.mega-item span{
display:block;
margin-top:8px;
font-size:14px;
text-align:center;
}
.mega-menu{
position:relative;
}

.mega-wrapper{
display:flex;
width:900px;
background:#fff;
padding:25px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.mega-left{
width:250px;
border-right:1px solid #eee;
}

.mega-left ul{
list-style:none;
padding:0;
margin:0;
}

.mega-left li{
padding:15px;
font-weight:500;
cursor:pointer;
border-bottom:1px solid #eee;
}

.mega-left li:hover{
background:#f5f5f5;
color:#d00;
}

.mega-right{
flex:1;
padding-left:25px;
}

.mega-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.mega-item{
text-align:center;
display:block;
text-decoration:none;
color:#333;
}

.mega-item img{
width:100%;
height:90px;
object-fit:contain;
}

.mega-item span{
display:block;
margin-top:10px;
font-size:14px;
}
.dropdown:hover .mega-wrapper{
display:flex;
}

.mega-wrapper{
display:none;
position:absolute;
left:0;
top:100%;
z-index:999;
}
.mega-wrapper{
display:flex;
width:1000px;
background:#fff;
padding:30px;
}

.mega-left{
width:250px;
border-right:1px solid #eee;
}

.mega-left ul{
list-style:none;
padding:0;
}

.mega-left li{
padding:15px;
border-bottom:1px solid #eee;
cursor:pointer;
}

.mega-right{
flex:1;
padding-left:25px;
}

.mega-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.mega-item{
text-align:center;
text-decoration:none;
color:#333;
}

.mega-item img{
width:100%;
height:90px;
object-fit:contain;
}
.mega-wrapper{
display:flex;
width:1050px;
background:#fff;
padding:25px;
}

.mega-left{
width:260px;
border-right:1px solid #eee;
}

.mega-left ul{
list-style:none;
padding:0;
margin:0;
}

.mega-cat{
display:flex;
align-items:center;
gap:12px;
padding:14px;
cursor:pointer;
border-bottom:1px solid #eee;
}

.cat-icon{
width:32px;
height:32px;
object-fit:contain;
}

.mega-right{
flex:1;
padding-left:25px;
}

.mega-products{
display:none;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.mega-products.active{
display:grid;
}

.mega-item{
text-align:center;
text-decoration:none;
color:#333;
}

.mega-item img{
width:100%;
height:90px;
object-fit:contain;
}
.mega-wrapper{
display:none;
position:absolute;
}

.dropdown:hover .mega-wrapper{
display:flex;
}
.header-menu{
position:relative;
}
.mega-wrapper{
position:absolute;
left:0;
top:100%;
width:100%;
z-index:9999;
}
.mega-right{
min-height:300px;
}
.mega-wrapper{
position:absolute;
top:100%;
left:0;
right:0;
width:1200px;
margin:auto;
}
.header,
.navbar,
.menu-area{
position:relative;
}
.mega-wrapper{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
z-index:9999;
}
.mega-right{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
min-height:250px;
}
.header.sticky .mega-wrapper{
top:100%;
}
.dropdown:hover .mega-wrapper{
display:flex !important;
}

.mega-wrapper{
display:none;
position:absolute;
top:100%;
left:0;
width:1200px;
margin:auto;
background:#fff;
z-index:9999;
}
.dropdown:hover .mega-wrapper{
display:flex !important;
}

.mega-wrapper{
display:none;
position:absolute;
top:100%;
left:0;
width:1200px;
margin:auto;
background:#fff;
z-index:9999;
}
.mega-right{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
min-height:250px;
}
/* MEGA MENU */

.mega-wrapper{
position:absolute;
top:100%;
left:0;
width:180%;
background:#fff;
z-index:9999;
display:flex;
}

.mega-left{
width:260px;
border-right:1px solid #eee;
}

.mega-left ul{
list-style:none;
margin:0;
padding:0;
}

.mega-left li{
display:flex;
align-items:center;
gap:10px;
padding:12px;
cursor:pointer;
transition:0.2s;
}

.mega-left li:hover,
.mega-left li.active{
background:#f5f5f5;
}

.cat-icon{
width:30px;
height:30px;
object-fit:contain;
}

.mega-right{
flex:1;
padding-left:25px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.mega-products{
display:none;
}

.mega-products.active{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.mega-item{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
padding:10px;
transition:0.2s;
}

.mega-item img{
width:80px;
height:80px;
object-fit:contain;
margin-bottom:8px;
}

.mega-item:hover{
transform:translateY(-3px);
}
.dropdown .mega-wrapper{
display:none;
}

.dropdown:hover .mega-wrapper{
display:flex;
}
.main-menu .dropdown{
position:relative;
}
.sticky-header{
display:none !important;
}
.mega-item img{
width:120px;
height:90px;
object-fit:contain;
display:block;
margin:auto;
}
.mega-item{
width:140px;
text-align:center;
padding:10px;
}
.mega-item{
width:180px;
text-align:center;
padding:15px 10px;
}

.mega-item img{
width:160px;
height:120px;
object-fit:contain;
display:block;
margin:0 auto 10px auto;
}

.mega-right{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
}
.mega-left li{
display:flex;
align-items:center;
gap:15px;
padding:18px 15px;
border-bottom:1px solid #eee;
}

.mega-left img{
width:80px;
height:56px;
object-fit:contain;
}

.mega-left span{
font-size:15px;
font-weight:500;
}
.header-flex{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo-box{
flex:0 0 auto;
position:relative;
z-index:1000;
}

.logo-box img{
max-height:80px;
display:block;
}

.nav-outer{
margin-left:40px;
}
.video-slide{
position:relative;
height:700px;
overflow:hidden;
}

.video-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
}

.video-bg iframe{
position:absolute;
top:50%;
left:50%;
width:177.77vh;
height:100vh;
transform:translate(-50%,-50%);
pointer-events:none;
}

.video-slide .auto-container{
position:relative;
z-index:5;
}
.banner-section{
position:relative;
width:100%;
height:700px;
overflow:hidden;
}

.slide{
position:relative;
width:100%;
height:100%;
}

.video-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
}

.video-bg iframe{
position:absolute;
top:50%;
left:50%;
width:100vw;
height:56.25vw; /* 16:9 */
min-height:100%;
min-width:177.77vh;
transform:translate(-50%,-50%);
pointer-events:none;
}

.banner-section .auto-container{
position:relative;
z-index:5;
}

.header-upper{
    background:#fff;
    padding:25px 0;
    border-bottom:1px solid #eee;
}

.header-row{
    display:flex;
    align-items:center;
    justify-content:flex-start !important;
}

.header-row .logo-box{
    flex:0 0 auto;
    margin-right:40px;
}

.header-row .logo-box img{
    max-height:90px;
    width:auto;
    display:block;
}

.header-row .nav-outer{
    margin-left:0 !important;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex:0 0 auto;
}

.header-row .main-menu{
    width:auto !important;
    flex:0 0 auto;
}

.header-row .main-menu .navbar-collapse{
    display:block !important;
}

.header-row .main-menu .navigation{
    display:flex !important;
    align-items:center;
    justify-content:flex-start !important;
    margin:0;
    padding:0;
}

.header-row .main-menu .navigation > li{
    margin-left:28px;
}

.header-row .main-menu .navigation > li:first-child{
    margin-left:0;
}
.video-slogan{
position:absolute;
right:60px;
bottom:20px;
color:#fff;
font-size:24px;
font-weight:600;
z-index:20;
max-width:420px;
text-align:right;
line-height:1.3;
text-shadow:0 4px 15px rgba(0,0,0,0.7);
}
.header-row{
    display:flex;
    align-items:center;
}

.header-right-logo{
    margin-left:auto;
}

.header-right-logo img{
    height:70px;
    width:auto;
}
.header-right-logo{
    margin-left:auto;
    padding-left:230px;
}
