@import"https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--color-blacker);padding:1rem 2rem}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center;border:1px solid var(--color-white)}.app__navbar-logo img{width:9rem}.app__navbar-links{display:flex;flex:1;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;transition:.5 ease}.app__navbar-links li:hover{color:var(--color-grey);cursor:pointer;border-bottom:1px solid var(--color-golden)}.app__navbar-language{display:flex;justify-content:flex-end;align-items:center}.app__navbar-language a{margin:0 1rem}.app__navbar-language img{height:30px}.app__navbar-language img:hover{box-shadow:-5px -3px 10px #fff3,15px 15px 15px #0000001a}.app__navbar-smscreen{display:none}.app__navbar-smscreen_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-black);transition:.5s ease;flex-direction:column;z-index:5}.app__navbar-smscreen_overlay .overlay__close{font-size:28px;color:var(--color-white);cursor:pointer;position:absolute;top:20px;right:20px}.app__navbar-smscreen_links{list-style:none}.app__navbar-smscreen_links li{margin:2rem;cursor:pointer;color:var(--color-white);font-size:1.4rem;text-align:center}.app__navbar-smscreen_links li:hover{color:var(--color-grey);border-bottom:1px solid var(--color-golden)}.app__navbar-smscreen_links li:nth-child(5){border-bottom:0}.app__navbar-smscreen_links-language img{height:30px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:10rem}}@media screen and (max-width: 768px){.app__navbar-links{display:none}.app__navbar-smscreen{display:flex}.app__navbar-language{display:none}}@media screen and (max-width: 650px){.app__navbar{padding:1rem}.app__navbar-logo img{width:8rem}}.app__header{background-color:var(--color-black)}.app__header-h1{font-family:var(--font-base);color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;line-height:120px;font-size:88px}.app__header-img img{width:80%}@media screen and (max-width: 965px){.app__header-h1{font-size:60px;text-align:center;line-height:80px}}@media screen and (max-width: 360px){.app__header-h1{font-size:40px;text-align:center;line-height:50px}}.img_relative{position:relative}.img_absolute{position:absolute;bottom:0}.app__aboutus{background-color:var(--color-black)}.app__aboutus-content{width:100%}.app__aboutus-content_about{flex:1;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:justify}.app__aboutus-content_divider{width:.5rem;margin:1.2rem}.app__aboutus-content_history{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:justify}.app__aboutus-content_about p,.app__aboutus-content_history p{margin:2rem 0;color:var(--color-grey)}@media screen and (min-width: 2000px){.app__aboutus-content_about p,.app__aboutus-content_history p{margin:4rem 0}}@media screen and (max-width: 980px){.app__aboutus-content{flex-direction:column}.app__aboutus-content_divider{display:none}.app__aboutus-content_history{margin-top:1rem}.img_absolute{position:static}}.app__gallery{display:flex;flex-direction:row;background-color:var(--color-black);padding:4rem 0 4rem 6rem;border-top:1px solid var(--color-blacker)}.app__gallery-content{display:flex;flex:1;justify-content:center;align-items:flex-start;flex-direction:column;min-width:500px;padding-right:2rem}.app__gallery-images{display:flex;flex:1;flex-direction:row;max-width:50%;position:relative}.app__gallery-images_container{display:flex;flex-direction:row;width:max-content;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card{position:relative;min-width:520px;height:320px;margin-right:2rem}.app__gallery-images_card img{width:100%;height:100%;object-fit:cover;opacity:1;transition:.5s ease}.app__gallery-images_card img:hover{opacity:.8}.app__gallery-images_card:hover .gallery__image-icon{opacity:1}.gallery__image-icon{position:absolute;color:#fff;font-size:2rem;transition:.5s ease;opacity:.5;cursor:pointer}.app__gallery-images_arrows{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;position:absolute;bottom:5%}.gallery__arrow-icon{color:var(--color-white);font-size:2rem;cursor:pointer;background-color:var(--color-black);border-radius:5px}.gallery__arrow-icon:hover{color:var(--color-grey)}@media screen and (min-width: 2000px){.app__gallery-content{min-width:1000px;padding-right:4rem}}@media screen and (max-width: 1150px){.app__gallery{flex-direction:column}.app__gallery-images{max-width:100%;margin:5rem 0}.app__gallery-content{width:100%}}@media screen and (max-width: 850px){.app__gallery{padding:4rem 0 4rem 4rem}}@media screen and (max-width: 650px){.app__gallery{padding:4rem 0 4rem 2rem}.app__gallery-content{min-width:100%}.app__gallery-images_card{height:330px}}.app__video{height:100vh;position:relative;padding:1rem;background-color:var(--color-blackish)}.app__video video{width:100%;height:100%;object-fit:cover}.app__video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3)}.app__video-overlay_circle{width:70px;height:70px;border-radius:50%;border:1px solid var(--color-grey);cursor:pointer;z-index:2}.app__video-overlay_arrows{width:100%;display:flex;justify-content:space-between;padding:0 3rem;position:absolute;bottom:48%}.video__arrow-icon{color:var(--color-white);font-size:2.2rem;cursor:pointer;background-color:transparent}@media screen and (max-width: 980px){.app__video{padding:1rem .3rem}}.app__footer{width:100%;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:var(--color-blacker);padding-top:0}.app__footer-links{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-top:5rem;padding:0 2rem}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_hours{flex:1;margin:1rem;text-align:center}.app__footer-links_logo img{width:200px;margin-bottom:.75rem;border:1px solid var(--color-white)}.app__footer-links_icons{margin-top:.5rem}.app__footer-links_icons svg{color:var(--color-white);margin:.5rem;font-size:24px;cursor:pointer}.app__footer-links_icons svg:hover{color:var(--color-grey)}.app__footer-back_button{position:absolute;right:50px;bottom:60px}.app__footer-back_button svg{color:var(--color-white);font-size:30px;cursor:pointer}.app__footer-back_button svg:hover{color:var(--color-grey)}.app__footer-headtext{color:var(--color-white);font-family:var(--font-base);font-weight:400;letter-spacing:.04em;text-transform:capitalize;font-size:32px;line-height:40px;margin-bottom:1rem}.footer__copyright{margin-top:5rem}.text-sm{font-size:14px!important}@media screen and (min-width: 2000px){.app__footer-headtext{font-size:50px;line-height:60px}}@media screen and (max-width: 1150px){.app__footer-links{align-items:center;flex-direction:column;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_hours{margin:2rem 0;width:100%}.app__footer-back_button{display:none}}@media screen and (max-width: 650px){.app__footer{padding:0 0 2rem}}@media screen and (max-width: 390px){.app__footer-links_logo img{width:100%}}@media screen and (max-width: 365px){.text-sm{font-size:10px!important}}@media screen and (max-width: 350px){.mail_sm-text{letter-spacing:0!important;word-break:break-all}}.app__wrapper{background-color:var(--color-black)}.app__founder-content{display:flex;flex-direction:column;margin-top:.3rem;text-align:justify}#founder img{width:77%}@media screen and (max-width: 1150px){.app__wrapper_info{margin-top:2rem}}.section__padding{padding:3rem 6rem;border-top:1px solid var(--color-blacker)}.footer__padding{padding:4rem 6rem 0;border:1px dotted var(--color-blacker)}.flex__center{display:flex;justify-content:center;align-items:center}.app__wrapper{display:flex;justify-content:space-between;align-items:center;min-height:100vh}.app__wrapper_info{flex:1;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.app__wrapper_img{flex:1;width:100%;display:flex;justify-content:center;align-items:center;margin-left:1rem}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:100%}.white-border{border:3px solid var(--color-white)}.p__cormorant{font-family:var(--font-base);color:var(--color-white);font-weight:700;letter-spacing:.04em;line-height:30px;font-size:23px}.p__opensans{font-family:var(--font-alt);color:var(--color-white);font-weight:400;letter-spacing:.04em;line-height:28px;font-size:16px}.headtext__cormorant{font-family:var(--font-base);color:var(--color-white);font-size:64px;line-height:83.2px;letter-spacing:.04em;text-transform:capitalize}.disable_dblclick{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}#golden-color{color:var(--color-golden)}@media screen and (min-width: 2000px){.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}}@media screen and (max-width: 1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:2rem 0 0}.app__wrapper_img img{width:100%}#founder img{width:50%}.app__wrapper_img-reverse{justify-content:center;margin-right:0}}@media screen and (max-width: 850px){.section__padding{padding:4rem}#founder img{width:65%}}@media screen and (max-width: 650px){.section__padding{padding:4rem 2rem}#founder img{width:73%}.p__cormorant{font-size:21px}.p__opensans{font-size:17px}}@media screen and (max-width: 450px){#founder img{width:100%}.p__opensans{font-size:13px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:44px;line-height:70px}}:root{--font-base: "Cormorant Upright", serif;--font-alt: "Open Sans", sans-serif;--color-black: #0c0c0c;--color-blackish: #0e0d0d;--color-blacker: #000000;--color-grey: #aaaaaa;--color-white: #ffffff;--color-golden: #dcca87}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}a{color:unset;text-decoration:none}.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}
