@font-face {
    font-family: "Poppins";
    src: url("../_resources/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("../_resources/fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "Urbanist";
    src: url("../_resources/fonts/Urbanist-VariableFont_wght.ttf");
}

*{
    transition: all 0.3s;
    font-family: "Inter";
}

a{
    text-decoration: none;
    height: fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
}

a:hover{
    text-decoration: none;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.header{
    background-color: #FFDDDC;
    height:15vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
}

.header--row1{
    width: 100%;
    height: 10%;
    background-color: rgba(12, 12, 12, 0.15);
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header--row2{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70%;
    column-gap: 5%;
}

.header--row3{
    background-color: #FFB0E9;
    height: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 3%;
}

.header--img{
    height: 80%;
    
}

.header--img:hover{
    cursor: pointer;
    
}

.headerSearch{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 5vh;
    border-radius: 20px;
    padding-left: 1%;
    background-color: rgba(12, 12, 12, 0.10);
}

.header--img2{
    height: 70%;
    opacity: 0.85;
}

.headerSearch--input{
    border: none;
    border-color: rgba(0,0,0,0);
    background-color: transparent;
    width: 80%;
}

.headerSearch--input:focus{
    border: none;
    outline: none;
}

.headerSearch--img{
    height: 50%;
}

.header--icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 20%;
    /* background-color: red; */
}

.header--icon{
    height: 100%;
    cursor: pointer;
}


.logout--header{
    margin-right: 10px;
    height: 110%;
    cursor: pointer;
}

.header--row1 .header--icon{
    display: none;
}

.header--links1{
    display: none;
}

.header--link{
    text-decoration: none;
    color: black;
}

.dropdown{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0vh;
}

.dropdown--item{
    width: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px;
    border-radius: 15px;
    background-color: #bbdef9;
    border: 1px #95d1ff solid;
    color: #f658c9;
    font-weight: bold;
}

.dropdown a{
    color: inherit;
}

.dropdown .hide{
    display: none;
}

.dropdown.show{
    height: auto;
}

.header span{
    display: none;
}

.header--row1 .icons{
    display: none;
}

.header--icons .set1{
    display: none;
}

.drp1{
    display: none;
}

.star--drp{
    width: 6%;
    margin-left: 2%;
    margin-bottom: 1%;
}

.header--testClass{
    text-decoration: none;
    background-color: #ff9dea;
    color: white;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px 0px 10px 0px;
}

.header--testClass:hover{
    background-color: #EE1ABF;
    color: white;
}

@media screen and (min-width: 684px) and (max-width: 950px) {

}

@media screen and (min-width: 950px) {
    .header{
        height: 25vh;
    }

    .header--row3{
        height: 40%;
    }

    .header--row2{
        height: 65%;
    }

    .icon3{
        display: none;
    }

    .header--row1 .header--icon{
        display: block;
        height: 100%;
        opacity: 0.7;
    }

    .header span{
        display: block;
        font-family: "Inter";
        opacity: 0.7;
    };

    .header--row1 .icon1{
        margin-left: 210px;
    }

    .icon1{
        margin-left: 1%;
    }

    .span1{
        margin-left: 0.8%;
    }

    .icon2{
        margin-left: 3%;
    }

    .span2{
        margin-left: 0.8%;
    }

    .header--row1 .icons{
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-left: auto;
    }

    .header--row2{
        justify-content: space-evenly;
    }

    .headerSearch{
        width: 30%;
    }

    .header--icons .set1{
        display: block;
        font-size: 70%;
    }

    .login--register{
        display: block;
        color: #000000;
        font-weight: bold;
    }

    .login--register:hover{
        display: block;
        color: #ff00b7;
        font-weight: bold;
    }

    .row1--icon{
        height: 3vh;
        opacity: 0.7;
    }

    .header--row3 .item a{
        display: block;
        font-size: 0.9rem;
        color: #FFFFFF;
        font-weight: bold;
        transition: color 0.1s;
    }

    .header--row3 span a:hover{
        color: #ff00b7;
    }

    .header--icon:hover{
        opacity: 0.6;
    }

    .dropdown{
        display: none !important;
    }

    #highlight{
        color: #f800fc;
        font-size: 1rem;
    }

    #highlight:hover{
        color: #ff00b7;
    }

    .drp1{
        display: block;
        background-color: transparent;
        /* background-color: red; */
        border: none;
        outline: none;
        color: #FFFFFF;
        font-weight: bold;
        cursor: pointer;
    }

    .drp1:hover{
        color: #ff00b7;
    }

    .drp1--item{
        background-color: #ffffff;
        border: none;
        outline: none;
        color: black;
        /* font-size: 1rem; */
    }

    .drp1--item:hover{
        background-color: #ee1abf;
        cursor: pointer;
    }

    .header--img:hover{
        cursor: pointer;
    }

    /* Page content */
.content {
    padding: 16px;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }
}