@font-face {
  font-family: "corbel";
  src: url("./Font/corbel.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "corbel", sans-serif;
}

/* Navbar */
.Navbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  background: url(./AboutUs/BG3.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.img-logo {
  max-width: 250px;
}
.mb-5 {
  /* margin-bottom: 3rem!important; */
  margin-bottom: 61px;
  padding: 30px 30px;
}
.Navbar ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  background-color: rgb(29 27 27 / 79%);
  /* rgb(72 69 69 / 50%); */
  /* rgb(29 27 27 / 79%); */
  padding: 5px 15px;
  border-radius: 20px;
}

.right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.order {
  margin-left: 30px;
  background-color: #f26522;
  color: white;
  border-radius: 50px;
  padding: 4px 14px;
  margin-right: 30px;
  outline: none;
  border: 0;
  transition: background-color 0.3s, color 0.3s;
}

.right2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.order a:hover {
  background-color: white;
  color: #f26522;
}

.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: 20px;
}

.text-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Video Section */
.Video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  overflow: hidden;
  width: 100%;
}
.back-video {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
}

/* Text Section */
.text-center {
  text-align: center;
  /* padding: 20px; */
  /* margin-bottom: 5px; */
  /* margin-top: 20px; */
}

.para {
  position: absolute;
  /* bottom: -10px; */
  margin: 0 105px;
  padding: 10px;
  background-color: #f26522;
  color: white;
  border-radius: 25px;
  /* font-family: Lato-Black; */
}

/* 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: #f26522;
  font-weight: 700px;
}

.footer-social .img-social {
  width: 70px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .Navbar {
    flex-direction: column;
    padding: 20px;
  }



  .right {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-ul {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .Navbar ul {
    gap: 15px;
    margin-top: 15px;
  }

  .order {
    margin-top: 10px;
    margin-left: 0;
  }

  .Video {
    height: 29vh;
  }

  .back-video {
    height: auto;
  }

  .para {
    position: static;
    margin: 0px 10px;
  }

  .Footer-Main {
    flex-direction: column;
    gap: 20px;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-social .img-social {
    width: 30px;
  }
  section {
    position: relative;
  }
  .sec-title {
    position: relative;
    margin-bottom: 49px;
  }
  .sec-title .sub-title {
    position: relative;
    font-size: 18px;
    color: var(--text-color);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
    font-family: var(--text-font2);
    letter-spacing: 7.8px;
  }
  .sec-title h2 {
    position: relative;
    display: block;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-bottom: 0;
    z-index: 2;
  }
  @font-face {
    font-family: corbel;
    src: url(Font/corbel.ttf);
    src: url(Font/corbelli.ttf);
    src: url(Font/corbelb.ttf);
    src: url(Font/Lato-Black.ttf);
  }
  
}
