@import"https://fonts.googleapis.com/css?family=Outfit:300,regular,500,600,700,800&display=swap";body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,p,blockquote,th,td{margin:0;padding:0}.join-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 50px;font-size:20px;font-weight:600;text-transform:uppercase;border-radius:30px;background:var(--active-color);color:var(--main-color);transition:background .3s,color .3s;box-shadow:0px 4px 20px rgba(211, 2, 84, 0.4)}.join-btn:hover{background:var(--second-active-color);color:var(--main-color)}.join-btn-wrap{text-align:center;margin-top:25px}.testimonials-section{margin:50px 0;text-align:center}.testimonials-section .title{font-size:40px;font-weight:800;background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:40px}.testimonials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.testimonial-item{border:1px solid #a6014a;background:rgba(0, 0, 0, 0.6);border-radius:10px;padding:20px;max-width:400px;flex:1 1 300px;position:relative;color:#fff}.testimonial-text{font-style:italic;line-height:1.5;font-size:18px;margin-bottom:15px}.testimonial-author{font-weight:700;font-size:16px;color:#a6014a}.adult-warning-overlay{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.8);align-items:center;justify-content:center}.adult-warning-content{background:#1c1c1c;border:2px solid #a6014a;border-radius:8px;padding:30px;max-width:500px;width:90%;text-align:center}.adult-warning-content h2{font-size:26px;margin-bottom:20px;color:#f2f2f2}.adult-warning-content p{margin-bottom:25px;color:#ccc}#adultWarningAccept{background:#a6014a;color:#fff;border:none;border-radius:4px;padding:10px 25px;font-size:16px;cursor:pointer;transition:background .3s ease}#adultWarningAccept:hover{background:#d30254}.faq-section{margin:40px 0;font-size:16px;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto}.faq-section a{color:#b782ae;text-decoration:underline}.faq-section a:visited{color:#b782ae;text-decoration:underline}.faq-section a:hover{color:#d30254;text-decoration:underline}.faq-section h2{margin-bottom:20px;font-size:28px;text-align:center;font-weight:700}.faq-item{margin-bottom:20px;border-bottom:1px solid #444;padding-bottom:20px}.faq-question{cursor:pointer;font-weight:600;color:#b782ae;margin-bottom:8px;transition:color .2s ease-in-out}.faq-question:hover{color:#d30254}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;color:#fff}.faq-answer.open{max-height:200px}.hamburger-menu{position:relative}.hamburger-btn{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:2}.hamburger-btn span{display:block;height:3px;width:100%;background:#a6014a;border-radius:2px;transition:all .3s ease-in-out}.dropdown-menu{position:absolute;top:140%;right:0;background-color:rgba(0, 0, 0, 0.8);border:1px solid #a6014a;border-radius:8px;padding:10px 15px;width:180px;box-shadow:0px 4px 6px rgba(0, 0, 0, 0.2);opacity:0;transform:translateY(-10px);transition:opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;visibility:hidden}.dropdown-menu.active{opacity:1;transform:translateY(0);pointer-events:all;visibility:visible}.dropdown-menu ul{list-style:none;margin:0;padding:10px 0;white-space:nowrap}.dropdown-menu li{padding:8px 16px}.svg-icon-menu{width:1em;height:1em;fill:currentColor}.dropdown-menu li a{text-decoration:none;color:#fff;font-size:14px;transition:color .2s ease-in-out}.dropdown-menu li a:hover{color:#007bff}.dropdown-menu.active{display:block}@media(max-width: 768px){.dropdown-menu{left:0;border-radius:0}.hamburger-btn{margin:10px}}.responsive-logo{max-width:100%;width:650px;height:auto;display:block;margin:0 auto}fieldset,img{border:0}img,object,embed{vertical-align:bottom}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}q:before,q:after{content:""}a *{cursor:pointer}input,textarea{outline:none}:root{--main-background: #000;--main-color: #fff;--banner-gradient: linear-gradient(80deg, rgba(89, 2, 200, 0.20) 4.78%, rgba(161, 1, 145, 0.20) 44.09%, rgba(0, 0, 0, 0.01) 100%);--dark-gradient: rgba(0, 0, 0, .5);--tools-bg: rgba(0, 0, 0, .6);--active-color: #D30254;--secondary-color: #854B6B;--second-color: #996C86;--second-active-color: #684891;--background-opacity: rgba(214, 152, 186, 0.20);--social-color: #d597b9b3;--copyright-color: #989898}html{height:100%;min-width:320px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font:400 16px/1.2 "Outfit",sans-serif;height:100%;min-width:320px;position:relative;color:var(--main-color);background:var(--main-background)}a{color:#2600ff;text-decoration:none}input{outline:none;-webkit-appearance:none;border-radius:0}*{outline:none}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}* ::-moz-selection{background:#2600ff;color:#fff}* ::selection{background:#2600ff;color:#fff}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}input:-moz-placeholder,textarea:-moz-placeholder{color:#999;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{color:#999;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}input.placeholder,textarea.placeholder{color:#999 !important}.wrapper{display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden;position:relative}.container{margin:0 auto;max-width:1700px;padding:0 30px;width:100%}@media screen and (max-width: 1024px){.container{padding:0 20px}}@media screen and (max-width: 768px){.container{padding:0 10px}}.svg-icon{display:block;width:1em;height:1em;fill:currentColor}.header{position:relative;margin-bottom:100px;min-height:400px;padding:50px 30px}@media screen and (max-width: 1200px){.header{padding:30px;margin-bottom:50px}}@media screen and (max-width: 768px){.header{padding:20px 20px 30px;margin-bottom:30px}}.header.second::after{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width: 640px){.header.second::after{-webkit-backdrop-filter:none;backdrop-filter:none}}.header.secondary{padding:0 30px}@media screen and (max-width: 1200px){.header.secondary{padding:0 30px}}@media screen and (max-width: 768px){.header.secondary{padding:20px 20px 30px}}.header.secondary::after{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width: 640px){.header.secondary::after{-webkit-backdrop-filter:none;backdrop-filter:none}}@media screen and (max-width: 1200px){.header.secondary .social-list{padding-top:20px}}@media screen and (max-width: 768px){.header.secondary .social-list{padding:0}}.header::before,.header::after,.header .mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.header::before,.header::after{content:""}.header::after{background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 22.64%, rgba(0, 0, 0, 0) 75.69%);z-index:5}.header::before{z-index:4;background:rgba(0, 0, 0, 0.3)}@media screen and (max-width: 768px){.header::before{background:rgba(0, 0, 0, 0.6)}}.header .mask{z-index:3;background:linear-gradient(80deg, rgba(89, 2, 200, 0.2) 4.78%, rgba(161, 1, 145, 0.2) 44.09%, rgba(0, 0, 0, 0.01) 100%)}.header .image{position:absolute;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;z-index:1;opacity:.4}.header .content{position:relative;z-index:10;margin:0 auto;max-width:1340px;width:100%}.header .logo{display:flex;align-items:center;margin:0 auto 30px;max-width:315px}.header .logohome{display:flex;align-items:center;justify-content:center;margin:0 auto 30px}@media screen and (max-width: 768px){.header .logo{max-width:225px}}.header .logo img{max-width:100%}.header .title{margin-bottom:30px;background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-size:80px;font-weight:800}@media screen and (max-width: 1200px){.header .title{font-size:60px}}@media screen and (max-width: 991px){.header .title{font-size:50px}}@media screen and (max-width: 480px){.header .title{font-size:40px}}.header .subtitle{text-align:center;font-size:20px;line-height:1.5}@media screen and (max-width: 768px){.header .subtitle{font-size:18px}}.wrap-detail{margin-top:30px;color:var(--second-color);display:flex;flex-direction:column;align-items:center}.wrap-detail .detail{margin-bottom:30px}.wrap-detail svg{font-size:50px}.social-list{display:flex;align-items:center;position:absolute;z-index:13;right:50px;top:50px}@media screen and (max-width: 1200px){.social-list{right:auto;top:auto;justify-content:center;margin-bottom:30px;position:relative}}@media screen and (max-width: 768px){.social-list{margin-bottom:25px}}.social-list .item{margin-right:20px;font-size:24px}.social-list .item:last-child{margin-right:0}.social-list a{color:var(--social-color);transition:color .3s}@media screen and (min-width: 1025px){.social-list a:hover{color:var(--active-color)}}.profile-twocolums{max-width:1700px;margin:0 auto;position:relative;z-index:7;overflow:hidden;display:flex;align-items:center;padding:50px 270px}@media screen and (max-width: 1200px){.profile-twocolums{padding:20px 0 53px 270px}}@media screen and (max-width: 768px){.profile-twocolums{padding:0}}.profile-twocolums .title{margin-bottom:5px}.posted-model{position:absolute;top:0;right:calc(100% + 30px);width:240px;height:320px;overflow:hidden;border-radius:20px}@media screen and (max-width: 1024px){.posted-model{right:calc(100% + 20px)}}@media screen and (max-width: 768px){.posted-model{position:static;margin:0 auto 30px}}.posted-model img{width:100%;height:100%}.statistics-head{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.statistics-head box span:first-child{margin-right:3px}.statistics-head .box span:first-child,.statistics-main .box span:first-child{color:var(--second-color)}.statistics-head .box span:last-child,.statistics-main .box span:last-child{color:var(--main-color)}.statistics-main{-moz-column-count:3;column-count:3;max-width:636px;width:100%;line-height:1.88;margin:0 auto}@media screen and (max-width: 1024px){.statistics-main{-moz-column-count:2;column-count:2}}.statistics-main .box{text-align:center;margin-bottom:2px}@media screen and (max-width: 768px){.statistics-main .box{text-align:start}}.statistics-main .box:last-child{margin-bottom:0}.statistics-main .box span:first-child{margin-right:6px}.stars-list{flex-grow:0;flex-shrink:0;margin-left:10px;font-size:20px}.stars-box,.stars-list{display:flex;align-items:center;color:var(--second-color)}.stars-box .star-item,.stars-box .item,.stars-list .star-item,.stars-list .item{margin-right:5px}.stars-box .star-item:last-child,.stars-box .item:last-child,.stars-list .star-item:last-child,.stars-list .item:last-child{margin-right:0}.stars-box .star-item.active,.stars-box .item.active,.stars-list .star-item.active,.stars-list .item.active{color:var(--active-color)}.main{flex-grow:1;flex-shrink:1}.section{margin-top:100px}@media screen and (max-width: 1024px){.section{margin-top:50px}}@media screen and (max-width: 768px){.section{margin-top:30px}}.section:first-child{margin-top:0}.section.second{margin-top:70px}@media screen and (max-width: 1024px){.section.second{margin-top:50px}}@media screen and (max-width: 768px){.section.second{margin-top:30px}}.hold-slider{position:relative}.swiper-button-prev,.swiper-button-next{position:absolute;width:60px;height:60px;font-size:15px;display:flex;align-items:center;color:var(--main-color);justify-content:center;background:var(--background-opacity);border-radius:100%;margin:0;top:50%;transition:background .3s,color .3s,top .3s}@media screen and (min-width: 1025px){.swiper-button-prev:hover,.swiper-button-next:hover{background:var(--active-color)}}@media screen and (max-width: 1720px){.swiper-button-prev,.swiper-button-next{width:50px;height:50px}}@media screen and (max-width: 1024px){.swiper-button-prev,.swiper-button-next{display:none}}.swiper-button-prev::after,.swiper-button-next::after{display:none}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{display:none}.swiper-button-prev svg,.swiper-button-next svg{height:15px;width:15px}.swiper-button-prev{left:-30px}@media screen and (max-width: 1720px){.swiper-button-prev{left:-25px}}.swiper-button-next{right:-30px}@media screen and (max-width: 1720px){.swiper-button-next{right:-25px}}.banner-content{display:block;position:relative;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;justify-content:center;height:100%}.banner-content:before,.banner-content:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0}.banner-content:before{background:var(--banner-gradient);z-index:1}.banner-content::after{background:var(--dark-gradient);z-index:2}.banner-content .content{position:relative;z-index:3;padding:85px 70px}@media screen and (max-width: 1024px){.banner-content .content{padding:70px 50px}}@media screen and (max-width: 991px){.banner-content .content{padding:50px 30px;min-height:417px}}@media screen and (max-width: 480px){.banner-content .content{padding:50px 20px}}.banner-content .title{text-align:right;font-size:80px;font-weight:800;background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 1024px){.banner-content .title{font-size:60px}}@media screen and (max-width: 991px){.banner-content .title{font-size:50px}}@media screen and (max-width: 768px){.banner-content .title{text-align:center}}@media screen and (max-width: 480px){.banner-content .title{font-size:40px}}.banner-content .subtitle{color:var(--main-color);text-align:right;font-size:20px;font-weight:300;line-height:1.5;margin:30px 0 0 auto;max-width:800px}@media screen and (max-width: 768px){.banner-content .subtitle{margin-top:50px;text-align:center;font-size:18px}}.banner-image{height:100%;left:0;max-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.wrap-NO-link{text-align:end;margin-top:30px}.wrap-NO-link .link{display:inline-flex;padding:27px 100px;justify-content:center;background:none;color:var(--main-color);font-size:30px;font-weight:700;text-transform:uppercase;transition:background .3s,box-shadow .3s}.wrap-link{text-align:end;margin-top:30px}.wrap-link .link{display:inline-flex;padding:27px 100px;justify-content:center;border-radius:45px;background:var(--active-color);color:var(--main-color);font-size:30px;font-weight:700;text-transform:uppercase;transition:background .3s,box-shadow .3s;box-shadow:0px 4px 24px 0px rgba(211, 2, 84, 0.5)}@media screen and (min-width: 1025px){.wrap-link .link:hover{background:var(--second-active-color);box-shadow:0px 4px 24px 0px rgba(135, 90, 231, 0.5)}}@media screen and (max-width: 768px){.wrap-link .link{width:100%;font-size:24px;padding:20px;min-height:70px}}.main-grid{display:flex;flex-wrap:wrap;margin:-35px}@media screen and (max-width: 1024px){.main-grid{margin:-15px}}.main-grid .item{width:33.3333%;padding:35px}@media screen and (max-width: 1024px){.main-grid .item{width:50%;padding:15px}}@media screen and (max-width: 640px){.main-grid .item{width:100%}}.main-card{display:block;color:var(--main-color)}@media screen and (min-width: 1025px){.main-card:hover .image-box::before{opacity:0}.main-card:hover .image-box::after{opacity:1}.main-card:hover .image-box .wrap::after{opacity:1}.main-card:hover .image-box .image{opacity:.4}.main-card:hover .link{background:var(--active-color);color:var(--main-color);box-shadow:0px 4px 24px 0px rgba(211, 2, 84, 0.5)}}.main-card.second .image-box::before{opacity:1}.main-card.second .image-box .wrap::after{opacity:1}.main-card.second .image-box .image{opacity:.4}.main-card .title{font-size:40px;font-weight:800;background:linear-gradient(to right, #e6a4bf 10%, #684891 70%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-top:30px;word-break:break-all}@media screen and (max-width: 1400px){.main-card .title{font-size:30px}}@media screen and (max-width: 640px){.main-card .title{font-size:40px}}.main-card .subtitle{text-align:center;margin-top:10px;line-height:1.5}.main-card .box-show{color:var(--active-color);margin-left:4px}.main-card .link-visit{text-align:center;margin-top:30px}.main-card .link{display:inline-flex;text-align:center;color:var(--secondary-color);font-size:18px;font-weight:500;border-radius:50px;background:var(--background-opacity);padding:13px 30px;min-height:50px;transition:background .3s,color .3s,box-shadow .3s}.main-card .more{color:var(--active-color)}.image-box{display:block;height:auto;width:100%;position:relative;padding-bottom:145%;border-radius:30px}.image-box::before,.image-box::after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:30px;transition:opacity .3s}.image-box::before{background:linear-gradient(45deg, rgba(191, 2, 82, 0.4), rgba(92, 3, 198, 0.4)) border-box;opacity:1}.image-box::after{background:linear-gradient(45deg, #bf0252, #5c03c6) border-box;opacity:0}.image-box .logo{position:relative;z-index:3;max-width:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;padding:0 20px}.image-box .logo img{width:100%;-o-object-fit:cover;object-fit:cover;max-width:315px}.image-box .wrap{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:25px;overflow:hidden}.image-box .wrap::before,.image-box .wrap::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.image-box .wrap::before{z-index:1;background:var(--main-background)}.image-box .wrap::after{z-index:2;background:linear-gradient(80deg, rgba(89, 2, 200, 0.2) 4.78%, rgba(161, 1, 145, 0.2) 44.09%, rgba(0, 0, 0, 0.01) 100%);opacity:0;transition:opacity .3s}.image-box .image{position:absolute;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;width:100%;z-index:2;border-radius:25px;opacity:1;transition:opacity .3s}.grid-box{display:flex;flex-wrap:wrap;margin:-15px -5px}.grid-box .item{width:25%;padding:15px 5px}@media screen and (max-width: 1160px){.grid-box .item{width:33.3333%}}@media screen and (max-width: 840px){.grid-box .item{width:50%}}@media screen and (max-width: 480px){.grid-box .item{width:100%}}.card-box .image{margin-bottom:10px;border-radius:20px;overflow:hidden;display:block;height:auto;width:100%;position:relative;padding-bottom:56.4%}@media screen and (min-width: 1025px){.card-box .image:hover img{transform:scale(1.03)}}.card-box .image video,.card-box .image img{position:absolute;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;transition:.5s;width:100%;transform:scale(1)}.card-box .title{background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:20px;font-weight:700;transition:opacity .3s;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1025px){.card-box .title:hover{opacity:.6}}.card-box .subtitle{margin-top:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;transition:color .3s;will-change:transform}.card-box .detail{display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:3;width:100%;padding:10px;bottom:0;left:0;right:0;font-size:14px;font-weight:400;color:var(--main-color)}.card-box .detail .hold{display:flex;align-items:center;padding:6px 9px;border-radius:20px;background:var(--tools-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-box .detail span{flex-grow:1;flex-shrink:1}.card-box .detail svg{flex-grow:0;flex-shrink:0;margin-right:5px}.tag-box{display:flex;align-items:center;flex-wrap:wrap;flex-grow:0;flex-shrink:0;margin:10px -2px -2px}.tag-box .box{padding:2px}.tag-box a{display:block;border-radius:30px;background:var(--background-opacity);padding:5px 10px;color:var(--secondary-color);font-size:14px;font-weight:500;transition:color .3s,background .3s}@media screen and (min-width: 1025px){.tag-box a:hover{color:var(--main-color);background:var(--active-color)}}.pagination-list{display:flex;margin-top:50px;justify-content:center}@media screen and (max-width: 568px){.pagination-list{margin-top:30px}}.pagination-list .list{display:flex}.pagination-list .list .item{margin-left:6px}@media screen and (max-width: 991px){.pagination-list .list .item{display:none}}.pagination-list .list .item:first-child{margin:0}@media screen and (max-width: 991px){.pagination-list .list .item.active{display:block;margin:0}}.pagination-list .list .item.active a{pointer-events:none;color:var(--main-color);background:var(--secondary-color)}.pagination-list li span,.pagination-list a{display:flex;align-items:center;justify-content:center;padding:10px;height:50px;min-width:50px;border-radius:30px;background:var(--background-opacity);color:var(--secondary-color);font-size:20px;font-weight:500;transition:color .3s,background .3s}@media screen and (min-width: 1025px){.pagination-list a:hover{background:var(--active-color);color:var(--main-color)}}.pagination-list .item.pager{display:flex;align-items:center}.pagination-list .item.pager svg{font-size:14px}.pagination-list .item.pager a{padding:10px 30px;font-size:20px;font-weight:500;text-transform:uppercase}@media screen and (max-width: 568px){.pagination-list .item.pager a{padding:10px 15px}}.pagination-list .item.pager:first-child{margin-right:20px}.pagination-list .item.pager:first-child .text{margin-left:10px}.pagination-list .item.pager:last-child{margin-left:20px}.pagination-list .item.pager:last-child .text{margin-right:10px}@media screen and (max-width: 568px){.pagination-list .item .text{display:none}}.pagination-list .dots a{background:none;display:flex;color:var(--secondary-color);justify-content:center;align-items:center;min-width:50px;height:100%}@media screen and (min-width: 1025px){.pagination-list .dots a:hover{background:var(--active-color);color:var(--main-color)}}@media screen and (min-width: 1025px){.card:hover img{transform:scale(1.03)}.card:hover .title{opacity:.6}}.card .title{background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:30px;font-weight:700;text-align:center;transition:opacity .3s;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px}.media-box{margin-bottom:10px;border-radius:20px;overflow:hidden;display:block;height:auto;width:100%;position:relative;padding-bottom:132.7%}.media-box img{position:absolute;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;transition:.5s;width:100%;transform:scale(1)}.bottom-box{font-size:16px;color:var(--second-color);display:flex;align-items:center;justify-content:center}.bottom-box .col{display:flex;align-items:center;margin-right:20px}.bottom-box .col:last-child{margin-right:0}.bottom-box svg.media{flex-grow:0;flex-shrink:0;margin-right:5px}.footer{margin-top:100px}@media screen and (max-width: 1024px){.footer{margin-top:70px}}@media screen and (max-width: 768px){.footer{margin-top:50px}}@media screen and (max-width: 480px){.footer{margin-top:20px}}.footer.second{margin-top:70px}@media screen and (max-width: 768px){.footer.second{margin-top:50px}}@media screen and (max-width: 480px){.footer.second{margin-top:20px}}.footer-holder{padding:50px 0;border-top:1px solid;-o-border-image:linear-gradient(to right, #bf0252, #5c03c6) 1 0 0 0;border-image:linear-gradient(to right, #bf0252, #5c03c6) 1 0 0 0}@media screen and (max-width: 768px){.footer-holder{padding:30px 0}}@media screen and (max-width: 480px){.footer-holder{padding:20px 0}}.footer-holder .row{margin-bottom:30px}.footer-holder .row:last-child{margin-bottom:0}.footer-box{max-width:420px;margin:0 auto}.footer-logo{display:flex;align-items:center;text-align:center;margin:0 auto;max-width:315px;flex-wrap:wrap;align-content:center;justify-content:space-evenly}@media screen and (max-width: 400px){.footer-logo{max-width:225px}}.footer-logo img{max-width:100%}.footer-social{display:flex;align-items:center;justify-content:center}.footer-social .item{margin-right:20px;font-size:24px}.footer-social .item:last-child{margin-right:0}.footer-social a{color:var(--social-color);transition:color .3s}@media screen and (min-width: 1025px){.footer-social a:hover{color:var(--active-color)}}.footer-list{display:flex;align-items:center;justify-content:space-between;flex-direction:column}@media screen and (max-width: 480px){.footer-list{flex-direction:column}}.footer-list .item{font-size:18px;font-weight:600;text-transform:uppercase}@media screen and (max-width: 480px){.footer-list .item{margin-bottom:30px}.footer-list .item:last-child{margin-bottom:0}}.footer-list .item a{color:var(--main-color);transition:color .3s}@media screen and (min-width: 1025px){.footer-list .item a:hover{color:var(--active-color)}}.copyright{color:var(--copyright-color);font-size:14px;text-align:center}.copyright a{color:var(--copyright-color);text-decoration:none}.copyright a:visited{color:var(--copyright-color)}.copyright a:hover{color:var(--copyright-color);text-decoration:underline}.preview-progress{position:absolute;z-index:99;top:0;right:0;left:0;width:0;height:3px;background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);-webkit-transition:width 1.2s;-o-transition:width 1.2s;transition:width 1.2s;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:width}.preview-progress.is-full{width:100%}.swipe-hint{z-index:1;background:rgba(0, 0, 0, 0.6);color:#fff;padding:5px 10px;font-size:30px;-webkit-border-radius:3px;border-radius:3px;position:absolute;left:50%;top:29px;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none !important}.swipe-hint svg:not(:root){overflow:visible}.swipe-hint .svg-icon{-webkit-animation:swipe-horizontal 1s linear infinite;animation:swipe-horizontal 1s linear infinite;display:block;width:1em;height:1em;fill:currentColor}@-webkit-keyframes swipe-horizontal{0%,50%,100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}25%{-webkit-transform:translate(10%, 0);transform:translate(10%, 0)}75%{-webkit-transform:translate(-10%, 0);transform:translate(-10%, 0)}}@keyframes swipe-horizontal{0%,50%,100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}25%{-webkit-transform:translate(10%, 0);transform:translate(10%, 0)}75%{-webkit-transform:translate(-10%, 0);transform:translate(-10%, 0)}}@media screen and (max-width: 767px){.grid-box .item:first-child .swipe-hint{display:inline-block !important}.responsive-logo{max-width:80%}}/*# sourceMappingURL=all.min.css.map */

/* --- Search Section --- */
.header.tag-header{
	margin-bottom:50px;
}
.section.tag-grid-section{
	margin-top: 50px;
}
.search-section {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
}
.search-container{
	position: relative;
	    width: 100%;
     max-width: 500px;
}
.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.search-form input[type="text"] {
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
    border-radius: 50px 0 0 50px;
}

.search-form input[type="text"]::placeholder {
    color: #aaa;
}

.search-btn {
    background:linear-gradient(to right, #e6a4bf 30%, #684891 80%);
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: linear-gradient(to right, #e6a4bf 40%, #684891 90%);
}


.search-btn .icon {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.suggestion-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  z-index: 99999;
  box-shadow: 0 6px 20px rgba(104, 72, 145, 0.3);
  background:#000;
  margin-top: 2px;
}


.suggestion-box.active {
  display: block;
}

.suggestion-item {
  padding: 10px 15px;
  cursor: pointer;
}

.suggestion-item:hover,
.suggestion-item:focus {
  background: #222;
}
.search-btn .icon.svg-icon {
  fill: #fff;
}


.no-results {
	width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.icon-no-results {
  width: 80px;
  height: 80px;
  color: #fff; /* ensures fill=currentColor becomes white */
}


.alpha-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}
.alpha-filter label{
	font-size: 16px;
    padding-right: 10px;
}
.alpha-filter .filter‑item {
  padding: 6px 10px;
  margin-right: 6px;
  background: #222;        /* dark background (adjust to your theme) */
  color: #fff;             /* white text */
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 5px;
}

.alpha-filter .filter‑item:hover {
  background: #444;
}

.alpha-filter .filter‑item.active {
  background: #1e90ff;     /* blue highlight or your brand color */
  color: #fff;
}