header {
    width: 100%;
    height: 120px;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0; /*  */
	flex-wrap: wrap;
}

header .center{width: 1525px; height: -10px;}
/* Logonun üzerine tıklandığında çerçeveyi kaldır */
#header-logo a:focus,
#header-logo a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
/* Logo */
header #header-logo {
    float: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    position: relative;
    background-color: transparent;
}

header #header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

header #header-logo img {
    float: left;
    width: 80px; /* Küçültülmüş boyut, oranı koruyarak */
    height: auto;
    object-fit: contain; /* Görüntü oranını korur */
}

header #header-logo span {
    float: center;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 48px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Menus */
header #header-menu{float:right;margin: 15px 40px 0 0;}
header #header-menu{float:right;}
header #header-menu ul{ float:left; }
header #header-menu ul li{float:left;position: relative;margin-right: 5px;margin-top: 10px;}
header #header-menu ul li:last-child{margin-right:0}
header #header-menu ul li:first-child::before{display: none;}
header #header-menu ul li a{border-radius:1rem;transition:.3s ease;float:left;text-decoration: none;color: #000000;font-weight: 500;padding: 10px 20px;font-size: 20px;}
header #header-menu ul li a:hover{color:#FFFFFF; background-color:#1c73af;}
/* User Login Buttons */
header ul#user-btn{float: right;}
header ul#user-btn li{float: left;}

/*
header ul#user-btn li a{width: 66px; height: 66px; float: left;background: #bc404c; color: #fff;text-decoration: none;font-size:12px;border-radius: 100%;-webkit-border-radius: 100%;-o-border-radius: 100%;-moz-border-radius: 100%;display:flex;justify-content:center;align-items: center;}
*/
header ul#user-btn li a{
    position: relative; /* Pozisyonu relative yap */
    width: 75px;
    height: 75px; /* Yüksekliği otomatik yap */
    margin: 5px;
    color: #eaeaea;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #aaaeb3 50%, #1c73af 50%);
    background-position: 0 -100%;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
}header ul#user-btn li a {
    width: auto;
    height: 80px; /* Yüksekliği otomatik yap */
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
header ul#user-btn li a span {
    background-position: 0 0;
    color: #aaaeb3;
    width: 100%;
    height: auto; /* Yüksekliği otomatik yap */
    text-align: center;
    float: left;
    font-size: 11px;
    margin-top: 5px;
}
header ul#user-btn li a:hover {background-position: 0 0; color: #211e1e;}

/* LOGGED */

header#logged-header {
    border: none;
    height: 90px; /* Yüksekliği otomatik yap */
    overflow: visible; /* İçeriğin kesilmesini engelle */
    position: relative; /* Sabit pozisyonu kaldır */
    transform: none; /* Transform özelliğini kaldır */
}


header ul#logged-user-btn {
    float: right;
    height: auto; /* Yüksekliği otomatik yap */
    overflow: visible; /* İçeriğin kesilmesini engelle */
}header ul#logged-user-btn li {
    float: left;
    margin-left: 5px;
    text-align: center;
    height: 80px; /* Yüksekliği otomatik yap */
}header ul#logged-user-btn li a {
    width: auto;
    height: 80px; /* Yüksekliği otomatik yap */
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}header ul#logged-user-btn li a i {
    position: relative; /* Pozisyonu relative yap */
    width: 55px;
    height: 55px; /* Yüksekliği otomatik yap */
    margin: 2px;
	margin-top: 33px;
    color: #eaeaea;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #aaaeb3 50%, #3f006d 50%);
    background-position: 0 -100%;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
header ul#logged-user-btn li a i.uye-temsilci::before {
    width: 100%;
    height: 100%;
    content: " ";
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("..ader/uye-temsilci.jpg");
    position: absolute;
}

header ul#logged-user-btn li a i.hesap-bilgisi::before {
    width: 100%;
    height: 100%;
    content: " ";
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("..ader/hesap-bilgisi.jpg");
    position: absolute;
}

header ul#logged-user-btn li:last-child a i {
    background-image: linear-gradient(to bottom, #aaaeb3 50%, #3f006d 50%);
}

header ul#logged-user-btn li:hover i {
    background-position: 0 0;
}

header ul#logged-user-btn li a span {
    background-position: 0 0;
    color: #aaaeb3;
    width: 100%;
    height: auto; /* Yüksekliği otomatik yap */
    text-align: center;
    float: left;
    font-size: 11px;
    margin-top: 5px;
}
#logged-header-menu{width: 100%; height: auto; float: left; background-color: #3f006d; display:flex; justify-content:center; align-items: center;}
#logged-header-menu *{
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
#logged-header-menu ul{ float:left; }
#logged-header-menu ul li{ float:left; overflow: hidden;}
#logged-header-menu ul li a{ float:left; text-decoration: none; color:#fff; font-weight: 500; padding: 13px; font-size: 14px;}

#logged-header-menu ul li a:before,
#logged-header-menu ul li a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color:#fff; color:#000;
}
#logged-header-menu ul li a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0; width:100%; height:51%;
    content: attr(data-hover);
    color: #000;
    display: flex; justify-content: center; padding-top: 15px;
}

#logged-header-menu ul li:hover a,
#logged-header-menu ul li.active a {
    transform: translateY(100%);
}
@media (max-width: 768px){
    #callFormLeft {
        display: none;
    }
}
@include min-width-768 {
    display: none;
}
#top-msg {
    min-width: 320px;
    margin-bottom: 10px;
    line-height: 3.5em;
    text-shadow: 0 0 8px var(--color-text-dark);
@include font-size(18 px);
    font-weight: 400;
    letter-spacing: -0.3px;
    color: var(--color-white);
    background: url("../images/bg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 768px) {
    .container {
        height: 60px;
        background: url("../images/msg.png") center 20px no-repeat;
        background-size: 690px;
    }
}
@media (max-width: 768px){
    .container {
        height: 57px;
        background: url("../images/msg-mobile.png") center 15px no-repeat;
        background-size: 330px;
    }
}
@media (max-width: 320px){
    .container {
        background: url("../images/msg-mobile.png") center 15px no-repeat;
        background-size: 300px;
    }
}
.duyurumanset{
    background-image: url("../Autogong-Deprem-Web-Alani.jpg");
}

element.style {
    left: 15px;
}
#callFormLeft {
    width: 500px;
    height: auto;
    padding: 5px;
    position: absolute;
    font-size: 12px;
    top: 10%;
    right: 6%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
}
menubuton a {
    border: 1px solid #FF3C53;
}
a.menubuton {
    font-weight: 600;
    width: 20%;
    background-color: #545454;
    padding: 5px;
    float: left;
    margin-left: 22px;
    -webkit-transition: .5s;
    transition: .5s;
    color: white;
    border: 1px solid #3f006d;
    -webkit-border-radius: 5px;
}
a.menubuton  {
     display: block;
     position: relative;
     padding: 15px 10px;
     font-size: 14px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 600;
     text-decoration: none;
     -webkit-transition: .5s;
     transition: .5s;
 }
a.menubuton {
    font-weight: 600;
    padding: 12px;
    margin-left: 25px;
    top: -32px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #ffffff;
}
.menubuton a::after {
    content: "";
    width: 0px;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: .5s;
    transition: .5s;
}


/* 125% ekran ölçeklendirme (Windows için yaklaşık 120dpi) */
@media (min-resolution: 120dpi) and (max-resolution: 150dpi) {
    header #header-menu ul li a{
        font-size:12px;
        padding:10px 15px;
    }
}
