@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap";.video-gallery{padding-top:30px;padding-bottom:80px;background:#fff;color:#121212;position:relative;overflow:hidden}.video-gallery__container{max-width:1600px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.video-gallery__heading{font-family:Cormorant Garamond,serif;font-size:56px;font-weight:400;font-style:italic;text-align:center;margin-bottom:20px;color:#121212;letter-spacing:.02em;position:relative}.video-gallery__heading:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:2px;background:#b08d55}.video-gallery__subheading{font-family:Lato,sans-serif!important;font-size:16px;font-weight:300;text-align:center;margin-bottom:60px;color:#555;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.8;letter-spacing:.05em}.video-gallery__filters{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:80px;gap:15px}.video-gallery__filter-button{font-family:Lato,sans-serif!important;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#121212;background:#fff;border:1px solid #e5e5e5;padding:12px 28px;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden;border-radius:30px}.video-gallery__filter-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#121212;transition:left .4s ease;z-index:-1}.video-gallery__filter-button:hover:before,.video-gallery__filter-button.active:before{left:0}.video-gallery__filter-button:hover,.video-gallery__filter-button.active{color:#fff;border-color:#121212;box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.video-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:40px;width:100%;margin-bottom:60px}.video-gallery__item{position:relative;overflow:hidden;background:#fff;border-radius:4px;aspect-ratio:16/10;box-shadow:0 15px 40px #0000000d;transition:all .5s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,0,0,.03)}.video-gallery__item:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000001a;border-color:#b08d554d}.video-gallery__video-wrapper{position:relative;overflow:hidden;width:100%;height:100%;background:#fafafa}.video-gallery__thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:all .6s ease}.video-gallery__item:hover .video-gallery__thumbnail{transform:scale(1.05)}.video-gallery__thumbnail--placeholder{background:#f0f0f0;display:flex;align-items:center;justify-content:center}.video-gallery__thumbnail--placeholder:before{content:"";width:60px;height:60px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23cccccc" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>') center/contain no-repeat}.video-gallery__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75px;height:75px;z-index:3;opacity:.95;transition:all .4s ease;cursor:pointer;background:#fff;border-radius:50%;border:none;box-shadow:0 10px 30px #00000026;display:flex;align-items:center;justify-content:center}.video-gallery__play-button svg{width:24px!important;height:24px!important;margin:0!important;display:block!important;transform:translate(2px)}.video-gallery__play-button svg path{fill:#121212;transition:fill .4s ease}.video-gallery__item:hover .video-gallery__play-button svg{transform:translate(0)!important}.video-gallery__item:hover .video-gallery__play-button{transform:translate(-50%,-50%) scale(1.08);opacity:1;background:#121212;box-shadow:0 15px 35px #0003}.video-gallery__item:hover .video-gallery__play-button svg path{fill:#fff}.video-gallery__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#0000001a 40%,#000000b3);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:all .5s cubic-bezier(.25,.46,.45,.94);z-index:2;padding:30px}.video-gallery__overlay-content{transform:translateY(30px);transition:transform .5s cubic-bezier(.25,.46,.45,.94);text-align:center;width:100%}.video-gallery__item:hover .video-gallery__overlay{opacity:1}.video-gallery__item:hover .video-gallery__overlay-content{transform:translateY(0)}.video-gallery__title{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:500;color:#fff;margin-bottom:10px;letter-spacing:.02em;text-shadow:0 2px 8px rgba(0,0,0,.5)}.video-gallery__description{font-family:Lato,sans-serif!important;font-size:14px;font-weight:300;color:#ffffffe6;line-height:1.6;letter-spacing:.05em}.video-gallery__title-below,.video-gallery__description-below{line-height:1.5;margin-top:20px;text-align:center;padding:0 20px}.video-gallery__title-below{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500;color:#121212;margin-bottom:8px;letter-spacing:.02em}.video-gallery__description-below{font-family:Lato,sans-serif!important;font-size:14px;font-weight:400;color:#555;letter-spacing:.03em}.video-gallery__modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0c0cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .4s ease}.video-gallery__modal.active{opacity:1;visibility:visible}.video-gallery__modal-content{position:relative;width:90%;max-width:1400px;max-height:90vh;border-radius:8px;overflow:hidden;box-shadow:0 25px 100px #00000080;border:1px solid rgba(255,255,255,.05)}.video-gallery__modal-video-container{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:#000}.video-gallery__modal-video-container iframe,.video-gallery__modal-video-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-gallery__modal-close{position:absolute;top:-60px;right:0;background:#fff;border:none;color:#121212;cursor:pointer;padding:15px;transition:all .3s ease;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.video-gallery__modal-close:hover{background:#b08d55;color:#fff;transform:scale(1.1) rotate(90deg)}.video-gallery__item{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-gallery__item:nth-child(1){animation-delay:.1s}.video-gallery__item:nth-child(2){animation-delay:.2s}.video-gallery__item:nth-child(3){animation-delay:.3s}.video-gallery__item:nth-child(4){animation-delay:.4s}.video-gallery__item:nth-child(5){animation-delay:.5s}.video-gallery__item:nth-child(6){animation-delay:.6s}@media screen and (max-width:1200px){.video-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.video-gallery__heading{font-size:48px}}@media screen and (max-width:989px){.video-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.video-gallery{padding:80px 0}.video-gallery__container{padding:0 30px}.video-gallery__heading{font-size:42px}.video-gallery__subheading{font-size:16px;margin-bottom:50px}.video-gallery__filters{margin-bottom:50px;gap:10px}.video-gallery__filter-button{padding:10px 20px;font-size:12px}}@media screen and (max-width:749px){.video-gallery__grid{grid-template-columns:1fr;gap:20px}.video-gallery{padding:60px 0}.video-gallery__container{padding:0 20px}.video-gallery__heading{font-size:36px}.video-gallery__subheading{font-size:15px;margin-bottom:40px}.video-gallery__filters{margin-bottom:30px}.video-gallery__filter-button{padding:8px 16px;font-size:11px}.video-gallery__play-button{width:60px;height:60px}.video-gallery__play-button svg{width:24px;height:24px}.video-gallery__title{font-size:24px}.video-gallery__description{font-size:13px}.video-gallery__modal-close{top:-50px;width:40px;height:40px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-video-gallery.css.map */
