body {
    padding: 0;
    margin: 0;
    background-color: var(--grey-1);
    color: var(--grey-2);
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    font-weight: 400;
    margin-top: 130px;
    display: flex;
    flex-direction: column;
}

html,
body {
    min-height: calc(100vh - 130px);
}


body::selection {
    background-color: var(--purple-1);
    color: var(--white);
}

html {
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
    font-family: 'Manrope', sans-serif;
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

button {
    user-select: none;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500;
    cursor: pointer;
}

.container {
    margin: 0 250px;
}

.container-l {
    margin: 0 235px;
}

section {
    padding-top: 70px;
}

body section.first {
    padding: 0;
}

body section:last-child {
    flex-grow: 1;
}

/*  */

nav {
    height: 60px;
    display: flex;
    width: 100%;
    position: fixed;
    top: 20px;
    user-select: none;
    font-weight: 500;
    z-index: 1000;
}

nav .container {
    position: relative;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
}

nav .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    z-index: -1;
    background: var(--grey-o-1);
    border-radius: 25px;
    background: #ea588512;
    border: 1px solid #9f5f733b;
}

nav .container a {
    color: var(--grey-4);
    padding: 8px 12px;
    transition: 100ms;
    text-decoration: none;
    user-select: auto;
}

nav .container a:hover {
    color: var(--white);
}

nav img {
    display: block;
}

nav .container .left {
    margin-left: 3px;
    display: flex;
}

nav .container .left img {
    height: 65px;
    width: auto;
    display: inline;
}

nav .container .right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

nav .container .right .linking {
    margin-left: 10px;
}

nav .container .active.burger:before {
    transform: translateY(0) rotate(45deg);
}

nav .container .active.burger:after {
    transform: translateY(0) rotate(-45deg);
}

nav .container .right .dropbtn a {
    color: var(--black);
}

nav .container .right .dropbtn a div {
    display: flex;
    align-items: center;
    background: #ea588512;
    padding: 4px 4px;
    border-radius: 20px;
    transition: 150ms;
}

nav .container .right .dropbtn a div:hover {
    background: var(--grey-o-8);
}

nav .container .right .dropbtn a div span {
    padding: 0 8px 0 10px;
}

nav .container .right .dropbtn a div img {
    height: 38px;
    width: auto;
    border-radius: 50%;
    border: 1px solid var(--grey-o-3);
    transition: 200ms;
}

nav .container .right a.connect {
    padding: 0;
    margin-right: 9px;
}

nav .container .right button {
    padding: 0 20px;
    height: 42px;
    font-size: 15.5px;
    border: 0;
    background: var(--purple-1);
    color: var(--white);
    cursor: pointer;
    transition: 250ms;
    border-radius: 15px;
    box-shadow: var(--purple-o-1) 0px 8px 15px;
    display: flex;
    align-items: center;
}

nav .container .right button img {
    height: 17px;
    display: initial;
    margin-left: 7px;
}

nav .container .dropbtn a {
    padding: 0;
}

nav .container .dropdown-content a {
    float: left;
    text-align: center;
    text-decoration: none;
}

nav .container .dropdown-content a:last-child {
    transition: 200ms;
}

nav .container .dropdown-content a:last-child:hover {
    background: var(--red-o-1);
    color: var(--black);
}

nav .container .dropdown {
    float: left;
    overflow: hidden;
}

nav .container .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: var(--white);
    padding: 8px 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

nav .container .dropdown-content {
    display: none;
    position: absolute;
    background: var(--grey-o-1);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    min-width: 160px;
    box-shadow: var(--grey-o-2) 0px 8px 15px;
    border: 1px solid var(--grey-3);
    border-radius: 0 25px 25px 25px;
    transform: translate(1px, -1.7px);
    z-index: 51;
    padding: 10px 11px;
    right: 0;
    background: #ea588512;
    border: 1px solid #9f5f733b;
}

nav .container .dropdown-content a {
    float: none;
    padding: 12px 16px;
    display: block;
    text-align: left;
    transition: 150ms;
    border-radius: 12px;
}

nav .container .dropdown-content a:hover {
    background-color: var(--grey-o-7);
    color: var(--black);
}

nav .container .dropdown:hover .dropdown-content {
    display: block;
}

div.search form {
    display: flex;
    margin-top: 5px;
    background: #ea588512;
    border: 1px solid #9f5f733b;
    border-radius: 18px;
    height: 52px;
    align-items: center;
    transition: 150ms;
}

div.search form:hover {
    background: var(--grey-16);
}

div.search form:hover input {
    background: var(--grey-16);
}

div.search form input {
    color: var(--white);
    width: 100%;
    border: none;
    background: none;
    border-radius: 18px;
    padding: 0 19px;
    height: 50px;
    transition: 150ms;
    font-size: 16px;
    font-weight: 400;
}

div.search form button {
    border: 0;
    background: var(--purple-1);
    color: var(--white);
    padding: 0 17px;
    height: 39px;
    font-size: 16px;
    border-radius: 14px;
    transition: 150ms;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-right: 6px;
    box-shadow: var(--purple-o-1) 0px 8px 15px;
}

div.search form button:hover {
    background: var(--purple-2);
}

h1.title,
h2.title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 25px 0;
}

footer {
    margin-top: 100px;
}

footer .container {
    border: 1px solid var(--grey-3);
    border-bottom: none;
    padding: 40px 30px 55px 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    box-shadow: var(--grey-o-2) 0px 8px 15px;
    background: var(--grey-o-1);
    background: #ea588512;
    border: 1px solid #9f5f733b;
}

footer .container .links,
footer .container .left {
    width: calc(100%/4 - 20px);
}

footer .container .left .content img {
    width: 150px;
    max-width: 85%;
    height: auto;
}

footer .container .title {
    font-weight: 500;
    color: var(--black);
    margin-bottom: 8px;
    font-size: 17px;
}

footer .container ul {
    list-style: none;
    padding: 0;
}

footer .container li {
    margin-top: 8px;
}

footer .container a {
    color: var(--purple-1);
    text-decoration: underline;
    /* border-bottom: 1px solid var(--purple-1); */
    width: fit-content;
}

.unavailable {
    color: red;
    background: rgba(255, 0, 0, 0.155);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 14px;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background: #EFA0B4;
    background: radial-gradient(circle, rgb(255 216 226) 0%, #f9f9f9 25%);
    transform: translate(0, -50%);
    z-index: -11;
}

/* PREMIUM */

::selection,
button,
form .inline div {
    color: var(--white);
}

nav .container .left img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}

nav .container a:hover {
    color: var(--purple-1);
}

body {
    --black: #000;
    --white: #fff;

    --grey-1: #f9f9f9;
    --grey-2: rgb(50 50 50);
    --grey-3: rgb(0 0 0 / 15%);
    --grey-4: rgb(0 0 0);
    --grey-5: #e1e1e1;
    --grey-6: #f2f2f2;
    --grey-7: #dedede;
    --grey-8: #c9c9c9;
    --grey-9: #e3e3e3;
    --grey-10: #1b1b1b;
    --grey-11: #d2d2d2;
    --grey-12: #747474;
    --grey-14: #cecece;
    --grey-15: #e3e3e3;
    --grey-16: #dedede;
    --grey-17: rgb(84 84 84);
    --grey-18: #212121;
    --grey-19: #e5e5e5;
    --grey-20: #646464;
    --grey-21: #ababab;
    --grey-22: #cecece;

    --purple-1: #EA5885;
    --purple-2: #7157d7;
    --purple-3: #bfafff;
    --purple-4: #6f51e6;
    --purple-5: #542aff;

    --white-o-1: rgba(255, 255, 255, 0.80);

    --grey-o-1: rgb(0 0 0 / 4%);
    --grey-o-2: rgb(94 94 94 / 3%);
    --grey-o-3: rgb(130 130 130 / 45%);
    --grey-o-4: rgba(255, 255, 255, 0.25);
    --grey-o-6: rgb(191 191 191 / 5%);
    --grey-o-7: #00000012;
    --grey-o-8: #0000001c;

    --purple-o-1: rgb(229 62 105 / 20%);

    --red-o-1: #ee0000a3;

}

@media (prefers-color-scheme: dark) {
    body {}
}


@media screen and (min-width: 2100px) {
    .container {
        margin: 0 350px;
    }

    .container-l {
        margin: 0 335px;
    }
}

@media screen and (min-width: 2200px) {
    .container {
        margin: 0 380px;
    }

    .container-l {
        margin: 0 365px;
    }
}

@media screen and (max-width: 1650px) {
    .container {
        margin: 0 165px;
    }

    .container-l {
        margin: 0 150px;
    }
}


@media screen and (max-width: 1350px) {
    .container {
        margin: 0 195px;
    }

    .container-l {
        margin: 0 180px;
    }

    nav .container .nav-search {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .container {
        margin: 0 165px;
    }

    .container-l {
        margin: 0 150px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        margin: 0 125px;
    }

    .container-l {
        margin: 0 110px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        margin: 0 95px;
    }

    .container-l {
        margin: 0 80px;
    }

    /* form {
        width: 80% !important;
        min-width: 20px !important;
    } */
}

@media screen and (max-width: 850px) {
    .container {
        margin: 0 65px;
    }

    .container-l {
        margin: 0 50px;
    }
}

@media screen and (max-width: 800px) {
    /* form {
        width: 100% !important;
    } */

    footer .container {
        flex-wrap: wrap;
    }

    footer .container .links,
    footer .container .left {
        width: calc(100%/2 - 20px);
    }

    footer .container div:nth-child(3),
    footer .container div:nth-child(4) {
        margin-top: 20px;
    }

    .container {
        margin: 0 35px;
    }

    .container-l {
        margin: 0 20px;
    }
}

#left {
    display: none;
}

@media screen and (max-width: 700px) {
    /* .listing .card {
        width: calc(100%/1 - 30px);
    }

    .listing .card:nth-child(2) {
        margin-top: auto;
    }
    .linking {
        display: none;
    }
    #left {
        display: block !important;
    } */
}

@media screen and (max-width: 600px) {

    footer .container .links,
    footer .container .left {
        width: calc(100% - 20px);
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) {

    footer .container .links,
    footer .container .left {
        width: calc(100% - 20px);
        margin-top: 20px;
    }
}