
body{
font-family: arial;
border: 0px;
    margin-top: 0;
    padding-top: 0;
}

#menu{
    
    border: 0px solid black;
    display:flex;
    gap:60px;
    z-index: 5;
}.signmn{
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
    margin-bottom: 0px;
    box-sizing: border-box;
}
.signmn div a{
    text-decoration: none;
}
#menu > ul{
     background: #ffffff;
}

#menu ul{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; 
    float: left;
}

#menu ul a{
    color: #6f6d6d;
    border-bottom: 3px solid;
    border-color: white;
    text-decoration: none;
    font-size: 15;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    font-weight: bold;
    padding: 0 15px;
    display: block; 
}

#menu ul a.main:hover{
    border-bottom: 3px solid;
    border-color: #84cbea;
}

#menu ul li{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#menu ul li ul li{
    margin-top: 10px;
}

#menu ul li ul li a:focus{
    color: white;
    background: #2ea4d7;
}


#menu ul ul{
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    display: none;
    
}

#menu ul ul li{
    float: none;
    width: 200px;
}

#menu ul ul li:hover{
    
}


#menu ul ul ul{
    top: 0px;
    left: 100%;
    
}

#menu ul li:hover > ul{
    display: block;
}


#box{
    position: absolute;
    color: white;
    background: rgba(255, 255, 255, 0);
    height: 300px;
    width: 600px;
    right: -270px;
    display: none;
    opacity: 0;
    transition:  opacity 1s ease-out;
    box-shadow: 1px 1px 5px 1px rgba(179, 176, 176, 0.4), -1px 2px 5px 1px rgba(179, 176, 176, 0.4);
}

#menu ul li:hover > #box{
    opacity: 1;
    background: white;
    display: block;
}

#menu ul li #box #name{
    color: #6f6f6f;
    width: 250px;
    height: 30px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}

#menu ul li #box a#name:hover{
    color: #ffffff;
    background: #2ea4d7;
    
}

#menu ul li #box #boxm{
    position: relative;
    width: 100%;
    height: 100%;
        
}

#menu ul li #box #boxm #box2{
    position: absolute;
    background: white;
    width: 40%;
    left:50%;
}

#menu ul li #box #boxm #box3{
    position: absolute;
    background: white;
    width: 40%;
    left:50%;
    top: 100px;
    
}

#menu ul li #box #boxm #box4{
    position: absolute;
    background: #ffffff;
    width: 40%;
    top: 10px;
    left:10px;
    
    
}
#menu ul li #box #boxm #box4 .head{
    color: #1199e1;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}
#box2 #name{
    position: relative;
    background: white;
    top: 60px;
}
#box3 #name{
    position: relative;
    background: white;
    top: 50px;
}#box3{
    bottom: 200px;
}

/* mobile menu design*/



#opnmenu{
    cursor: pointer;
    width: 100px;
    padding-left: 10px;
    background: #ffffff;
    font-size: 20px;
   position: absolute;
    top: 40px;
    right: 30px;
    display: none;
    border: 1px solid black;   
}
#opnmenu:hover{
    background: #c8d0d2;
    color: black;
}

#close{
    position: absolute;
    left: 170px;
    top: 50px;
}

#mobimenu{
    position: fixed;
    z-index: 1;
  top: 0px;
  padding-top: 100px;
  left: 0px;
    background: rgb(33, 36, 33);
    width: 0px;
        height:100vh;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
    border: solid rgba(30, 86, 111, 0.57);
    border: 5px;
    
}#mobimenu a{
    text-decoration: none;
    color: aqua;
}

#mobimenu p{
    color: white;
    width: 200px;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 15px;
}   
#mobimenu p:hover{
    color: #b3b1ae;
}                                                                                                                                                                        
 #mobimenuWD {
    margin-top: -15px;
    cursor: pointer;
    width: 270PX;
    background: YELLOW ;
    overflow-y: hidden;
     transition: 0.3s;
    display: block;
}                  
#mbmenact{
margin-top: -15px;
cursor: pointer;
width: 270PX;
background: YELLOW ;
overflow-y: hidden;
 transition: 0.3s;
display: block;
}                                

#mobimenuWD a{
    color: #847d7d;
    width: 200px;
    font-size: 14px;
    margin-left: 21px;
    text-decoration: none;
    line-height: 2;
   
}

#mobimenuWD a:hover{
    color: #000000;
    
    
}


@media (max-width: 1000px){

    #opnmenu{
        display: block;
    }
    #mobimenu{
        display: block;
    }
    #pcmenu{
        display: none;
    }.signmn{
        margin-bottom: 50px;
    }
   
}










