@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

:root {
    --primary-color: #047aed;
    --secondary-color: #1c3fa8;
    --dark-color: #002240;
    --light-color: #f4f4f4;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body{
    font-family: 'lato', sans-serif;
    color: rgb(134, 165, 177);
    line-height: 1.6;
    background-color: rgb(70, 35, 11);
}


ul{
    list-style-type: none; 
}


a{
    text-decoration: none;
    color: #333;
}


h1, h2 {
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
}


/* -----------------------------This Is Navbar Section-------------- */


.navbar {
    background-color: var(--primary-color);
    color: #fff;
    height: 70px;
}


.navbar ul {

    margin-left: 3em; 
}

.navbar ul li hi {
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    padding-top: 8px;

}



.navbar ul li hi span {
    font-size: 30px;
    font-weight: 800;
}

.navbar ul hu {
    padding-top: 18px;
    margin-left: 30em;
    display: flex;
    font-size: 20px;
    font-weight: 700;
}




.navbar a {
    color: #fff;
    padding: 15px;
    margin: 0 5px;
    position: relative;
}

.navbar a span {
    color: rgb(233, 136, 136);
    font-size: 20px;
    
}


 .navbar a:hover{
 color: brown;
} 


.navbar .flex {
    justify-content: space-between;
}



/* ------------------This is showcase area------------------ */


.GIF {
    margin: auto;
    width: 90%;
    text-align: center;
    padding-block-start: 5em;
}

.GIF h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    padding-block: 1em;
}

.GIF span {
    color: rgb(88, 134, 48);
}


.GIF a {
    color: white;
    /* margin-top: 3em; */
    margin-left: 2em;
    font-family: sans-serif;
    font-size: 20px;
    background-color: rgb(224, 159, 18);
    width: 180px;
    padding-left: 35px;
    padding-top: 4px;
    border-radius: 30px;
    font-weight: lighter;
}


.GIF [type=text]{
    width: 20%;
    height: 40px;
    color: #FFFF;
    padding: 12px;
    border-radius: 7px;
    border: 2px solid gray;
    background-color: transparent;
   }


   input[type=password]:focus{

    font-size: 15px;
    outline: none;
   }




   ::placeholder{
    font-size: 15px;
    color: rgb(220, 235, 230);
    text-transform: capitalize;
   }

   .GIF p {
    display: flex;
    justify-content: center;
   }

.del_message {
    display: none;
    margin: auto;
    width: 90%;
    text-align: center;
    padding-block: 2em;
    font-size: 20px;
    font-weight: 500;
    color: rgb(134, 165, 177);
}
