.svg{margin:0 auto;display:block;}
polygon{transform:rotateY(-180deg) scale(0);transition:all .4s cubic-bezier(.59,.72,.375,1.65);transform-origin:center}
polygon.processed{transform:rotateY(0) scale(1)}
.watfloat{position:fixed;width:50px;height:50px;bottom:40px;left:40px;border-radius:50px;box-shadow:0 0 5px 2px #7b7b7b;z-index:100}
.cookiealert {position: fixed;bottom: 0;left: 0;width: 100%;margin: 0 !important;z-index: 999;opacity: 0;visibility: hidden;border-radius: 0;transform: translateY(100%);transition: all 500ms ease-out;color: #ecf0f1;background: #212327;}
.cookiealert.show {opacity: 1;visibility: visible;transform: translateY(0%);transition-delay: 1000ms;}
.cookiealert a {text-decoration: underline}
.cookiealert .acceptcookies {margin-left: 10px;vertical-align: baseline;}
.busmodal{color: #444;text-align: center;padding-top: 25px;}
.busbanner{padding: 20px;background: #cfad08;font-size: 20px;font-weight: 700;position: absolute;top: 16px;left: 16px;z-index: 9999;}
.sinasi{color: #419577;padding: 10px 30px 10px 30px;background: #dfdfdf;margin-top: 15px;margin-bottom: 15px;border: 1px solid #d7d7d7;box-shadow: 1px 2px 17px 0px #b1b1b1;}
.vimeo-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;pointer-events: none;overflow: hidden;}
.vimeo-wrapper iframe {width: 100vw;height: 56.25vw;min-height: 100vh;min-width: 177.77vh;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#map{width: 100%;height: 500px;}

.gallery-title{font-size: 36px;color: #42B32F;text-align: center;font-weight: 500;margin-bottom: 70px;}
.gallery-title:after {content: "";position: absolute;width: 7.5%;left: 46.5%;height: 45px;border-bottom: 1px solid #5e5e5e;}
.filter-button:active .filter-button:active{background-color: #42B32F;color: white;}
.port-image{width: 100%;}
.gallery_product{margin-bottom: 30px;}
.ulroom{columns: 2;-webkit-columns: 2;-moz-columns: 2;}
@keyframes blinker{50% {opacity:0.0;}}.blink {animation: blinker 2s linear infinite;}

@media (max-width: 767px) {
.samsam{background-color: #8b8b8b !important;}
}
.image-containerx {position: relative;display: inline-block;max-width: 100%;line-height: 0;}
.image-containerx img {display: block;width: 100%;height: auto;}
.pinx {position: absolute;width: 16px;height: 16px;border-radius: 50%;border: 1px solid white;transform: translate(-50%, -50%);z-index: 10;}

.icon-link:hover {
transform: scale(1.1);
filter: brightness(100%);
animation-play-state: paused;
}
.sol-alt-butonlar {
position: fixed;
left: 20px;
bottom: 20px;
display: flex;
flex-direction: column;
gap: 15px;
z-index: 9999;
}
.icon-link {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
font-size: 24px;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
transition: all 0.4s ease;
animation: golgeEfekti 3s infinite ease-in-out;
}

.whatsapp { background-color: #25d366; }
.telefon { background-color: #34b7f1; }
.eposta { background-color: #f18334; }

@keyframes golgeEfekti {0%, 100% {filter: brightness(100%);}50% {filter: brightness(80%);}}

.icon-link:hover {
transform: scale(1.1);
filter: brightness(100%);
animation-play-state: paused;
}