.header{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-logo{
    height: 5rem;
    width: 7rem;
    object-fit: contain;
}

.img-container{
    display: flex;
    align-items: center;
    gap:10px;
}

.logo-text{
    color: #fff;
    font-size: 35px;
    font-family: poppinsbold;
	line-height: 1;
    transform: skew(-10deg);
}

.header-wrapper{
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-section1{
    /* border: 2px solid blue; */
    padding-top: 0px;
    width: 100%;
    flex: 1;
}

.header-section2{
    /* border: 2px solid blue; */
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-web{
    display: flex;
    align-items: center;
    gap: 30px;
}

.web-text{
    font-family: poppinsmedium;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.web-text:hover{
    /* color: #ebb826; */
}

.web-login{
    color: #fff;
    background-color:#4d5562 ;
    border-radius: 5px;
    font-family: poppinsmedium;
    font-size: 14px;
	font-weight: bold;
    padding: 5px 35px;
}
.web-signup{
    color: black;
    background-color:#ebb826 ;
    border-radius: 5px;
    font-family: poppinsmedium;
    font-size: 14px;
	font-weight: bold;
    padding: 5px 35px;
}


.language-container{
    width: 100%;
    /* border: 2px solid red; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.language-selection{
    position: relative;
}
.menu-selection{
    position: relative;
}

.language-text a{
    padding: 10px 0px;
    font-family:poppinssemibold;
    color: #ebb826;
}

.menu-text{
	padding-top: 10px;
    padding-bottom: 10px;
}

.menu-text a{
    width: 100%;
    font-size: 14px!important;
    font-family:poppinssemibold;
    color: #ebb826!important;
}

.lang{
    text-align: center;
    width: 100px;
    background-color: #00184e!important;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: -20px;
}
.m-menu{
    color: #ebb826;
    width: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: -35px;
}

.language-earth-icon{
    color: #fff;
}

.language-earth-icon:hover{
    color: #ebb826;

}

.language-selection {
    display: none; 
}

.menu-selection{
    display: none; 
}

.language-selection.show {
    display: block; 
}

.menu-selection.show{
    display: block; 
}

.header{
    position: relative;
    z-index: 5;
}

.menu-icon{
    font-size: 20px;
    color: #fff;
}

.mobile-menu{
	cursor: pointer;
}

.mobile-menu-container{
    display: none;
}