@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #6E6E6E;
   
}


.dropdwn {
    margin: auto;
} 
.container1  nav{
    width: 100%;
    margin: auto;
   
}   
nav {
    height: 200px;
    background: #1D2228;
    box-shadow: 0 10px 15px rgba(0, 0,0, 0.1);
}
.logo {
    padding: 5px 0 0 80px;
    width: 500px;
    height: auto;
}
nav ul{
    padding: 0;
    margin: 0;
    margin-top: 130px;
    float: right;
    margin-right: 120px ;
    
}
nav ul li {
    background: #1D2228;
    position: relative;
    list-style: none;
    display: inline-block;
}
nav ul li a {
    display: block;
    padding: 0 10px;
    color: #FB8122;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
}

nav ul li a:hover{
    color: rgb(78, 77, 75);
}
nav ul ul{
    position: absolute;
    margin-top: 15px;
    margin-left:5px ;
    display: none;
}
nav ul li:hover > ul {
    display: block;
    margin: 0;
}
nav ul li:hover > ul li {
    width: 190px;
    padding: 5px;
    border-radius: 0;
    text-align: left;
}
nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul li a{
    font-size: 12px;
}
vvv
:root{
   --blue:#3498db;
   --dark-blue:#2980b9;
   --red:#e74c3c;
   --dark-red:#c0392b;
   --black:#333;
   --white:#fff;
   --light-bg:#eee;
   --box-shadow:0 5px 10px rgba(0,0,0,.1);
}

*{
   font-family: 'Poppins', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border: none;
   text-decoration: none;
}

*::-webkit-scrollbar{
   width: 10px;
}

*::-webkit-scrollbar-track{
   background-color: transparent;
}

*::-webkit-scrollbar-thumb{
   background-color: var(--blue);
}

/*body{
   background-color: #6e6e6e;
}*/

.btn,
.delete-btn{
   border: none;
   outline: none;
   cursor: pointer;
   padding: 12px 30px;
   font-size: 16px;
   display: block;
   margin: 20px auto;
   border-radius: 50px;
   background-color: orangered;
   background-image: linear-gradient(-45deg, orange, orangered);
   color: #fff;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
   width: 100%;
   padding:10px 30px;
   text-align: center;
}

.btn{
   border: none;
   outline: none;
   cursor: pointer;
   padding: 12px 30px;
   font-size: 16px;
   display: block;
   margin: 20px auto;
   border-radius: 50px;
   background-color: orangered;
   background-image: linear-gradient(-45deg, orange, orangered);
   color: #fff;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
   width: 100%;
   padding:10px 30px;
   text-align: center;
}



.btn:hover{
   box-shadow: 0 3px 12px #0005;
   letter-spacing: 1px;
}

.btn:active{
   box-shadow: 0 2px 5px #0003;
   transform: scale(0.97);
   letter-spacing: 0;
}

.delete-btn{
   border: none;
   outline: none;
   cursor: pointer;
   padding: 12px 30px;
   font-size: 16px;
   display: block;
   margin: 20px auto;
   border-radius: 50px;
   background-color: orangered;
   background-image: linear-gradient(-45deg, orange, orangered);
   color: #fff;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
   width: 100%;
   padding:10px 30px;
   text-align: center;
}


.delete-btn:hover{
   box-shadow: 0 3px 12px #0005;
   letter-spacing: 1px;
}

.message{
   margin:10px 0;
   width: 100%;
   border-radius: 5px;
   padding:10px;
   text-align: center;
   background-color: var(--red);
   color:var(--white);
   font-size: 20px;
}

.form-container{
  /* min-height: 100vh;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:20px;*/
   display: flex;
   align-items: center;
   justify-content: center;
   padding:30px;
}

.form-container form{
   padding:20px;
   background-color: rgb(243, 188, 87);
   box-shadow: var(--box-shadow);
   text-align: center;
   width: 500px;
   border-radius: 5px;
   
}

.form-container form h3{
   margin-bottom: 10px;
   font-size: 30px;
   color:var(--black);
   text-transform: uppercase;
}

.form-container form .box{
   width: 100%;
   border-radius: 5px;
   padding:12px 14px;
   font-size: 18px;
   color:var(--black);
   margin:10px 0;
   background-color: rgb(238, 218, 162);
}

.form-container form p{
   margin-top: 15px;
   font-size: 20px;
   color:var(--black);
}

.form-container form p a{
   color:red;
}

.form-container form p a:hover{
   text-decoration: underline;
}

.container2{
   /*min-height: 100vh;*/
   background-color: #6e6e6e;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:40px;
  
}

.container2 .profile{
   padding:20px;
   background-color: var(--white);
   box-shadow: var(--box-shadow);
   text-align: center;
   width: 400px;
   border-radius: 5px;
}

.container2 .profile img{
   height: 150px;
   width: 150px;
   border-radius: 50%;
   object-fit: cover;
   margin-bottom: 5px;
}

.container2 .profile h3{
   margin:5px 0;
   font-size: 20px;
   color: black;
}

.container2 .profile p{
   margin-top: 20px;
   color: black;
   font-size: 20px;
}

.container2 .profile p a{
   color: blue;
}

.container2 .profile p a:hover{
   text-decoration: underline;
}

.update-profile{
   min-height: 100vh;
   background-color: #6e6e6e;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:20px;
}

.update-profile form{
   padding:20px;
   background-color: var(--white);
   box-shadow: var(--box-shadow);
   text-align: center;
   width: 700px;
   text-align: center;
   border-radius: 5px;
}

.update-profile form img{
   height: 200px;
   width: 200p;
   border-radius: 50%;
   object-fit: cover;
   margin-bottom: 5px;
}

.update-profile form .flex{
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
   gap:15px;
}

.update-profile form .flex .inputBox{
   width: 49%;
}

.update-profile form .flex .inputBox span{
   text-align: left;
   display: block;
   margin-top: 15px;
   font-size: 17px;
   color:var(--black);
}

.update-profile form .flex .inputBox .box{
   width: 100%;
   border-radius: 5px;
   background-color: rgb(238, 218, 162);
   padding:12px 14px;
   font-size: 17px;
   color:var(--black);
   margin-top: 10px;
}

@media (max-width:650px){
   .update-profile form .flex{
      flex-wrap: wrap;
      gap:0;
   }
   .update-profile form .flex .inputBox{
      width: 100%;
   }
}

.delete-btn a{
   border: none;
   outline: none;
   cursor: pointer;
   padding: 12px 30px;
   font-size: 16px;
   display: block;
   margin: 20px auto;
   border-radius: 50px;
   background-color: orangered;
   background-image: linear-gradient(-45deg, orange, orangered);
   color: #fff;
   box-shadow: 0 2px 6px #0002;
   transition: 0.3s ease-in-out;
}

/*footer*/

.container {
   max-width: 80%;
   margin: auto;
   overflow: hidden;
}

.row {
   display: flex;
   flex-wrap: wrap;
}

ul {
   list-style: none;
}

.footer {
   margin-top: 120px;
   display: flex;
   flex-flow: row wrap;
   background-color: #E1E2E2;
   padding: 20px;
   display: block;
   margin-bottom: 0;
   padding-bottom: 0;
}

.footer-col {
   width: 20%;
   padding: 10px 30px 10px 30px;
   padding-bottom: 0;
   background-color: #797676;
}

.footer-col h2 {
   font-size: 15px;
   color: #FB8122;
   text-transform: capitalize;
   margin-bottom: 15px;
   font-weight: 500;
   position: relative;
}
.footer-col ul {
   padding-left: 0;
}

.footer-col ul li a {
   text-align: left;
   margin: 0;
   margin-bottom: 8px;
   font-size: 12px;
   text-transform: capitalize;
   text-decoration: none;
   font-weight: 400;
   color: #fff;
   display: block;
  
}

.footer-col ul li a:hover {
   color: black;
}
.footer-col .social-links {
   padding-left: 0;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #E1E2E2;
  margin:0 5px 5px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #6E6E6E;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #797676;
  background-color: #FB8122;
}
.footer p {
   text-align: center;
   font-size: 12px;
}
