/* Brand */

.brand-small {

    color: var(--secondary);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 20px;
}

/* Nav */

nav {

    background-color: rgb(255, 255, 255);
    height: 5rem;

}

.logo {

    justify-content: flex-start;
    display: flex;
}

.brand {

    height: 4rem;
}

.brand img {

    height: 100%;
}

.desktop-nav a {

    margin-left: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    color: rgb(186, 186, 186);
}

.mobile-nav {

    display: none!important;
}


.mobile-nav a i {

    font-size: 1.6rem;
    color: black;
}

.mobile-nav a {

    margin-left: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    color: rgb(186, 186, 186);
}

.all-likes-mobile {

    display: none;
}

.desktop-nav a i {

    font-size: 1.6rem;
    color: black;
}

.main-nav {

    height: 5rem;
    width: 100%;
    position: fixed;
    bottom: 20px;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 2;
}

.main-nav-inner {

    width: 90%;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(252, 252, 252, 0.918);
    height: 5rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
}

.main-nav-link {

    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.active {

    color: var(--secondary) !important;
}

.icon-nav {

    font-size: 1.5rem;
    margin-bottom: 5px;
}

.logout {

    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.logout a {

    font-size: 1rem;
    text-decoration: none;
    color: grey;
}

.logout i {

    margin-right: 10px;
    font-size: 1.6rem;
    color: grey;
}

.user {

    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 99999;
    align-items: center;
    display: flex;
}

.user a {

    font-size: 1rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.user i {

    margin-right: 10px;
    font-size: 1.6rem;
    color: grey;
}

.user .active a i {

    color: var(--secondary);
}

/* Intro */

.intro-brand {
    margin-top: 5rem;
    height: 150px;
    color: rgb(0, 0, 0);
}

.intro-index {

    height: 350px;
    color: rgb(0, 0, 0);
}

.intro-index p {

    font-size: 1rem;
}

.intro-index h1 {

    font-size: 3.5rem;
    line-height: 70px;
}

.intro-brand h1 {

    font-size: 2rem;
    line-height: 70px;
}

.intro-brand p {

    font-size: 1.4rem;
    font-weight: 600;
}

.brand-big {

    color: var(--secondary);
    font-size: 5rem;
    font-family: 'Josefin Sans', sans-serif;
}

.intro {

    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.857);
}

.intro-bg {

    background-image: url(../assets/img/app/intro.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.login-intro {

    background-image: url(../assets/img/app/login.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.37);
}

.signup-intro {

    background-image: url(../assets/img/app/signup.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.37);
}

.wallet-intro {

    background-image: url(../assets/img/app/wallet.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.37);
}

.intro-bg h1 {

    font-size: 5rem;
    font-weight: 700;
}


.intro-btns h1 {

    font-size: 3rem;
    font-weight: 700;
    color: white;
}

.intro-legal {

    position: absolute;
    bottom: 0;
    left: 50px;
}

.intro-legal a {

    color: #BABABA;
    margin-right: 20px;
    text-decoration: none;
}

.crypto {

    position: absolute;
    bottom: 0;
    right: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    height: 50px;
    -webkit-box-shadow: 0px 0px 15px 0px #dddcdc;
    box-shadow: 0px 0px 15px 0px #dddcdc;
    padding: 1rem;
}

.company {

    position: absolute;
    bottom: 40px;
    left: 40px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    border-radius: 1rem;
    height: 50px;
    -webkit-box-shadow: 0px 0px 15px 0px #dddcdc;
    box-shadow: 0px 0px 15px 0px #dddcdc;
    padding: 1rem;
}

.fade-bg {
    background-image: url(../assets/img/app/fades.png);
    background-position: center;
    background-size: cover;
    max-height: 100vh;
    height: 90vh;
    position: relative;

}

.feedback {

    position: fixed;
    background-color: var(--secondary);
    height: 11rem;
    padding: 0.2rem;
    left: 0;
    top: 40%;
    border-radius: 0rem 0.6rem 0.6rem 0rem;
    color: rgb(255, 255, 255);
    writing-mode: vertical-lr;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
    z-index: 999999;
}

.feedback i {

    transform: rotate(90deg);
    margin-bottom: 10px;
}


.dc-wc {

    position: absolute;
    top: 0;
}

.dc-wc button {

    background-color: transparent;
    color: red;
    border: none;
    font-weight: 700;
}

.dc a {

    display: none;
}

/* Login */

.login {

    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 40%);
}

.grid-3-1 .btn-text {

    display: flex;
}

.login-box {

    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    width: fit-content;
    -webkit-box-shadow: 0px 0px 15px 0px #dddcdc;
    box-shadow: 0px 0px 15px 0px #dddcdc;
    margin-bottom: 40px;
}

.password-forget a {

    text-decoration: none;
    color: rgb(121, 121, 121);
    font-weight: 600;
    background-color: rgb(243, 243, 243);
    padding: 0.5rem 2rem;
    border-radius: 5rem;
}

.top-fix {

    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999;
    min-width: 290px;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  
    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;
  
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }


.feedback-pw {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    font-family: Courgette, cursive;
    margin-top: 1em;
  }
/* Inputs */

.wallet-input {

    border: none;
    width: 100%;
    background-color: white;
    color: rgb(0, 0, 0);
    border-radius: 1rem;
    text-align: center;
    font-size: 1.2rem;
    width: 30%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 55px;
    overflow: hidden;
    padding: 1rem;
}

.wallet-input::placeholder {

    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}

.standard-input {

    width: 100%;
    padding: 1rem;
    border-radius: 5rem;
    border: 2px solid rgba(255, 255, 255, 0.871);
    background-color: rgba(255, 255, 255, 0.871);
    color: var(--secondary);
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
}

.standard-input::placeholder {

    font-weight: 700;
    color: var(--secondary);
}

.form-check {

    color: grey;
}

.form-check-input {

    background-color: rgb(206, 206, 206);
}

.form-switch .form-check-input {

    height: 1.8rem;
    padding: 0.4rem;
    width: 60px;
}



/* Home */

.h-box-wrapper {

    position: relative;
}

.h-box {

    height: auto;
    background-color: #ffffff;
    width: 229px;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 18px 14px #9797972b;
    box-shadow: 0px 0px 18px 5px #9797972b;
    font-size: 1rem;
    display: flex;
    align-items: center;
    z-index: 5;
    height: 3rem;
}

.h-box-bg-1 {


    z-index: -1;
    width: 178px;
    height: 3rem;
    position: absolute;
    top: 0;
    border-radius:50px;
    left: 4rem;
}

.like-nft-bg-1 {

    background-color: #F9808B;
}

.h-box-bg-2 {


    z-index: -2;
    width: 190px;
    height: 3rem;
    position: absolute;
    top: 0;
    border-radius:50px;
    left: 4rem;
}

.like-nft-bg-2 {

    background-color: #9F242F;
}

.like-nft i {

    color: #880000;
    font-size: 1.3rem;
    margin-right: 10px;
}

.frames i {

    color: #007bd3;
    font-size: 1.3rem;
    margin-right: 10px;
}

.frames-nft-bg-1 {

    background-color: #80bef9;
}

.frames-nft-bg-2 {

    background-color: #007bd3;
}

.site-fade {

    position: fixed;
    bottom: -400px;
    left: -300px;
    z-index: -999999;

}

/* NFT */

.chain-box {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 200px;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 18px 14px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.17);
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}

.eth {

    background-color: var(--secondary);
    color: white;
}

.eth i {

    font-size: 3rem;
    margin-bottom: 20px;
}

.sol {

    background-color: var(--third);
    color: white;
}

.sol img {

    height: 50px;
    margin-bottom: 20px;
}



.nft-card {

    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 18px 14px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.17);
    position: relative;
    width: 100%;
    height: 500px;
    cursor: pointer;
    padding: 1rem;
    background-color: white;
}

.nft-card video {


    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    height: 400px;
    position: relative;
    width: 100%;
}

.loader {

    position: absolute;
    top: 40%;
    left: 46%;
    z-index: 1;
}

.nft-card-info {

    width: 100%;
    color: rgb(0, 0, 0);
    font-weight: 700;
    position: relative;
}

.nft-card-info .creator {

    font-weight: 500;
    font-size: 0.8rem;
}


.nft-title {

    font-size: 1.3rem;
    font-weight: 700;
}

.btn-close {

    background-color: white !important;
    border-radius: 100%;
}

.current-nft {

    max-width: fit-content !important;
}

.current-nft-card {

    height: 400px;
    padding: 0px!important;
    cursor: default!important;
    position: relative;
}

.chain-info {

    position: absolute;
    top: 10px;
    left: 10px;
}

.chain-info .chain-box-current {

    height: 3rem;
    width: 3rem;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(215, 215, 215, 0.629);
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 100%;

}

.chain-info .chain-box-current img {

    height: 1.5rem;
    width: auto;
}

.current-nft-card video {

    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
}

.nft-description {

    height: 120px;
    margin-bottom: 20px;
    overflow-y: scroll;
}

.sync-nft {

    position: absolute;
    top: 0;
    right: 0;
}

.sync-nft button {

    background-color: transparent;
    border: none;
}

.sync-nft i {

    font-size: 1.4rem;
}



.pagination a {

    text-decoration: none;
    margin-right: 20px;
    background-color: white;
    border: 2px solid rgb(239, 239, 239);
    padding: 1rem;
    border-radius: 1rem;
    color: black;
}

.active-pag {

    background-color: #efefef!important;
    border: 2px solid #efefef!important;
    color: rgb(112, 112, 112)!important;
}


/* Frames */

.frames-box {

    background-color: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
}



.frames-box p {

    font-size: 1.5rem;
    font-weight: 700;
}

.frames-box i {

    background-color: var(--secondary);
    padding: 1rem;
    border-radius: 100%;
    color: rgb(250, 250, 250);
    cursor: pointer;
}

/* Add Device */

.add-device .button {

    font-size: 3rem;
    margin-bottom: 20px;
    cursor: pointer;
    color: rgb(100, 100, 100);
}

.add-device p {

    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(100, 100, 100);
}

.standard-page {

    height: 400px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.standard-page .button {

    color: rgb(0, 0, 0);
}

.standard-page p {

    color: rgb(0, 0, 0);
}

.addframe-modal {

    position: fixed;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: 0 !important;
    margin: 0px;
    width: 100% !important;

}

.addframe-modal .modal-content {

    width: 100vw;
    border-radius: 1rem 1rem 0rem 0rem;
    height: auto;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(194, 194, 194, 0.918);
}

.addframe-modal .modal-header {

    border: none;
}

.a-box {

    background-color: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    border: none;
    text-align: center;
    width: 100%;
    text-decoration: none;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;

}

.a-box a {

    text-decoration: none;
    color: black;
}

.a-box a:hover {

    color: var(--secondary);
}


.device-box {

    background-color: rgb(58, 58, 58);
    padding: 1.5rem;
    border-radius: 1rem;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    text-align: left;
    position: relative;
}

.device-box img {

    height: 5rem;
}

.device-h {

    font-size: 1.3rem;
    font-weight: 700;
}

.device-buy {

    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: var(--secondary);
    color: black;
    padding: 1rem;
    border-radius: 100%;
    border: none;
    height: 4rem;
    width: 4rem;
}

/* Frame Settings */

.card {

    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 1rem;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
}

.settings-h {

    color: rgb(0, 0, 0);
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.frames-settings-box {

    background-color: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
}

.frames-settings-box a {

    display: none;
}

.frames-settings-box p {

    font-size: 1rem;
}

.slidersettings i {

    background-color: var(--secondary) !important;
    padding: 1rem !important;
    border-radius: 100% !important;
    color: black !important;
    cursor: pointer !important;
}

.volume-text {

    font-size: 2rem;
    font-weight: 700;
}

/* Die gesamte Linie des Range-Sliders */
input[type="range"] {
    /* Breite und Höhe für eine angemessene Darstellung */
    height: 0px;
    
    /* Hintergrundfarbe der Linie */
    background-color: #ddd;
    
    /* Keine Standard-Styling-Elemente anzeigen */
    appearance: none;
  }
  
  /* Anpassung des Slider-Fortschritts */
  input[type="range"]::-webkit-slider-runnable-track {
   
    /* Höhe des Fortschrittsbalkens */
    height: 20px;
  }
  
  /* Anpassung des Slider-Daumens (Handle) */
  input[type="range"]::-webkit-slider-thumb {
    /* Farbe des Daumens */
    background-color: #000000;
    
    /* Größe und Form des Daumens */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    
    /* Verhindern, dass der Daumen standardmäßig eine Kontur hat */
    border: none;
  }

/*------ Style 1 ------*/
#style1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid rgb(76, 76, 76);
    cursor: pointer;
    border-radius: 5rem;
}

#style1::-webkit-color-swatch {
    border-radius: 5rem;
    border: none;
}

#style1::-moz-color-swatch {
    border-radius: 5rem;
    border: none;
}

.fixed-right button {

    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    color: white;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    font-size: 1.3rem;
}

@media (max-width: 1000px) {

    .grid-3-1 {

        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-4-1 {

        display: block !important;
    }
}

@media (max-width: 500px) {

    .grid-3-1 {

        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-3-1 .nft-card {

        margin-bottom: 0px;
        height: 270px;
    }

    .grid-3-1 .nft-card-info p {

        font-size: 0.8rem;
    }

    .grid-3-1 .nft-card video {

        height: 200px;
    }

    .grid-4-1 {

        display: block !important;
    }

    .grid-4-1 .nft-card {

        margin-bottom: 40px;
    }
}


/* Account */

.box {

    background-color: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px #BABABA;
    box-shadow: 0px 0px 15px 0px #BABABA;
    position: relative;
}

.change-modal {

    position: fixed;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: 0 !important;
    margin: 0px;
    width: 100% !important;
}

.change-modal .modal-content {

    width: 100vw;
    border-radius: 1rem 1rem 0rem 0rem;
    height: auto;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(194, 194, 194, 0.918);
    margin: 0px;
    overflow-y: scroll;
}

.change-modal .modal-header {

    border: none;
}

.change-modal .modal-body {

    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas {

    z-index: 9999999;
    background-color: rgb(255, 255, 255);
    width: 100vw !important;
}

.more-canvas {

    width: fit-content!important;
}

.offcanvas-body {

    position: relative!important;
}

.offcanvas-close {

    position: absolute;
    bottom: 20px;
    right: 20px;
}

.offcanvas-header .standard-h {

    margin: 0px;
}


/* More */


.more-nav {

    display: grid;
}

.more-nav a {

    text-decoration: none;
    font-size: 1.4rem;
    padding: 20px 0px 20px 0px;
    color: black;
}


/* Upgrade */

.upgrade-h {

    text-align: center;
}

.upgrade-benefits p {

    font-size: 1.2rem;
    margin-bottom: 5px;
}

.upgrade-benefits i {

    margin-right: 10px;
}

.upgrade-price {

    text-align: center;
    margin-bottom: 40px;
}

.upgrade-price p {

    font-size: 2rem;
}

.upgrade-price span {

    font-size: 1rem;
    color: rgb(175, 172, 172);
}

.upgrade-btn {

    display: flex;
    justify-content: center;
    align-items: center;
}

.upgrade-btn button {

    width: 100%;
    border: 2px solid var(--secondary);
    background-color: var(--secondary);
    padding: 1rem;
    border-radius: 5rem;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    text-transform: uppercase;

}

.premium_feature {

    background-color: rgb(104, 104, 104);
    color: rgb(255, 255, 255);
}

.premium_feature input {

    pointer-events: none;
}

.slidersettings a {

    display: block;
}

.slidersettings a i {

    color: white!important;
}

.premium_feature .slidersettings i {

    display: none;
}

.premium_feature .form-check-input {

    background-color: grey;
}

.premium_feature a {

    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: var(--secondary);
}


/* Badge */

.package-badge {

    padding: 1rem;
    width: 200px;
    text-transform: uppercase;
    background-color: var(--secondary) !important;
    color: rgb(255, 255, 255) !important;
}

.walletconnect-modal__close__wrapper {

    display: none;
}

.walletconnect-modal__base a {

    color: black !important;
}

/* Like NFT */

.hearting {

    position: relative !important;
}

.nft-heart {

    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);

}

.nft-heart button {

    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: red;
}

.nft-heart button .fa-circle-plus {

    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: rgb(234, 175, 0);
}


/* Web2 */

.withfolder {

    display: none;
}

.display {

    display: block;
}

@media (max-width: 768px) {

    .announcment {

        padding: 2rem!important;
    }
 
    .desktop-nav {

        display: none!important;
    }

    .all-likes-desktop {

        display: none!important;
    }

    .mobile-nav {

        display: flex!important;
    }

    .main-nav {

        display: flex;
    }

    .grid-2-1 {

        display: block!important;
    }

    .grid-2-1 .chain-box {

        margin-bottom: 20px;
    }

    .grid-2-1-currentnft {

        display: block!important;
    }

    .grid-2-1-currentnft-option {

        display: block!important;
    }

    .all-likes-mobile {

        display: block;
    }

    .grid-2-1-intro {

        display: block!important;
    }

    .intro-bg {

        display: none;
    }

    .crypto {

        display: none!important;
    }

    .intro-legal {

        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .intro-legal a {

        margin: 0px;
        padding: 1rem;
    }

    .margin-b-220 {

        margin-bottom: 40px!important;
    }

    .mobile-wc {

        display: none!important;
    }

    .btn-fill {

        font-size: 1rem!important;
    }

}

/* Files */


.file-card {

    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 18px 14px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.17);
    position: relative;
    width: 100%;
    height: 550px;
    cursor: pointer;
    padding: 1rem;
    background-color: white;
}

.file-card video {


    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    height: 400px;
    position: relative;
    width: 100%;
}

.loader {

    position: absolute;
    top: 40%;
    left: 46%;
    z-index: 1;
}

.file-card-info {

    width: 100%;
    color: rgb(0, 0, 0);
    font-weight: 700;
    position: relative;
    font-size: 0.8rem;
}

.file-card-video {

    margin-bottom: 20px;
}

.announcment {

    height: 400px;
    background-color: var(--third);
    color: white;
    border-radius: 1rem;
    padding: 8rem;
}

.link_active {

    display: block!important;
}