@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

button {
  border: none;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .container-custom {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container-custom {
    max-width: 1440px;
  }
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.bg-loading {
  transition: background-image 0.3s ease;
}

.container-footer {
  background: #f5f0ea;
}
.container-footer .box-footer {
  gap: 32px;
  padding: 48px 0;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-footer .box-footer .logo {
  width: 127px;
  height: 64px;
  aspect-ratio: 127/64;
}
.container-footer .box-footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-footer .box-footer .grid-menu {
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.container-footer .box-footer .grid-menu .budget {
  padding: 16px 32px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-footer .box-footer .grid-menu .budget {
    font-size: 18px;
  }
}
.container-footer .box-footer .grid-menu .menu-main-container .main-menu {
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-footer .box-footer .grid-menu .menu-main-container .main-menu .menu-item a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-footer .box-footer .grid-menu .menu-main-container .main-menu .menu-item a {
    font-size: 16px;
  }
}
.container-footer .box-footer .grid-social {
  gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-footer .box-footer .grid-social a {
  transition: 0.3s;
}
.container-footer .box-footer .grid-social a svg {
  fill: #15586e;
}
.container-footer .box-footer .grid-social a:hover svg {
  fill: rgb(208, 143, 56);
}
.container-footer .box-footer .dev a {
  text-decoration: none;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-footer .box-footer .dev a span {
  color: #000;
  font-size: 12px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-footer .box-footer .dev a span {
    font-size: 12px;
  }
}
