@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Gothic+A1&family=Manrope:wght@200..800&family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
a {
  color: black;
  outline: none;
  user-select: none;
}
.wrapper-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #f8ebc9;
  z-index: 999;
}
.container-header {
  width: calc(100% - 270px);
  margin-left: 135px;
  margin-right: 135px;
  z-index: 1000;
}
.header {
  background: #f8ebc9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  padding-right: 15px;
}

.header .left-header {
  display: flex;
  gap: 210px;
}

.left-header .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo .text-just {
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "Roboto Slab";
}
.logo .text-law {
  font-size: 1.4rem;
  cursor: pointer;
  font-family: "Roboto Slab";
}
.left-header nav {
  display: flex;
  align-items: center;
}
.left-header .navigation {
  display: flex;
  gap: 60px;
  color: #0e1412;
}
.left-header .navigation a {
  font-family: "Manrope";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
}
.navigation .multi-menu::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: black;
  -webkit-mask: url("../img/arrow-down.svg") no-repeat center;
  mask: url("../img/arrow-down.svg") no-repeat center;
  margin-left: 5px;
}

.navigation .multi-menu:hover {
  color: #fd6038;
}
.navigation .home-hov:hover {
  color: #fd6038;
}
.navigation .multi-menu:hover::after {
  transform: rotate(180deg);
  filter: invert(48%) sepia(78%) saturate(4191%) hue-rotate(347deg)
    brightness(101%) contrast(97%);
}
.navigation li {
  position: relative;
}
.navigation li ul {
  position: absolute;
  top: 100%;
  left: -50%;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 200%;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
  z-index: 999;
}
.navigation li:hover > ul {
  display: block;
}
.navigation li ul li {
  display: block;
  padding: 0;
}
.navigation li ul li a {
  display: block;
  padding: 10px 16px;
  color: #fd6038;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.navigation li ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.navigation li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact a {
  font-family: "Manrope";
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 28px;
  font-weight: 400;
  width: 230px;
  color: #0e1412;
}
.contact a span {
  text-align: center;
  font-family: "Manrope";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px;
  color: #0e1412;
}
.container-header .header .menu-toggle {
  display: none;
}
.container-header .header .close-menu {
  display: none;
}

/* End .header */
/* Start .page-1 */
.hero-section {
  width: 100%;
  height: 100%;
  background: #f8ebc9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container {
  margin-left: 135px;
  margin-right: 135px;
}
.main-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.box-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pd-top-bottom {
  padding-top: 212px;
  padding-bottom: 100px;
}
h1 {
  color: #0e1412;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 6rem;
  font-weight: 800;
  line-height: 70px;
}
.text-width {
  width: 70%;
}
.text-width-h1 {
  width: 60%;
}
p {
  color: #0e1412;
  text-align: center;
  font-family: "Manrope";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-70 {
  margin-bottom: 70px;
}
.list-2 {
  background: #fff;
}
.page-2 {
  padding: 150px 0;
}
ul.job-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  margin: 0;
}
ul.job-list li {
  flex: 1 1 calc(33.333% - 30px);
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.job-item {
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.job-item .personal {
  padding: 10px 40px;
  background: #fff;
  color: #0e1412;
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px;
}
.job-list .job-item img:hover {
  transform: scale(1.05);
}
.job-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sub-heading {
  color: #586863;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 30px;
}
h2 {
  color: #0e1412;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 52px;
}
.job-item .personal:hover {
  background: #fd6038;
}
.job-item .personal:hover a {
  color: #fff;
}
/* Start .list-3 */
.list-3 {
  background: #017848;
}
.page-3 {
  padding: 100px 0;
}
.main-box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.contain-info-p3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.text-width {
  width: 45%;
}
.text-color-1 {
  color: #fff;
}
.text-color {
  color: #fff;
  font-family: "Manrope";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}
.text-color-black {
  color: #333;
  font-family: "Manrope";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}
button {
  padding: 15px 35px;
  background: #fcfbfb;
  color: #fff;
}
button:hover {
  background: #fd6038;
  color: #fff;
}
/* End .list-3 */
/* Start .footer */
.footer {
  background: #0e1412;
}
.footer {
  width: 100%;
}
.footer-info {
  display: flex;
  gap: 70px;
  /* align-items: stretch; */
  padding: 100px 0;
  border-bottom: 2px solid #313d39;
}
.left-info {
  width: 100%;
  display: flex;
  gap: 70px;
  justify-content: flex-start;
}
.just-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
.just-info h4 {
  color: #fff;
  font-family: "Manrope";
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}
.just-info p a {
  color: #beccc7;
  font-family: "Manrope";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
}
.just-info .address {
  color: #beccc7;
  font-family: "Manrope";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.just-info .address a {
  color: #beccc7;
}
.just-info a:hover {
  color: #fd6038;
}
.container-final {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #beccc7;
  font-family: "Manrope";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
}
.footer-left {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.container-final .logo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.map-container {
  display: flex;
}
.contain-links {
  display: flex;
  gap: 10px;
}
.contain-links .icon-app {
  width: 30px;
  height: 30px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contain-links .icon-app:hover {
  background: #fd6038;
}
/* End .footer */
