.header-mpg-logo{
    width: 80px;
}

.header-mpg-text{
    font-size: 25px;
    color: #fff;
}

.header-mpg-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headermpg-flex{
    display: flex;
}

.header-mpg-header-text-container{
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
    font-family: poppinslight;
    color: #fff;
}

.header-mpg-section1{
    width: 100%;
}
.header-mpg-section2{
    padding-top: 0px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-mpg-header-text{
    cursor: pointer;
}
.header-mpg-header-text:hover{
    /* color: #ffe182!important; */
}

.header-menu-text:hover{
    color: #ffe182!important;
}
.product-drop-down{
    /* position: relative; */
}

.product-drop-down-menu-container{
    display: none;
    /* border: 2px solid yellow; */
    background-color: #00184e;
    border-radius: 15px;
    position: absolute;
    width: 800px;
    top: 4rem;
    right: 5rem;
}

.company-drop-down-menu-container{
    display: none;
    /* border: 2px solid yellow; */
    background-color: #00184e;
    border-radius: 15px;
    position: absolute;
    width: 800px;
    top: 4rem;
    right: 5rem;
}
.learn-drop-down-menu-container{
    display: none;
    /* border: 2px solid yellow; */
    background-color: #00184e;
    border-radius: 15px;
    position: absolute;
    width: 800px;
    top: 4rem;
    right: 5rem;
}

.product-drop-down-menu-container.show{
    display: block;
}

.company-drop-down-menu-container.show{
    display: block;
}
.learn-drop-down-menu-container.show{
    display: block;
}

.product-drop-down-flex{
    display: flex;
    padding: 20px 0px;
    justify-content: space-between;
    gap: 20px;
}

.drop-down-title-content{
    font-family: poppinslight;
    color: #ffe182;
}

.product-drop-down-big-title{
    font-family: poppinssemibold;
    color: #ffe182;
}

.drop-down-desc-title{
    font-family: poppinssemibold;
}

.drop-down-desc-container{
    border-left: 1px solid #ffe182;
    margin: 20px 0px;
    padding-left: 10px;
}

.drop-down-desc-text{
    font-family: poppinslight;
}

.product-drop-down-section-1{
    flex: 1;
}
.product-drop-down-section-2{
    flex: 2;
}
.product-drop-down-section-3{
    flex: 2;
}
.product-drop-down-section-4{
    flex: 2;
}

.drop-down-padding-bottom{
    border-bottom: 2px solid #ffe182;
}

.mobile-menu-icon{
    color: #fff;
    cursor: pointer;
}

.header-mpg-mobile-menu-wrapper{
    border-radius: 5px;
    font-family: poppinslight;
    position: absolute;
    display: none;
    right: 10px;
    width:50%;
    padding: 5px 25px;
    background-color: #fff;
}
.header-mpg-mobile-menu-wrapper.show{
    display: block;
}

.header-mpg-left-menu-container{
    padding-left: 5px;
}
.product-mobile-menu{
    display: none;
}
.company-mobile-menu{
    display: none;
}
.learn-mobile-menu{
    display: none;
}
.company-mobile-menu.show{
    display: block;
}
.product-mobile-menu.show{
    display: block;
}
.learn-mobile-menu.show{
    display: block;
}

.mobile-menu-down-icon{
    font-size: 12px;
}
.header-mpg-product-mobile-text{
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
}
.header-mpg-mobile-text-container{
    display: none;
}

.header-mpg-mobile-menu{
    cursor: pointer !important;
}


@media (max-width:1035px){
    .learn-drop-down-menu-container{
        right: 2rem;
    }
    .company-drop-down-menu-container{
        right: 2rem;
    }
    .product-drop-down-menu-container{
        right: 2rem;
    }
    
}

@media (max-width:850px){
    .header-mpg-header-text-container{
        display: none!important;
    }
    .header-mpg-mobile-text-container{
        display: block!important;
    }
    .header-mpg-mobile-menu-wrapper{
        background-color: #00184e!important;
    }
    .header-mpg-mobile-menu{
        color: #ffe182;
        padding: 3px 0px;
        border-bottom: 1px solid #ffe28292;
    }
    .header-mpg-mobile-menu:last-child{
        border-bottom: none;
    }
    .header-mpg-left-menu-container{
        padding-left: 2rem;
    }
   
}

@media (max-width:650px){
    .header-mpg-logo{
        width: 40px;
    }
    .header-mpg-mobile-menu-wrapper{
        top: auto;
    }
    .header-mpg-mobile-menu-wrapper{
        right: 10px;
        width:80%;
    }
    .header-logo{
        height: 5rem;
        width: 7rem !important;
    }
}