#ouroud-page{padding-bottom:100px;display:flex;flex-direction:column;gap:40px}#ouroud-page h1{font-weight:600;font-size:52px;text-align:center;margin-block:30px}#ouroud-page .about-text h3{font-weight:600;font-size:32px}#ouroud-page .about-text p{font-size:18px;line-height:1.5}#ouroud-page .about-text a{color:#dd9f2b;text-decoration:none;font-weight:600}#ouroud-page .gallery{display:flex;flex-direction:column;gap:20px}#ouroud-page .gallery h2{font-weight:600;font-size:32px}#ouroud-page .gallery .gallery-items{display:grid}@media (min-width:800px){#ouroud-page .gallery .gallery-items{grid-template-columns:repeat(3, 1fr);gap:20px}}@media (max-width:800px){#ouroud-page .gallery .gallery-items{grid-template-columns:repeat(2, 1fr);gap:10px}}#ouroud-page .gallery .gallery-items .gallery-item{position:relative;cursor:pointer;border-radius:10px;overflow:hidden;box-shadow:9px 6px 10px 0 rgba(0, 0, 0, 0.1)}@media (min-width:800px){#ouroud-page .gallery .gallery-items .gallery-item{height:450px}}@media (max-width:800px){#ouroud-page .gallery .gallery-items .gallery-item{height:250px}}#ouroud-page .gallery .gallery-items .gallery-item .item-image{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}#ouroud-page .gallery .gallery-items .gallery-item .item-image img.ouroud-gallery-img{width:100%;height:100%;object-fit:cover}#ouroud-page .gallery .gallery-items .gallery-item .item-image img.ouroud-gallery-img.ouroud-pic-landscape{width:auto;height:100%;max-width:none;transform:rotate(90deg);object-fit:cover}#ouroud-page .gallery .gallery-items .gallery-item .item-image span{position:absolute;top:10px;left:10px;color:#fff;padding:5px 10px;border-radius:5px;font-size:14px;font-weight:600}#ouroud-page .gallery .gallery-items .gallery-item .item-image span.for_sale{background:#4CAF50}#ouroud-page .gallery .gallery-items .gallery-item .item-image span.sold{background:#f44336}#ouroud-page .gallery .gallery-items .gallery-item .item-image span.not_for_sale{background:#9e9e9e}#ouroud-page .gallery .gallery-items .gallery-item .item-info{display:none;position:absolute;bottom:0;left:0;right:0;color:#fff;padding:10px;z-index:2}#ouroud-page .gallery .gallery-items .gallery-item p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}#ouroud-page .gallery .gallery-items .gallery-item h4{text-align:center;font-size:18px;font-weight:700}#ouroud-page .gallery .gallery-items .gallery-item:hover{transform:scale(1.02);transition:transform 0.3s ease}#ouroud-page .gallery .gallery-items .gallery-item:hover .item-info{display:block}#ouroud-page .gallery .gallery-items .gallery-item:hover::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);z-index:1;pointer-events:none}#gallery-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.75);z-index:10000;align-items:center;justify-content:center;padding:20px}#gallery-popup .popup-content{position:relative;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:20px}#gallery-popup .popup-content .close-btn{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;z-index:10001;width:40px;height:40px;line-height:1;padding:0;transition:transform 0.2s}#gallery-popup .popup-content .close-btn:hover{transform:scale(1.2)}#gallery-popup .popup-content .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255, 255, 255, 0.2);border:2px solid rgba(255, 255, 255, 0.5);color:#fff;font-size:40px;width:60px;height:60px;cursor:pointer;z-index:10001;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s}#gallery-popup .popup-content .nav-btn:hover{background:rgba(255, 255, 255, 0.3);border-color:rgba(255, 255, 255, 0.8)}#gallery-popup .popup-content .nav-btn.prev-btn{left:20px}#gallery-popup .popup-content .nav-btn.next-btn{right:20px}#gallery-popup .popup-content .main-image-container{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center}#gallery-popup .popup-content .main-image-container .main-image{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 10px 40px rgba(0, 0, 0, 0.5)}#gallery-popup .popup-content .main-image-container .main-image.ouroud-pic-landscape{transform:rotate(90deg);max-width:min(75vh, 100%);max-height:85vw}#gallery-popup .popup-content .main-image-container iframe{border-radius:10px}@media (max-width:800px){#gallery-popup .popup-content .main-image-container iframe{width:340px;height:255px}}#gallery-popup .popup-content .main-image-container .image-info{margin-top:20px;text-align:center;color:#fff}#gallery-popup .popup-content .main-image-container .image-info h3{font-size:28px;font-weight:600}#gallery-popup .popup-content .thumbnails-container{flex-shrink:0;margin-top:20px;overflow-x:auto;overflow-y:hidden;padding:10px 0;width:100%;-webkit-overflow-scrolling:touch}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll{display:flex;gap:15px;justify-content:center;padding:0 20px;min-width:max-content}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail{width:100px;height:100px;flex-shrink:0;cursor:pointer;border-radius:8px;overflow:hidden;border:3px solid transparent;transition:all 0.3s;opacity:0.6;position:relative;display:flex;align-items:center;justify-content:center}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail img{width:100%;height:100%;object-fit:cover}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail img.ouroud-pic-landscape{width:auto;height:100%;max-width:none;transform:rotate(90deg);object-fit:cover}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail .thumbnail-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:28px;text-shadow:0 2px 4px rgba(0, 0, 0, 0.8);pointer-events:none}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail:hover{opacity:1;transform:scale(1.1)}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail.active{border-color:#dd9f2b;opacity:1}#gallery-popup .popup-content p{font-size:18px;line-height:1.6;opacity:0.9;color:white;max-width:600px;margin:0 auto}#gallery-popup .thumbnails-container::-webkit-scrollbar{height:8px}#gallery-popup .thumbnails-container::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:4px}#gallery-popup .thumbnails-container::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.3);border-radius:4px}#gallery-popup .thumbnails-container::-webkit-scrollbar-thumb:hover{background:rgba(255, 255, 255, 0.5)}@media (max-width:768px){#gallery-popup .popup-content .nav-btn{width:50px;height:50px;font-size:30px}#gallery-popup .popup-content .nav-btn.prev-btn{left:10px}#gallery-popup .popup-content .nav-btn.next-btn{right:10px}#gallery-popup .popup-content .main-image-container .main-image{max-height:60vh}#gallery-popup .popup-content .main-image-container .image-info h3{font-size:22px}#gallery-popup .popup-content .main-image-container .image-info p{font-size:16px}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll{padding:0 20px}#gallery-popup .popup-content .thumbnails-container .thumbnails-scroll .thumbnail{width:80px;height:80px}}