@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  scroll-behavior: smooth;
  font-family: "jost";
}
*::-moz-selection {
  color: white;
  background-color: var(--black);
}
*::selection {
  color: white;
  background-color: var(--black);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --gray: #eff0f2;
  --black: #f08925;
}

header {
  background: #2d4626;
  position: absolute;
  width: 100%;
  z-index: 999999999;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  font-family: "Jost", sans-serif;
}

.drop-down {
  background-color: #2d4626;
}

.logo-margin {
  margin-top: 10rem;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
  .logo-margin {
    margin-top: 2rem;
  }
  nav a img {
    width: 100px;
  }
}
.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.bottom-left-img {
  position: relative;
}

.footer {
  padding-top: 2rem;
  position: relative;
}

.footer-img {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-img img {
  height: 25rem;
}

.footer-main {
  display: flex;
  justify-content: space-around;
}

.footer-1 {
  text-align: center;
}
.footer-1 img {
  height: 15rem;
  margin-bottom: 1.6rem;
}
.footer-1 p {
  width: 27rem;
  color: #64646a;
  font-family: Jost;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.footer-location h3 {
  font-family: Jost;
  font-weight: 800;
  color: #1b1b1d;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 1rem 0;
}
.footer-location h3 span {
  color: var(--black);
}

.footer-location-link {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.footer-location-link a {
  padding-right: 0.5rem;
  color: #64646a;
  font-family: Jost;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-contact {
  text-align: center;
}
.footer-contact h3 {
  font-family: Jost;
  font-weight: 800;
  color: #1b1b1d;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 1rem 0;
}
.footer-contact h3 span {
  color: var(--black);
}
.footer-contact .footer-email,
.footer-contact .footer-number {
  display: flex;
  margin-bottom: 0.7rem;
  text-align: center;
}
.footer-contact .footer-email i,
.footer-contact .footer-number i {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f08925;
  box-shadow: 0px 12px 30px 0px rgba(205, 209, 214, 0.28);
  color: #fff;
  font-size: 1.3rem;
}
.footer-contact .footer-email p,
.footer-contact .footer-number p {
  margin-left: 1rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  color: #64646a;
  font-family: Jost;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.footer-contact .footer-links {
  text-align: center;
  display: flex;
}
.footer-contact .footer-links a {
  text-decoration: none;
}
.footer-contact .footer-links i {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f08925;
  box-shadow: 0px 12px 30px 0px rgba(205, 209, 214, 0.28);
  color: #fff;
  margin: 0.4rem;
  width: 3.75rem;
  font-size: 1.3rem;
  height: 3.75rem;
}

.footer-friut-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.footer-friut-logo img {
  height: 8rem;
  padding: 1rem 0;
}

.footer-friut-content {
  padding-left: 1.5rem;
}
.footer-friut-content p {
  color: #64646a;
  font-family: Jost;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.footer-friut-content a {
  font-family: "Jost", sans-serif;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 0.3s;
}
.footer-friut-content a:hover {
  color: var(--black);
}

.footer-friut-logo img {
  width: 10rem;
}

@media screen and (max-width: 992px) {
  .footer-img img {
    height: 18rem;
  }
  .footer-1 img {
    height: 10rem;
    margin-bottom: 1.4rem;
  }
  .footer-1 p {
    width: 15rem;
    line-height: 1.4rem;
    margin-right: 4rem;
  }
  .footer-location h3 {
    font-size: 1.4rem;
    line-height: 3.125rem;
  }
  .footer-location p {
    width: 15rem;
    line-height: 1.4rem;
  }
  .footer-location iframe {
    width: 280px;
  }
  .footer-contact h3 {
    font-size: 1.4rem;
    line-height: 3.125rem;
  }
  .footer-contact p {
    margin-left: 3rem;
  }
  .footer-contact .footer-email,
  .footer-contact .footer-number {
    margin-bottom: 0.6rem;
  }
  .footer-contact .footer-input h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-friut-content p {
    font-size: 0.9rem;
  }
  .footer-friut-content a {
    font-size: 1rem;
  }
  .footer-location p iframe {
    width: 200px;
  }
  .footer-img img {
    height: 16rem;
  }
  .footer-1 img {
    height: 8rem;
    margin-bottom: 1.2rem;
  }
  .footer-1 p {
    width: 14rem;
    line-height: 1.1rem;
    font-size: 0.8rem;
    margin-right: 4rem;
  }
  .footer-location h3 {
    font-size: 1.3rem;
    line-height: 3.125rem;
  }
  .footer-location p {
    font-size: 0.8rem;
    width: 14rem;
    line-height: 1.1rem;
  }
  .footer-location-link a {
    font-size: 0.9rem;
  }
  .footer-contact h3 {
    font-size: 1.2rem;
  }
  .footer-contact .footer-email,
  .footer-contact .footer-number {
    margin-bottom: 0.4rem;
  }
  .footer-contact .footer-email i,
  .footer-contact .footer-number i {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.8rem;
  }
  .footer-contact .footer-email p,
  .footer-contact .footer-number p {
    font-size: 0.9rem;
  }
  .footer-contact .footer-links i {
    width: 2.2rem;
    height: 2.2rem;
  }
  .footer-contact .footer-input h3 {
    font-size: 1.2rem;
  }
  .footer-contact .footer-input input {
    width: 15rem;
    height: 2.7rem;
  }
  .footer-contact .footer-input input::-moz-placeholder {
    font-size: 0.8rem;
  }
  .footer-contact .footer-input input::placeholder {
    font-size: 0.8rem;
  }
  .footer-contact .footer-input button {
    padding: 10px 18px;
    width: 7rem;
    gap: 8px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-friut-content {
    padding-left: unset;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .footer-img img {
    height: 14rem;
  }
  .footer-1 img {
    height: 10rem;
    margin-bottom: 1.2rem;
    padding-left: 0.5rem;
  }
  .footer-1 p {
    width: 17rem;
    line-height: 1.4rem;
    font-size: 1rem;
    padding-left: 0.5rem;
    margin-right: unset;
  }
  .footer-location h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 0.5rem;
  }
  .footer-location p {
    padding-left: 0.5rem;
    font-size: 1.1rem;
    width: 17rem;
    line-height: 1.3rem;
  }
  .footer-location p iframe {
    width: 300px;
  }
  .footer-location-link {
    justify-content: center;
  }
  .footer-location-link a {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  .footer-contact h3 {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
  .footer-contact .footer-email i,
  .footer-contact .footer-number i {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.9rem;
  }
  .footer-contact .footer-email p,
  .footer-contact .footer-number p {
    font-size: 1.1rem;
  }
  .footer-contact .footer-links i {
    width: 2.5rem;
    font-size: 0.9rem;
    height: 2.5rem;
  }
  .footer-contact .footer-input h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .footer-contact .footer-input input {
    margin-top: unset;
    width: 15rem;
    height: 2.5rem;
  }
  .footer-contact .footer-input input::-moz-placeholder {
    font-size: 0.8rem;
  }
  .footer-contact .footer-input input::placeholder {
    font-size: 0.8rem;
  }
  .footer-contact .footer-input button {
    padding: 7.5px 15px;
    width: 6rem;
    gap: 8px;
    font-size: 0.7rem;
  }
}
.bottom {
  position: relative;
}

.footer-bottom-right-sideImg {
  position: absolute;
  bottom: 2.5rem;
  right: 5rem;
  z-index: -999;
}
.footer-bottom-right-sideImg img {
  height: 25rem;
}

.bottom-content {
  display: flex;
  justify-content: space-between;
}
.bottom-content .bottom-left p {
  color: #64646a;
  font-family: Jost;
  line-height: 1.875rem;
}
.bottom-content .bottom-left p span {
  color: var(--black);
}
.bottom-content .bottom-right p {
  color: #64646a;
  font-family: Jost;
  line-height: 1.875rem;
}

@media screen and (max-width: 768px) {
  .bottom-left p {
    font-size: 0.8rem;
  }
  .bottom-right p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bottom-left p {
    font-size: 0.7rem;
  }
  .bottom-right p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .footer-bottom-right-sideImg {
    bottom: 3rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 20rem;
  }
}
@media screen and (max-width: 1100px) {
  .footer-bottom-right-sideImg {
    bottom: 3rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 17rem;
  }
}
@media screen and (max-width: 992px) {
  .footer-bottom-right-sideImg {
    bottom: 3rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 17rem;
  }
  .footer-bottom-right-sideImg {
    position: absolute;
    bottom: 3rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 20rem;
  }
}
@media screen and (max-width: 850px) {
  .footer-bottom-right-sideImg {
    bottom: 3rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-right-sideImg {
    bottom: 5rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 12rem;
  }
  .bottom-left p {
    font-size: 0.8rem;
  }
  .bottom-right p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom-right-sideImg {
    bottom: 6rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 14rem;
  }
  .bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  .bottom-left p {
    font-size: 0.7rem;
  }
  .bottom-right p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 400px) {
  .footer-bottom-right-sideImg {
    bottom: 6rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 9rem;
  }
}
@media screen and (max-width: 379px) {
  .footer-bottom-right-sideImg {
    bottom: 8rem;
    right: 0rem;
  }
  .footer-bottom-right-sideImg img {
    height: 9rem;
  }
}/*# sourceMappingURL=navbar-footer-bottom.css.map */