@font-face {
  font-family: "Lato-Regular";
  src: url("./Font/corbel.ttf") format("truetype");
  src: url("./Font/Lato-Black.ttf") format("truetype");
  src: url("./Font/Lato-Regular.ttf") format("truetype");
  src: url("./Font/HELVETICANOWTEXT-BOLDITALIC.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;
  object-fit: contain;
  font-family: "corbel", sans-serif;
}

/* Navbar */

/* 
/* main secton  */

.Card-div {
  padding-bottom: 30px;
}

.Main-sec {
  background: url(./ServicesImages/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: relative; */
}

.Main-center-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading {
  font-size: 50px;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-family: Helvetica, Sans-Serif;
}

/* Card part */

.card-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  outline: 15px;
  outline-color: white;
}

.Card-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 50px;
  padding-bottom: 110px;
}

.card {
  overflow: hidden;
  width: 200px;
}

.card-div-img {
  position: absolute;
  top: 0;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  border: 10px solid white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.top-change {
  text-align: center;
  padding: 80% 10px 10px 10px;
  background-color: white;
  margin-top: 20%;
  width: 100%;
  border-radius: 30% 30% 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.color-head {
  color: #f26522;
  font-size: 28px;
  margin-top: 22px;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 230px;
  border: none;
  background: transparent;
  box-shadow: 0 4px 0px rgb(0 0 0 / 0.2);
}

.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: -40px;
  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: #f26522;
  font-weight: 700px;
}

.footer-social .img-social {
  width: 70px;
}

/* 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;
  }

  .main-map {
    width: 300px;
    height: 250px;
  }

  .Card-div {
    flex-direction: column;
  }

  .top-change {
    padding: 50% 10px 10px 10px;
  }

  .heading {
    margin: 10px;
    font-size: 30px;
  }

  .color {
    font-size: 25px;
  }

  .order {
    margin-top: 10px;
    margin-left: 0;
  }

  .Footer-Main {
    flex-direction: column;
    gap: 20px;
  }

  .card-div-img {
    width: 150px;
    height: 150px;
  }

  .card {
    margin-top: 10px;
  }

  .card-div-img {
    padding-top: 10px;
    border: 5px solid white;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-social .img-social {
    width: 70px;
  }
  @font-face {
    font-family: corbelb;
    src: url(Font/HELVETICANOWTEXT-BLACK.TTF);
    src: url(Font/HELVETICANOWTEXT-LIGHT.TTF);
    src: url(Font/corbelb.ttf);
    src: url(Font/Lato-Black.ttf);
    src: url(Font/HELVETICANOWTEXT-BOLDITALIC.TTF);
    src: url(Font/corbelb.ttf);
  }
}
