
.header {
    width: 95%;
    display: flex;
    justify-content: space-around;
    color: #345168;
    font-weight: bolder;
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    backdrop-filter: blur(10px);

    padding: 20px 10px;
    z-index: 1,
    
    

}

.header .a {
    
    text-decoration: none;
    color: #345168;

    font-family: 'Inter';
    font-style: normal;

    font-size: 16px;
    line-height: 28px;
    color: #345168;
    

    
}

li {
    list-style-type: none;
}

.header-right {
    margin-left: -10%;
    margin-top: 20px;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

.button-header {
    
    padding: 12px 24px;

    height: 44px;
    width: 138px;

    color: white;
    
    top: 20px;

    background: #345168;

    box-shadow: 0px 10px 40px rgba(221, 229, 233, 0.5);
    border-radius: 15px;
}

.header-right-right {

    margin-top: 17px;
    margin-left: -10%;
    display: flex;
    flex-wrap: wrap;

    
}

.www-box {

    display: flex;

    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: -13%;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;

    max-height: 1000%;

    overflow: visible;
    cursor: pointer;
}

.icon {
    width: 24px;
    height: 24px;
}

.logo {
    height: 70px;
}

.down-arrow {
    font-style: bolder;
    font-size: 30px;
}

.dropdown-content {

    display: none;
    position: absolute;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;


    margin-top: 12%;
    float:left;

    background: #ffffff;
    border-radius: 10px;

    z-index: 2;
}

.dropdown-content a {
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}