@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans" sans-serif;
}

body {
  /* background-image: url(../Assets/restaurant-mockup1\ 1.png);
  background-position: center;
  background-color: #f5d7ce;
  background-repeat: no-repeat;
  background-size: cover; */
  font-family: Gilroy;
  box-sizing: border-box;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
}

/* Header styling */
header {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  background-color: black;
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fcf7ee;
}

.navlink {
  padding-right: 16px;
  color: #fcf7ee;
  font-size: 22px;
  font-weight: bold;
  margin-left: 1.4rem;
  justify-content: space-between;
}

.navlink:hover {
  color: #d02017;
  transition: 0.5s;
  text-decoration: underline;
}

button {
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  color: #fcf7ee;
}

svg {
  color: #fcf7ee;
  display: flex;
  margin-top: 6px;
  margin-left: 6px;
  height: 30px;
  width: 30px;
  font-weight: bold;
}

.call-order {
  display: flex;
  font-size: 18px;
  padding-right: 100px;
  color: #fcf7ee;
}

#number {
  font-weight: bold;
}

.navlinks-wrapper {
  display: flex;
}

.logo {
  margin-left: 70px;
  width: 15%;
}

/* Header stop  */

/* form section*/

.container {
  width: 90%;
  height: 590px;
  margin: 90px auto;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: center;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  left: -6822px;
}

.form-left {
  width: 70%;
  height: 118%;
  margin-right: -60px;
  margin-top: -50px;
  margin-bottom: 20px;
  background-color: #f5d7ce;
  border-radius: 20px;
}

.container .form-left img {
  margin-left: -260px;
  padding: 0 0 0 -90px;
  width: 596px;
  height: 636px;
}

.container form {
  width: 100%;
  text-align: left;
}

.container form img {
  width: 60px;
}

.container form h2 {
  font-family: Gilroy;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 2rem;
}

.container form label {
  text-align: left;
  color: #414042;
  margin: 50px 0;
  border-radius: nullpx;
  font-family: Arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}

.container form input {
  width: 70%;
  padding: 17px;
  margin-right: 20px;
  border: none;
  outline: none;
  margin-top: 10px;
  border-radius: 40px;
  border: 1px solid #bcbec0;
}

.container form #login-btn {
  width: 120px;
  padding: 12px;
  background: #d02017;
  color: white;
  font-weight: bold;
  border: none;
  outline: none;
  margin-left: 15rem;
  border-radius: 40px;
  margin-top: -2rem;
}

.container form #login-btn:hover {
  background-color: #f0231c;
  transform: scale(1.2);
}

.container form p {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-top: 1rem;
}
 .account{
   
  margin-right: 10rem;
  text-align: center;
}
.container form .social-log {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 22px;
  margin-left: 13.5rem;
  margin-top: 0.5rem;
  margin-bottom: 40px;
}

.container form .social-log .google svg {
  fill: #db4437;
}

.container form .social-log .github svg {
  fill: rgb(36, 26, 26);
}

.container form .social-log svg {
  fill: rgb(17, 82, 167);
  border: 1px solid #fff;
}

.container form .social-log ul {
  display: flex;
  border-radius: 22px;
  text-decoration: none;
  list-style-type: none;
}

.container form .social-log ul li {
  color: #f5d7ce;
  width: 43px;
  height: 30px;
  border-radius: 40px;
  margin: 5px;
  background: rgba(255, 255, 255, 1);
}

.container form .social-log img {
  width: 40px;
  height: 30px;
  margin: 2px;
}
.container form .account .free a {
  margin: 5px;
  background: rgba(255, 255, 255, 1);
  color: black;
  text-decoration: none;
  border-radius: 10px;
  padding: 4px;
}

.container form .account .free a:hover {
  background-color: #d02017;
  transform: scale(1.3);
  color: #ffffff;
}

.footer-container {
  max-width: 1170px;
  margin: auto;
}

.footer {
  background-color: black;
  padding: 5px 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

ul {
  list-style: none;
  text-decoration: none;
}

.footer-col ul li a {
  text-decoration: none;
  margin-bottom: 5px;
  color: #fcf7ee;
  padding-left: 8px;
}

.footer-col ul li a:hover {
  color: #d02017;
  margin-right: 8px;
}
a {
  text-decoration: none;
}

li {
  margin-bottom: 15px;
  text-align: center;
}

h4 {
  text-align: center;
}

.footer-col {
  width: 25%;
  padding: 0 10px;
}

.footer-col h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #fcf7ee;
  font-weight: 500;
  position: relative;
  align-items: center;
}

.contact {
  display: flex;
}

.contacts h4:hover {
  margin-right: 8px;
  color: #d02017;
  cursor: pointer;
}

.footer-col {
  margin-top: 5px;
}

svg {
  margin-right: 5px;
  color: #fcf7ee;
}

.underline {
  text-decoration: underline 1.5px solid red;
  color: #d02017;
  margin-bottom: 30px;
}

#copyright {
  text-align: center;
  margin-top: 0.5rem;
  color: white;
}
