.header{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #04b4ec;
    height: fit-content;
    background: linear-gradient(to right, black, #5d5d5d);  
}

.icon{
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.footer .logo{
    height: 250px;
    width: 250px;
}

.hamburger{
    width: 60px;
    width: 60px;
    cursor: pointer;
}

.hamburgerCont{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
    padding-top: 0;
    height: 150px;
}

.headerSocials{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.headerSocials ul{
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
}

.socialIcon{
    width: 45px;
}

.iconCont{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    padding: 0.5%;
    padding-top: 0;
    width: 20%;
    border: 2px solid #04b4ec;
    border-top: none;
}

.text{
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.text a{
    text-decoration: none;
    font-family: verdana;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.mailText, .phoneText, .locationText{
    background-color: #04b4ec;
    margin: 0;
    padding-top: 0;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 0;
}
