@font-face {
    font-family: 'LexendDeca';
    src: url('fonts/LexendDeca-VariableFont_wght.ttf') format('woff2')
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('woff2')
}

:root{
    --color-1: #1a1a1a;
    --color-2: #171717;
    --color-3: #f5f5f5;
    --color-4: #383838;
    --color-5: #573dba;
    --font-color-1: #ffffff;
    --font-color-2: #000000;
    --font-color-3: #573dba;
}

body{
    margin: 0px;
    background-color: var(--color-2);
}

@media only screen and (min-width: 1000px){
    #header{
        width: 100%;
        height: 50px;
        background-color: var(--color-1);
        border-bottom: 1px solid var(--color-4);
        position: fixed;
    }

    #logo-container{
        width: 50px;
        height: 50px;
        margin-left: 30px;
        float: left;
    }

    #logo-container img{
        width: 60%;
        height: 60%;
        margin-top: 20%;
        margin-left: 20%;
    }

    #logo-title-container{
        display: flex;
        height: 50px;
        float: left;
        align-items: center;
        width: 110px;

        color: var(--font-color-1);
        font-family: LexendDeca;
        font-weight: bold;
        font-size: 16px;
    }

    #right-main-menu{
        width: calc((100% - 300px) / 2);
        float: right;
    }

    #right-main-menu .main-menu-button{
        float: right;
        margin-right: 30px;
        margin-top: 10px;
        height: 30px;
        background-color: #ffffff00;
        border-width: 0px;

        color: var(--font-color-1);
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        transition: all ease-in-out 0.1s;
    }

    #right-main-menu .main-menu-button:hover{
        transform: scale(0.95);
        cursor: pointer;
    }

    #left-main-menu{
        width: calc((100% - 300px) / 2);
        float: left;
        margin-left: 50px;
    }

    #left-main-menu .main-menu-button{
        float: left;
        margin-top: 10px;
        height: 30px;
        background-color: #ffffff00;
        border-width: 0px;
        color: var(--font-color-1);
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        transition: all ease-in-out 0.1s;
    }

    #left-main-menu .main-menu-button:hover{
        transform: scale(0.95);
        cursor: pointer;
    }

    #main-menu-search-container{
        max-width: 300px;
        height: 30px;
        float: left;
        margin-left: 30px;
        margin-top: 10px;
    }

    .search{
        width: 100%;
        height: 100%;
        background-color: var(--color-4);
        border-radius: 50px;
    }

    .search input{
        width: calc(70% - 20px);
        height: 100%;
        float: left;
        border-radius: 50px;
        border-width: 0px;
        background-color: #ffffff00;
        padding-left: 20px;
        color: var(--font-color-1);

        font-family: Montserrat;
    }

     .search input:focus{
        outline: none;
     }

     .search button{
        float: right;
        background-color: #ffffff00;
        font-size: 15px;
        width: 20%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding-right: 20px;
        border-width: 0px;
        transition: all ease-in-out 0.2s;
        color: var(--font-color-2);
     }

     .search button:hover{
        transform: scale(0.9);
        cursor: pointer;
     }

    #main-menu-mobile{
        display: none;
    }

    #main-menu-drop-button-mobile{
        display: none;
    }

    
    #main-container-c1{
       width: 950px;
       min-height: 1000px;
       margin-left: auto; 
       margin-right: auto;
       padding-top: 70px;
    }

    .web-advert{
        width: 100%;
        height: 300px;
        background-color: var(--color-1);
        display: flex;
        justify-content: center;
        align-items: center;

        font-family: Montserrat;
        color: var(--color-4);
    }

    .main-container-c1-separator{
        width: 100%;
        height: 1px;
        background-color: var(--color-4);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #most-popular-container{
        width: 100%;
        min-height: 200px;
    }

    #most-popular-container h1.section-h1{
        font-family: LexendDeca;
        color: var(--font-color-3);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    /*user profiles*/
    #main-container{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 150px;
    }

    #user-profile-left-container{
        width: 250px;
        min-height: 500px;
        float: left;
    }

    #user-profile-right-container{
        width: 720px;
        min-height: 500px;
        padding-left: 30px;
        float: left;
    }

    #user-profile-info{
        width: 100%;
        height: 500px;
        background-color: var(--color-1);
        border: 1px solid var(--color-4);
        background-image: url('img/bg_2.png');
        background-size:cover;
        background-position: left;
        background-position-x: 30%;
        background-repeat: no-repeat;

    }

    #user-profile-img{
        width: 40%;
        height: auto;
        border-radius: 50%;
        border: 1px solid var(--color-4);
        margin-left: calc(30% - 1px);
        margin-top: -50px;
    }

    #user-profile-info h1{
        font-family: LexendDeca;
        color: var(--font-color-1);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    #user-profile-info p{
        font-family: Montserrat;
        color: var(--font-color-1);
        font-size: 14px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-left: 20px;
    }

    #user-profile-menu{
        width: 100%;
        min-height: 500px;
    }

    #user-profile-menu-tab{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid var(--color-4);
    }

    #user-profile-menu-tab button{
        width: 150px;
        height: 100%;
        border-width: 0px;
        background-color: #f5f5f500;

        font-family: Montserrat;
        color: var(--font-color-1);
        font-size: 14px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        float: left
    }

    #user-profile-menu-tab button:hover{
        cursor: pointer;
    }

    #user-profile-menu-tab button.selected{
        border-bottom: 2px solid var(--color-5);
    }

    .user-profile-menu-category{
        width: 100%;
        padding-top: 30px;
    }

    .user-profile-menu-category h1{
        font-family: LexendDeca;
        color: var(--font-color-3);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

}

@media only screen and (max-width: 999px){
    #header{
        width: 100%;
        height: 150px;
        background-color: var(--color-2);
        border-bottom: 2px solid var(--color-4);
        position: fixed;
    }

    #logo-container{
        width: 150px;
        height: 150px;
        margin-left: 30px;
        float: left;
    }

    #logo-container img{
        width: 60%;
        height: 60%;
        margin-top: 20%;
        margin-left: 20%;
    }

    #logo-title-container{
        display: flex;
        height: 150px;
        float: left;
        align-items: center;
        width: 300px;

        color: var(--font-color-1);
        font-family: LexendDeca;
        font-weight: bold;
        font-size: 40px;
    }

    #right-main-menu{
        display: none;
    }

    #left-main-menu{
        display: none;
        width: calc((100% - 300px) / 2);
        float: left;
        margin-left: 50px;
    }

    #left-main-menu .main-menu-button{
        float: left;
        margin-top: 10px;
        height: 50px;
        background-color: #ffffff00;
        border-width: 0px;
        color: var(--font-color-1);
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        transition: all ease-in-out 0.1s;
    }

    #left-main-menu .main-menu-button:hover{
        transform: scale(0.95);
        cursor: pointer;
    }

    #main-menu-search-container{
        width: 300px;
        height: 50px;
        float: left;
        margin-left: 30px;
        margin-top: 10px;
    }

    .search{
        width: 100%;
        height: 100%;
        background-color: var(--color-2);
        border-radius: 50px;
    }

    .search input{
        width: calc(70% - 20px);
        height: 100%;
        float: left;
        border-radius: 50px;
        border-width: 0px;
        background-color: #ffffff00;
        padding-left: 20px;

        font-family: Montserrat;
    }

     .search input:focus{
        outline: none;
     }

     .search button{
        float: right;
        background-color: #ffffff00;
        font-size: 15px;
        width: 20%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding-right: 20px;
        border-width: 0px;
        transition: all ease-in-out 0.2s;
     }

     .search button:hover{
        transform: scale(0.9);
        cursor: pointer;
     }

    /* Dropdown menu button */
    #main-menu-drop-button-mobile {
    background-color: var(--color-1);
    width: 150px;
    height: 150px;
    float: right;
    color: var(--font-color-1);
    margin-right: 0px;
    border: none;
    }

    #main-menu-drop-button-mobile .material-symbols-outlined{
        font-size: 70px;
        font-weight: 200;
    }

    #main-menu-mobile{
        width: 100%;
        display: none;
        border-bottom: 2px solid var(--color-4);
        position: fixed;
        margin-top: 152px;
    }

    .main-menu-mobile-button{
        width: 100%;
        height: 120px;
        background-color: var(--color-2);
        border-width: 0px;
        color: var(--font-color-1);

        font-family: Montserrat;
        font-size: 30px;
    }

    #main-menu-mobile.show{
        display: block;
    }

    #main-container-c1{
       width: 90%;
       min-height: 1000px;
       margin-left: auto; 
       margin-right: auto;
       padding-top: 220px;
    }

    .web-advert{
        width: 100%;
        height: 600px;
        background-color: var(--color-1);
        display: flex;
        justify-content: center;
        align-items: center;

        font-family: Montserrat;
        color: var(--color-4);
        font-size: 30px;
    }

    .main-container-c1-separator{
        width: 100%;
        height: 1px;
        background-color: var(--color-4);
        margin-top: 100px;
        margin-bottom: 100px;
    }

    #most-popular-container{
        width: 100%;
        min-height: 200px;
    }

    #most-popular-container h1.section-h1{
        font-family: LexendDeca;
        color: var(--font-color-3);
        font-size: 45px;
    }


    /*user profiles*/
    #main-container{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 500px;
    }

    #user-profile-left-container{
        width: 100%;
        min-height: 500px;
        float: left;
    }

    #user-profile-right-container{
        width: 100%;
        min-height: 500px;
        float: left;
    }

    #user-profile-info{
        width: 100%;
        height: 1300px;
        background-color: var(--color-1);
        border: 1px solid var(--color-4);
        background-image: url('img/bg_2.png');
        background-size:cover;
        background-position: left;
        background-position-x: 30%;
        background-repeat: no-repeat;

    }

    #user-profile-img{
        width: 40%;
        height: auto;
        border-radius: 50%;
        border: 1px solid var(--color-4);
        margin-left: calc(30% - 1px);
        margin-top: -150px;
    }

    #user-profile-info h1{
        font-family: LexendDeca;
        color: var(--font-color-1);
        font-size: 60px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    #user-profile-info p{
        font-family: Montserrat;
        color: var(--font-color-1);
        font-size: 35px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-left: 50px;
    }

    #user-profile-menu{
        width: 100%;
        min-height: 500px;
    }

    #user-profile-menu-tab{
        width: 100%;
        height: 150px;
        border-bottom: 1px solid var(--color-4);
    }

    #user-profile-menu-tab button{
        width: 250px;
        height: 100%;
        border-width: 0px;
        font-weight: bold;
        background-color: #f5f5f500;

        font-family: Montserrat;
        color: var(--font-color-1);
        font-size: 30px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        float: left
    }

    #user-profile-menu-tab button:hover{
        cursor: pointer;
    }

    #user-profile-menu-tab button.selected{
        border-bottom: 2px solid var(--color-5);
    }

    .user-profile-menu-category{
        width: 100%;
        padding-top: 30px;
    }

    .user-profile-menu-category h1{
        font-family: LexendDeca;
        color: var(--font-color-3);
        font-size: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

}