@import url(animate.min.css);@import url(slick.css);@import url(slick-theme.css);@font-face{font-family:'font-primary';src:url("../fonts/sairastencilone-regular-webfont.woff2") format("woff2"),url("../fonts/sairastencilone-regular-webfont.woff") format("woff"),url("../fonts/sairastencilone-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'font-secondary';src:url("../fonts/bebasneue-regular-webfont.woff2") format("woff2"),url("../fonts/bebasneue-regular-webfont.woff") format("woff"),url("../fonts/bebasneue-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'font-tertiary';src:url("../fonts/alata-regular-webfont.woff2") format("woff2"),url("../fonts/alata-regular-webfont.woff") format("woff"),url("../fonts/alata-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@-webkit-keyframes fadein{from{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-filter:blur(0px);filter:blur(0px)}}@keyframes fadein{from{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-filter:blur(0px);filter:blur(0px)}}.fadein{-webkit-animation:fadein 2s ease-in alternate forwards;animation:fadein 2s ease-in alternate forwards;-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.fadeout{-webkit-animation:fadeout 1s ease-in alternate forwards;animation:fadeout 1s ease-in alternate forwards}@-webkit-keyframes opacity-0-1{from{opacity:0}to{opacity:1}}@keyframes opacity-0-1{from{opacity:0}to{opacity:1}}.opacity-0-1{-webkit-animation:opacity-0-1 2s ease-in alternate forwards;animation:opacity-0-1 2s ease-in alternate forwards}@-webkit-keyframes mask-play{from{-webkit-mask-position:0% 0;mask-position:0% 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes mask-play{from{-webkit-mask-position:0% 0;mask-position:0% 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@-webkit-keyframes idle{to{opacity:.3}}@keyframes idle{to{opacity:.3}}@-webkit-keyframes sound{0%{height:4px}50%{height:10px}100%{height:4px}}@keyframes sound{0%{height:4px}50%{height:10px}100%{height:4px}}@-webkit-keyframes bottom-to-top{from{-webkit-mask-position:0% 0;mask-position:0% 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes bottom-to-top{from{-webkit-transform:translateY(150%);transform:translateY(150%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}.bottom-to-top{-webkit-animation:bottom-to-top ease-in alternate forwards;animation:bottom-to-top ease-in alternate forwards;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:3.25s;animation-delay:3.25s}body{margin:0;font-family:"font-primary";background-color:#000;width:100vw;height:100vh}.scene-mask,.project-mask{-webkit-mask:url("../img/nature-sprite.png");mask:url("../img/nature-sprite.png");-webkit-mask-size:2300% 100%;mask-size:2300% 100%;-webkit-animation:mask-play 1.4s steps(22) forwards;animation:mask-play 1.4s steps(22) forwards}.loader{position:absolute;width:100vw;height:100vh;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;z-index:990}.loader span{font-size:2rem}.site-logo{position:fixed;top:2rem;right:3rem;z-index:999}.site-logo img{width:200px;height:50px}.main{opacity:0}.scene{overflow:hidden;-webkit-mask:url("../img/nature-sprite.png");mask:url("../img/nature-sprite.png");-webkit-mask-size:2300% 100%;mask-size:2300% 100%}.scene .parallax{width:103vw;height:102vh;background-size:cover !important;background-position:center !important;left:-1vw;overflow:hidden}.scene .without-parallax{position:absolute;top:0}.current{z-index:150 !important}.card-transform{-webkit-transform:translateY(-100%) !important;transform:translateY(-100%) !important}.z-100{z-index:100 !important}.z-101{z-index:101 !important}.z-102{z-index:102 !important}.z-150{z-index:150 !important}.z-155{z-index:155 !important}.prev-scene{position:absolute;bottom:2rem;left:3rem;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-family:"font-secondary";opacity:0.5;z-index:151}.prev-scene:hover{opacity:1}.prev-scene svg{stroke:#fff}.prev-scene span{color:#fff}#rain{position:absolute;-webkit-transform:rotate3d(0, 0, 0.5, 30deg);transform:rotate3d(0, 0, 0.5, 30deg);width:100vw;height:250vh;top:-50vh;left:-10vh;z-index:9}.scene-text{position:absolute;top:4rem;left:25%;width:50%;z-index:90;text-align:center}.scene-text h1{margin-bottom:.5rem;color:#3E3225}.scene-text p{opacity:0;will-change:opacity;margin-top:0;margin-bottom:0.5rem;color:#3E3225;font-family:"font-tertiary";font-size:1rem;line-height:26px;-webkit-animation-delay:2s;animation-delay:2s}.scene-text p strong{font-family:"font-primary"}.scene-text h1{-webkit-animation-delay:1s;animation-delay:1s}.scene-change{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-animation-delay:3s;animation-delay:3s;will-change:transform;cursor:pointer;font-family:"font-secondary";margin-top:1rem}.scene-change:hover span{color:#851d1b}.scene-change span{color:#3E3225;font-size:1.5rem;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.scene-change #buton-alti{width:12%;position:relative;top:-3px}.scene-change .ikinci-buton-alti{width:28% !important}.scene-change svg{margin-left:1rem;width:2rem;height:2rem}.first-scene{position:absolute;width:100vw;height:100vh;top:0;z-index:200;background-image:url("../img/first-scene-bg.jpg");background-size:cover;background-position:center center;-webkit-mask:url("../img/nature-sprite.png");mask:url("../img/nature-sprite.png");-webkit-mask-size:2300% 100%;mask-size:2300% 100%}.first-scene .welcome-wrapper{position:absolute;width:100vw;height:100vh;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.first-scene .welcome-wrapper .text-animation{position:relative;-webkit-transform:translateY(150%);transform:translateY(150%)}.first-scene .welcome-wrapper .text-animation span{color:#fff;font-size:3.5rem;opacity:0;-webkit-animation-duration:1s;animation-duration:1s;line-height:31px}.first-scene .welcome-wrapper .text-animation span:nth-child(1){-webkit-animation-delay:1s;animation-delay:1s}.first-scene .welcome-wrapper .text-animation span:nth-child(2){-webkit-animation-delay:1.2s;animation-delay:1.2s}.first-scene .welcome-wrapper .text-animation span:nth-child(3){-webkit-animation-delay:1.4s;animation-delay:1.4s}.first-scene .welcome-wrapper .text-animation span:nth-child(4){-webkit-animation-delay:1.3s;animation-delay:1.3s}.first-scene .welcome-wrapper .text-animation span:nth-child(5){-webkit-animation-delay:1.2s;animation-delay:1.2s}.first-scene .welcome-wrapper .text-animation span:nth-child(6){-webkit-animation-delay:1.4s;animation-delay:1.4s}.first-scene .welcome-wrapper .text-animation span:nth-child(7){-webkit-animation-delay:1.5s;animation-delay:1.5s}.first-scene .welcome-wrapper .text-animation span:nth-child(8){-webkit-animation-delay:1.35s;animation-delay:1.35s}.first-scene .welcome-wrapper .text-animation span:nth-child(9){-webkit-animation-delay:1.4s;animation-delay:1.4s}.first-scene .welcome-wrapper .text-animation span:nth-child(10){-webkit-animation-delay:1.5s;animation-delay:1.5s}.first-scene .welcome-wrapper .text-animation span:nth-child(11){-webkit-animation-delay:1.6s;animation-delay:1.6s}.first-scene .welcome-wrapper .text-animation span:nth-child(12){-webkit-animation-delay:1.75s;animation-delay:1.75s}.first-scene .welcome-wrapper .text-animation #space{margin-left:1rem}.first-scene .welcome-wrapper .welcome-text{width:55%;text-align:center;margin:2rem 0;z-index:1}.first-scene .welcome-wrapper .welcome-text p{color:#fff;font-family:"font-tertiary";line-height:26px}.first-scene .welcome-wrapper #ikinci-sahneye-gecis{color:#fff;background:url("../img/buton-red.png");background-size:contain;background-repeat:no-repeat;background-position:center;z-index:1;padding:2rem 3rem;cursor:pointer;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;font-family:"font-secondary"}.first-scene .welcome-wrapper #ikinci-sahneye-gecis:hover{background:url("../img/buton-white.png");background-size:contain;background-repeat:no-repeat;background-position:center;color:#851d1b}.first-scene #particles-js{position:absolute;top:0;width:100vw;height:100vh}.second-scene{position:absolute;width:100vw;height:100vh;top:0;z-index:110}.third-scene{position:absolute;width:100vw;height:100vh;top:0;z-index:105}.fourth-scene{position:absolute;width:100vw;height:100vh;top:0;z-index:100;background-image:url(../img/first-scene-bg.jpg);background-size:cover;background-position:center center}.fourth-scene .fourth-scene-wrapper{position:relative;width:100vw;height:100vh}.fourth-scene .fourth-scene-wrapper .card-wrapper{width:100vw;height:100vh;position:relative;padding-top:4rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .card{position:relative;overflow:hidden;border-radius:20px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .card::before{content:"";position:absolute;background:rgba(0,0,0,0.7);top:0;left:0;width:100%;height:100%}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-image img{width:100%;height:auto;border-radius:20px}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-head{position:absolute;width:100%;height:100%;top:0;-webkit-transform:translateY(100%);transform:translateY(100%);color:#fff;-webkit-transition:all 1.25s ease;transition:all 1.25s ease;will-change:transform}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-head .card-title{margin-bottom:0;font-size:1.75rem;padding:0 40px;display:none}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-head .card-subtitle{font-size:1rem;padding:0 40px;display:none}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-hover{position:absolute}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-body{position:absolute;width:100%;bottom:-200%;-webkit-transition:all 1.5s ease;transition:all 1.5s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-body p{color:#fff;padding:0 40px;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;font-family:"font-tertiary";line-height:26px}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer{position:absolute;width:calc(100% - 80px);-webkit-transform:translateY(300%);transform:translateY(300%);border-top:1px solid rgba(255,255,255,0.18);padding:15px 40px;height:130%;-webkit-transition:all 2s ease;transition:all 2s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer span{cursor:pointer;font-family:"font-secondary";color:#fff}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer span:nth-child(2){background-color:#851d1b;color:#fff;margin-left:0.5rem;padding:0.5rem;border-radius:10px}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content{position:absolute;width:100%;height:100%;background-color:#fff;-webkit-transition:1s;transition:1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(100%);transform:translateY(100%);will-change:transform}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .footer-close{position:absolute;right:1rem;top:1rem;z-index:1;cursor:pointer}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .footer-close svg{width:2.5rem;height:2.5rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content{position:absolute;width:calc(100% - 80px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content img{width:1.5rem;height:1.5rem;cursor:pointer;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;border:1px solid #000;border-radius:20px;padding:1rem;background-color:#000}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;text-decoration:none;margin-bottom:1rem;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;font-family:"font-secondary"}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:hover{opacity:0.7 !important}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:nth-child(1){-webkit-animation-delay:1.5s;animation-delay:1.5s}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:nth-child(2){-webkit-animation-delay:1.75s;animation-delay:1.75s}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:nth-child(3){-webkit-animation-delay:2s;animation-delay:2s}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:nth-child(4){-webkit-animation-delay:2.25s;animation-delay:2.25s}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a img{margin-right:1.5rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content a:nth-child(6){-webkit-animation-delay:2.75s;animation-delay:2.75s}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content .card-instagram{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-delay:2.5s;animation-delay:2.5s;margin-bottom:1rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content .card-instagram:hover{opacity:.7 !important}.fourth-scene .fourth-scene-wrapper .card-wrapper .card .card-footer-content .share-content .card-instagram .instagram-text a{margin-bottom:0;margin-left:1.5rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-slide{margin:10px;-webkit-transform:scale3d(0.75, 0.75, 0.75);transform:scale3d(0.75, 0.75, 0.75);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:before{content:"";background:transparent;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:hover:before{content:"";background:rgba(0,0,0,0.7)}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:hover .card-head{-webkit-transform:translateY(0%);transform:translateY(0%)}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:hover .card-body{bottom:5rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:hover .card-footer{-webkit-transform:translateY(-7.5%);transform:translateY(-7.5%)}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card:hover .card-hover{opacity:0}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card .card-head{-webkit-transform:translateY(75%);transform:translateY(75%)}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card .card-head .card-title{display:block}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card .card-head .card-subtitle{display:block;text-transform:uppercase}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card-hover{position:absolute;right:0;bottom:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top-left-radius:20px;padding:.25rem;-webkit-transition:all 0.7s ease;transition:all 0.7s ease}.fourth-scene .fourth-scene-wrapper .card-wrapper .slick-center .card-hover svg{stroke:#3E3225}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-nav{position:relative;bottom:0rem;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-nav .slick-arrow{border:1px solid #fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;margin-right:1rem;cursor:pointer}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-nav .slick-arrow:hover{background-color:#851d1b}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-nav .slick-arrow svg{width:2rem;height:2rem;stroke:#fff}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-right,.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-left{position:absolute;top:calc(10% - 4rem);width:30%;height:80%;background:#00000017;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-right svg,.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-left svg{display:none}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-right:hover svg,.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-left:hover svg{display:block}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-right{right:0}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-right svg{position:absolute;bottom:6rem}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-left{left:0}.fourth-scene .fourth-scene-wrapper .card-wrapper .slider-left svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);position:absolute;bottom:6rem}.terms-of-use{position:absolute;width:100vw;height:100vh;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-family:"font-tertiary";background-image:url(../img/first-scene-bg.jpg);background-size:cover;background-position:center center}.terms-of-use .terms-content{width:50vw;height:60vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.terms-of-use h3,.terms-of-use h2{color:#fff}.terms-of-use .terms-of-us-close{position:absolute;bottom:2rem;left:5rem;cursor:pointer;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5}.terms-of-use .terms-of-us-close span{margin-left:.5rem;font-family:"font-secondary";line-height:13px;color:#fff}.terms-of-use .terms-of-us-close:hover{opacity:1}.terms-of-use .terms-of-us-close svg{stroke:#fff}.terms-of-use span{color:#fff;line-height:26px;font-size:.9rem}.project-about{position:absolute;width:100vw;height:100vh;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;background-image:url(../img/first-scene-bg.jpg);background-size:cover;background-position:center center;overflow:hidden}.project-about span{color:#fff;line-height:26px;font-family:"font-tertiary"}.project-about span:nth-child(3){font-size:1.5rem;margin-top:2rem}.project-about span a{color:white;border-bottom:3px solid #005696}.project-about span a:hover{color:#005696}.project-about a{color:#fff;text-decoration:none;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.project-about .project-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5rem}.project-about .project-social .p-text{margin-bottom:1rem;margin-left:-2rem}.project-about .project-social a{margin-right:2rem;-webkit-transition:all 0.7s ease;transition:all 0.7s ease}.project-about .project-social a img{width:1.5rem;height:1.5rem;background-color:#005696;padding:.5rem;border-radius:10px}.project-about .project-social a:hover{opacity:0.7}.project-about .project-close{position:absolute;bottom:2rem;left:5rem;cursor:pointer;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5}.project-about .project-close:hover{opacity:1}.project-about .project-close span{margin-left:.5rem;font-family:"font-secondary";line-height:13px}.project-about .project-close svg{stroke:#fff}.project-about .igim-develop{position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);right:-145px;width:350px;opacity:.5;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;font-family:"font-tertiary"}.project-about .igim-develop:hover{opacity:1}.project-about .igim-develop a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"font-tertiary";font-size:.9rem}.project-about .igim-develop a img{max-width:120px;margin-right:.75rem}.site-footer{position:absolute;width:80%;bottom:2rem;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:3rem;z-index:148}.site-footer #terms-of-us{color:#fff;text-decoration:none;margin-right:1rem;font-family:"font-secondary"}.site-footer span{color:#fff;margin-right:1rem}.site-footer span{-webkit-transition:all 0.5s ease;transition:all 0.5s ease;opacity:0.5;cursor:pointer;font-family:"font-secondary"}.site-footer span:hover{opacity:1;will-change:opacity}.site-footer .sound-play{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;opacity:0.5;-webkit-transition:0.5s;transition:0.5s;position:relative;top:-4px}.site-footer .sound-play:hover{opacity:1}.site-footer .sound-play div{width:1px;height:7px;margin-right:4px;background-color:#fff}.site-footer .sound-play .sound-play-anime{-webkit-animation:2s infinite sound;animation:2s infinite sound}.site-footer .sound-play .sound-play-anime:nth-child(3n+0){-webkit-animation-duration:1.5s;animation-duration:1.5s}.site-footer .sound-play .sound-play-anime:nth-child(3n+1){-webkit-animation-duration:1s;animation-duration:1s}.site-footer .sound-play .sound-play-anime:nth-child(3n+2){-webkit-animation-duration:1.25s;animation-duration:1.25s}#landscape{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}#landscape span{color:#fff}@media (max-width: 360px){html{font-size:75% !important}}@media (max-width: 1024px){br{display:none}.site-logo img{width:150px;height:40px}.first-scene .text-animation span{font-size:2rem !important}.first-scene .welcome-text{width:90% !important}.fourth-scene .card .card-title,.fourth-scene .card .card-subtitle,.fourth-scene .card .card-body p{padding:0 20px !important}.fourth-scene .card:hover .card-body{bottom:2.5rem !important}.fourth-scene .card .card-title{font-size:1.5rem !important}.fourth-scene .card .card-body #card-text{font-size:0.9rem !important}.fourth-scene .card .share-content a{margin-bottom:.5rem !important}.fourth-scene .card .share-content a img{width:1rem !important;height:1rem !important;padding:0.75rem !important}.fourth-scene .card .share-content .card-instagram img{width:1rem !important;height:1rem !important;padding:0.75rem !important}.scene .parallax{width:100vw !important;background-position:right !important}.site-footer{padding-right:0rem !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;bottom:1rem !important;width:100% !important}.site-logo{top:1rem !important;right:1rem !important}.scene-text{width:95% !important;left:1.5% !important;top:5rem !important;background-color:rgba(254,252,193,0.3);padding:1%}.scene-text h1{font-size:1.25rem}.scene-text p{font-size:.9rem !important;margin-bottom:0.25rem !important}.scene-mask{-webkit-mask-size:3333% 100% !important;mask-size:3333% 100% !important}.prev-scene,.project-close{left:1rem !important;top:1.5rem !important;bottom:auto}.project-social{margin-top:1rem !important}.terms-content{width:90vw !important}.terms-of-us-close,.project-close{bottom:auto !important;top:2rem !important;left:2rem !important}.slider-right,.slider-left{display:none !important}.igim-develop{display:none}.slider-nav{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media (min-width: 1024px) and (max-width: 1244px){html{font-size:80%}.card:hover .card-title,.card:hover .card-subtitle{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){.fourth-scene-wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.card-wrapper{padding-top:2rem !important;width:80vw  !important;height:80vh !important}.card-wrapper .slider-nav{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.card:hover .card-footer{-webkit-transform:translateY(-5.5%) !important;transform:translateY(-5.5%) !important}.card:hover .card-body{bottom:5.5rem !important}}@media (min-width: 1920px){.scene-text{width:70% !important;left:15% !important}.scene-text h1{font-size:3rem !important}.scene-text p{font-size:1.25rem !important;line-height:30px !important}.welcome-text p{line-height:30px !important;font-size:1.25rem}#ikinci-sahneye-gecis{font-size:1.5rem !important}.scene-change .ikinci-buton-alti{width:15% !important}.project-about span{font-size:1.25rem !important}.project-about span:nth-child(3){font-size:1.75rem !important}.terms-content h2,.terms-content h3{font-size:2rem !important}.terms-content span{line-height:30px !important;font-size:1.25rem !important}}@media (max-width: 768px) and (max-height: 600px){.fourth-scene-wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.card-wrapper{width:90vw !important;height:90vh !important}.card:hover .card-title,.card:hover .card-subtitle{display:none !important}}@media (min-width: 1024px){#landscape{display:none !important}}
