.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 1s linear infinite;}