/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jul-2022, 7:41:13 am
    Author     : abbho
*/

@media screen and (min-device-width: 910px)and  (max-device-width: 1920px)
{
    .nav-bar
    {
        display: flex;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 7px 0px #333534;
        position: fixed;
        z-index: 2;
    }
    
    .mid_belt{
        display: flex;
        z-index:1;
    }
    .logo_block img{
        width :60%;
        margin:20%;
    }

    .menu_strip
    {
        display: block;
    }

    .menu_item
    {
       padding-top: 5%;
       text-align: center;
       height: 40px;

    }
    .menu_item a
    {
        text-decoration: none;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        color:#fec240;
    }
    
    .user-login
    {
        display: block;
        width: 10%;
        
    }
    .user-login img
    {
        width: 15%;
        height: 80%;
        padding-top: 4%;
        padding-left: 2%;
    }
    .user-login a
    {
        color: white;
        text-decoration: none;
        padding-top: 5%;
        padding-left: 4%;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-size: 12px;
    }
    
    .sub_menu_item
    {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        float: left;
        margin-top: 8px;
        z-index: 1;
        box-shadow: #013953 2px 3px 3px;

    }
    
    ul
    {
        list-style :none;
        width: 100%;
        text-decoration: none;
    }
    .menu_ul
    {
        display:flex;
        margin-bottom: 0px;
        
    }
    .company h1
    {
        margin-left:60%; 
        color: #eb1741;
        font-family:Lobster Two;
    }
    #head_menu1
    {
        display:block;
        background-color:#bb141b;
        margin-left: 5%;
        cursor:pointer;
        border-radius:4px;
    }
    .login-btn
    {
        margin-top: 80%;
        height: 20%;
        display: flex;
        border-radius: 4%;
        background-color: #56448d;

    }
    
    .menu-block
    {
        display:block;
        width:100%;
    }
    .menu-line 
    {
    display: block;
    height: 8px;
    margin-top: 2%;
    margin-left: 5%;
    border-radius: 4px;
    
    background-color: #fec240;
    }
    .humberger
    {
        display:none;
    }
    .slide_menu
    {
       display:none;
    }
    
    #head_menu1:hover
    {
        background-color:#fec240;
    }
    #head_menu1:hover a
    {
        color: #bb141b;
    }
    #head_menu1:hover .menu-line
    {
        background-color:#bb141b;
    }
    .contact_data
    {
        display: flex;
    }
    .contacts
    {
        display:flex;
        margin-left: 50px;
        margin-top: 5px;
        color: #bb141b;
        font-family: monospace;
    }
    .mycls
    {
        display: block;
        cursor: pointer;
    }
    
}

@media screen and  (min-device-width: 640px)and (max-device-width: 900px)
{
    .nav-bar
    {
        display: flex;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 7px 0px #333534;
        position: fixed;
        z-index:2;
    }
    
    .mid_belt{
        display: block;
        height: 220px;
        z-index:1;
    }
    .logo_block img{
        width :60%;
        margin:20%
    }

    .menu_strip
    {
        display: none;
    }

    .menu_item
    {
       padding-top: 5%;
       text-align: center;
       height: 40px;

    }
    .menu_item a
    {
        text-decoration: none;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        color:#fec240;
    }
    
    .user-login
    {
        display: block;
        width: 10%;
        
    }
    .user-login img
    {
        width: 15%;
        height: 80%;
        padding-top: 4%;
        padding-left: 2%;
    }
    .user-login a
    {
        color: white;
        text-decoration: none;
        padding-top: 5%;
        padding-left: 4%;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-size: 12px;
    }
    
    .sub_menu_item
    {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        float: left;
        margin-top: 8px;
        z-index: 1;
        box-shadow: #013953 2px 3px 3px;

    }
   
    ul
    {
        list-style :none;
        width: 100%;
        text-decoration: none;
    }
    .menu_ul
    {
        display:flex;
        margin-bottom: 0px;
        padding-top: 3%;
    }
    .company h1
    {
        margin-left:60%; 
        color: #eb1741;
        font-family:Lobster Two;
    }
    #head_menu1
    {
        display:block;
        background-color:#bb141b;
        margin-left: 5%;
        cursor:pointer;
        border-radius:4px;
    }
    .login-btn
    {
        margin-top: 80%;
        height: 20%;
        display: flex;
        border-radius: 4%;
        background-color: #56448d;

    }
    
    .menu-block
    {
        display:block;
        width:100%;
    }
    .menu-line {
    display: block;
    height: 8px;
    margin-top: 2%;
    margin-left: 5%;
    border-radius: 4px;
    
    background-color: #fec240;
}
#humberger #menuCheck {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: -5px;
    margin-left: 65%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#humberger
{
    display:block;
    margin-top:5%;
    -webkit-user-select: none;
    user-select: none;
    z-index:1;
}

#humberger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 100%;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#humberger input:checked ~ ul {
    transform: none;
}
#humberger input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#humberger span:nth-last-child(2) {
    transform-origin: 0% 0%;
}
#humberger input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2,0.2);
}
#humberger input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#burg_menu {
    position: absolute;
    width: 100%;
    height: auto;
    text-decoration: none;
    /* color: #aba3a3; */
    overflow-y: scroll;
    margin: 102px 0 0 -230px;
    padding: 5px;
    padding-top: 5px;
    background: #eeece9;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%,0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    box-shadow: 2px 4px 5px 1px #413e3e;
    border-radius:4px;
}
.slide_menu
{
   
}
.burg_dropdown {
    display: flex;
    border-bottom: 1px solid white;
}
.menubug a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
}
.menubug {
    background-color: #bb141b;
    display: block;
    padding: 1%;
    border-radius: 4px;
    margin: 1%;
    width:80%;
}
.menu-line {
    display: block;
    background-color: #fec240;
    padding: 1%;
    border-radius: 4px;
    margin: 1%;
    width: 20%;
    height: 25px;
}
#Dimenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    margin-top: -34px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;

}

#Dimenu:checked ~ #DiSubmenu{
    display: contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
    

}


@media screen and (min-device-width: 340px)and (max-device-width: 630px)
{
    .nav-bar
    {
        display: block;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 7px 0px #333534;
        position: fixed;
        z-index:2;
    }
    
    .mid_belt{
        display: block;
        height: 120px;
        z-index: 1;
    }
    .logo_block img{
        width :60%;
        margin:20%
    }

    .menu_strip
    {
        display: none;
    }

    .menu_item
    {
       padding-top: 5%;
       text-align: center;
       height: 40px;

    }
    .menu_item a
    {
        text-decoration: none;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        color:#fec240;
    }
    
    .user-login
    {
        display: block;
        width: 10%;
        
    }
    .user-login img
    {
        width: 15%;
        height: 80%;
        padding-top: 4%;
        padding-left: 2%;
    }
    .user-login a
    {
        color: white;
        text-decoration: none;
        padding-top: 5%;
        padding-left: 4%;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-size: 12px;
    }
    
    .sub_menu_item
    {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        float: left;
        margin-top: 8px;
        z-index: 1;
        box-shadow: #013953 2px 3px 3px;

    }
   
    ul
    {
        list-style :none;
        width: 100%;
        text-decoration: none;
    }
    .menu_ul
    {
        display:flex;
        margin-bottom: 0px;
        padding-top: 3%;
    }
    .company h1
    {
        margin-left:60%; 
        color: #eb1741;
        font-family:Lobster Two;
    }
    #head_menu1
    {
        display:block;
        background-color:#bb141b;
        margin-left: 5%;
       cursor:pointer;
        border-radius:4px;
    }
    .login-btn
    {
        margin-top: 80%;
        height: 20%;
        display: flex;
        border-radius: 4%;
        background-color: #56448d;

    }
    
    .menu-block
    {
        display:block;
        width:100%;
    }
    .menu-line {
    display: block;
    height: 8px;
    margin-top: 2%;
    margin-left: 5%;
    border-radius: 4px;
    
    background-color: #fec240;
}
#humberger #menuCheck {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: -5px;
    margin-left: 65%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#humberger
{
    display:block;
    margin-top:5%;
    -webkit-user-select: none;
    user-select: none;
    z-index:1;
}

#humberger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 100%;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#humberger input:checked ~ ul {
    transform: none;
}
#humberger input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#humberger span:nth-last-child(2) {
    transform-origin: 0% 0%;
}
#humberger input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2,0.2);
}
#humberger input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#burg_menu {
    position: absolute;
    width: 100%;
    height: auto;
    text-decoration: none;
    /* color: #aba3a3; */
    overflow-y: scroll;
    margin: 102px 0 0 -162px;
    padding: 5px;
    padding-top: 5px;
    background: #eeece9;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%,0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    box-shadow: 2px 4px 5px 1px #413e3e;
    border-radius:4px;
}
.slide_menu
{
   
}
.burg_dropdown {
    display: flex;
    border-bottom: 1px solid white;
}
.menubug a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
}
.menubug {
    background-color: #bb141b;
    display: block;
    padding: 1%;
    border-radius: 4px;
    margin: 1%;
    width:80%;
}
.menu-line {
    display: block;
    background-color: #fec240;
    padding: 1%;
    border-radius: 4px;
    margin: 1%;
    width: 20%;
    height: 25px;
}
#Dimenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    margin-top: -34px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;

}

#Dimenu:checked ~ #DiSubmenu{
    display: contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
    

}