@font-face {
  font-family: "corbel";
  src: url("./Font/corbel.ttf") format("truetype");

  font-family: "Lato-Black";
  src: url("./Font/corbel.ttf") format("truetype");
  src: url("./Font/Lato-Black.ttf") format("truetype");
  src: url("./Font/Lato-Regular.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "corbel", sans-serif;
  object-fit: contain;
}

/* Navbar */



/* Section center part  */

.center-main {
  background: url(./Images/BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-div-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  /* margin: 0 50px; */
}

.sec-left {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  /* box-shadow: 10px 10px 10px black; */
}

.img-about {
  width: 780px;
  margin: 0;
}

.head {
  font-weight: 700;
  font-size: 40px;
  color: white;
  font-family: "Lato-Black";
}

.part1-img {
  width: 300px;
  height: 350px;
}

.p2-head {
  color: white;
  font-size: 15px;
  font-family: "Lato-Black";
}

.about-choose {
  display: flex;
  align-items: start;
  justify-content: start;
}

.part2 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.main-part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.icon {
  width: 80px;
}

.part2-para {
  color: rgb(200, 195, 195);
  font-family: "Lato-Black";
}

.color-o {
  color: orangered;
}

.right-sec {
  margin-right: 200px;
}

.right-part2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end */

/* Text Section */
.text-center {
  text-align: center;
  padding: 20px;
}

.div-para {
  margin-top: 20px;
  font-size: 14px;
}

/*  */
.color {
  color: #f26522;
  font-weight: 700;
  font-size: 30px;
  font-size: 31px;
  margin-bottom: 35px;
  margin-top: -21px;
  font-style: italic;
}

/* Text Section */
.text-center {
  text-align: center;

  position: relative;
}

.para {
  padding: 15px;
  background-color: #f26522;
  margin-top: 10px;
  position: absolute;
  top: -10px;
  margin: 0 150px;
  color: white;
  border-radius: 15px;
}

.right2 {
  display: flex;
  align-items: center;
  gap: 35px;
}
.language a {
  text-decoration: none;
  color: white;
}

.order a {
  text-decoration: none;
  color: white;
}

.Navbar ul li a {
  text-decoration: none;
  color: white;
  font-size: 17px;
}

/* Footer Section */
#footer {
  background: url(./Images/Footer\ BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 20px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.Footer-Main {
  display: flex;
  justify-content: space-between;
  margin: 0 55px;
  align-items: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  /* margin-right: 75px; */
}

#footer .Color {
  color: rgb(255, 77, 0);
  font-weight: 700;
}

.footer-social .img-social {
  width: 70px;
}

.center {
  overflow: auto;
  -ms-overflow-style: none;
}

.center::-webkit-scrollbar {
  display: none;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .Navbar {
    flex-direction: column;
    padding: 10px;
  }

  .right {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .center {
    flex-wrap: wrap;
  }

  .sec-div-center {
    flex-direction: column;
  }

  .img-about {
    width: 300px;
  }

  .input-all {
    flex-direction: column;
  }

  .right-part2 {
    flex-direction: column;
  }

  .main-part2 {
    align-items: start;
    justify-content: start;
  }
  .part2 {
    margin: 10px 0;
  }

  .p2-head {
    font-size: 14px;
  }

  .head {
    font-size: 35px;
  }

  .para {
    font-size: 15px;
  }

  .sec-left {
    margin: 0 50px;
  }

  .part2-para {
    font-size: 12px;
  }

  .right-sec {
    margin: 30px 0;
  }

  .Nav-sec {
    background-repeat: repeat;
  }

  .sec-div-center {
    margin-top: 20px;
  }

  .main-part2 {
    gap: 20px;
  }

  .icon {
    width: 40px;
  }

  .order {
    margin-top: 10px;
    margin-left: 0;
  }

  .center-Sec {
    height: 100%;
  }
  .Footer-Main {
    flex-direction: column;
    gap: 20px;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-social .img-social {
    width: 30px;
  }
}
