@import url(https://fonts.googleapis.com/css2?family=Red+Rose:wght@400;500;600;700&display=swap);*{box-sizing:border-box;font-family:Red Rose,sans-serif}.connect-btn{background:linear-gradient(90deg,#a02279 11.45%,#a02279 0);border:none;border-radius:10px;color:#fff;font-family:Red Rose,cursive;height:48px;width:170px}.connect-btn:hover{background:linear-gradient(145deg,#d733a3 41.45%,#c73599 55.45%)}.discover-card{background:linear-gradient(90deg,#a02279 11.45%,#a02279 0);border:1px solid #000;display:flex;height:auto;margin-top:3rem;padding:4rem;width:auto}.discover-left{flex:1 1 40%}.discover-right{flex:1 1 60%}.discover-right>img{width:80%}.discover-h1{font-size:48px;font-weight:700}.discover-p{font-size:18px;line-height:35px}#learn-more{background:#fff;color:#a02279;font-size:16px;line-height:19px;margin-top:2rem}.discover-left{color:#fff;flex-direction:column;padding-left:7rem}.discover-left,.discover-right{display:flex;justify-content:center}.discover-right{align-items:center}@media only screen and (max-width:992px){.discover-card{flex-direction:column;gap:3rem;text-align:center}.discover-right>img{height:30rem}.discover-left{padding:0 4rem}}@media only screen and (max-width:600px){.discover-card{padding:2rem 0}.discover-right>img{height:24rem}}.landing-card{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1220px;padding-bottom:2rem;padding-top:4rem}.landing-left{display:flex;flex:1 1 55%;flex-direction:column}.landing-right{flex:1 1 45%;text-align:right}.landing-left-search{width:80%}#landing-left-submitbtn{background:linear-gradient(90deg,#a02279 11.45%,#a02279 11.46%);border:none;border-radius:0 8px 8px 0;height:54px;width:30%}#landing-left-search{background:hsla(0,0%,97%,.1);border:1px solid #a3a3a3;border-radius:8px 0 0 8px;height:54px;width:70%}.landing-left-p{color:#434343;font-size:24px;line-height:35px}.landing-left-h1{color:#434343;font-size:55px;font-weight:400;line-height:140%}span{color:#a02279}.featured{background:linear-gradient(90deg,#a02279 11.45%,#a02279 0);display:flex;flex-wrap:wrap;justify-content:space-around;padding:.5rem;width:100%}@media only screen and (max-width:992px){.landing-card{flex-direction:column;gap:4rem;margin:0 auto;padding:2rem 4rem;text-align:center}.landing-left-search{margin:1rem auto}.landing-left{margin:0 auto}}@media only screen and (max-width:600px){.featured{flex-direction:column;gap:1rem;margin-top:2rem;padding:1rem}.landing-right>img{width:90%}.landing-left-h1{font-size:45px;font-weight:500}.landing-card{padding:0 2rem}.landing-left-p{font-size:18px;margin-top:-1rem}.featured>img{margin:0 auto;width:50%}}.name-details{display:flex;justify-content:space-between}.name-p2{font-weight:700}.availability-details{display:flex;justify-content:space-between}.card-container{background:linear-gradient(124.4deg,#fff 10.8%,#fff 87.34%);border:1px solid #d7d7d7;border-radius:15px;font-size:12px;padding:.5rem;width:292px}.card-container #card-image{width:100%}.nfts-h1{font-size:48px;font-weight:700px;margin:5rem 0;text-align:center}.nfts-card{margin:0 auto;max-width:1240px}.nfts-grid{grid-row-gap:1.2rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;row-gap:1.2rem}@media only screen and (max-width:992px){.nfts-grid{grid-template-columns:1fr 1fr;place-items:center}.nfts-h1{font-size:32px}}@media only screen and (max-width:600px){.nfts-grid{grid-template-columns:1fr}.nfts-h1{font-size:24px}}.footer{grid-gap:3rem;background-color:#1d1d1e;color:#fff;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);padding:4rem;place-items:center}.footer-ul{list-style:none;margin:0;padding:0}.footer-ul li{margin-bottom:1rem}.footer-logo{margin-bottom:4rem;margin-top:1rem}.footer-social{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}@media only screen and (max-width:992px){.footer{grid-template-columns:1fr 1fr;place-items:start}}@media only screen and (max-width:600px){.footer{grid-template-columns:1fr}}.header-card{display:flex;font-family:Red Rose,cursive;margin:2rem auto;max-width:1285px;padding:0 2rem;position:relative}.logo{margin:0 7rem 0 1rem}.nav{align-items:center;display:flex;justify-content:space-between;width:100%}.nav-links a{color:#434343;font-size:20px;margin:.5rem;text-decoration:none;transition:all .7s}.nav-links a:hover{color:rgba(0,0,0,.5)}.header-icons{display:none}@media only screen and (max-width:992px){.hidden{display:none}.header-icons,.show{display:block}.header-icons button{background:#fff;border:none;font-size:2rem;line-height:1rem}.nav-links a{display:block;padding:1rem}.header-card{align-items:center;justify-content:space-between}.nav{background:#fff;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;left:0;padding-bottom:9rem;position:absolute;right:0;text-align:center;top:4rem}.nav.active{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@media only screen and (max-width:600px){#header-logo{width:100%}}.popup-content{background:#fff;border:1px solid #d7d7d7;padding:5px;width:50%}[role=tooltip].popup-content{border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.16);width:200px}.popup-overlay{background:rgba(0,0,0,.5)}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;bottom:0;color:#fff;-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));left:0;right:0;top:0}.connect-wallet-h3{font-size:24px;font-weight:700;line-height:29.98px;padding:0 1.5rem}.connect-wallet-p{color:#333}.metamask-wallet{background:#f8f9fa;border:1px solid #cfd8dc;border-radius:12px;display:flex;justify-content:space-between;padding:.3rem 1rem}.mm-flex,.wc-flex{display:inline-flex;gap:1rem}.wallets{border-top:1px solid #cfd8dc;padding:1rem 1.5rem}.walletconnect-wallet{background:#f8f9fa;border:1px solid #cfd8dc;border-radius:12px;display:flex;justify-content:space-between;margin:1rem 0;padding:.3rem 1rem}button{background:transparent;border:none}[data-popup=tooltip].popup-overlay{background:rgba(0,0,0,.6)}.modal{font-size:14px;width:auto}.modal>.close{cursor:pointer;font-size:48px;line-height:20px;padding:2px 5px;position:absolute;right:25px;top:25px}.popup-content{border-radius:1rem;margin:auto;width:600px}@media only screen and (max-width:600px){.popup-content{border-radius:1rem;margin:auto;width:330px}}.submenu{align-items:center;display:flex;justify-content:space-around;margin:8rem auto 3rem;max-width:1180px}.submenu-drop{display:none}.submenu-ul{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(8,1fr);list-style:none;padding:0}.search{border:1px solid #b4b4b4;border-radius:8px;padding:.5rem;width:161px}#icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgB7ZRtCoAgDEDn6ECiB6mb1FG6SifoBtKNzEGCSOnWrz58oKBussFjAL/BWjsaYyYQgoLYQSnVg5CONqqOPsgfvfeLc25OrnSIXYFBzMXjoM6CEDFPAi55bhWqnFt9SscNpJbFVT0Sqa53ehbpWtT0Ah3WFg81xYuacuAqzkaqK1vTyHt1bdO0TdMPswPmelgpNkcrCQAAAABJRU5ErkJggg==);background-position:120px;background-repeat:no-repeat}@media only screen and (max-width:992px){.submenu-ul{grid-template-columns:repeat(4,1fr);row-gap:1rem}}@media only screen and (max-width:600px){.submenu-ul{display:none}#submenu{height:2rem;padding:.5rem}.submenu-drop{align-items:center;color:#444;display:flex;font-size:17px;font-weight:600;gap:.2rem}.search{width:135px}#icon{background-position:95px}}.locations{grid-row-gap:2rem;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:3rem auto;max-width:1220px;place-items:center;row-gap:2rem}@media only screen and (max-width:992px){.locations{grid-template-columns:1fr 1fr}}@media only screen and (max-width:600px){.locations{grid-template-columns:1fr}}
/*# sourceMappingURL=main.171a9533.css.map*/