body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #A47148;
}

.logo
{
    width: 150px;
    overflow: hidden;
    object-fit: cover;
}
.logo img
{
    width: 100%;
}

.items
{
    display: flex;
    list-style: none;
    margin-right: -50px;
}
.items li a
{
    margin-left: 30px;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    color: whitesmoke;
    transition: all 0.2s ease;
}
.items li:hover
{
    transform: scale(1.1);
}
.items li a:hover
{
    text-shadow: 0px 4px 5px rgb(0,0,0.5);
}
.headerline
{
    margin-right: 5%;
}



#mobile
{
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    height: 100vh;
    max-width: 400px;
    background-color: #2E3C7D;
    color: #FBEAEB;
    position: fixed;
}
.content
{
    max-width: 250px;
    z-index: 999;
    top: 100%;
    display: none;
}
.menu_bar
{
    display: none;
}

/* Login form */
.menu_profile 
{
    border: 3px solid white;
    border-radius: 50%;
    padding: 5px 3px 5px 3px;
    margin-top: -5px;
    background-color: black;
    overflow: hidden;
}
.menu_profile:hover
{
    border-color: cyan;
    color: cyan;
}
.cancel a
{
    font-size: 20px;
    margin-left: 90%;
    margin-top: 5px;
    border: 2px solid black;
    color: black;
    border-radius: 50%;
    padding: 5px 3px 2px 3px;
    margin-bottom: -10px;
}
.form_holder
{
    display: none;
    box-shadow: 0px 0px 10px black;
    max-width: 350px;
    padding: 20px;
    position: fixed;
    z-index: 999;
    margin-top: 5%;
    margin-left: 38%;
    border-radius: 30px;
    background-color: #fff;
}
.log
{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
  color: black;
  text-decoration: underline;
}
.form_holder_content
{
  padding: 10px;
}
.input_group
{
  margin-top: 30px;
  position: relative;
}
.input_group input
{
  border-radius: 8px;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 2px solid black;
  color: black;
  min-width: 320px;
  font-size: 16px;
  background: transparent;
  outline: none;
}
.input_group label
{
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 15px;
  padding-left: 3px;
  padding-right: 3px;
  transform: translateY(-50%);
  transition: 0.3s;
  color: gray;
  background-color: white;
  pointer-events: none;
}
.input_group input:focus~label,
.input_group input:valid~label
{
  top: -3px;
  color: blue;
}
.forget
{
  margin-left: 10px;
  color: blue;
  font-size: 12px;
}
.pass
{
    display: flex;
    align-items: center;
}
.Remember
{
  margin-left: 25%;
}
.but
{
  padding: 8px 37% 8px 37%;
  margin-left: 15px;
  margin-top: 5%;
  font-size: 20px;
  background-color: blue;
  color: white;
  border-radius: 20px;
  border: none;
}
.but:hover
{
  background-color: black;
  color: white;
}
/* mistake */
.login_type
{
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 8px;
    padding-left: 20px;
}
/* mistake */
.l
{
    min-width: 100%;
    margin-left: -70px;
    text-align: center;
    margin-top: 28px;
    list-style: none;
}
/* mistake */
.l a
{
    text-decoration: none;
    color: black;
    align-content: center;
    padding-left: 20px;
    border: 2px solid;
    border-radius: 10px;
    font-size: 20px;
    padding: 7px 10% 7px 15%;
}
/* mistake */
#logo3
{
    padding-left: 33px;
}
/* mistake */
#logo2
{
    padding-left: 65px;
    padding-right: 40px;
}


#logo1:hover
{
  background: linear-gradient(to right,red,blue,green,yellow);
  border-top-color: red;
  border-right-color: blue;
  border-bottom-color: green;
  border-left-color: yellow;
  color: white;
}
#logo2:hover
{
  background-color: black;
  color: white;
  border-color: black;
}
#logo3:hover
{
  background-color: blue;
  color: white;
  border-color: black;
}



/* customer care */
.chat_box
{
    margin-top: 2%;
    max-width: 90%;
    margin-left: 4%;
}
.customer
{
    max-width: 25%;
    margin-left: 5%;
    overflow: hidden;
    object-fit: cover;
    animation: slideleft 1s linear forwards;
}
.customer img
{
    width: 100%;
}
.text_box
{
    margin-left: 42%;
    margin-top: -5%;
    animation: showhide 1.5s  ease;
}
.heading
{
    margin-bottom: 5px;
    font-size: 2.7rem;
    margin-left: -30px;
}
textarea
{
    border: none;
    outline: none;
    min-width: 350px;
    max-height: 100px;
    margin-left: -40px;
    border-radius: 20px;
    padding: 20px;
    background-color: rgb(228, 222, 222);
    font-size: 20px;
}
.roover
{
    margin-left: 11%;
    margin-top: 10px;
}
.butter
{
    padding: 5px 3% 5px 3%;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    background-color: blue;
    color: white;
}
.butter:hover
{
    background-color: aqua;
    color: black;
}
.employee
{
    max-width: 25%;
    overflow: hidden;
    object-fit: cover;
    margin-left: 80%;
    margin-top: -5px;
    animation: slideright 1s linear forwards;
}
.employee img
{
    width: 100%;
}

@keyframes showhide
{
    0%
    {
        opacity: 0;
    }    
    100%
    {
        opacity: 1;
    }
}
@keyframes slideleft 
{
    0%
    {
        transform: translateX(-100px);
        opacity: 0;
    }    
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slideright
{
    0%
    {
        transform: translateX(100px);
        opacity: 0;
    }    
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}



/*Footer content*/
footer
{
    background-color: darkslategray;
}
.footer_details
{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    padding-right: 30px;
}
.arange
{
    max-width: 300px;
    text-align: left;
    margin-right: 30px;
}
.arange h1
{
    font-size: 2rem;
    color: white;
    text-align: center;
}
.abouts_details li a
{
    text-decoration: none;
    color: white;
    font-size: 15px;
} 
.abouts_details li
{
    list-style: disc;
    margin-top: 5px;
}
.contact_logo
{
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-left: -45px;
}
.contact_logo li a
{
    font-size: 17px;
    border: 3px solid white;
    color: white;
    padding: 5px;
    border-radius: 50%;
}
.contact_logo li a:hover
{
    color: cyan;
    border-color: cyan;
    background-color: black;
}
.mail_contact
{
    margin-top: 20px;
}
.mail_contact li a
{
    text-decoration: none;
    color: white;
}
.mail_contact li
{
    list-style: none;
    margin-left: -23px;
    margin-top: 10px;
}
.abouts_details
{
    color: white;
}




@media screen and (max-width: 700px)
{
    body
    {
        margin: 0px;
        padding: 0px;
    }
    .logo 
    {
        max-width: 90px;
    }
    .itemsn
    {
        list-style: none;
    }
    .items
    {
         margin-left: -35%;
    }
    .itemsn li
    {
        margin-top: 18%;
    }
    #mobile li a
    {
        margin-top: 60px; 
        margin-left: 0px;
        margin-right: 60px;
        align-self:flex-start;  
        text-decoration: none;
        color: white;
        font-size: 25px; 
    }
    #hidemobile
    {
        display: none;
    }
    #x_mark a
    {
        margin-left: 20%;
        font-size: 40px;
    }
    .menu_profile
    {
        font-size: 15px;
        padding: 2px 1px 2px 1px;
        margin-top: -5px;
    }
    .menu_bar
    {
        display: flex;
        margin-right: -10px;
        font-size: 25px;
    }
    .form_holder
    {
        margin-left: 25px;
        margin-top: 8%;
        position: fixed;
    }
    
    .customer
    {
        max-width: 200px;
        margin-left: 0px;
        margin-bottom: -50px;
    }
    .text_box
    {
        max-width: 200px;
        margin-left: 100px;
    }
    .text_comment
    {
        min-width: 250px;
        max-height: 50px;
        margin-left: -30%;
    }
    .butter
    {
        padding: 5px 10% 5px 10%;
        margin-left: 140px;
        margin-top: -10%;
    }
    .employee
    {
        min-width: 180px;
        margin-left: 230px;
        margin-top: 20px;
    }
    .heading
    {
        font-size: 1.7rem;
        margin-left: -15px;
    }
    .text_comment
    {
        font-size: 15px;
    }
    .footer_details
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .arange h1
    {
        font-size: 1.3rem;
    }
    .contact_logo
    {
        gap: 15px;
        margin-left: -40px;
    }
}