body{padding:0}.top-bar{background-color:#e5e5e5;width:100%;height:auto;display:flex;align-items:center}.top-bar p{margin:0}.top-bar .whatsapp{text-decoration:none;color:#000;margin-left:5px;transition:.2s ease-in-out}.top-bar .whatsapp:hover{color:orange}.header{background-color:#eee;width:100%;position:relative;z-index:10}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.logo img{width:150px;height:auto}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer}.hamburger div{height:3px;background-color:#000;border-radius:2px}.menu{display:flex;align-items:center}.menu ul{list-style:none;display:flex;gap:40px;margin:0;padding:0}.menu ul li{font-size:20px;transition:.2s ease-in-out}.menu ul li:hover{color:orange}@media (max-width:768px){.top-bar{width:auto}.hamburger,.top-bar p{display:flex}.menu{position:fixed;top:0;right:0;background-color:#eee;width:250px;height:100vh;transform:translateX(100%);transition:transform .3s ease-in-out;justify-content:flex-start;align-items:center;padding:20px 0;box-shadow:-4px 0 8px rgba(0,0,0,.2)}.menu,.menu ul{flex-direction:column}.menu ul{gap:30px}.menu-active{transform:translateX(0)}.menu .close{font-weight:700;font-size:30px;color:#000;background-color:transparent;padding:10px;margin-top:10px;margin-bottom:20px;cursor:pointer;transition:.2s ease-in-out}.menu .close:hover{color:orange}.menu ul li{font-size:20px;font-weight:700;color:#000;transition:color .3s ease-in-out;margin:0 auto}.menu ul li:hover{color:orange}.logo{flex-grow:1;text-align:left}}.footer{background-color:#212529;color:#f8f9fa;padding:40px 20px;font-family:Arial,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto}.footer-center,.footer-left,.footer-right{flex:1;min-width:250px}.footer-left p{color:#adb5bd}.footer-center{text-align:center}.footer-center h2{color:orange}.footer-menu ul{list-style:none;padding:0}.footer-menu li{margin:10px 0}.footer-menu a{text-decoration:none;color:#f8f9fa;font-weight:700;font-size:18px;transition:color .3s ease}.footer-menu a:hover,.footer-right h2{color:orange}.footer-right h3{font-size:18px;margin:10px 0 5px}.footer-right p{margin:5px}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-center,.footer-left,.footer-right{text-align:center}}.swiper-container{width:100%;height:auto;overflow:hidden}.swiper-slide img{width:100%;height:800px}@media (max-width:768px){.swiper-slide img{height:400px}.swiper-button-next,.swiper-button-prev{color:#007bff;font-size:18px;opacity:.8;transition:opacity .3s ease}.swiper-button-next:hover,.swiper-button-prev:hover{opacity:1}.swiper-pagination-bullets{bottom:15px!important}.swiper-pagination-bullet{width:10px;height:10px;margin:0 5px;opacity:.8;transition:transform .3s ease,opacity .3s ease}.swiper-pagination-bullet-active{transform:scale(1.2);opacity:1}}.collection-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:auto;margin:50px auto}.collection-banner .banner{overflow:hidden}.collection-banner .banner img{width:100%;height:auto;transition:transform .3s ease-in-out}.collection-banner .banner img:hover{transform:scale(1.05)}@media (max-width:768px){.collection-banner{grid-template-columns:1fr}}.parallax{width:100%;height:600px;background-image:url(/img/img3.9ca71789.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;background-attachment:fixed}.projects-container{display:flex;align-items:center;justify-content:space-between;width:auto;max-width:1200px;margin:50px auto;background:linear-gradient(145deg,#f3f4f6,#e3e4e6);padding:20px 30px;border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.projects-title{flex:2}.projects-title h1{font-size:36px;font-weight:700;margin:0 0 10px;color:#333}.projects-title p{font-size:18px;color:#555}.projects-button{flex:1;display:flex;justify-content:flex-end;align-items:center}.projects-button a{text-decoration:none;font-size:18px;font-weight:700;color:#fff;background:#007bff;padding:12px 25px;border-radius:10px;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,123,255,.3)}.projects-button a:hover{background:#0056b3;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,123,255,.5)}@media (max-width:768px){.projects-container{flex-direction:column;text-align:center}.projects-title{margin-bottom:20px}.projects-button{justify-content:center}}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:50px auto;max-width:1360px}@media (max-width:768px){.gallery{grid-template-columns:repeat(1,1fr)}}.gallery-item{position:relative;overflow:hidden;height:auto}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease-in-out}.gallery-item:hover img{transform:scale(1.1)}.gallery-item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .4s ease-in-out;border-radius:10px}.gallery-item:hover .overlay{opacity:1}.gallery-item .overlay i{font-size:2rem;color:#fff;transform:scale(1);transition:.4s ease-in-out;opacity:0}.gallery-item:hover .overlay i{transform:scale(1);opacity:1}.lightbox{z-index:2000}.pagination{display:flex;justify-content:center;align-items:center;margin:20px 0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:10px}.pagination::-webkit-scrollbar{display:none}.pagination button{margin:0 5px;padding:10px 15px;font-size:16px;color:#333;background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;transition:all .3s;flex-shrink:0}.pagination button.active{background-color:#007bff;color:#fff;font-weight:700}.pagination button:hover:not(.active){background-color:#ddd}.pagination button:disabled{background-color:#e0e0e0;cursor:not-allowed}.pagination button[aria-label="Sonraki Sayfa"],.pagination button[aria-label="Önceki Sayfa"]{font-weight:700}@media (max-width:768px){.pagination{padding:0 15px}.pagination button{font-size:15px;padding:8px 12px;margin:0 3px}}.contact-header{text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.contact-header h1{font-size:2.5rem;color:#333}.contact-container[data-v-3b99626e]{padding:20px;max-width:1360px;margin:auto}.contact-header[data-v-3b99626e]{text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.contact-header h1[data-v-3b99626e]{font-size:2.5rem;color:#333}.contact-content[data-v-3b99626e]{display:flex;gap:30px}.map-container[data-v-3b99626e]{flex:1;min-height:400px;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.info-container[data-v-3b99626e]{flex:1;display:flex;flex-direction:column;gap:20px}.address-info[data-v-3b99626e],.contact-info[data-v-3b99626e]{background:#f9f9f9;padding:20px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.address-info h2[data-v-3b99626e],.contact-info h2[data-v-3b99626e]{font-size:1.5rem;margin-bottom:10px;color:#444}.address-info hr[data-v-3b99626e],.contact-info hr[data-v-3b99626e]{border:none;height:2px;background:#ddd;margin:10px 0}.address-info p[data-v-3b99626e],.contact-info p[data-v-3b99626e]{font-size:1rem;line-height:1.6;color:#555}@media (max-width:768px){.contact-content[data-v-3b99626e]{flex-direction:column}.map-container[data-v-3b99626e]{height:auto}}body{font-family:Arial,sans-serif;line-height:1.6}.ortala,body{margin:0 auto}.ortala{width:90%;height:auto}