:root {
--primary-orange: #27373e;
--radius: 3px;
}.font2 {
font-family: 'Room';
}.font1 {
font-family: 'Avenir LT Pro';
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}a {
text-decoration: none;
}.container2 {
max-width: 1200px;
}/**/.header-social {
display: flex;
gap: 15px;
margin: 0 auto;
}
.header-social a {
color: #27373e;
transition: 0.3s;
}
.header-social li {
list-style: none;
}
.header-social a svg {
fill: #27373e;
transition: 0.3s;
width: 23px;
height: 23px;
}/**/
.btn-genel {
position: relative;
display: inline-block;
overflow: hidden;
background-color: transparent;
border: 2px solid #1D1D1B;
border-radius: 25px;
color: #1D1D1B;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
text-transform: uppercase;
height: 43px;
padding: 0px 25px;
font-weight: 600;
}.btn-genel i {
margin-right: 15px;
display: none;
}.btn-genel .text1,.btn-genel .text2 {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
transition: transform 0.3s ease-in-out;
}.btn-genel .text1 {
position: relative;
}.btn-genel .text2 {
transform: translateY(103%);
background: #27373e;
color: #fff;
}.btn-genel:hover .text1 {
transform: translateY(-100%);
}.btn-genel:hover .text2 {
transform: translateY(0);
}.btn-genel:hover {
border-color: #27373e;
}/* buton 2*/
.btn-genel.btn-renk {
background-color: #27373e;
border-color: #27373e;
color: #fff;
}.btn-genel.btn-renk .text2 {
background-color: #fff;
border-color: #27373e;
color: #000;
}.btn-genel.btn-renk:hover {
background: #27373e;
color: #fff;
}.btn-genel.btn-renk .text2 {
background: #fff;
color: #000;
}.btn-genel.btn-beyaz {
background-color: #fff;
border-color: #fff;
}.btn-genel.btn-beyaz .text2 {
background: #fff;
color: #000;
}.btn-genel.btn-border-beyaz {
border-color: #fff;
color: #fff;
}.btn-genel.btn-border-beyaz .text2 {
background: #fff;
color: #000;
}/**/
.toplam {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 1000;
transition: background-color 0.3s ease;
box-shadow: 0px 0px 10px 0px #0000004f;
padding-top: 0;
border-top: solid 6px #27373e;
}.site-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}.logo {
font-size: 32px;
font-weight: 700;
color: #fff;
text-decoration: none;
flex-shrink: 0;
line-height: 1;
display: flex;
align-items: center;
}.main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
padding-right: 0;
margin-right: 0;
}.main-nav ul {
display: flex;
list-style: none;
gap: 20px;
margin-bottom: 0;
align-items: center;
margin-top: 0;
padding: 0;
margin-left: auto;
}.main-nav ul li:nth-child(1) {}.main-nav a {
transition: color 0.3s ease;
letter-spacing: 0.1rem;
display: block;
padding: 0.65rem 0rem;
color: #32444c;
font-size: 15px;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
position: relative;
}.main-nav a:hover {
color: #000;
}.has-dropdown > a {
display: flex;
align-items: center;
gap: 5px;
}.has-dropdown > a::after {
content: "Ã¢Ë†Â¨";
font-size: 12px;
}.header-right {
display: flex;
align-items: center;
gap: 14px;
}.contact-info {
color: #000;
font-size: 15px;
white-space: nowrap;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}.contact-info a {
font-weight: 700;
text-decoration: none;
color: #000;
}.cart-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: auto;
height: auto;
color: #fff;
font-size: 14px;
padding-left: 25px;
border-left: 1px solid #ffffff1f;
}.cart-icon svg {
width: 22px;
height: 22px;
}.cart-count {
margin-left: 5px;
font-weight: 700;
line-height: 1;
display: flex;
align-items: center;
}.cta-button {
background-color: #000;
color: #fff;
padding: 12px 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
border-radius: 4px;
transition: background-color 0.3s ease;
white-space: nowrap;
text-decoration: none;
}.cta-button:hover {
background-color: #b84d12;
color: #fff;
}.menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1001;
}.menu-toggle .bar {
display: block;
width: 25px;
height: 3px;
background-color: #32444c;
margin: 5px 0;
transition: all 0.4s;
}.menu-toggle.is-active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}.menu-toggle.is-active .bar:nth-child(2) {
opacity: 0;
}.menu-toggle.is-active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0009;
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, visibility 0.5s ease;
}.nav-overlay.is-active {
opacity: 1;
visibility: visible;
}.header-top-dil {
display: flex;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
margin-top: 0;
}.header-top-dil li {
list-style: none;
margin-right: 20px;
position: relative;
}.header-top-dil li span {
display: none;
}.header-top-dil li a {
color: #333333;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0;
display: flex;
align-items: center;
}.header-top-dil li:first-child:before {
display: none;
}.header-top-dil li:before {
content: "";
display: block;
position: absolute;
left: -12px;
top: 50%;
margin-top: -4px;
height: 9px;
width: 1px;
background-color: #ffffff;
}.header-top-dil li a .icon {
height: 17px;
margin-right: 5px;
}.header-top-dil li a .icon img {
height: 100%;
}@media (max-width: 1150px) {
.contact-info {
display: none;
}
}@media (max-width: 991.98px) {
.menu-toggle {
display: block;
}.main-nav {
justify-content: flex-end;
}.main-nav ul {
flex-direction: column;
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background-color: #1a1a1a;
padding: 120px 40px 40px;
align-items: flex-start;
gap: 25px;
transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 999;
}.main-nav ul.is-active {
left: 0;
}.main-nav ul a {
font-size: 20px;
}.cta-button {
display: none;
}.about-section, .services-section {
text-align: center;
}.about-image {
margin-top: 40px;
}.button-group {
justify-content: center;
}.about-headline {
font-size: 30px;
}
}@media (max-width: 768px) {
.services-section {
margin-top: -80px;
padding: 0 20px;
margin-bottom: 60px;
}
}/**/
footer.footer9 {
width: 100%;
height: auto;
background-color: #27373e;
color: #fff;
position: relative;
}footer.footer9::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url(../../images/bg.png);
opacity: 20%;
}footer.footer9 .footer-sosyal {
display: flex;
align-items: center;
margin: 0;
}footer.footer9 .footer-sosyal li:first-child {
margin-left: 0px;
}footer.footer9 .footer-sosyal li {
list-style: none;
margin-left: 15px;
}footer.footer9 .footer-sosyal li a {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.096);
color: #fff;
}footer.footer9 .footer-sosyal li a svg {
width: 20px;
height: 50px;
overflow: inherit;
fill: #fff;
}footer.footer9 .footer-ust {
width: 100%;
height: auto;
padding: 50px 0px;
display: flex;
align-items: center;
position: relative;
}footer.footer9 .footer-logo {
width: 270px;
height: auto;
}footer.footer9 .footer-logo img {
width: 100%;
height: auto;
}footer.footer9 .footer-text {
width: calc(100% - 150px);
height: auto;
padding-left: 50px;
font-size: 16px;
}footer.footer9 .footer-orta {
width: 100%;
height: auto;
padding: 40px 0px;
border-top: 1px solid #ffffff2b;
border-bottom: 1px solid #ffffff2b;
position: relative;
}footer.footer9 .footer-liste {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
}footer.footer9 .footer-liste li:first-child {
margin-left: 0px;
}footer.footer9 .footer-liste li {
list-style: none;
margin-left: 40px;
}footer.footer9 .footer-liste li a {
color: #ffffff;
}footer.footer9 .footer-alt {
width: 100%;
height: auto;
display: flex;
padding: 40px 0px;
position: relative;
align-items: center;
}footer.footer9 .footer-alt .logolar {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}footer.footer9 .footer-alt .logolar img {
height: 50px;
object-fit: contain;
background: white;
padding: 10px 30px;
border-radius: 50px;
width: 190px;
margin: 0 15px;
}footer.footer9 .footer-alt .footer-unvani {
display: block;
}footer.footer9 .footer-alt .hasem-logo {
width: auto;
display: block;
margin-left: auto;
}footer.footer9 .footer-alt .hasem-logo img {
width: auto;
height: 20px;
display: block;
}@media(max-width: 1024px) {
footer.footer9 .footer-orta, footer.footer9 .footer-ust {
display: none;
}
}/* Orta Bölüm Genel Ayarları */
footer.footer9 .footer-orta {
width: 100%;
height: auto;
padding: 50px 0px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
z-index: 2;
}/* Bölüm Başlıkları */
footer.footer9 .footer-baslik {
color: #ffffff;
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
position: relative;
padding-bottom: 10px;
}footer.footer9 .footer-baslik::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
background-color: #ffffff; /* İsteğe göre marka renginiz yapabilirsiniz */
}/* Ürün Listesi (Sol Sütun) */
footer.footer9 .footer-liste {
list-style: none;
padding: 0;
margin: 0;
}footer.footer9 .footer-liste li {
list-style: none;
margin-left: 0;
width: 100%;
margin-bottom: 12px;
}footer.footer9 .footer-liste li a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
transition: 0.3s;
font-size: 15px;
}footer.footer9 .footer-liste li a i {
font-size: 12px;
margin-right: 8px;
color: rgba(255, 255, 255, 0.4);
display: none;
}footer.footer9 .footer-liste li a:hover {
color: #fff;
padding-left: 5px;
}/* İletişim Bölümü (Orta Sütun) */
footer.footer9 .footer-iletisim-item {
display: flex;
align-items: flex-start;
margin-bottom: 18px;
color: rgba(255, 255, 255, 0.75);
font-size: 14px;
}footer.footer9 .footer-iletisim-item i {
margin-right: 12px;
margin-top: 4px;
color: #fff;
display: none;
width: 15px;
}/* Harita (Sağ Sütun) */
footer.footer9 .footer-harita {
width: 100%;
height: 220px;
border-radius: 12px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
}/* ÖNEMLİ: Mobilde gizlemeyi kaldırıyoruz */
@media(max-width: 1024px) {
footer.footer9 .footer-orta {
display: block !important;
padding: 40px 15px;
}
}@media(max-width: 768px) {
footer.footer9 .footer-harita {
margin-top: 30px;
}
}@media(max-width: 1024px) {
.main-nav ul{
gap: 5px;
background-color: white;
}.logo img {
width: 160px;
}.header-right .btn-genel.btn-renk {
display: none;
}.main-nav a:hover {
color: black;
}footer.footer9 {
margin-bottom: 40px;
}footer.footer9 .footer-alt .logolar{
display: none;
}
footer.footer9 .footer-alt .hasem-logo {
margin-left: auto !important;
}a.WhatsApp1 {
bottom: 60px !important;
}
}@media(max-width:1024px){
.header-social{
display: none;
}
}