body{
    color: #3c262a;
}

header{
    height: 380px;
    color: #3c262a;
}

/* .mobile header{
    height: 380px;
} */

.mobile header .left_side{
    margin: 0;
}

.mobile header .right_side{
    margin: 0;
}

.mobile header .logo_container{
    justify-content: center;
    align-items: center;
}

header .logo_container{
    width: 100vw;
    height: 60px;
    background-color: #294551;
}

header .hide_in_normal .image_container{
    width: 40px;
    height: 40px;
    margin-top: 50px;
}

header .logo_container .image_container{
    width: 30px;
    height: 30px;
    cursor: pointer ;
}

header .logo_container .right_side .image_container{
    width: 60px;
    height: 40px;
    cursor: pointer ;
}

.mobile header .logo_container .right_side .image_container{
    width: 60px;
    height: 33px;
    cursor: pointer ;
}

header .main_part{
    font-size: 1.5rem;
    text-transform: uppercase;

}

.mobile header .main_part{
    margin-top: 30px;

}

header .main_part .title_2{
    font-size: 1.2rem;
    text-transform: uppercase;

}

.mobile header .main_part .title_2{
    font-size: 1rem;
    text-transform: uppercase;

    width: 90%;
    margin: auto;
    margin-top: 10px;
    text-align: center;

}

header .main_part .image_container{
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.mobile header .menu{
    display: none;
}

header .menu{
    width: 95%;
    margin: auto;
    margin-top: 50px;
}

header .menu_element{
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}


/* Small Header */

.small_header{
    height: fit-content;
    z-index: 40;
}

.mobile .small_header{
    position: fixed;
    top: 0;
    left: 0;
}

.small_header .logo_container{
    height: 120px;
}

.small_header .middle_side{
    top: 0;
    left: 0;
    height: 100px;
    z-index: 7;
    color: white;

    font-size: 1rem;
}

.small_header .left_side{
    z-index: 9;
}

.small_header .right_side{
    z-index: 9;
}

.small_header .logo_container .right_side .image_container{
    width: 70px;
    height: 40px;
    cursor: pointer ;
}

.small_header .middle_side .image_container{
    height: 60px;
    width: 60px;
}

.small_header .menu{
    background-color: #294551;
    color: white;
    

    width: 100%;
    height: 60px;
    margin-top: 0;
    position: relative;
    /* top: 70px; */
}

.fixed_header{
    background-color: #294551;
    color: white;
    
    width: 100%;
    height: 60px;
    margin-top: 0;

    top: 0;
    left: 0;
    z-index: 10;

    display: none;
}


/* Mobile Menu */
.normal .mobile_menu{
    display: none;
}


.mobile_menu{
    background-image: url("/img/bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
    
    z-index: 30  ;
}

.mobile_menu .logo_container {
    background-color: #294551;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
}

.mobile_menu .image_container{
    width: 80px;
    height: 50px;
}

.mobile_menu .menu_element{
    margin-top: 30px;
    font-size: 1.4rem;
}



/* Whatsapp Communication */
.whatsapp_communication:hover{
    background-color: #294551;

}

.whatsapp_communication .image_container{
    width: 30%;
    height: 35px;
}

.whatsapp_communication p{
    font-size: 1.5rem;
}